@charset "UTF-8";
/*!
Theme name: Theme enfant de Divi
Template: Divi
!*/
@import "../Divi/style.css";
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes arrow_scroll_down_move {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@keyframes decalageLatteImpair {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes decalageLattePair {
  0% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes decalageToile {
  0% {
    transform: matrix(0.6, 0, 0, 0.6, 170, -100);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
  }
}
@keyframes apparitionOmbre {
  100% {
    opacity: 1;
  }
}
.section_filtre_background_couleur_primaire {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section_filtre_background_couleur_primaire::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #98a03c;
  position: absolute;
  top: 0;
  left: 0;
}
.section_filtre_background_couleur_secondaire {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section_filtre_background_couleur_secondaire::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
}
.section_filtre_background_dark {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section_filtre_background_dark::before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 981px) {
  .row_align_items_center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 981px) {
  .row_image_height_scale {
    display: flex;
  }
  .row_image_height_scale .et_pb_image {
    height: 100%;
  }
  .row_image_height_scale .et_pb_image .et_pb_image_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .row_image_height_scale .et_pb_image .et_pb_image_wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 981px) {
  .row_image_debord {
    display: flex;
    align-items: normal !important;
  }
  .row_image_debord .et_pb_image {
    height: 100%;
  }
  .row_image_debord .et_pb_image .et_pb_image_wrap {
    width: 100%;
    height: 100%;
  }
  .row_image_debord .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 981px) and (max-width: 1405px) {
  .row_image_debord .et_pb_image .et_pb_image_wrap img {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .et_pb_gallery.scale_images_height .et_pb_gallery_items {
    display: flex;
    flex-wrap: wrap;
  }
  .et_pb_gallery.scale_images_height .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
    height: 100%;
  }
  .et_pb_gallery.scale_images_height .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image img {
    height: 100%;
    object-fit: cover;
  }
}
.home #main-header > .container.et_menu_container {
  width: calc(100% - 30px) !important;
  margin-left: auto !important;
}
@media (max-width: 479px) {
  .home #main-header > .container.et_menu_container {
    width: calc(100% - 5px) !important;
  }
}
.home #main-header > .container.et_menu_container .logo_container {
  display: none;
}
.home #main-header > .container.et_menu_container #et-top-navigation {
  width: 100% !important;
  margin-right: 0;
  flex-direction: row;
  justify-content: flex-end !important;
  align-items: center;
}
@media (max-width: 1200px) {
  .home #main-header > .container.et_menu_container #et-top-navigation .et_info {
    display: flex !important;
    flex-direction: row !important;
    justify-content: end !important;
  }
}
@media (max-width: 1200px) and (max-width: 980px) {
  .home #main-header > .container.et_menu_container #et-top-navigation .et_info {
    flex-direction: column !important;
    align-items: baseline;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home #main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale {
    display: none;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home #main-header > .container.et_menu_container #et-top-navigation .et-social-icons {
    margin: 0 5% 0 0;
  }
}
.et_slide_in_menu_container {
  z-index: 9999 !important;
  min-width: 30%;
  width: 275px;
  background-color: rgba(21, 21, 21, 0.95) !important;
  overflow: visible;
}
@media (max-width: 1405px) {
  .et_slide_in_menu_container {
    min-width: 50%;
  }
}
@media (max-width: 1200px) {
  .et_slide_in_menu_container {
    min-width: 75%;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container {
    min-width: 100%;
  }
}
.et_slide_in_menu_container .et_slide_menu_top {
  display: none;
}
.et_slide_in_menu_container .et-cart-info {
  display: none;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 10px;
  padding: 52px 90px 0 10px;
}
@media (max-width: 1405px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container {
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container {
    padding-right: 0;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide {
  position: initial;
  display: flex !important;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: calc(100vh - 108px);
  width: fit-content;
  margin-left: 5%;
  padding: 0;
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide {
    padding-top: 90px;
    overflow: scroll;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide {
    max-height: 100vh;
    margin-left: 40%;
  }
}
@media (max-width: 767px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide {
    padding: 0 0 0 25px;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li {
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  counter-increment: li;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li::before {
  content: counter(li);
  padding-bottom: 15px;
  color: #98a03c;
  font-family: "Noto Serif SC";
  font-size: 25px;
  order: 0;
}
@media (max-width: 1200px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li::before {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li::before {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li::before {
    padding-bottom: 10px;
  }
}
@media (max-width: 1405px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li {
    width: 50%;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li {
    width: 100%;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.current_page_item a {
  color: #98a03c;
}
@media (min-width: 981px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children {
    display: initial;
    flex-direction: row-reverse;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children {
    flex-wrap: wrap;
  }
}
@media (min-width: 981px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children:hover > a .et_mobile_menu_arrow {
    transform: rotate(0);
  }
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children:hover .sub-menu li {
    padding: 10px 0;
    line-height: 1.5;
    opacity: 1;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children > a {
  line-height: 1;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children a {
  display: inline-block;
  order: 1;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children a .et_mobile_menu_arrow {
  position: initial;
  margin-left: 20px;
  transform: rotate(-90deg);
  transition: 0.4s ease-in-out;
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children a .et_mobile_menu_arrow {
    display: none;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu {
  display: block;
  flex-direction: column;
  width: 100%;
  padding-left: 50px;
  opacity: 0;
  order: 2;
  transition: 0.4s ease-in-out;
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu {
    width: 100%;
    opacity: 1;
    order: 3;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu {
    padding-left: 25px;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li {
  display: flex;
  transition: padding 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 1;
}
@media (min-width: 981px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li {
    padding: 0;
    line-height: 0;
  }
}
@media (max-width: 980px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li {
    justify-content: flex-start;
    padding: 10px 0;
    opacity: 1;
  }
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li:first-of-type {
    padding-top: 0;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li.current_page_item a {
  color: #98a03c;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li a {
  padding: 0;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li a {
    font-size: 15px;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li > a:hover {
  transform: translateX(20px);
  color: white;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li > a:hover::after {
  width: 40px;
  left: -20px;
  background-color: #98a03c;
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li a {
  position: relative;
  padding: 15px 0px 15px 50px;
  font-family: "Noto Serif SC";
  font-size: 18px;
  color: #bdb1a6;
  order: 2;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1405px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li a {
    padding: 10px 0 10px 50px;
  }
}
.et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li a::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 20px;
  height: 1px;
  margin: 0 12.5px;
  order: 1;
  background-color: #bdb1a6;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .et_slide_in_menu_container .et_pb_fullscreen_nav_container #mobile_menu_slide > li a::after {
    bottom: 10px;
  }
}
body:not(.home) .et_info {
  justify-content: center;
  flex-direction: column;
}
body:not(.home) .et_info #info-adresse-postale {
  width: 100%;
  margin-right: 0 !important;
  text-align: left !important;
}
body:not(.home) .et_info #et-info-phone {
  width: 100%;
  text-align: left !important;
}
@media (max-width: 767px) {
  body:not(.home) .logo_container {
    position: initial;
    text-align: center;
  }
  body:not(.home) #et-top-navigation {
    align-items: center !important;
    flex-direction: row !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
body.page-id-81 .et_info ~ .et_pb_widget {
  display: none;
}
#main-header {
  position: fixed;
  z-index: 9999999999;
  transition: all 0.3s ease-in;
  padding: 0;
}
@media (min-width: 768px) {
  #main-header.after-top-section {
    padding: 15px 0 15px 10px;
  }
}
#main-header.after-top-section > .container.et_menu_container .logo_container #logo {
  min-height: 100%;
}
#main-header > .container.et_menu_container {
  max-width: 100%;
  width: calc(100% - 30px);
  margin-left: 0;
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container {
    width: 100%;
  }
}
#main-header > .container.et_menu_container .logo_container {
  width: initial;
}
#main-header > .container.et_menu_container .logo_container #logo {
  max-width: initial;
  min-height: 210px;
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container .logo_container #logo {
    min-height: 150px;
    max-height: 220px;
    object-fit: contain;
  }
}
#main-header > .container.et_menu_container #et-top-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 295px);
  padding: 10px 0 !important;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% - 200px);
    margin-right: 5%;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .et_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: inherit;
  margin-right: 2.5%;
}
@media (max-width: 1200px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_info {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_info {
    margin-left: 2.5%;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale, #main-header > .container.et_menu_container #et-top-navigation .et_info #et-info-phone {
  color: white;
  letter-spacing: 1.7px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale, #main-header > .container.et_menu_container #et-top-navigation .et_info #et-info-phone {
    text-align: center;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale a, #main-header > .container.et_menu_container #et-top-navigation .et_info #et-info-phone a {
  letter-spacing: 1.7px;
  color: white;
  font-weight: bold;
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale a, #main-header > .container.et_menu_container #et-top-navigation .et_info #et-info-phone a {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale {
  margin-right: 5%;
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_info #info-adresse-postale {
    display: none;
  }
}
#main-header > .container.et_menu_container #et-top-navigation .et_info #et-info-phone {
  margin-right: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .et_pb_widget {
  margin-right: 2.5%;
}
#main-header > .container.et_menu_container #et-top-navigation .et_pb_widget a {
  padding: 10px 20px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 3.06px;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #98a03c;
  white-space: pre;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_pb_widget a {
    padding: 10px !important;
    font-size: 11px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container #et-top-navigation .et_pb_widget a {
    padding: 8.5px !important;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #et-info-phone::before {
  display: none;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
  display: inline-block;
  padding: 0;
  padding-right: 95px;
  line-height: 32px;
  letter-spacing: 2.55px;
  font-size: 17px;
  font-weight: bold;
  color: white;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::before, #main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar::after {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  color: white !important;
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
    padding-right: 70px;
    font-size: 10px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .select_page {
  display: none;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar.mobile_menu_bar_toggle {
  width: auto;
  padding: 25px 0 25px 50px;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar.mobile_menu_bar_toggle::after {
  content: "MENU";
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
#cookie-law-info-bar {
  z-index: 9999999;
  min-width: 40% !important;
  max-height: 95vh !important;
  background-color: #98a03c !important;
  border: 3px solid #636827 !important;
  border-radius: 5px;
}
@media (max-width: 980px) {
  #cookie-law-info-bar {
    overflow-y: scroll !important;
  }
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner-title {
  color: white !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner {
  color: white !important;
  letter-spacing: 1.5px;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a {
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  background-color: white !important;
  color: black !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:focus {
  opacity: 1 !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-cookie-banner a:hover {
  opacity: 0.7;
}
.cli-modal.cli-show.cli-blowup {
  z-index: 9999999 !important;
}
.cli-modal-backdrop.cli-fade.cli-popupbar-overlay {
  z-index: 999999;
}
#cliSettingsPopup {
  z-index: 99999999;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #98a03c !important;
  border-radius: initial;
}
#cookie-law-info-again {
  letter-spacing: 1.5px !important;
  color: white !important;
  box-shadow: initial;
  border: 2px solid #636827;
  border-bottom: initial;
  background-color: #98a03c !important;
  text-transform: uppercase !important;
  transition: 0.4s ease-in-out;
}
#cookie-law-info-again:hover {
  background-color: #868d35 !important;
}
html {
  overflow: initial !important;
  margin: 0 !important;
}
html .hinge {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
html .mfp-with-fade .mfp-content, html .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
html .mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
html .mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
html .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
body.admin-bar #main-header {
  top: 32px;
}
body.home.admin-bar #scroll-down {
  min-height: calc(100vh - 32px) !important;
}
body.home:not(.admin-bar) #scroll-dow {
  min-height: 100vh;
}
@media (max-width: 767px) {
  body:not(.home) .logo_container {
    display: none;
  }
}
body:not(.home) #scroll-down {
  min-height: 70vh;
  align-items: flex-end;
}
body:not(.home) #scroll-down .et_pb_fullwidth_header_container {
  padding-top: 180px;
}
body:not(.home) #scroll-down .et_pb_fullwidth_header_container .et_pb_button {
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #98a03c;
}
@media (max-width: 767px) {
  body:not(.home) #scroll-down .et_pb_fullwidth_header_container .et_pb_button {
    font-size: 14px;
  }
}
body:not(.home) #scroll-down .et_pb_fullwidth_header_container .et_pb_button:hover {
  transform: scale(1.05);
}
body:not(.home) #scroll-down .et_pb_fullwidth_header_container .et_pb_button::after {
  display: none;
}
#page-container {
  left: 0 !important;
  overflow: hidden;
}
.yith-quick-view {
  z-index: 1 !important;
}
.yith-quick-view .yith-wcqv-wrapper {
  top: 25px;
  height: calc(100% - 50px);
}
.yith-quick-view .yith-wcqv-wrapper .yith-wcqv-head .yith-quick-view-close {
  opacity: 1;
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product {
    flex-direction: column;
  }
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .images {
  height: 100% !important;
}
@media (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .images {
    width: 100% !important;
  }
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .images img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgba(232, 232, 232, 0.5);
  }
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content h1 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    width: 50%;
  }
}
@media (max-width: 980px) and (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content h1 {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content h1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details {
  width: max-content;
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  color: white;
  background-color: #98a03c;
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details::before, .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: initial !important;
  width: 0;
  height: 100%;
  margin-left: initial;
  font-size: initial;
  opacity: 1;
  background-color: #151515;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
@media (max-width: 980px) {
  .yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details {
    margin: 0;
  }
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details:hover {
  color: #98a03c !important;
  background-color: transparent;
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details:hover::before {
  width: 100%;
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details:hover::after {
  width: 0;
}
.yith-quick-view .yith-wcqv-wrapper .yith-quick-view-content .product > .product .summary .summary-content .yith-wcqv-view-details::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #98a03c;
}
#main-content .background_couleur_primaire {
  background-color: #98a03c;
}
#main-content .background_couleur_secondaire {
  background-color: #151515;
}
#main-content .font_couleur_primaire {
  color: #98a03c;
}
#main-content .font_couleur_secondaire {
  color: #151515;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .et_pb_section {
  background-color: transparent;
}
#main-content .et_pb_section.top-section #scroll-down {
  position: relative;
  display: flex;
}
#main-content .et_pb_section.top-section #scroll-down::before {
  content: "";
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
}
#main-content .et_pb_section.top-section #scroll-down .scroll-down {
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
#main-content .et_pb_section .et_pb_bg_layout_dark p, #main-content .et_pb_section .et_pb_bg_layout_dark a, #main-content .et_pb_section .et_pb_bg_layout_dark h1, #main-content .et_pb_section .et_pb_bg_layout_dark h2, #main-content .et_pb_section .et_pb_bg_layout_dark h3, #main-content .et_pb_section .et_pb_bg_layout_dark h4 {
  color: #e8e8e8 !important;
}
#main-content .et_pb_section .et_pb_bg_layout_light h1, #main-content .et_pb_section .et_pb_bg_layout_light h2, #main-content .et_pb_section .et_pb_bg_layout_light h3, #main-content .et_pb_section .et_pb_bg_layout_light h4 {
  color: #585858;
}
#main-content .et_pb_section h1 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.1;
}
@media (max-width: 767px) {
  #main-content .et_pb_section h1 {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section h1 {
    font-size: 35px;
  }
}
#main-content .et_pb_section h1 .last-word {
  display: block;
  margin-top: 15px;
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2.4px;
  color: #98a03c;
}
@media (max-width: 767px) {
  #main-content .et_pb_section h1 .last-word {
    font-size: 18px;
  }
}
#main-content .et_pb_section h2 {
  font-size: 55px;
}
@media (max-width: 767px) {
  #main-content .et_pb_section h2 {
    font-size: 45px;
  }
}
@media (max-width: 479px) {
  #main-content .et_pb_section h2 {
    font-size: 35px;
  }
}
#main-content .et_pb_section h2 .last-word {
  display: block;
  font-family: "Arial";
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2.4px;
  color: #98a03c;
}
@media (max-width: 767px) {
  #main-content .et_pb_section h2 .last-word {
    font-size: 18px;
  }
}
#main-content .et_pb_section .et_pb_text {
  line-height: 1.3;
  letter-spacing: 2px;
}
.et_pb_blog_grid .entry .not-found-title {
  font-size: 0;
}
.et_pb_blog_grid .entry .not-found-title::before {
  content: "Revenez vite pour découvrir nos dernières nouveautés !";
  font-size: 18px;
  font-weight: 500;
}
.et_pb_blog_grid .entry .not-found-title ~ p {
  display: none;
}
.et_pb_button_wrapper, .et_pb_button_module_wrapper, .yith-wcqv-view-details {
  width: max-content;
  margin-bottom: 5%;
  text-align: left;
}
.et_pb_button_wrapper.et_pb_button_alignment_center, .et_pb_button_module_wrapper.et_pb_button_alignment_center, .yith-wcqv-view-details.et_pb_button_alignment_center {
  margin: auto;
}
.et_pb_button_wrapper .et_pb_button:not(.custom), .et_pb_button_module_wrapper .et_pb_button:not(.custom), .yith-wcqv-view-details .et_pb_button:not(.custom) {
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #98a03c;
}
@media (max-width: 767px) {
  .et_pb_button_wrapper .et_pb_button:not(.custom), .et_pb_button_module_wrapper .et_pb_button:not(.custom), .yith-wcqv-view-details .et_pb_button:not(.custom) {
    font-size: 14px;
  }
}
.et_pb_button_wrapper .et_pb_button:not(.custom):hover, .et_pb_button_module_wrapper .et_pb_button:not(.custom):hover, .yith-wcqv-view-details .et_pb_button:not(.custom):hover {
  transform: scale(1.05);
}
.et_pb_button_wrapper .et_pb_button:not(.custom)::after, .et_pb_button_module_wrapper .et_pb_button:not(.custom)::after, .yith-wcqv-view-details .et_pb_button:not(.custom)::after {
  display: none;
}
body:not(.page-id-81) .grecaptcha-badge {
  display: none;
}
.w3eden .link-template-default {
  border: none;
}
.w3eden .link-template-default .card-body {
  padding: 0;
}
.w3eden .link-template-default .card-body .mr-3 {
  display: none;
}
.w3eden .link-template-default .card-body .media-body {
  display: none;
}
.w3eden .link-template-default .card-body .ml-3 {
  width: auto;
  text-align: center;
  margin: 0 auto !important;
}
.w3eden .link-template-default .card-body .ml-3 .wpdm-download-link {
  padding: 10px 20px !important;
  max-width: 285px;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.86 !important;
  color: #151515 !important;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #98a03c;
  transition: all 0.3s ease;
}
.w3eden .link-template-default .card-body .ml-3 .wpdm-download-link:hover {
  box-shadow: none;
  transform: scale(1.05);
}
@media (max-width: 479px) {
  #main-slider.et_pb_section .et_pb_fullwidth_header_container {
    width: 100%;
  }
  #main-slider.et_pb_section .et_pb_fullwidth_header_container .header-content {
    width: 95%;
  }
}
#main-slider.et_had_animation svg {
  opacity: 1;
}
#main-slider.et_had_animation svg g#latte_9:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 1.8s forwards;
}
#main-slider.et_had_animation svg g#latte_9:nth-child(even) rect {
  animation: decalageLattePair 1s 1.8s forwards;
}
#main-slider.et_had_animation svg g#latte_9 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_8:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 1.6s forwards;
}
#main-slider.et_had_animation svg g#latte_8:nth-child(even) rect {
  animation: decalageLattePair 1s 1.6s forwards;
}
#main-slider.et_had_animation svg g#latte_8 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_7:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 1.4s forwards;
}
#main-slider.et_had_animation svg g#latte_7:nth-child(even) rect {
  animation: decalageLattePair 1s 1.4s forwards;
}
#main-slider.et_had_animation svg g#latte_7 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_6:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 1.2s forwards;
}
#main-slider.et_had_animation svg g#latte_6:nth-child(even) rect {
  animation: decalageLattePair 1s 1.2s forwards;
}
#main-slider.et_had_animation svg g#latte_6 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_5:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 1s forwards;
}
#main-slider.et_had_animation svg g#latte_5:nth-child(even) rect {
  animation: decalageLattePair 1s 1s forwards;
}
#main-slider.et_had_animation svg g#latte_5 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_4:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 0.8s forwards;
}
#main-slider.et_had_animation svg g#latte_4:nth-child(even) rect {
  animation: decalageLattePair 1s 0.8s forwards;
}
#main-slider.et_had_animation svg g#latte_4 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_3:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 0.6s forwards;
}
#main-slider.et_had_animation svg g#latte_3:nth-child(even) rect {
  animation: decalageLattePair 1s 0.6s forwards;
}
#main-slider.et_had_animation svg g#latte_3 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_2:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 0.4s forwards;
}
#main-slider.et_had_animation svg g#latte_2:nth-child(even) rect {
  animation: decalageLattePair 1s 0.4s forwards;
}
#main-slider.et_had_animation svg g#latte_2 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#latte_1:nth-child(odd) rect {
  animation: decalageLatteImpair 1s 0.2s forwards;
}
#main-slider.et_had_animation svg g#latte_1:nth-child(even) rect {
  animation: decalageLattePair 1s 0.2s forwards;
}
#main-slider.et_had_animation svg g#latte_1 rect {
  opacity: 0;
}
#main-slider.et_had_animation svg g#toile {
  transform-origin: initial;
  opacity: 0;
  animation: decalageToile 2s ease-in-out 1s forwards;
}
#main-slider.et_had_animation svg g#atelier_des_terrasses_2_, #main-slider.et_had_animation svg g#vivre_à_l_x27_extérieur_2_ {
  opacity: 1;
}
#main-slider.et_had_animation svg g#toile_sombre {
  opacity: 0;
  animation: apparitionOmbre 1s 2.5s forwards;
}
#main-slider svg {
  opacity: 0;
}
#main-slider svg #atelier_des_terrasses_2_, #main-slider svg #vivre_à_l_x27_extérieur_2_ {
  opacity: 0;
  transition: 1s 1s ease-in-out;
}
#main-slider svg #vivre_à_l_x27_extérieur_2_ {
  transition: 1s 1.5s ease-in-out;
}
#accroche.et_pb_section {
  margin-bottom: 10%;
}
#accroche.et_pb_section .et_pb_row.texte-avec-trait-vertical.anim-ok .et_pb_text::after {
  height: 100px !important;
}
#accroche.et_pb_section .et_pb_row.texte-avec-trait-vertical .et_pb_text {
  margin-bottom: 150px;
}
#accroche.et_pb_section .et_pb_row.texte-avec-trait-vertical .et_pb_text h1 {
  margin-bottom: 2.5%;
}
#accroche.et_pb_section .et_pb_row.texte-avec-trait-vertical .et_pb_text::after {
  content: "";
  position: absolute;
  top: 125%;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 0;
  background-color: #98a03c;
  transition: 0.4s ease-in-out;
}
#accroche.et_pb_section .et_pb_row.trois-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 65%;
}
@media (max-width: 1405px) {
  #accroche.et_pb_section .et_pb_row.trois-images {
    width: 90%;
  }
}
@media (max-width: 980px) {
  #accroche.et_pb_section .et_pb_row.trois-images {
    width: 98%;
  }
}
@media (min-width: 768px) {
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column {
    margin: 0;
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type {
    width: calc(27.5% - 45px);
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image::before, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .entry-featured-image-url, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .et_shop_image, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .dp_oc_item, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .entry-featured-image-url, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .et_shop_image, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .dp_oc_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .entry-featured-image-url img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .et_shop_image img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:first-of-type .et_pb_image .dp_oc_item img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .entry-featured-image-url img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .et_shop_image img, #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:last-of-type .et_pb_image .dp_oc_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:nth-of-type(2) {
    width: 45%;
  }
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column:nth-of-type(2) img {
    min-height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #accroche.et_pb_section .et_pb_row.trois-images .et_pb_column {
    width: 70%;
    margin-right: auto !important;
    margin-left: auto;
  }
}
#accroche.et_pb_section .et_pb_row.trois-images .et_pb_column .et_pb_image {
  width: 100%;
}
#accroche.et_pb_section .et_pb_row.trois-images .et_pb_column .et_pb_image .et_pb_image_wrap {
  width: 100%;
}
#accroche.et_pb_section .et_pb_row.trois-images .et_pb_column .et_pb_image .et_pb_image_wrap img {
  width: 100%;
}
#accroche.et_pb_section .et_pb_row.trois-images::after {
  display: none;
}
#vivre-a-lext.et_pb_section {
  padding: 0;
  background-color: #e8e8e8;
}
#vivre-a-lext.et_pb_section .et_pb_row.titre-vertical {
  position: initial;
  padding: 0;
  pointer-events: none;
}
#vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column {
  position: absolute;
  right: 0;
  min-height: 100px;
  width: auto;
  overflow: hidden;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  overflow: visible;
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column {
    top: 0;
  }
}
@media (max-width: 479px) {
  #vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column {
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: initial !important;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column .et_pb_text h2 {
  color: #98a03c;
  font-size: 100px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  #vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column .et_pb_text h2 {
    font-size: 80px;
  }
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column .et_pb_text h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row.titre-vertical .et_pb_column .et_pb_text h2 {
    font-size: 45px;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background-color: #151515;
}
#vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column {
  float: initial;
  width: 40%;
  margin: auto !important;
  padding: 20px 50px;
  background-color: #bdb1a6;
  box-shadow: 0 15px 36px 0 rgba(47, 38, 30, 0.27);
}
@media (min-width: 981px) {
  #vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column {
    min-width: 700px;
  }
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column {
    width: calc(90% - 100px);
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column {
    padding: 20px 15px;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column .et_pb_text h3 {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  font-weight: bold;
  font-style: italic;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2.6px;
}
@media (max-width: 1405px) {
  #vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column .et_pb_text h3 {
    font-size: 18px;
    letter-spacing: 1.9px;
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row.texte-fond-marron .et_pb_column .et_pb_text h3 {
    font-size: 15px;
    letter-spacing: 1.3px;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(100% - 200px);
}
@media (min-width: 981px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) {
    width: 75%;
  }
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) {
    max-width: calc(100% - 120px);
    width: 100%;
  }
}
@media (max-width: 479px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column {
    width: 100% !important;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:first-of-type {
  width: 60%;
  margin-right: 2.5%;
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:first-of-type {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:first-of-type {
    margin-right: 0;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:first-of-type .et_pb_image_wrap {
  width: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:first-of-type .et_pb_image_wrap img {
  width: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:last-of-type {
  width: 37.5%;
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:last-of-type {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:last-of-type .et_pb_text {
    text-align: justify;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:last-of-type .et_pb_text strong {
  font-style: italic;
  font-weight: normal;
  letter-spacing: 3px;
  color: #98a03c;
  text-transform: uppercase;
}
#vivre-a-lext.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column::after {
  display: none;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type {
  display: flex;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 140.75px);
  background-color: #151515;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column {
  width: 55%;
  margin: 0;
}
@media (max-width: 980px) {
  #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column {
    width: calc(100% - 60px);
  }
}
@media (max-width: 479px) {
  #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column {
    width: calc(100% - 40px) !important;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .et_pb_dp_oc_custom_item {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .et_pb_dp_oc_custom_item .dp_oc_item {
  height: 100%;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-stage-outer .owl-stage .owl-item .et_pb_dp_oc_custom_item .dp_oc_item img {
  height: 100%;
  max-height: 280px;
  object-fit: cover;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav {
  order: 3;
  margin: 0;
  line-height: 0;
  position: initial;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > a, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > button {
  position: initial;
  transform: initial;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > a::before, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > button::before {
  content: "";
  transform: initial;
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #e8e8e8;
  background-color: transparent;
  background: url(./images/fleche-gauche.png) center center no-repeat;
  background-size: inherit;
  transition: background-color 0.4s ease-in-out, transform 0.1s ease-in-out;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > a.owl-next::before, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > a.et-pb-arrow-next::before, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > button.owl-next::before, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > button.et-pb-arrow-next::before {
  background: url(./images/fleche-droite.png) center center no-repeat;
  background-size: inherit;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > a:hover::before, #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav > button:hover::before {
  transform: scale(0.98);
  background-color: black;
}
@media (min-width: 768px) {
  #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-nav {
    text-align: right;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-dots {
  position: relative;
  width: 50%;
  margin: 52.5px 0 52.5px auto;
  order: 2;
  line-height: 0;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #98a03c;
}
@media (max-width: 767px) {
  #vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-dots {
    display: none;
  }
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-dots button {
  width: 0;
  height: 6px;
  margin: 0;
  opacity: 1;
  background-color: #98a03c;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
#vivre-a-lext.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_dp_oc_custom .et_pb_module_inner .owl-carousel .owl-dots button:not(.active) {
  opacity: 0;
}
#engagement-qualite.et_pb_section {
  margin: 124px 0 62px;
  padding-bottom: 0;
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section {
    margin-bottom: 0;
  }
}
@media (max-width: 980px) {
  #engagement-qualite.et_pb_section {
    margin-top: 62px;
  }
}
#engagement-qualite.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 60%;
  margin-right: 30%;
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row {
    width: 58%;
    margin-right: calc(28% + 90px);
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:first-of-type {
    padding: 0;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 170px;
}
@media (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) {
    padding-top: 0;
    margin-bottom: 250px;
  }
  #engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
    width: 100%;
  }
  #engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column:first-of-type {
    margin-bottom: 5%;
  }
  #engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_text {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:nth-of-type(2) {
    margin-bottom: 0;
    padding-top: 0;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type {
  position: initial;
  width: 45%;
  margin: 0 calc(30% - 90px) 0 auto;
  padding: 0;
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type {
    margin-right: calc(40% - 90px);
  }
}
@media (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type {
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 981px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type {
    min-width: 800px;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column {
  position: initial;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider {
  position: initial;
  display: flex;
  flex-direction: column-reverse;
  overflow: visible;
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    max-height: calc(100vh - 232px);
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides {
    width: 35%;
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides {
    width: 100%;
    margin-bottom: 5%;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
  position: initial;
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
    max-height: calc(100vh - 232px);
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
    max-height: calc(100vh - 232px);
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide.et-pb-active-slide {
    display: flex !important;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  position: initial;
}
@media (min-width: 768px) and (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
    height: 100% !important;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    position: relative;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 1405px) and (min-width: 768px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    padding: 15px 30px;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  display: block !important;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: calc(30% - 90px);
  }
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: 100%;
  }
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #151515;
    opacity: 0.4;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
@media (min-width: 768px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    max-height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    max-height: calc(100vh - 232px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    max-height: calc(100vh - 232px) !important;
  }
}
@media (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    max-height: 300px !important;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  float: initial;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    position: absolute;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2 {
  font-family: "Arial";
  text-transform: uppercase;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 3.6px;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
    margin: auto;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows {
  position: absolute;
  top: 100%;
  left: calc(70% + 90px);
  line-height: 0;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button {
  position: initial;
  transform: initial;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a::before, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button::before {
  content: "";
  transform: initial;
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #e8e8e8;
  background-color: transparent;
  background: url(./images/fleche-gauche.png) center center no-repeat;
  background-size: inherit;
  transition: background-color 0.4s ease-in-out, transform 0.1s ease-in-out;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.owl-next::before, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.et-pb-arrow-next::before, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button.owl-next::before, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button.et-pb-arrow-next::before {
  background: url(./images/fleche-droite.png) center center no-repeat;
  background-size: inherit;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a:hover::before, #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button:hover::before {
  transform: scale(0.98);
  background-color: black;
}
@media (max-width: 1405px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows {
    top: calc(100vh - 232px);
    left: 70%;
  }
}
@media (max-width: 1200px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows {
    display: none;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a {
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.et-pb-arrow-next {
  left: 32px;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers {
  position: relative;
  width: 100%;
  height: 4.5px;
  margin: 0 0 5% 0;
  line-height: 0;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #98a03c;
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers::before {
    display: none;
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 45%;
    height: 100%;
    margin-left: auto;
  }
}
@media (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers {
    width: 100%;
    justify-content: space-around;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a {
  position: relative;
  height: 6px;
  margin: 0;
  font-size: 0;
  opacity: 1;
  background-color: #98a03c;
  border-radius: 0;
  transition: 0.4s ease-in-out;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a::before {
  content: "" !important;
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  padding: 15px;
  border: 1px solid #98a03c;
  transition: 0.4s ease-in-out;
}
@media (min-width: 768px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a::before {
    transform: translateY(calc(-100% - 40px));
  }
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a {
    width: 50% !important;
    height: 100px;
    margin: 0;
    background-color: transparent;
  }
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a::before {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a::before {
    margin: auto;
  }
}
@media (max-width: 479px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a {
    width: 33% !important;
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a.disable {
  pointer-events: none;
  cursor: default;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control) {
  background-color: transparent;
  opacity: 0.4 !important;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control)::before {
  transform: translateY(calc(-100% - 40px)) scale(0.7);
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control)::before {
    transform: scale(0.7);
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control):hover {
  opacity: 1 !important;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control):hover::before {
  transform: translateY(calc(-100% - 40px)) scale(1);
}
@media (max-width: 767px) {
  #engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control):hover::before {
    transform: scale(1);
  }
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:first-of-type::before {
  background: url("./images/bois.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:nth-of-type(2)::before {
  background: url("./images/stairs.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:nth-of-type(3)::before {
  background: url("./images/facade.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:nth-of-type(4)::before {
  background: url("./images/pergola.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:nth-of-type(5)::before {
  background: url("./images/garage.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:nth-of-type(6)::before {
  background: url("./images/fence.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:last-of-type::before {
  background: url("./images/cleaning.png") no-repeat center center;
}
#engagement-qualite.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-controllers a:not(.et-pb-active-control) {
  opacity: 0;
}
#amenagement_ext {
  margin-top: 5%;
}
#amenagement_ext .et_pb_row:first-child {
  max-width: 1400px;
  margin-bottom: 5%;
}
#amenagement_ext .et_pb_row:first-child .et_pb_text_inner {
  color: white;
}
#amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
  font-size: 52px;
  line-height: 1.33;
  color: white;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  #amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
    font-size: 35px;
  }
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  #amenagement_ext .et_pb_row:first-child .et_pb_text_inner h2 {
    font-size: 22px;
  }
}
#amenagement_ext .et_pb_row:first-child .et_pb_text_inner h3 {
  margin: 2.5% auto;
  font-weight: normal;
  font-family: "Arial";
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2.4px;
  color: #98a03c;
}
#amenagement_ext .et_pb_row:first-child .et_pb_text_inner p {
  max-width: 1100px;
  margin: auto;
}
#amenagement_ext .et_pb_row:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: calc(100% - 200px);
  width: 100%;
  margin-right: 0;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child {
    max-width: 95%;
    margin: auto;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column {
    flex-wrap: wrap;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider {
  z-index: 1;
  width: 40%;
  margin-bottom: 0;
  overflow: visible;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_7"] ~ .et_pb_text h2:first-of-type::after {
  width: 40%;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_7"] ~ .et_pb_text h2:first-of-type::after {
    width: 30%;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_8"] ~ .et_pb_text h2:nth-of-type(2)::after {
  width: 40%;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_8"] ~ .et_pb_text h2:nth-of-type(2)::after {
    width: 30%;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_9"] ~ .et_pb_text h2:nth-of-type(3)::after {
  width: 40%;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider[data-active-slide="et_pb_slide_9"] ~ .et_pb_text h2:nth-of-type(3)::after {
    width: 30%;
  }
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider {
    width: 50%;
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider {
    width: 90% !important;
    margin: 5% auto;
  }
}
@media (max-width: 479px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider {
    width: 100% !important;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
  padding: 0;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  height: 100% !important;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_image {
  display: block !important;
  width: 100%;
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_image {
    position: initial;
    margin-top: 0 !important;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_image img {
  min-height: 80vh;
  object-fit: cover;
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_image img {
    min-height: 50vh;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description {
  display: none;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers {
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  margin-left: -175%;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers {
    margin-left: -135%;
  }
}
@media (max-width: 1200px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers {
    margin-left: -140%;
  }
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers {
    display: none;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers a {
  width: 15px;
  height: 15px;
  margin-right: 0;
  border-radius: 50%;
  border: #98a03c solid 2px;
  background-color: transparent;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers a {
    width: 20px;
    height: 20px;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #98a03c;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_slider .et-pb-controllers a:not(:last-of-type) {
  margin-bottom: 10px;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text {
  width: 55%;
  margin-right: 5%;
  color: white;
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text {
    width: 85%;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2, #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h3 {
  color: white;
  font-size: 28px;
  line-height: 1.38;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2, #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h3 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2, #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h3 {
    font-size: 22px;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2.5%;
  counter-increment: h2;
  cursor: pointer;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
  content: counter(h2);
  margin: 0 20px 0 -55px;
  font-size: 55px;
  line-height: 1.33;
  color: #98a03c;
}
@media (max-width: 1405px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
    font-size: 40px;
  }
}
@media (max-width: 980px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
    font-size: 30px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::before {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2:hover::after {
  width: 10%;
}
#amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::after {
  content: "";
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #98a03c;
  transition: 0.4s ease-in-out;
}
@media (max-width: 479px) {
  #amenagement_ext .et_pb_row:last-child .et_pb_column .et_pb_text h2::after {
    display: none;
  }
}
#amenagement_ext .et_pb_row:last-child::after {
  display: none;
}
.devis.et_pb_section {
  background-color: #e8e8e8 !important;
  padding: 10% 0;
}
.devis.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 95%;
}
.devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
  font-size: 135px !important;
  font-weight: bold;
  color: #585858;
  opacity: 0.4;
  margin-bottom: 5%;
}
@media (max-width: 1405px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
    font-size: 100px !important;
  }
}
@media (max-width: 1200px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
    font-size: 80px !important;
  }
}
@media (max-width: 980px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
    font-size: 50px !important;
  }
}
@media (max-width: 479px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:first-of-type h2 {
    font-size: 35px !important;
  }
}
.devis.et_pb_section .et_pb_row .et_pb_text:last-of-type {
  color: #98a03c;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .devis.et_pb_section .et_pb_row .et_pb_text:last-of-type {
    font-size: 18px;
  }
}
.devis.et_pb_section .et_pb_row .et_pb_button_module_wrapper {
  margin: 2.5% auto !important;
}
.partenaires.et_pb_section {
  margin-top: 10%;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .partenaires.et_pb_section {
    padding-bottom: 0;
  }
  .partenaires.et_pb_section .et_pb_row {
    padding-bottom: 0;
  }
}
.partenaires.et_pb_section .et_pb_text {
  width: 60%;
  margin: 0 auto 5%;
}
@media (max-width: 980px) {
  .partenaires.et_pb_section .et_pb_text {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .partenaires.et_pb_section .et_pb_text {
    width: 100%;
    padding-bottom: 0;
  }
  .partenaires.et_pb_section .et_pb_text h2 {
    font-size: 38px;
  }
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer {
    padding-bottom: 0;
  }
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item {
  height: 100%;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner {
  height: 100%;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item {
    justify-content: center;
  }
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item a {
  position: relative;
  width: 100%;
  margin-bottom: 5%;
  background-color: white;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item a img {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item a img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .partenaires.et_pb_section .et_pb_dp_oc_custom .owl-stage-outer .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item a img {
    max-width: 250px;
  }
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-nav button {
  top: 25%;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-nav button.owl-prev {
  left: -50px;
}
.partenaires.et_pb_section .et_pb_dp_oc_custom .owl-nav button.owl-next {
  right: -50px;
}
#actus.et_pb_section .et_pb_row {
  margin-bottom: 5%;
  padding-top: 0;
}
#actus.et_pb_section .et_pb_row:first-of-type {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #actus.et_pb_section .et_pb_row:first-of-type {
    max-width: 100%;
    width: 90%;
  }
}
@media (max-width: 980px) {
  #actus.et_pb_section .et_pb_row:first-of-type {
    flex-direction: column;
    padding-bottom: 0;
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-gauche {
    width: calc(57% - 5px);
  }
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-gauche article {
    min-height: 75vh;
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner .empty {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #666;
}
@media (max-width: 980px) and (min-width: 768px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-gauche {
    margin-bottom: 10px;
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-droite {
  display: flex;
  flex-direction: column;
}
@media (min-width: 981px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-droite {
    width: calc(43% - 5px);
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner #partie-droite article:first-of-type {
  margin-bottom: 10px;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article {
    margin-bottom: 5% !important;
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global {
  height: 100%;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global:hover .bloc-image {
  transform: scale(1.1);
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-image {
  position: relative;
  position: absolute;
  height: 100%;
  z-index: -1;
  transition: 1s;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-image::before {
  content: "";
  opacity: 0.65;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-image img {
  height: 100%;
  object-fit: cover;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 40px 30px;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .entry-title {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 2.4px;
  color: #e8e8e8;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .post-content {
  padding: 15px 0;
  line-height: 1.64;
  letter-spacing: 1.4px;
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .post-content .text_inner {
  display: -webkit-box;
  width: 80%;
  overflow: hidden;
  color: #e8e8e8;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 980px) {
  #actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .post-content .text_inner {
    width: 100%;
  }
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .more-link {
  position: relative;
  justify-self: end;
  width: max-content;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.86;
  letter-spacing: 2.52px;
  background-color: #98a03c;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
#actus.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_code_inner article a.lien-global .bloc-contenu .more-link:hover {
  transform: scale(1.05);
}
#actus.et_pb_section .et_pb_row .et_pb_button_module_wrapper {
  margin: 5% auto;
  line-height: 1.86;
  letter-spacing: 2.8px;
}
@media (max-width: 767px) {
  #actus.et_pb_section .et_pb_row .et_pb_button_module_wrapper .et_pb_button {
    font-size: 12px;
  }
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #151515;
  color: white;
  cursor: pointer;
  border: none;
}
body.page-id-81 #section-formulaire {
  background-color: rgba(0, 0, 0, 0.03);
}
body.page-id-81 #section-formulaire .et_pb_row {
  align-items: center;
}
body.page-id-81 #section-formulaire .et_pb_row:first-of-type .et_pb_column:last-of-type {
  padding: 5%;
  background-color: #e8e8e8;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column {
  padding: 5%;
  border: 2px solid #98a03c;
  color: #98a03c;
  background-color: #e8e8e8;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code h3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 30px;
  color: #585858;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code div.ginput_container_checkbox label {
  color: #151515;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code input[type=file] {
  color: #151515;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code input#gform_submit_button_1 {
  background-color: #98a03c;
  border: none;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 2.52px;
  color: #e8e8e8;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code input#gform_submit_button_1:hover {
  transform: scale(1.1);
}
body.page-id-81 #devis.et_pb_section .et_pb_row .et_pb_column .et_pb_code .charleft.ginput_counter.warningTextareaInfo {
  display: none;
}
body.page-id-81 #section-horaires-map .et_pb_column {
  background-color: #98a03c;
  color: white;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child {
  padding: 20px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours {
  max-width: none;
  font-size: 20px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours > .bp-weekday:nth-child(7), body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours > .bp-weekday:last-child {
  display: none;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday {
  margin-top: 10px;
}
body.page-id-81 #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday .bp-weekday-name {
  text-transform: capitalize;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
  line-height: 0;
}
body.page-id-81 #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 40vh;
}
body.page-id-5696 #cmplz-document, body.page-id-5703 #cmplz-document {
  color: #e8e8e8;
}
body.page-id-5696 #cmplz-document h2, body.page-id-5703 #cmplz-document h2 {
  color: #e8e8e8;
  font-size: 30px;
}
body.single-product #main-header {
  position: relative;
}
body.single-product #main-header > .container.et_menu_container .logo_container #logo {
  min-height: 150px;
}
body .texte-fond-marron.et_pb_text {
  padding: 20px 15px;
  background-color: #bdb1a6;
  box-shadow: 0 15px 36px 0 rgba(47, 38, 30, 0.27);
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  color: #585858;
  font-weight: bold;
  font-style: italic;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 2.6px;
}
@media (max-width: 1405px) {
  body .texte-fond-marron.et_pb_text {
    font-size: 18px;
    letter-spacing: 1.9px;
  }
}
@media (max-width: 767px) {
  body .texte-fond-marron.et_pb_text {
    font-size: 15px;
    letter-spacing: 1.3px;
  }
}
body .et_pb_section.top-section #scroll-down::before {
  opacity: 0.7 !important;
}
@media (max-width: 1405px) {
  body .et_pb_section.top-section #scroll-down .et_pb_fullwidth_header_container {
    max-width: 100%;
    width: 95%;
  }
}
body .et_pb_section.top-section #scroll-down .et_pb_fullwidth_header_container .header-content {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1405px) {
  body .et_pb_section.top-section #scroll-down .et_pb_fullwidth_header_container .header-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1405px) and (max-width: 1200px) {
  body .et_pb_section.top-section #scroll-down .et_pb_fullwidth_header_container .header-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1405px) and (max-width: 980px) {
  body .et_pb_section.top-section #scroll-down .et_pb_fullwidth_header_container .header-content h1 {
    font-size: 30px;
  }
}
body .et_pb_section.blanche {
  background-color: #e8e8e8 !important;
}
body .et_pb_section.avec-fond-photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 55vh;
}
body .et_pb_section.avec-fond-photo .et_pb_row {
  margin-top: 0;
  margin-bottom: 0;
}
body .et_pb_section.resumes_internes .et_pb_column {
  min-width: 250px;
  width: calc(25% - 15px);
  margin: 0 7.5px 20px !important;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_image {
  position: relative;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .et_pb_image_wrap, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .entry-featured-image-url, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .et_shop_image, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .dp_oc_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .et_pb_image_wrap img, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .entry-featured-image-url img, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .et_shop_image img, body .et_pb_section.resumes_internes .et_pb_column .et_pb_image .dp_oc_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_blurb {
  margin-bottom: 5%;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_blurb h4 {
  text-align: center;
}
body .et_pb_section.resumes_internes .et_pb_column .et_pb_blurb h4 span {
  color: #98a03c;
}
body .et_pb_section.super-diapo {
  margin: 124px 0;
}
body .et_pb_section.super-diapo .et_pb_row {
  max-width: 100%;
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row {
    width: 40%;
    margin-right: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body .et_pb_section.super-diapo .et_pb_row {
    width: calc(50% + 25px);
    margin-right: calc(50% - 50px);
  }
}
body .et_pb_section.super-diapo .et_pb_row:first-of-type h2 {
  line-height: 1.5;
}
body .et_pb_section.super-diapo .et_pb_row:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  body .et_pb_section.super-diapo .et_pb_row:nth-of-type(2) {
    margin-bottom: 0;
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type {
  position: initial;
  padding: 0;
}
@media (min-width: 981px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type {
    min-width: 800px;
  }
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type {
    width: 45%;
    margin: 0 calc(50% - 90px) 0 auto;
  }
}
@media (max-width: 479px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type {
    width: 100%;
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column {
  position: initial;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider {
  position: initial;
  display: flex;
  flex-direction: column-reverse;
  overflow: visible;
}
@media (max-width: 767px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider {
    flex-direction: column;
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider.sans-texte .et_pb_slide_description {
  display: none;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide {
  position: initial;
  padding: 0;
  background-color: transparent;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  position: initial;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    position: relative;
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  display: block !important;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: calc(50% - 90px);
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    max-height: 100% !important;
  }
}
@media (max-width: 767px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    min-height: 50vh;
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 2.5% 5%;
  background-color: rgba(21, 21, 21, 0.5);
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    left: calc(50% + 90px);
    width: calc(50% - 90px);
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
  margin-bottom: 0;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows {
  line-height: 0;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button {
  position: initial;
  transform: initial;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a::before, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button::before {
  content: "";
  transform: initial;
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #e8e8e8;
  background-color: transparent;
  background: url(./images/fleche-gauche.png) center center no-repeat;
  background-size: inherit;
  transition: background-color 0.4s ease-in-out, transform 0.1s ease-in-out;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.owl-next::before, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.et-pb-arrow-next::before, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button.owl-next::before, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button.et-pb-arrow-next::before {
  background: url(./images/fleche-droite.png) center center no-repeat;
  background-size: inherit;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a:hover::before, body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > button:hover::before {
  transform: scale(0.98);
  background-color: black;
}
@media (min-width: 768px) {
  body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows {
    position: absolute;
    top: 100%;
    left: calc(50% + 90px);
  }
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a {
  display: inline-block;
  left: 0;
  top: 0;
  margin-top: 0;
}
body .et_pb_section.super-diapo .et_pb_row:last-of-type .et_pb_column .et_pb_slider .et-pb-slider-arrows > a.et-pb-arrow-next {
  left: 32px;
}
body .et_pb_section.projets {
  padding-top: 5%;
}
body .et_pb_section.projets .et_pb_row {
  max-width: 100%;
  width: 100%;
}
body .et_pb_section.projets .et_pb_row:first-of-type h2 {
  margin-bottom: 125px;
  color: #e8e8e8 !important;
}
@media (max-width: 1200px) {
  body .et_pb_section.projets .et_pb_row:first-of-type h2 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  body .et_pb_section.projets .et_pb_row:first-of-type h2 {
    font-size: 40px;
  }
}
body .et_pb_section.projets .et_pb_row:first-of-type h2::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: -1;
  width: 2px;
  height: 100px;
  pointer-events: none;
  background-color: #98a03c;
  transition: width 0.3s, height 0.3s 0.3s, top 0.3s 0.3s, right 0.3s 0.6s;
}
@media (min-width: 981px) {
  body .et_pb_section#produit_unique .w90.et_pb_row {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  body .et_pb_section#produit_unique {
    margin-top: calc(210px - 6%);
  }
}
body .et_pb_section#produit_unique h1 {
  font-size: 35px !important;
}
@media (max-width: 980px) {
  body .et_pb_section#produit_unique h1 {
    font-size: 30px !important;
  }
}
body .et_pb_section#produit_unique .product_meta {
  margin-bottom: 5%;
}
body .et_pb_section#produit_unique .related.products h2 {
  margin-bottom: 5%;
  color: #e8e8e8;
  text-align: center;
  font-size: 30px;
  padding: 0.5em;
}
@media (max-width: 980px) {
  body .et_pb_section#produit_unique .related.products h2 {
    font-size: 25px;
  }
}
body .et_pb_section#produit_unique .related.products ul.products {
  justify-content: space-around;
}
body .et_pb_section#produit_unique .related.products ul.products::before, body .et_pb_section#produit_unique .related.products ul.products::after {
  display: none;
}
body .et_pb_section#produit_unique .related.products ul.products li.product {
  margin: 0 0 2% !important;
}
@media (max-width: 767px) {
  body .et_pb_section#produit_unique .related.products ul.products li.product {
    width: 70% !important;
  }
}
@media (max-width: 479px) {
  body .et_pb_section#produit_unique .related.products ul.products li.product {
    width: 100% !important;
  }
}
body .et_pb_section.before-height-moitie.et_pb_section {
  padding-top: 0;
}
body .et_pb_section.before-height-moitie.et_pb_section.before-black .et_pb_row::before {
  background-color: #151515;
}
body .et_pb_section.before-height-moitie.et_pb_section.before-white .et_pb_row::before {
  background-color: #e8e8e8;
}
body .et_pb_section.before-height-moitie.et_pb_section .et_pb_row:first-child {
  width: 100%;
  max-width: 100%;
}
body .et_pb_section.before-height-moitie.et_pb_section .et_pb_row:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
}
body .et_pb_section.before-height-moitie.et_pb_section .et_pb_row:first-child .et_pb_column {
  width: 80%;
  max-width: 1080px;
}
body .et_pb_section .et_pb_row .encart.et_pb_column {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding: 0 50px 50px;
  border: 1px solid #98a03c;
}
body .et_pb_section .et_pb_row .encart.et_pb_column > .et_pb_image:first-child {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 30px;
  transform: translateY(-50%);
  background: #151515;
}
body .et_pb_section .title_style.et_pb_text {
  font-family: "Noto Serif SC";
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 479px) {
  body .et_pb_section .title_style.et_pb_text {
    font-size: 25px;
  }
}
body .et_builder_inner_content:last-child .projets.et_pb_section {
  padding-bottom: 0;
}
body .et_builder_inner_content:last-child .projets.et_pb_section .et_pb_row:last-child {
  padding-bottom: 0;
}
body .et_builder_inner_content:last-child .projets.et_pb_section .et_pb_row:last-child .et_pb_column .et_pb_shop ul.products {
  margin-bottom: 0;
}
body ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
}
body ul.products.columns-4 li.product {
  display: flex;
  width: 25% !important;
  margin: 0 !important;
}
body ul.products.columns-4 li.product::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body ul.products.columns-4 li.product .et_pb_image_wrap, body ul.products.columns-4 li.product .entry-featured-image-url, body ul.products.columns-4 li.product .et_shop_image, body ul.products.columns-4 li.product .dp_oc_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body ul.products.columns-4 li.product .et_pb_image_wrap img, body ul.products.columns-4 li.product .entry-featured-image-url img, body ul.products.columns-4 li.product .et_shop_image img, body ul.products.columns-4 li.product .dp_oc_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1405px) {
  body ul.products.columns-4 li.product {
    width: calc(100% / 3);
  }
}
@media (max-width: 980px) {
  body ul.products.columns-4 li.product {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  body ul.products.columns-4 li.product {
    width: 100% !important;
  }
}
body ul.products.columns-4 li.product:hover .et_shop_image::before {
  opacity: 0.4;
}
body ul.products.columns-4 li.product:hover h2 {
  opacity: 1;
  transition: all 0.4s 0.1s ease;
  padding: 0.5em;
}
@media (min-width: 981px) {
  body ul.products.columns-4 li.product:hover h2 {
    transform: translate(0, -50%);
  }
}
body ul.products.columns-4 li.product:hover .yith-wcqv-button span {
  opacity: 1;
}
body ul.products.columns-4 li.product:hover .yith-wcqv-button span::after {
  width: 100%;
}
body ul.products.columns-4 li.product .et_shop_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #151515;
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body ul.products.columns-4 li.product .et_shop_image img {
  margin: 0 !important;
}
body ul.products.columns-4 li.product .et_shop_image .et_overlay {
  display: none;
}
body ul.products.columns-4 li.product .yith-wcqv-button {
  top: 75% !important;
  transform: scale(1) !important;
}
@media (min-width: 981px) {
  body ul.products.columns-4 li.product .yith-wcqv-button {
    transform: scale(0.8) !important;
  }
}
@media (max-width: 980px) {
  body ul.products.columns-4 li.product .yith-wcqv-button {
    opacity: 1;
  }
}
body ul.products.columns-4 li.product .yith-wcqv-button span {
  top: 0 !important;
  left: 0;
  transform: scale(1);
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  color: white;
  background-color: #98a03c !important;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
@media (max-width: 980px) {
  body ul.products.columns-4 li.product .yith-wcqv-button span {
    opacity: 1;
  }
}
body ul.products.columns-4 li.product .yith-wcqv-button span:hover {
  transform: scale(1.05);
}
body ul.products.columns-4 li.product h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #e8e8e8;
  font-size: 25px !important;
  text-align: center;
}
@media (min-width: 981px) {
  body ul.products.columns-4 li.product h2 {
    opacity: 0;
  }
}
@media (max-width: 980px) {
  body ul.products.columns-4 li.product h2 {
    top: 30%;
    font-size: 18px;
  }
}
body ul.products.columns-4::after {
  display: none;
}
@media (max-width: 479px) {
  body h1, body h2 {
    font-size: 30px !important;
  }
  body h1 .last-word, body h2 .last-word {
    margin-top: 10px;
  }
}
body .et_pb_row.ligne-fil-ariane {
  max-width: 100%;
  width: 100%;
  background-color: #bdb1a6;
}
body .et_pb_row.ligne-fil-ariane .et_pb_code .rank-math-breadcrumb {
  width: 80%;
  margin: auto;
}
body .et_pb_row.ligne-fil-ariane .et_pb_code .rank-math-breadcrumb a, body .et_pb_row.ligne-fil-ariane .et_pb_code .rank-math-breadcrumb span {
  color: #e8e8e8 !important;
  font-family: "Noto Serif SC";
  font-size: 18px;
}
@media (max-width: 1200px) {
  body .et_pb_row.pages-enfants {
    width: 100% !important;
  }
}
body .et_pb_row.pages-enfants .et_pb_code_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne {
  position: relative;
  transform: scale(0.9);
  width: 23%;
  margin: 5% 1%;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne:hover {
  transform: scale(1);
}
@media (max-width: 980px) {
  body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne {
    width: 45%;
  }
}
@media (max-width: 479px) {
  body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne {
    width: 100%;
  }
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_pb_image_wrap, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .entry-featured-image-url, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_shop_image, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .dp_oc_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_pb_image_wrap img, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .entry-featured-image-url img, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_shop_image img, body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .dp_oc_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_pb_main_blurb_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0.4;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne h4 {
  text-align: center;
  color: #e8e8e8;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne h4 span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 90%;
  margin: 0 5%;
  font-family: Arial;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 3.6px;
}
body .et_pb_row.pages-enfants .et_pb_code_inner .lien-page-interne .et_pb_button_wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
body .et_pb_row.maillage-interne {
  max-width: 1080px !important;
}
body .et_pb_row.maillage-interne .et_pb_button_module_wrapper {
  margin: 5% auto;
}
body .et_pb_row.df-aic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 980px) {
  body .et_pb_row.df-aic.inverse {
    flex-direction: column-reverse;
  }
}
body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
  margin: 0;
  aspect-ratio: 1;
}
@media (min-width: 480px) {
  body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
    width: calc((100% / 3) - 14px);
  }
}
@media (max-width: 479px) {
  body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
    width: calc(50% - 10px);
  }
}
body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image {
  height: 100%;
}
body .et_pb_row.df-aic .et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_image img {
  height: 100%;
  object-fit: cover;
}
body .et_pb_row.df-aic::after {
  display: none;
}
body .et_pb_row.df {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body .et_pb_row.df::after {
  display: none;
}
body .et_pb_row.texte-image .et_pb_image {
  transition: 0.4s ease-in-out;
}
body .et_pb_row.texte-image .et_pb_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body .et_pb_row.texte-image .et_pb_image .et_pb_image_wrap, body .et_pb_row.texte-image .et_pb_image .entry-featured-image-url, body .et_pb_row.texte-image .et_pb_image .et_shop_image, body .et_pb_row.texte-image .et_pb_image .dp_oc_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .et_pb_row.texte-image .et_pb_image .et_pb_image_wrap img, body .et_pb_row.texte-image .et_pb_image .entry-featured-image-url img, body .et_pb_row.texte-image .et_pb_image .et_shop_image img, body .et_pb_row.texte-image .et_pb_image .dp_oc_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body .et_pb_row.texte-image .et_pb_image:hover {
  transform: scale(1.05);
}
body .et_pb_row.w100 {
  max-width: 100%;
  width: 100%;
}
body .et_pb_row.w90 {
  max-width: 100%;
  width: 90%;
}
body .et_pb_row.titre-diapo.fond-clair button {
  background-color: black !important;
}
body .et_pb_row.titre-diapo.fond-clair button::before {
  background-color: #151515 !important;
  border-color: #98a03c !important;
}
body .et_pb_row.titre-diapo .owl-stage {
  display: flex;
}
body .et_pb_row.titre-diapo .owl-stage .et_pb_dp_oc_custom_item {
  height: 100%;
}
body .et_pb_row.titre-diapo .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner {
  height: 100%;
}
body .et_pb_row.titre-diapo .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item {
  height: 100%;
}
body .et_pb_row.titre-diapo .owl-stage .et_pb_dp_oc_custom_item .et_pb_module_inner .dp_oc_item img {
  height: 100%;
}
body .et_pb_row.titre-diapo .owl-nav > a, body .et_pb_row.titre-diapo .owl-nav > button {
  position: initial;
  transform: initial;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
body .et_pb_row.titre-diapo .owl-nav > a::before, body .et_pb_row.titre-diapo .owl-nav > button::before {
  content: "";
  transform: initial;
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #e8e8e8;
  background-color: transparent;
  background: url(./images/fleche-gauche.png) center center no-repeat;
  background-size: inherit;
  transition: background-color 0.4s ease-in-out, transform 0.1s ease-in-out;
}
body .et_pb_row.titre-diapo .owl-nav > a.owl-next::before, body .et_pb_row.titre-diapo .owl-nav > a.et-pb-arrow-next::before, body .et_pb_row.titre-diapo .owl-nav > button.owl-next::before, body .et_pb_row.titre-diapo .owl-nav > button.et-pb-arrow-next::before {
  background: url(./images/fleche-droite.png) center center no-repeat;
  background-size: inherit;
}
body .et_pb_row.titre-diapo .owl-nav > a:hover::before, body .et_pb_row.titre-diapo .owl-nav > button:hover::before {
  transform: scale(0.98);
  background-color: black;
}
footer #main-footer {
  background-color: white !important;
}
footer #main-footer .et_pb_button_wrapper, footer #main-footer .et_pb_button_module_wrapper, footer #main-footer .yith-wcqv-view-details {
  width: max-content;
  margin-bottom: 5%;
  text-align: left;
  width: auto;
  text-align: center;
  margin-bottom: 0 !important;
}
footer #main-footer .et_pb_button_wrapper .et_pb_button, footer #main-footer .et_pb_button_module_wrapper .et_pb_button, footer #main-footer .yith-wcqv-view-details .et_pb_button {
  max-width: 285px;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.86 !important;
  color: #151515 !important;
}
footer #main-footer .et_pb_button_wrapper .et_pb_button::before, footer #main-footer .et_pb_button_module_wrapper .et_pb_button::before, footer #main-footer .yith-wcqv-view-details .et_pb_button::before {
  background-color: #151515 !important;
}
@media (max-width: 980px) and (min-width: 768px) {
  footer #main-footer .et_pb_button_wrapper .et_pb_button, footer #main-footer .et_pb_button_module_wrapper .et_pb_button, footer #main-footer .yith-wcqv-view-details .et_pb_button {
    font-size: 12px !important;
  }
}
footer #main-footer .et_pb_button_wrapper.et_pb_button_alignment_center, footer #main-footer .et_pb_button_module_wrapper.et_pb_button_alignment_center, footer #main-footer .yith-wcqv-view-details.et_pb_button_alignment_center {
  margin: auto;
}
footer #main-footer .et_pb_button_wrapper .et_pb_button:not(.custom), footer #main-footer .et_pb_button_module_wrapper .et_pb_button:not(.custom), footer #main-footer .yith-wcqv-view-details .et_pb_button:not(.custom) {
  padding: 10px 20px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #98a03c;
}
@media (max-width: 767px) {
  footer #main-footer .et_pb_button_wrapper .et_pb_button:not(.custom), footer #main-footer .et_pb_button_module_wrapper .et_pb_button:not(.custom), footer #main-footer .yith-wcqv-view-details .et_pb_button:not(.custom) {
    font-size: 14px;
  }
}
footer #main-footer .et_pb_button_wrapper .et_pb_button:not(.custom):hover, footer #main-footer .et_pb_button_module_wrapper .et_pb_button:not(.custom):hover, footer #main-footer .yith-wcqv-view-details .et_pb_button:not(.custom):hover {
  transform: scale(1.05);
}
footer #main-footer .et_pb_button_wrapper .et_pb_button:not(.custom)::after, footer #main-footer .et_pb_button_module_wrapper .et_pb_button:not(.custom)::after, footer #main-footer .yith-wcqv-view-details .et_pb_button:not(.custom)::after {
  display: none;
}
footer #main-footer .et_pb_row:first-of-type img {
  max-height: 430px;
  object-fit: contain;
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:first-of-type img {
    max-width: 100%;
    width: 350px;
  }
}
footer #main-footer .et_pb_row:last-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  width: 70%;
}
@media (min-width: 1201px) {
  footer #main-footer .et_pb_row:last-of-type {
    min-width: 1180px;
  }
}
@media (max-width: 1200px) {
  footer #main-footer .et_pb_row:last-of-type {
    width: 99%;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:first-of-type {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 5%;
  }
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:first-of-type .et_pb_button_module_wrapper {
    width: 40%;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:first-of-type .et_pb_button_module_wrapper {
    width: 100%;
  }
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:first-of-type .et_pb_button_module_wrapper:first-of-type {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) {
    margin-bottom: 5%;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_text {
  margin-bottom: 0;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_menu {
  margin-bottom: 15px;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_menu .et_pb_menu__wrap {
  justify-content: center !important;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_menu .et_pb_menu__wrap .et-menu {
  justify-content: center;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_menu .et_pb_menu__wrap .et-menu li {
  font-weight: bold;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_menu .et_pb_menu__wrap .et-menu li a {
  font-size: 17px;
  color: #98a03c;
  letter-spacing: 2px;
  line-height: 1.3;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_code .et-social-icons {
  float: inherit;
  padding: 0;
  line-height: 0;
  text-align: center;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_code .et-social-icons .et-social-icon {
  margin: 0 15px;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_code .et-social-icons .et-social-icon a {
  color: #98a03c;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_code .et-social-icons .et-social-icon.et-social-facebook a::before {
  content: url("./images/facebook.png");
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) .et_pb_code .et-social-icons .et-social-icon.et-social-instagram a::before {
  content: url("./images/instagram.png");
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type {
    width: 90%;
    margin: auto !important;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu {
  height: 100%;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container {
  height: 100%;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer {
    justify-content: center;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li {
  width: 50%;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-style: italic;
  line-height: 2;
  letter-spacing: 3.4px;
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li {
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li {
    width: 30%;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li a {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li a {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media (max-width: 479px) {
  footer #main-footer .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_menu .et_pb_menu_inner_container #menu-menu-footer li a {
    margin-bottom: 7.5%;
  }
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column .et_pb_menu__menu {
  display: flex !important;
}
footer #main-footer .et_pb_row:last-of-type .et_pb_column .et_mobile_nav_menu {
  display: none !important;
}
footer #main-footer .et_pb_row:last-of-type::after {
  display: none;
}
footer #main-footer .download_container > div {
  margin: 0;
}
footer #main-footer .download_container > div a {
  width: 300px;
}
@media (max-width: 767px) {
  footer #main-footer .download_container > div a {
    width: 250px;
  }
}
@media (max-width: 479px) {
  footer #main-footer .download_container > div a {
    width: 280px;
  }
}
#footer-bottom {
  background-color: white;
  padding: 15px 0;
}
#footer-bottom .et_pb_row {
  padding: 0;
}
#footer-bottom .et_pb_row .et_pb_text {
  font-size: 16px;
}
body #main-content {
  background-color: #151515;
}
body[class~="category"] .et_pb_row {
  max-width: 100%;
  width: 90%;
}
@media (max-width: 1405px) {
  body[class~="category"] .et_pb_row {
    width: 95%;
  }
}
body[class~="category"] .et_pb_row article {
  vertical-align: top;
}
@media (max-width: 767px) {
  body[class~="category"] .et_pb_row .top-section h1 {
    font-size: 34px;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container {
  font-size: 0;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post {
  display: inline-block;
  width: 48%;
  margin: 0 1% 5%;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post:nth-of-type(odd) {
  margin-left: 0;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post:nth-of-type(even) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin: 0 0 5% !important;
    padding: 5%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
    margin-top: 5%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post h2.entry-title {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post h2.entry-title, body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta, body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content {
    width: 55%;
    margin-left: 45%;
  }
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta {
  position: relative;
  color: white;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-meta a {
  color: white;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content {
  font-size: 14px;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link {
  display: inline-block;
  margin-top: 15px;
  text-transform: capitalize;
  color: white;
  background-color: #98a03c;
  padding: 2.5px 15px;
  border: 2px solid #98a03c;
  transition: 0.4s;
}
body[class~="category"] .et_pb_row .et_pb_ajax_pagination_container .et_pb_post .post-content .more-link:hover {
  color: #98a03c;
  background-color: #151515;
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) {
    margin-top: 100px;
  }
}
@media (max-width: 980px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 70%;
    margin: auto;
  }
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_container {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 100%;
  }
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_featured_container img {
  max-height: 40vh;
  object-fit: cover;
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) {
  padding-top: 0;
  color: white;
  transform: translateY(-30px);
}
@media (min-width: 981px) {
  .single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) {
    width: 70%;
    margin-left: 25%;
  }
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
  padding: calc(5% + 30px) 5% 5%;
  background-color: #98a03c;
}
.single-post #main-content .et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column a {
  color: white !important;
}
