@charset "UTF-8";
/*
*
* Variables générales
*
*/
:root {
  --bs-body-font-family: "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
  --bs-body-color: #6C3516;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(144, 196, 71, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar .navbar-toggler {
  --bs-navbar-toggler-border-color: rgba(144, 196, 71, 0.15);
  border: 2px solid rgb(144, 196, 71);
}
.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(144, 196, 71, 0.15);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-tertiary-bg);
}

body {
  font-family: var(--bs-body-font-family);
  color: var(--bs-body-color);
}

.shadow {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}

.border_marron_f {
  border: 3px solid #592611;
}

.bg_gris {
  background-color: #EBEBEB;
}
.bg_blanc {
  background-color: #fff;
  color: #6C3516;
}
.bg_blanc a {
  color: #6C3516;
}
.bg_marron {
  background-color: #6C3516;
  color: white;
}
.bg_marron a {
  color: white;
}
.bg_vert {
  background-color: #90C447;
  color: white;
}
.bg_vert a {
  color: white;
}

.texte_blanc {
  color: #fff;
}
.texte_blanc * {
  color: #fff;
}
.texte_gris {
  color: #EBEBEB;
}
.texte_gris * {
  color: #EBEBEB;
}
.texte_marron {
  color: #6C3516;
}
.texte_marron * {
  color: #6C3516;
}
.texte_vert {
  color: #90C447;
}
.texte_vert * {
  color: #90C447;
}
.texte_italic {
  font-style: italic;
}
.texte_light {
  font-weight: 300;
}
.texte_semibold {
  font-weight: 600;
}
.texte_bold {
  font-weight: 700;
}

.btn {
  font-weight: 700;
  padding: 8px 27px;
  border-radius: 8px;
}
.btn.bouton_marron_blanc {
  color: #fff;
  border: 4px solid #6C3516;
  background: #6C3516;
}
.btn.bouton_marron_blanc:hover {
  color: #6C3516;
  background: #fff;
}
.btn.bouton_marron_gris {
  color: #EBEBEB;
  border: 4px solid #6C3516;
  background: #6C3516;
}
.btn.bouton_marron_gris:hover {
  color: #6C3516;
  background: #EBEBEB;
}
.btn.bouton_vert_blanc {
  color: #fff;
  border: 4px solid #90C447;
  background: #90C447;
}
.btn.bouton_vert_blanc:hover {
  color: #90C447;
  background: #fff;
}
.btn.bouton_vert_gris {
  color: #EBEBEB;
  border: 4px solid #90C447;
  background: #90C447;
}
.btn.bouton_vert_gris:hover {
  color: #90C447;
  background: #EBEBEB;
}
.btn.bouton_blanc_marron {
  color: #6C3516;
  border: 4px solid #fff;
  background: #fff;
}
.btn.bouton_blanc_marron:hover {
  color: #fff;
  background: #6C3516;
}
.btn.bouton_blanc_vert {
  color: #90C447;
  border: 4px solid #fff;
  background: #fff;
}
.btn.bouton_blanc_vert:hover {
  color: #fff;
  background: #90C447;
}

.font_16 {
  font-size: 12.8px;
}

.font_18 {
  font-size: 15px;
  line-height: 17px;
}

.font_20 {
  font-size: 16px;
}

.font_24 {
  font-size: 19px;
}

.font_27 {
  font-size: calc(1.2625rem + 0.15vw);
}

.font_30 {
  font-size: calc(1.275rem + 0.3vw);
}

h2, .h2, .font_40 {
  font-size: calc(1.325rem + 0.9vw);
}

h1, .h1, .font_60 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .font_27 {
    font-size: 22px;
  }
  .font_30 {
    font-size: 24px;
  }
  h2, .h2, .font_40 {
    font-size: 32px;
  }
  h1, .h1, .font_60 {
    font-size: 48px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

h1,
.h1 {
  text-transform: uppercase;
}

.img_slider_real {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}

form label {
  width: 100%;
}
form input:not([type=submit], [type=button]),
form textarea {
  width: 100%;
}
form input,
form textarea {
  padding: 10px 25px;
  font-size: 14px;
  border: unset;
  border-radius: 10px;
  font-weight: 500;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  opacity: 1;
}
form input::placeholder,
form textarea::placeholder {
  opacity: 1;
}
form .wpcf7-submit,
form .wpcf7-spinner {
  margin: auto;
  display: block;
}
form .wpcf7-not-valid-tip {
  color: #fff;
}
form.invalid .wpcf7-response-output,
form .wpcf7 form.unaccepted .wpcf7-response-output,
form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #fff !important;
  border-radius: 10px;
}

.map_levillain {
  max-width: 100%;
}

.page-numbers {
  padding: 8px 16px;
  background: #6C3516;
  margin: 2px;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
}
.page-numbers.current {
  background: #90C447;
}

.image_bg_cover {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fb_iframe_widget {
  max-width: 100% !important;
}
.fb_iframe_widget * {
  max-width: 100% !important;
}
.fb_iframe_widget ._2p3a {
  width: auto;
}

#menu_haut {
  background: white;
  z-index: 1000;
}
#menu_haut .logo_container {
  background: #6C3516;
  text-align: center;
  padding: 20px 15px;
  margin-right: 0;
}
#menu_haut .logo_container .logo_site {
  width: 100%;
  max-width: 300px;
}
#menu_haut .navbar {
  background: #6C3516;
}
#menu_haut .navbar .navbar-toggler {
  margin: auto;
}
#menu_haut .navbar #offcanvasNavbar a {
  font-weight: 700;
  color: #6C3516 !important;
}
#menu_haut .navbar #offcanvasNavbar .nav-link {
  padding: 10px;
}
#menu_haut .navbar #offcanvasNavbar .nav-link:hover span {
  color: #90C447;
}
#menu_haut .navbar #offcanvasNavbar .nav-item.bg_vert .nav-link:hover span {
  color: #fff;
}
#menu_haut .navbar #offcanvasNavbar .dropdown-menu.show {
  border: 1px solid #90C447 !important;
  border-radius: 0;
}
#menu_haut .navbar #offcanvasNavbar .dropdown-item .picto_menu {
  background-color: #6C3516;
}
#menu_haut .navbar #offcanvasNavbar .dropdown-item:hover, #menu_haut .navbar #offcanvasNavbar .dropdown-item:active, #menu_haut .navbar #offcanvasNavbar .dropdown-item:focus {
  color: #90C447 !important;
  background-color: unset;
}
#menu_haut .navbar #offcanvasNavbar .dropdown-item:hover .picto_menu, #menu_haut .navbar #offcanvasNavbar .dropdown-item:active .picto_menu, #menu_haut .navbar #offcanvasNavbar .dropdown-item:focus .picto_menu {
  background-color: #90C447;
}
#menu_haut .navbar #offcanvasNavbar .nav_item_rs {
  display: inline-block;
  text-align: center;
  padding-top: 25px;
}
#menu_haut .navbar #offcanvasNavbar .nav_item_rs .nav_rs {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
#menu_haut .navbar #offcanvasNavbar .nav_item_rs .nav_rs .logo_rs {
  width: 32px;
}

#global {
  overflow: hidden;
}

#slider_home_container {
  position: relative;
}
#slider_home_container #slider_home {
  position: relative;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container {
  /* position: absolute;
  width: calc(100% - 114px);
  height: calc(50% - 57px);
  top: 50%;
  text-align: right;
  // right: 57px;
  padding: 30px;
  right: 25px;
  transform: translateY(-50%); */
  position: absolute;
  top: 50%;
  text-align: right;
  padding: 30px;
  right: 0;
  transform: translateY(-50%);
  width: initial;
  height: initial;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 {
  color: #90C447;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-bottom: 0;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span {
  background: white;
  padding: 0 25px;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span:first-child {
  border-radius: 10px;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span:last-child:not(#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span:first-child) {
  border-radius: 10px;
  border-top-right-radius: 0;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span:first-child:not(#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .h1 span:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .sous_titre_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .sous_titre_container .sous_titre {
  font-weight: bold;
  background: white;
  border-radius: 0 0 10px 10px;
  position: relative;
}
#slider_home_container #slider_home .slick-list .slick-track .slide_home .texte_container .titre_container .sous_titre_container .sous_titre::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  background-color: #fff;
  top: -15px;
}
#slider_home_container #slider_home .slick-prev,
#slider_home_container #slider_home .slick-next {
  width: 40px;
}
#slider_home_container #slider_home .slick-prev::before,
#slider_home_container #slider_home .slick-next::before {
  opacity: 1;
}
#slider_home_container #slider_home .slick-prev.slick-disabled::before,
#slider_home_container #slider_home .slick-next.slick-disabled::before {
  opacity: 0.5;
}
#slider_home_container #slider_home .slick-prev {
  left: unset;
  z-index: 100;
  top: 50px;
  right: 85px;
}
#slider_home_container #slider_home .slick-prev::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.44 21.03'%3E%3Cpath d='M 10.469 21.03 l 2.3 -2.3 L 6.161 12.13 H 39.438 v -3.249 H 6.305 L 12.882 2.3 l -2.3 -2.3 L 0 10.588 l 2.3 2.3 l 0.014 -0.014 Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#slider_home_container #slider_home .slick-next {
  z-index: 100;
  top: 50px;
  right: 30px;
}
#slider_home_container #slider_home .slick-next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.44 21.03'%3E%3Cpath d='M 28.969 0 l -2.3 2.3 L 33.277 8.9 H 0 v 3.249 H 33.133 L 26.556 18.73 l 2.3 2.3 L 39.438 10.442 l -2.3 -2.3 l -0.014 0.014 Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
#slider_home_container #slider_home_overlay_top, #slider_home_container #slider_home_overlay_right, #slider_home_container #slider_home_overlay_bottom, #slider_home_container #slider_home_overlay_left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 10px;
  background: white;
}
#slider_home_container #slider_home_overlay_top, #slider_home_container #slider_home_overlay_bottom {
  height: 7px;
  width: calc(100% - 53px);
  margin: 25px 0;
  transform: translateX(-50%);
  left: 50%;
}
#slider_home_container #slider_home_overlay_right, #slider_home_container #slider_home_overlay_left {
  width: 7px;
  height: calc(100% - 53px);
  margin: 0 25px;
  transform: translateY(-50%);
  top: 50%;
}
#slider_home_container #slider_home_overlay_top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#slider_home_container #slider_home_overlay_bottom {
  top: unset;
  bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#slider_home_container #slider_home_overlay_left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#slider_home_container #slider_home_overlay_right {
  left: unset;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#slider_home_container #slider_home_overlay_tree {
  position: absolute;
  bottom: 35px;
  left: 35px;
  /* width: 15vw;
  height: 20vw; */
  width: 25vw;
  height: 35vw;
  max-width: 290px;
  max-height: 385px;
  z-index: 10;
  background-image: url(../images/SVG/Arbre_Blanc.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

#realisations_home_container .skew_container {
  display: inline-block;
  overflow: hidden;
}
#realisations_home_container .skew_container .skew_left {
  transform: skew(-17deg);
  padding: 0px 18px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
#realisations_home_container .skew_container .skew_left .skew_right {
  transform: skew(17deg);
}
#realisations_home_container .skew_container .skew_left.bg_marron {
  margin-right: 2px;
}
#realisations_home_container .skew_container .skew_left.bg_marron::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 30px;
  background-color: #6C3516;
}
#realisations_home_container .skew_container .skew_left.bg_vert {
  margin-left: 2px;
}
#realisations_home_container .skew_container .skew_left.bg_vert::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
  width: 30px;
  background-color: #90C447;
}
#realisations_home_container #container_slider_real {
  max-width: 810px;
  margin: auto;
}
#realisations_home_container #container_slider_real img {
  width: 100%;
  display: block;
}
#realisations_home_container #container_slider_real #before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#realisations_home_container #container_slider_real #after-image {
  display: block;
}
#realisations_home_container #container_slider_real #before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
#realisations_home_container #container_slider_real #resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background: linear-gradient(0deg, white 46.5%, transparent 46.5%, transparent 53.5%, white 53.5%);
  /*Stop vertical scrolling on touch*/
  touch-action: pan-y;
}
#realisations_home_container #container_slider_real #resizer::after {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: calc(50% - 0.5px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 5px;
  border: 3px solid white;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z' fill='%23fff'/%3E%3C/svg%3E");
}
#realisations_home_container #container_slider_real #resizer:hover {
  cursor: pointer;
}

.home_services_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: -50px;
}
.home_services_container .service_home_lien_container,
.home_services_container .bloc_service_fix {
  width: 100%;
}
.home_services_container .bloc_service_fix {
  display: none;
  height: 0px;
}
.home_services_container .service_home_lien_container {
  padding: 20px;
  padding-bottom: 35px;
}
.home_services_container .service_home_lien .service_home_container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size ease-in-out 0.2s;
}
.home_services_container .service_home_lien .service_home_container .service_home_texte_container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding: 20px 30px;
}
.home_services_container .service_home_lien .service_home_container .service_home_texte_container .titre_container {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  transition: all ease-in-out 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_services_container .service_home_lien .service_home_container .service_home_texte_container .titre_container .picto_raccourcis {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.home_services_container .service_home_lien .service_home_container .service_home_texte_container .collapse_container {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 0.2s;
}
.home_services_container .service_home_lien .service_home_container .service_home_texte_container .collapse_container .arrow {
  max-width: 30%;
}
.home_services_container .service_home_lien:hover .service_home_container {
  background-size: 120% 120%;
  transition: background-size ease-in-out 0.2s;
}
.home_services_container .service_home_lien:hover .service_home_container .service_home_texte_container .titre_container {
  left: 0%;
  transform: translate(0%);
  transition: all ease-in-out 0.2s;
}
.home_services_container .service_home_lien:hover .service_home_container .service_home_texte_container .collapse_container {
  max-height: 300px;
  transition: max-height ease-in-out 0.2s;
}

.page_entretien_margin {
  margin-top: -3rem !important;
  margin-bottom: 3rem !important;
  padding-top: 3rem !important;
}

body {
  max-width: 1920px;
  margin: auto;
}
body main .leafs_container {
  display: flex;
  justify-content: center;
  align-items: end;
}
body main .leafs_container .leafs {
  max-width: 620px;
  margin-top: 45px;
}
body main .bandeau_header {
  display: flex;
  justify-content: space-evenly;
}
body main .bandeau_header .thumnail_page_container {
  display: flex;
  justify-content: end;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 35px;
  padding-bottom: 70px;
}
body main .bandeau_header .thumnail_page_container.thumbnail_linear_marron {
  background: linear-gradient(transparent 160px, #6C3516 160px);
}
body main .bandeau_header .thumnail_page_container .thumnail_page,
body main .bandeau_header .thumnail_page_container .thumnail_page_full {
  min-height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body main .bandeau_header .page_titre_container .breadcrumbs a {
  color: #6C3516;
  text-decoration: none;
}
body main .bandeau_header .page_titre_container .page_titre_inner {
  padding: 45px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .bandeau_header .page_titre_container .page_titre_inner .page_titre_width {
  max-width: 75%;
}
body main .bandeau_header .page_titre_container .page_titre_inner_contact {
  min-height: 100px;
}
body main .formatted_content {
  font-weight: 700;
}
body main .formatted_content .picto_arbre {
  width: 50px !important;
  border-radius: 0 !important;
}
body main .formatted_content .picto_contact {
  max-width: 35px !important;
  max-height: 35px !important;
  border-radius: 0 !important;
}
body main .formatted_content .picto_max_200 {
  max-width: 200px !important;
  width: 100% !important;
}
body main .formatted_content .picto_max_65 {
  width: 65px !important;
}
body main .formatted_content p:has(img) {
  margin-bottom: 0;
  text-align: center;
}
body main .formatted_content p:has(img.picto_arbre),
body main .formatted_content p:has(img.picto_contact) {
  text-align: initial;
}
body main .formatted_content .margin_top_bloc {
  margin-top: 100px;
}
body main .formatted_content .margin_bottom_nobloc {
  margin-bottom: 100px;
}
body main .formatted_content .bloc_blanc_container {
  width: 100%;
  position: absolute;
  top: 0;
}
body main .formatted_content .bloc_blanc_container .bloc_blanc {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  width: 100%;
  max-width: 290px;
  margin: auto;
  padding: 30px 20px;
  border-radius: 10px;
  background: white;
  transform: translate(0, -80%);
  max-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body main .formatted_content .bloc_blanc_container .bloc_blanc img {
  width: 100%;
  height: auto;
  max-width: 240px;
  max-height: 50px;
}
body main .formatted_content .left_contenu,
body main .formatted_content .right_contenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: inherit;
}
body main .formatted_content .left_contenu_content,
body main .formatted_content .right_contenu_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body main .formatted_content .left_contenu_content img,
body main .formatted_content .right_contenu_content img {
  border-radius: 10px;
}
body main .formatted_content .lien_actu {
  text-decoration: none;
}
body main .formatted_content .lien_actu .actu_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .formatted_content .lien_actu .actu_container .img_container {
  width: 100%;
  height: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width ease-in-out 0.2s;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: initial;
}
body main .formatted_content .lien_actu .actu_container .texte_container {
  transition: margin-left ease-in-out 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
body main .formatted_content .lien_actu .actu_container .texte_container .lire_article {
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  color: #6C3516;
  border-radius: 0 10px 10px 0;
  padding: 6px 25px;
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}
body main .formatted_content .lien_actu .actu_container .texte_container .lire_article::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
  left: -95px;
  top: 0;
  z-index: -1;
}
body main .formatted_content form input:not([type=submit]),
body main .formatted_content form textarea {
  border: 1px solid #6C3516;
  color: #6C3516;
}
body main .formatted_content form .wpcf7-not-valid-tip {
  color: #90C447;
}
body main .formatted_content form.invalid .wpcf7-response-output,
body main .formatted_content form .wpcf7 form.unaccepted .wpcf7-response-output,
body main .formatted_content form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #90C447;
  border-color: #90C447 !important;
  border-radius: 10px;
}
body main .bloc_item {
  border-radius: 10px;
  height: inherit;
}
body main .bloc_item h2 {
  margin-top: 1rem;
}
body main .bloc_item .left_contenu_content,
body main .bloc_item .right_contenu_content {
  justify-content: space-between;
}
body main .bloc_service_container {
  border-radius: 10px;
  overflow: hidden;
}
body main .bloc_service_container .img_service_container {
  height: 100%;
  width: 100%;
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body main .pages a,
body main .wp_content a {
  font-weight: 700;
  color: #90C447;
}
body main .pages .btn,
body main .wp_content .btn {
  color: #fff;
  border: 4px solid #6C3516;
  background: #6C3516;
}
body main .pages .btn:hover,
body main .wp_content .btn:hover {
  color: #6C3516;
  background: #fff;
}
body main .pages .bg_vert a,
body main .pages .bg_marron a,
body main .wp_content .bg_vert a,
body main .wp_content .bg_marron a {
  color: #fff;
}
body main .pages .bg_vert .btn,
body main .wp_content .bg_vert .btn {
  color: #90C447;
  border: 4px solid #fff;
  background: #fff;
}
body main .pages .bg_vert .btn:hover,
body main .wp_content .bg_vert .btn:hover {
  color: #fff;
  background: #90C447;
}
body main .pages .bg_marron .btn,
body main .wp_content .bg_marron .btn {
  color: #6C3516;
  border: 4px solid #fff;
  background: #fff;
}
body main .pages .bg_marron .btn:hover,
body main .wp_content .bg_marron .btn:hover {
  color: #fff;
  background: #6C3516;
}
body main .pages ul,
body main .wp_content ul {
  list-style-type: none;
  padding-left: 40px;
}
body main .pages ul li,
body main .wp_content ul li {
  margin-bottom: 15px;
  position: relative;
}
body main .pages ul li::before,
body main .wp_content ul li::before {
  content: "";
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  background: url("../images/PNG/fleche_marron.png");
  height: 100%;
  position: absolute;
  width: 25px;
  left: -35px;
  top: 5px;
}
body main .pages .alignnone,
body main .wp_content .alignnone {
  width: 100%;
  border-radius: 10px;
  max-width: 485px;
  margin: auto;
}
body main .pages .img_leafs_container,
body main .wp_content .img_leafs_container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-bottom: 60px;
}
body main .pages .img_leafs_container::before, body main .pages .img_leafs_container::after,
body main .wp_content .img_leafs_container::before,
body main .wp_content .img_leafs_container::after {
  content: "";
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
}
body main .pages .img_leafs_container::before,
body main .wp_content .img_leafs_container::before {
  background: url("../images/SVG/Grande_Feuille_Verte.svg");
  max-height: 200px;
  max-width: 390px;
  height: 11vw;
  width: 21vw;
  left: -5.5vw;
  bottom: -3vw;
}
body main .pages .img_leafs_container::after,
body main .wp_content .img_leafs_container::after {
  background: url("../images/SVG/Petite_Feuille_Verte.svg");
  max-height: 85px;
  max-width: 175px;
  right: -4vw;
  top: 0.7vw;
  height: 5vw;
  width: 9vw;
}
body main #module_realisations ul {
  list-style: none;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  align-items: center;
}
body main #module_realisations ul li {
  background: #6C3516;
  border: 4px solid #6C3516;
  margin: 5px;
  border-radius: 5px;
  color: white;
  padding: 0px 10px;
}
body main #module_realisations ul li::before {
  content: unset;
}
body main #module_realisations ul li.btn_filter_active {
  background: #fff !important;
  color: #90C447;
  border-color: #90C447;
}
body main #module_realisations .slider-for .slick-prev,
body main #module_realisations .slider-for .slick-next {
  position: absolute;
  bottom: 16px;
  background-color: #fff !important;
  top: unset;
  left: 50%;
  right: 50%;
  color: #000;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 75px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body main #module_realisations .slider-for .slick-prev::before,
body main #module_realisations .slider-for .slick-next::before {
  opacity: 1;
  color: #90C447;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/PNG/fleche_marron.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100% - 10px);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-position: center left;
}
body main #module_realisations .slider-for .slick-prev.slick-disabled::before,
body main #module_realisations .slider-for .slick-next.slick-disabled::before {
  opacity: 0.5;
}
body main #module_realisations .slider-for .slick-prev {
  transform: rotate(180deg) translate(calc(-50% + 75px + 40px));
}
body main #module_realisations .slider-for .slick-next {
  transform: translate(calc(-50% + 75px - 40px));
}
body main #module_realisations .slider-for .slick-slide {
  height: 600px;
}
body main #module_realisations .slider-nav .slick-slide {
  height: 230px;
}
body .logo_vep {
  max-width: 200px;
}
body footer .row_vep {
  text-align: center;
}

#pre_footer .bloc_devis {
  padding: 10px;
  border-radius: 10px;
}
#pre_footer .bloc_devis:hover .bloc_devis_inner {
  border: 4px solid #fff;
}
#pre_footer .bloc_devis .bloc_devis_inner {
  border: 4px solid #6C3516;
  border-radius: 10px;
  padding: 10px;
}
#pre_footer .bloc_devis .bloc_devis_inner .col_pc_levillain {
  position: relative;
}
#pre_footer .bloc_devis .bloc_devis_inner .col_pc_levillain .pc_img {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -15px;
  max-height: 225px;
  width: calc(100% + 118px);
}
#pre_footer .bg_arbre {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: url("../images/SVG/Arbre_Vert.svg");
}

footer a {
  text-decoration: none;
}
footer .logo_site {
  max-width: 240px;
  margin: auto;
}
footer #menu_bas a {
  font-family: "Raleway", "Roboto", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;
}
footer .lien_rs {
  margin: 0 11px;
}
footer .lien_rs .logo_rs {
  width: 31px;
}/*# sourceMappingURL=main.css.map */