@charset "UTF-8";
/*!
Theme name: Theme enfant de Divi
Template: Divi
!*/
@import "../Divi/style.css";
@font-face {
  font-family: "abeatbyKaiRegular";
  src: url("font/abeatbyKai/abeatbyKaiRegular.otf");
}
@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;
  }
}
.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: #1e3427;
  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: #22382b;
  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;
}
.row_align_items_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row_align_items_center.reverse {
  flex-wrap: wrap-reverse;
}
.row_align_items_center.reverse .et_pb_column:first-of-type {
  margin-bottom: 0;
}
.row_align_items_center.reverse .et_pb_column:last-of-type {
  margin-bottom: 30px;
}
@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;
  }
}
#top-header {
  padding: 5px 0;
}
#top-header > .container {
  padding-top: 5px;
}
@media (max-width: 479px) {
  #top-header > .container {
    width: 100%;
  }
}
#top-header > .container #et-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  float: right;
  width: 100%;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  #top-header > .container #et-info {
    display: flex;
    flex-direction: column;
  }
}
#top-header > .container #et-info #info-adresse-postale {
  display: none;
}
#top-header > .container #et-info #et-info-phone {
  display: none;
}
#top-header > .container #et-info #et-info-email {
  display: none;
}
#top-header > .container #et-info #text-4 {
  width: auto;
  margin-right: 50px !important;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 1.8px;
}
@media (max-width: 1405px) {
  #top-header > .container #et-info #text-4 {
    text-align: right;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  #top-header > .container #et-info #text-4 {
    margin-right: 0 !important;
    text-align: center;
  }
}
#top-header > .container #et-info #text-5, #top-header > .container #et-info #text-6 {
  line-height: 1.44;
  letter-spacing: 1.8px;
}
@media (max-width: 1200px) {
  #top-header > .container #et-info #text-5, #top-header > .container #et-info #text-6 {
    width: 100%;
    text-align: center;
  }
}
#top-header > .container #et-info #text-5 a, #top-header > .container #et-info #text-6 a {
  font-weight: bold;
}
@media (max-width: 479px) {
  #top-header > .container #et-info #text-5 a, #top-header > .container #et-info #text-6 a {
    display: block;
  }
}
#top-header > .container #et-info #text-5 {
  padding-right: 45px;
}
@media (max-width: 1200px) {
  #top-header > .container #et-info #text-5 {
    padding-right: 0;
  }
}
#top-header > .container .et-cart-info {
  display: none;
}
#main-header > .container.et_menu_container {
  padding: 0 !important;
  width: 100%;
}
#main-header > .container.et_menu_container .logo_container {
  top: -156px;
  width: auto;
  height: 110px;
  padding-left: 0;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container .logo_container {
    top: -187px;
    height: 131px;
  }
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container .logo_container {
    position: initial;
    top: 0;
    height: 100%;
    width: 7%;
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container .logo_container {
    width: 10%;
  }
}
@media (max-width: 767px) {
  #main-header > .container.et_menu_container .logo_container {
    width: 15%;
  }
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container .logo_container {
    width: 30%;
  }
}
#main-header > .container.et_menu_container .logo_container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main-header > .container.et_menu_container #et-top-navigation {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0 !important;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    width: 100%;
    padding: 0 !important;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation {
    padding: 10px 0 !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li {
  padding: 13px 5px 13px 0 !important;
}
@media screen and (min-width: 1600px) {
  #main-header > .container.et_menu_container #et-top-navigation li {
    padding: 13px 10px 13px 0 !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li a {
  font-size: 12px !important;
}
@media screen and (min-width: 1600px) {
  #main-header > .container.et_menu_container #et-top-navigation li a {
    font-size: 14px !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) {
  padding: 40px 10px 20px 0;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) {
    padding-right: 5px;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) {
    display: flex;
    justify-content: center;
    padding: 20px !important;
    padding-bottom: 0 !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap):last-of-type {
  padding-right: 0;
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
  padding: 10px;
  line-height: 1.28;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    letter-spacing: 1.4px;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    padding: 8px;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a {
    position: relative;
    text-align: center;
  }
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a:hover {
  opacity: 1;
  color: white;
}
#main-header > .container.et_menu_container #et-top-navigation li:not(.centered-inline-logo-wrap) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #22382b;
  z-index: -1;
  transition: all 0.4s;
}
#main-header > .container.et_menu_container #et-top-navigation li.current-menu-item a {
  color: white;
}
#main-header > .container.et_menu_container #et-top-navigation li.current-menu-item a::after {
  height: 100%;
}
#main-header > .container.et_menu_container #et-top-navigation ul:hover li a {
  color: #000000;
}
#main-header > .container.et_menu_container #et-top-navigation ul:hover li a::after {
  height: 0;
}
#main-header > .container.et_menu_container #et-top-navigation ul li:hover ~ li a {
  color: #000000;
}
#main-header > .container.et_menu_container #et-top-navigation ul li:hover ~ li a::after {
  height: 0;
}
#main-header > .container.et_menu_container #et-top-navigation a:hover::after {
  height: 100% !important;
}
#main-header > .container.et_menu_container #et-top-navigation #et_top_search #et_search_icon:before {
  position: relative;
  top: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .mobile_menu_bar {
  display: inline-block;
  padding: 0;
  padding-right: 75px;
  line-height: 32px;
}
#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: #1e3427 !important;
}
#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 0 75px;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar.mobile_menu_bar_toggle::before {
  color: #000000 !important;
}
#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;
  transform: translateY(-40%);
  font-size: 14px;
  font-weight: bold;
  color: #000000 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  top: 100%;
  width: 100%;
  padding: 2%;
}
#cookie-law-info-bar {
  z-index: 9999;
  min-width: 40% !important;
  background-color: #1e3427 !important;
  border: 3px solid #020303 !important;
  border-radius: 5px;
}
#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;
}
#cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #1e3427 !important;
  border-radius: initial;
}
#cookie-law-info-again {
  letter-spacing: 1.5px !important;
  color: white !important;
  box-shadow: initial;
  border: 2px solid #020303;
  border-bottom: initial;
  background-color: #1e3427 !important;
  text-transform: uppercase !important;
  transition: 0.4s ease-in-out;
}
#cookie-law-info-again:hover {
  background-color: #15241b !important;
}
h2:not(.woocommerce-loop-product__title) {
  font-family: abeatbyKaiRegular !important;
}
#main-content .background_couleur_primaire {
  background-color: #1e3427;
}
#main-content .background_couleur_secondaire {
  background-color: #22382b;
}
#main-content .font_couleur_primaire {
  color: #1e3427;
}
#main-content .font_couleur_secondaire {
  color: #22382b;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday {
  display: flex;
  justify-content: center;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday::before {
  display: none;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday {
    font-size: 14px;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name {
  display: flex;
  width: auto;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name {
    width: 39%;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name::first-letter {
  text-transform: uppercase;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name::after {
  content: " :";
  margin-right: 5px;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-weekday-name.bp-weekday-monday ~ .bp-times .bp-time {
  text-transform: initial;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  #main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times {
    width: 61%;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times > span.bp-time {
  text-transform: uppercase;
}
#main-content .et_pb_code .bp-contact-card .bp-opening-hours .bp-weekday .bp-times > span.bp-time:nth-child(2)::before {
  content: "et";
  margin: 0 5px;
  text-transform: initial;
}
#main-content .top-section .et_pb_fullwidth_header {
  display: flex;
  align-items: center;
  min-height: 70vh;
  width: 100%;
  height: 100%;
  background-color: initial;
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  max-width: 815px;
  padding: 5%;
  background-color: rgba(30, 52, 39, 0.9);
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  text-align: center;
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: 2px;
  font-size: 17px;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 20%;
  height: 4px;
  margin: 0 auto;
  background-color: #548c2f;
  transition: all 0.4s;
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header .nth-word {
  display: block;
  text-transform: uppercase;
  font-family: "abeatbyKaiRegular", sans-serif;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 5px;
}
@media (max-width: 980px) {
  #main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header .nth-word {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1.et_pb_module_header .nth-word {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .et_pb_header_content_wrapper {
  line-height: 1.4;
  letter-spacing: 2px;
}
#main-content .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container:hover h1::after {
  left: 45% !important;
  width: 10% !important;
}
#main-content .section_titre_seul .et_pb_fullwidth_header_container {
  padding: 2% !important;
}
#main-content .section_titre_seul .et_pb_fullwidth_header_container h1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#main-content .section_titre_seul .et_pb_fullwidth_header_container h1::after {
  display: none;
}
#main-content .et_pb_bg_layout_dark p a {
  color: white;
}
.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;
}
body:not(.page-id-81) .grecaptcha-badge {
  display: none;
}
h2, h3, h4 {
  text-transform: uppercase;
  line-height: 1.1;
}
h2 {
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 22px !important;
  }
}
h3 {
  letter-spacing: 3px;
}
.et_pb_text p, .et_pb_text li, .et_pb_blurb p, .et_pb_blurb li {
  line-height: 1.56;
  letter-spacing: 1.8px;
}
ul {
  list-style-type: circle !important;
}
.et_pb_divider {
  margin-bottom: 20px !important;
}
.et_pb_divider::before {
  border-top: 10px solid #548c2f;
}
body.home .et_pb_divider {
  transition: 0.4s all;
}
body.home .et_pb_divider:hover {
  width: 200px !important;
}
.et_pb_button_wrapper, .et_pb_button_module_wrapper {
  width: max-content;
  margin-bottom: 5%;
  text-align: center;
}
.et_pb_button_wrapper .et_pb_button, .et_pb_button_module_wrapper .et_pb_button {
  padding: 10px 20px !important;
  font-size: 16px;
  letter-spacing: 2.4px;
  border: 2px solid transparent;
  color: white;
  font-style: italic;
}
.et_pb_button_wrapper .et_pb_button::before, .et_pb_button_wrapper .et_pb_button::after, .et_pb_button_module_wrapper .et_pb_button::before, .et_pb_button_module_wrapper .et_pb_button::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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.et_pb_button_wrapper .et_pb_button:hover, .et_pb_button_module_wrapper .et_pb_button:hover {
  color: #1e3427;
  background-color: transparent;
}
.et_pb_button_wrapper .et_pb_button:hover::before, .et_pb_button_module_wrapper .et_pb_button:hover::before {
  width: 100%;
}
.et_pb_button_wrapper .et_pb_button:hover::after, .et_pb_button_module_wrapper .et_pb_button:hover::after {
  width: 0;
}
.et_pb_button_wrapper .et_pb_button::after, .et_pb_button_module_wrapper .et_pb_button::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
#main-slider.et_pb_section .et_pb_slider {
  z-index: 1;
}
#main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
  min-height: calc(100vh - 135px);
}
@media (max-width: 1405px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
    min-height: calc(100vh - 130px - 54px);
  }
}
@media (max-width: 1200px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
    min-height: calc(100vh - 122px - 97px);
  }
}
@media (max-width: 479px) {
  #main-slider.et_pb_section .et_pb_slider .et_pb_slides .et_pb_slide {
    min-height: calc(100vh - 140px - 121px);
  }
}
#main-slider.et_pb_section .et_pb_slider .et-pb-controllers a {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
}
#main-slider.et_pb_section .et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #22382b;
}
#main-slider.et_pb_section #scroll-down {
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-end;
  padding-bottom: 5%;
}
@media (max-width: 479px) {
  #main-slider.et_pb_section #scroll-down {
    min-height: 100%;
    padding-bottom: 0;
  }
}
#main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_container {
  padding: 15px !important;
  background-color: rgba(30, 52, 39, 0.6) !important;
}
@media (max-width: 479px) {
  #main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_container {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
#main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_scroll {
  bottom: 0;
}
@media (max-width: 1405px) {
  #main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_scroll {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_scroll {
    display: none;
  }
}
#main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_scroll .scroll-down {
  animation: scroll 2.2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}
@media (max-width: 1200px) {
  #main-slider.et_pb_section #scroll-down .et_pb_fullwidth_header_scroll .scroll-down {
    font-size: 3em;
  }
}
#main-slider.et_pb_section #scroll-down .header-content {
  padding: 0;
  margin: 0;
}
#main-slider.et_pb_section #scroll-down .header-content h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main-slider.et_pb_section #scroll-down .header-content h1 .nth-word {
  font-weight: bold;
}
#main-slider.et_pb_section #scroll-down .header-content h1::after {
  display: none;
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button {
  margin: 10px 0 0;
  padding: 7px 20px !important;
  font-size: 14px;
  letter-spacing: 2.4px;
  border: 2px solid transparent;
  color: white;
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button::before, #main-slider.et_pb_section #scroll-down .header-content .et_pb_button::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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button:hover {
  color: #1e3427;
  background-color: transparent;
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button:hover::before {
  width: 100%;
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button:hover::after {
  width: 0;
}
#main-slider.et_pb_section #scroll-down .header-content .et_pb_button::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
@media (min-width: 981px) {
  #presentation.et_pb_section {
    padding: 8% 0 3% 0;
  }
}
#presentation.et_pb_section .et_pb_row:first-of-type {
  align-items: stretch;
  max-width: 100%;
  width: 100%;
  padding: 2% 5% 5% 10%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  #presentation.et_pb_section .et_pb_row:first-of-type {
    align-items: center;
  }
}
@media (max-width: 980px) {
  #presentation.et_pb_section .et_pb_row:first-of-type {
    padding: 30px 10%;
  }
}
@media (min-width: 981px) {
  #presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:first-of-type {
    width: 40%;
    padding: 80px 0;
  }
}
#presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:first-of-type .et_pb_divider {
  width: 120px;
}
#presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:first-of-type .et_pb_text h2 {
  font-size: 36px;
  max-width: 330px;
}
@media (max-width: 1200px) {
  #presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:first-of-type .et_pb_text h2 {
    font-size: 30px;
  }
}
@media (min-width: 981px) {
  #presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:nth-of-type(2) {
    margin-right: 2.5%;
  }
}
@media (min-width: 981px) {
  #presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:nth-of-type(2), #presentation.et_pb_section .et_pb_row:first-of-type .et_pb_column:last-of-type {
    width: 26%;
  }
}
#presentation.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_divider {
  width: 170px;
  margin: 0 auto;
}
#presentation.et_pb_section .et_pb_row:last-of-type {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  #presentation.et_pb_section .et_pb_row:last-of-type {
    width: 95%;
  }
}
@media (max-width: 479px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column {
    width: 50% !important;
    padding: 5px;
  }
}
#presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image {
  height: 35vh;
}
@media (max-width: 980px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image {
    height: 45vh;
  }
}
@media (max-width: 479px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image {
    height: 30vh;
  }
}
#presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image span {
  height: 100%;
  width: 100%;
}
#presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_image span img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text h3 {
  color: #548c2f;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text h3 {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  #presentation.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text p {
    font-size: 13px;
  }
}
@media (min-width: 981px) {
  #fonctionnement.et_pb_section {
    padding: 5% 0;
  }
}
#fonctionnement.et_pb_section .et_pb_row {
  max-width: 100%;
}
#fonctionnement.et_pb_section .et_pb_row:first-of-type {
  padding: 50px 5% 35px 5%;
}
#fonctionnement.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_text {
  max-width: 800px;
  margin: 0 auto;
}
#fonctionnement.et_pb_section .et_pb_row:first-of-type .et_pb_column .et_pb_text h2 {
  padding-bottom: 30px;
}
#fonctionnement.et_pb_section .et_pb_row:last-of-type {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 5% 50px 5%;
}
#fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1405px) and (min-width: 981px) {
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column {
    width: 47.25%;
  }
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column:nth-of-type(2) {
    margin-right: 0;
  }
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column:last-of-type {
    width: 100%;
  }
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column:last-of-type .et_pb_text {
    text-align: center;
  }
}
#fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text {
  flex-basis: 75px;
  margin-bottom: 0;
}
#fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 {
  font-size: 27px;
  line-height: 0.93;
  letter-spacing: 2px;
  color: #aee28c !important;
}
@media (max-width: 767px) {
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 {
    font-size: 20px;
  }
}
#fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 .nth-word {
  font-size: 40px;
}
@media (max-width: 767px) {
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 .nth-word {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #fonctionnement.et_pb_section .et_pb_row:last-of-type .et_pb_column .et_pb_text .et_pb_text_inner h3 .nth-word {
    font-size: 27px;
  }
}
#services.et_pb_section .et_pb_row {
  padding: 4% 0 1%;
}
#services.et_pb_section .et_pb_row:first-of-type .et_pb_divider {
  width: 170px;
  margin: 0 auto;
}
#services.et_pb_section .et_pb_row:first-of-type .et_pb_text {
  max-width: 900px;
  margin: 0 auto;
}
#services.et_pb_section .et_pb_row:first-of-type .et_pb_text p {
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2px;
}
#services.et_pb_section .et_pb_row:nth-of-type(2), #services.et_pb_section .et_pb_row:nth-of-type(4) {
  padding-bottom: 1%;
}
#services.et_pb_section .et_pb_row:nth-of-type(3), #services.et_pb_section .et_pb_row:nth-of-type(5) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column {
  overflow: hidden;
  width: 25%;
  margin-right: 0;
}
@media (max-width: 1200px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column {
    width: 50%;
  }
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:nth-of-type(1), #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:nth-of-type(2), #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:nth-of-type(3), #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column:nth-of-type(1), #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column:nth-of-type(2), #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column:nth-of-type(3) {
    width: calc(100% / 3);
  }
}
@media (max-width: 980px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column {
    width: 50% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column {
    width: 100% !important;
  }
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column:last-of-type .et_pb_promo, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column:last-of-type .et_pb_promo {
    padding: 30% 40px;
  }
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-size: auto 110%;
  padding: 30% 40px;
  height: 100%;
  font-size: 20px;
  z-index: 999;
  transition: 0.3s ease-in-out;
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo::before, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1405px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo {
    padding: 30% 25px;
  }
}
@media (max-width: 980px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo {
    padding: 35% 25px;
  }
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo::after, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid transparent;
  transform: translateX(-50%);
  z-index: -1;
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo:hover, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo:hover {
  background-size: auto 120%;
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo:hover::after, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo:hover::after {
  border-color: #548c2f;
  transition: 0.4s all;
}
#services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo .et_pb_promo_description, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo .et_pb_promo_description {
  max-width: 185;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 2px;
  font-size: 22px;
}
@media (max-width: 767px) {
  #services.et_pb_section .et_pb_row:nth-of-type(3) .et_pb_column .et_pb_promo .et_pb_promo_description, #services.et_pb_section .et_pb_row:nth-of-type(5) .et_pb_column .et_pb_promo .et_pb_promo_description {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #les_actualites .et_pb_row {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #les_actualites .et_pb_row {
    width: 70%;
  }
}
@media (max-width: 479px) {
  #les_actualites .et_pb_row {
    width: 90%;
  }
}
#les_actualites .et_pb_row .et_pb_divider {
  width: 170px;
  margin: 0 auto;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper {
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  #les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  #les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column {
    margin-right: 30px !important;
  }
}
@media (max-width: 767px) {
  #les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  #les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column:first-of-type article:last-of-type {
    display: none;
  }
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article {
  height: 100%;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .post-content-inner {
  margin-bottom: 5%;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link {
  position: relative;
  margin: 10px 0 0;
  padding: 7px 20px !important;
  font-size: 14px;
  letter-spacing: 2.4px;
  border: 2px solid transparent;
  color: white;
  z-index: 1;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link::before, #les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link::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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link:hover {
  color: #1e3427;
  background-color: transparent;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link:hover::before {
  width: 100%;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link:hover::after {
  width: 0;
}
#les_actualites .et_pb_row .et_pb_blog_grid_wrapper .et_pb_salvattore_content .column article .more-link::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
#les_actualites .et_pb_row .et_pb_button_module_wrapper {
  margin: 0 auto;
}
#les_actualites .et_pb_row .not-found-title {
  text-align: center;
  font-family: montserrat, sans-serif !important;
  text-transform: none;
  letter-spacing: 2px;
}
#bon_a_savoir.et_pb_section {
  margin: 5% 0;
}
@media (min-width: 768px) {
  #bon_a_savoir.et_pb_section {
    padding: 0;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
@media (min-width: 768px) {
  #bon_a_savoir.et_pb_section .et_pb_row {
    width: 90%;
    margin-left: 10%;
    padding: 0;
  }
}
@media (min-width: 1406px) {
  #bon_a_savoir.et_pb_section .et_pb_row {
    align-items: center;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row {
    width: 95%;
  }
}
@media (min-width: 768px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column {
    width: 50%;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
  margin-right: 0;
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
    padding: 7% 0;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
    width: 70%;
  }
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type {
    width: 100%;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner {
  padding-bottom: 0;
  padding-top: 20px;
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:first-of-type {
  padding-top: 0;
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:first-of-type .et_pb_divider {
  width: 120px;
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:nth-of-type(2) .et_pb_column {
  width: 100%;
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:nth-of-type(2) .et_pb_column:first-of-type {
  margin-right: 4%;
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:nth-of-type(2) .et_pb_column {
    width: 100%;
  }
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:nth-of-type(2) .et_pb_column:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 50%;
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type {
    width: 100%;
  }
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type .et_pb_image {
    width: 80%;
  }
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type .et_pb_image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type .et_pb_image {
    width: 80%;
  }
}
@media (max-width: 479px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:first-of-type .et_pb_row_inner:last-of-type .et_pb_image {
    margin: 0 auto;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type {
  padding: 0;
}
@media (min-width: 768px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.87) 20%, rgba(255, 255, 255, 0.34) 40%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type {
    width: 30%;
  }
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image {
    width: 100%;
    height: 100%;
  }
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap {
    width: 100%;
    height: 100%;
  }
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image {
    text-align: center;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap {
  width: 100%;
}
#bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #bon_a_savoir.et_pb_section .et_pb_row > .et_pb_column:last-of-type .et_pb_image .et_pb_image_wrap img {
    width: 100%;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 {
  width: 100% !important;
}
#bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-right: 5%;
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column {
    width: 30%;
  }
}
@media (max-width: 479px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column {
    width: 100% !important;
  }
}
#bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column:last-of-type .et_pb_image {
  width: 80%;
}
@media (max-width: 1405px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column .et_pb_image {
    width: 100% !important;
  }
}
@media (max-width: 980px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column .et_pb_image {
    width: 50% !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column .et_pb_image {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  #bon_a_savoir.et_pb_section .et_pb_row .et_pb_row_inner_2 .et_pb_column .et_pb_image {
    width: 60% !important;
  }
}
body.page-id-916 .top-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  max-width: 930px !important;
}
body.page-id-916 .col_bg_deg.et_pb_row {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  body.page-id-916 .col_bg_deg.et_pb_row {
    display: block;
  }
}
body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column {
  width: calc(100% / 3);
  margin: 0;
  padding: 5%;
  background-color: #1e3427;
}
body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column {
    width: 100%;
  }
}
body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column:nth-of-type(2)::before {
  background-color: rgba(0, 0, 0, 0.1);
}
body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column:nth-of-type(3)::before {
  background-color: rgba(0, 0, 0, 0.2);
}
body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content {
  text-align: left;
}
@media (max-width: 767px) {
  body.page-id-916 .col_bg_deg.et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
    text-align: center;
  }
}
#clotures.et_pb_section .et_pb_row .et_pb_divider {
  width: 100px;
}
#clotures.et_pb_section .et_pb_row:nth-of-type(2) {
  width: 100%;
  max-width: 100%;
  padding: 100px 20%;
  display: flex;
  flex-wrap: wrap;
}
#clotures.et_pb_section .et_pb_row:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: calc(100% - 300px);
  background-color: #1e3427;
}
#clotures.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_image {
  width: 100%;
  height: 100%;
}
#clotures.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
#clotures.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#engazonnements.et_pb_section .et_pb_row {
  display: flex;
  flex-wrap: wrap;
}
#engazonnements.et_pb_section .et_pb_row:first-of-type {
  flex-wrap: wrap-reverse;
}
#engazonnements.et_pb_section .et_pb_row:first-of-type .et_pb_column:last-of-type, #engazonnements.et_pb_section .et_pb_row:last-of-type .et_pb_column:first-of-type {
  padding: 5%;
}
@media (max-width: 980px) {
  #engazonnements.et_pb_section .et_pb_row:first-of-type .et_pb_column:last-of-type {
    margin-bottom: 30px;
  }
}
#engazonnements.et_pb_section .et_pb_row .et_pb_column .et_pb_image {
  margin-bottom: 10px;
}
#engazonnements.et_pb_section .et_pb_row .et_pb_column .et_pb_promo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7% 20px;
}
#engazonnements.et_pb_section .et_pb_row .et_pb_column .et_pb_promo::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
#terrasse.et_pb_section .et_pb_divider {
  width: 120px;
  margin: 0 auto;
}
#materiaux.et_pb_section .et_pb_row {
  max-width: 100%;
}
#materiaux.et_pb_section .et_pb_row:nth-of-type(2) {
  padding: 0px 5% 35px 5%;
}
#materiaux.et_pb_section .et_pb_row:last-of-type {
  padding: 35px 5% 50px 5%;
}
#materiaux.et_pb_section .et_pb_row strong {
  font-family: "Cutive Mono", monospace;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 0.93;
  letter-spacing: 2px;
  font-weight: normal;
  color: #aee28c !important;
}
@media (max-width: 767px) {
  #materiaux.et_pb_section .et_pb_row strong {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #materiaux.et_pb_section .et_pb_row strong {
    font-size: 20px;
  }
}
#materiaux.et_pb_section .et_pb_row strong .nth-word {
  font-size: 40px;
}
@media (max-width: 767px) {
  #materiaux.et_pb_section .et_pb_row strong .nth-word {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #materiaux.et_pb_section .et_pb_row strong .nth-word {
    font-size: 27px;
  }
}
#mobilier-jardin.et_pb_section .et_pb_row {
  width: 100%;
  padding: 0 10%;
}
#mobilier-jardin.et_pb_section .et_pb_row::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #1e3427;
}
@media (max-width: 980px) {
  #mobilier-jardin.et_pb_section .et_pb_row::before {
    top: -50px;
    height: calc(100% - 100px);
  }
}
@media (min-width: 981px) {
  #mobilier-jardin.et_pb_section .et_pb_row .et_pb_column:first-of-type {
    padding: 100px 0;
  }
}
#mobilier-jardin.et_pb_section .et_pb_row .et_pb_column:first-of-type h2 {
  color: #aee28c !important;
}
#traitements.et_pb_section .et_pb_divider {
  width: 150px;
  margin: 0 auto;
}
.realisations.et_pb_section .et_pb_row {
  max-width: 100%;
  width: 90%;
  padding-top: 0;
}
.realisations.et_pb_section .et_pb_row .woocommerce-result-count {
  display: none;
}
.realisations.et_pb_section .et_pb_row .woocommerce-ordering {
  display: none;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #22382b;
  color: white;
  cursor: pointer;
  border: none;
}
#section-horaires-map {
  padding: 0;
}
#section-horaires-map .et_pb_row {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 981px) {
  #section-horaires-map .et_pb_row .et_pb_column {
    width: 50%;
    margin-right: 0;
  }
}
#section-horaires-map .et_pb_row .et_pb_column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 980px) {
  #section-horaires-map .et_pb_row .et_pb_column:first-child {
    margin-bottom: 0;
  }
}
#section-horaires-map .et_pb_row .et_pb_column:first-child .bp-contact-card {
  text-align: center;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
  line-height: 0;
}
#section-horaires-map .et_pb_row .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 60vh;
}
body.page-id-81 #section-formulaire .et_pb_row {
  align-items: center;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: #1e3427;
  padding: 20px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row {
  display: flex;
  flex-direction: column;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
  width: 47%;
}
@media (max-width: 767px) {
  body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap {
    width: 100%;
  }
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 8%;
  font-size: 14px;
  color: #000000;
  transition: all 0.3s;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7 !important;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:focus, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:active {
  color: #000000;
  opacity: 1;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  resize: vertical;
  background-color: white;
  transition: all 0.3s;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea::placeholder {
  color: #000000;
  opacity: 0.7 !important;
  text-transform: uppercase;
  font-size: 14px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea:focus {
  border-color: #1e3427;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 {
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.65px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item {
  margin: 20px 0 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item input {
  margin-left: 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row {
  margin-top: 20px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit {
  display: block;
  margin: 0 0 0 auto;
  padding: 8px 18px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Cutive Mono", monospace;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 2.1px;
  background-color: #22382b;
  color: white;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit:hover {
  padding: 8px 24px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .custom_contact_form_row.last_custom_row .ajax-loader {
  float: right;
  margin: 10px 5px 0 auto;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form div.custom_required_fields {
  margin-top: 10px;
  font-size: 14px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column .et_pb_code form .wpcf7-response-output {
  color: #000000;
  text-align: center;
  border-color: #000000;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) {
  background-color: white;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code {
  margin-bottom: 0;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-name, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-address, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-directions, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-phone {
  text-align: center;
  font-size: 16px;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-directions a, body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_code address .bp-phone a {
  color: #1e3427;
}
body.page-id-81 #section-formulaire .et_pb_row .et_pb_column:nth-child(2) .et_pb_text {
  margin-bottom: 10px;
}
body.page-id-81 footer #main-footer .et_pb_column:first-child {
  width: 50%;
  margin: auto;
}
body.page-id-81 footer #main-footer .et_pb_column:last-child {
  display: none;
}
body.search #container-top-results {
  background-color: #F7F7F7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  padding: 3% 0;
}
body.search #container-top-results h1#title-on-results {
  text-align: center;
}
body.search #container-top-results #search-form-on-results {
  text-align: center;
  margin: 20px 0;
}
body.search #container-top-results #search-form-on-results input#s {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #1e3427;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #1e3427;
  color: white;
  border: 1px solid #1e3427;
  display: block;
  margin: auto;
}
body.search #content-area #left-area {
  padding: 0;
}
body.search #content-area #left-area ul.search-items {
  list-style: none;
}
body.search #content-area #left-area ul.search-items li {
  width: 28.353%;
  margin-right: 7.47%;
  text-align: center;
  float: left;
  clear: none;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n+1) {
  clear: both;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n) {
  margin-right: 0;
}
body.search #content-area #left-area ul.search-items li a.entry-featured-image-url {
  margin-bottom: 15px;
}
body.search #content-area #left-area ul.search-items li h2.entry-title {
  text-align: center;
  color: black;
  font-size: 18px;
}
body.search #content-area #left-area ul.search-items li span.price {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #1e3427;
  margin-bottom: 5px;
}
body.search #content-area #left-area ul.search-items li a.lien-vers-produit {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding: 8px 15px;
  border: 1px solid #1e3427;
  display: inline-block;
}
footer #main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: white;
}
footer #main-footer > .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
}
@media (max-width: 1405px) {
  footer #main-footer > .et_pb_row {
    width: 90%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column {
  margin: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2% 2%;
  background-color: white;
  text-align: center;
  width: 30%;
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
    width: 35%;
  }
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type {
    width: 100%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_footer.et_pb_image img {
  width: auto;
  height: 100%;
  max-height: 250px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code {
  padding: 0 4%;
  margin-bottom: 20px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card {
  line-height: 1.53;
  letter-spacing: 1.7px;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-address {
  margin: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-phone {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #info_business_profile.et_pb_code .et_pb_code_inner address.bp-contact-card .bp-phone::before {
  display: none;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .et_pb_code {
  margin-bottom: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .et_pb_text {
  margin-bottom: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu {
  margin-top: 20px;
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: block;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item a {
  width: 100%;
  font-weight: bold;
  color: #22382b;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap ul.et-menu li.menu-item a:hover {
  opacity: 1;
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:first-of-type .mentions_legales.et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons {
  padding: 0;
  line-height: 1;
}
footer #main-footer > .et_pb_row .et_pb_column:first-of-type #logo_reseaux_sociaux.et_pb_code .et-social-icons .et-social-icon:first-of-type {
  margin-left: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 5%;
  width: 70%;
  background-color: #548c2f;
}
@media (min-width: 981px) and (max-width: 1200px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
    width: 65%;
  }
}
@media (max-width: 980px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type {
    width: 100%;
    padding: 5%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_text:first-of-type h4 {
  line-height: 1.25;
  font-size: 36px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_text:first-of-type h4 {
    font-size: 32px;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_text:first-of-type.et_pb_bg_layout_dark ~ .et_pb_code form .wpcf7-response-output {
  color: white;
  border-color: white;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row {
  display: flex;
  flex-wrap: wrap;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type {
    width: 40%;
    margin-right: 10%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  color: white;
  transition: all 0.3s;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input {
    margin-bottom: 2%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  text-transform: uppercase;
  color: white;
  opacity: 0.7 !important;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:focus, footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:first-of-type span.wpcf7-form-control-wrap input:active {
  color: white;
  opacity: 1;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type {
  width: 100%;
}
@media (min-width: 768px) {
  footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type {
    width: 50%;
  }
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea {
  display: block;
  width: 100% !important;
  min-height: 140px;
  max-height: 500px;
  padding: 16px;
  font-size: 14px;
  color: #000000;
  resize: vertical;
  background-color: white;
  transition: all 0.3s;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea::placeholder {
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7 !important;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type textarea:focus {
  border-color: #1e3427;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 {
  color: white;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item {
  margin: 20px 0 0;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item input {
  margin-left: 0;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.2px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.first_custom_row .custom_contact_form_column:last-of-type .acceptance-965 .wpcf7-list-item .wpcf7-list-item-label a {
  color: white;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row {
  margin-top: 20px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit {
  display: block;
  margin: 0 0 0 auto;
  padding: 8px 18px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Cutive Mono", monospace;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 2.1px;
  background-color: #22382b;
  color: white;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .wpcf7-submit:hover {
  padding: 8px 24px;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .custom_contact_form_row.last_custom_row .ajax-loader {
  float: right;
  margin: 10px 5px 0 auto;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form div.custom_required_fields {
  font-size: 14px;
  margin-top: 10px;
  color: white;
  font-weight: 300;
}
footer #main-footer > .et_pb_row .et_pb_column:last-of-type .et_pb_code form .wpcf7-response-output {
  color: #000000;
  text-align: center;
  border-color: #000000;
}
#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[class~="category"] .et_pb_salvattore_content {
  display: flex;
  justify-content: center;
}
body[class~="category"] .et_pb_salvattore_content .column:not(:last-of-type) {
  margin-right: 30px !important;
}
body[class~="category"] .et_pb_salvattore_content article {
  margin-bottom: 30px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
body[class~="category"] .et_pb_salvattore_content article .post-content-inner {
  margin-bottom: 5%;
}
@media (max-width: 1200px) {
  body[class~="category"] .et_pb_salvattore_content article h2 {
    font-size: 15px !important;
  }
}
body[class~="category"] .et_pb_salvattore_content article .more-link {
  position: relative;
  margin: 10px 0 0;
  padding: 7px 20px !important;
  font-size: 14px;
  letter-spacing: 2.4px;
  border: 2px solid transparent;
  color: white;
  z-index: 1;
}
body[class~="category"] .et_pb_salvattore_content article .more-link::before, body[class~="category"] .et_pb_salvattore_content article .more-link::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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
body[class~="category"] .et_pb_salvattore_content article .more-link:hover {
  color: #1e3427;
  background-color: transparent;
}
body[class~="category"] .et_pb_salvattore_content article .more-link:hover::before {
  width: 100%;
}
body[class~="category"] .et_pb_salvattore_content article .more-link:hover::after {
  width: 0;
}
body[class~="category"] .et_pb_salvattore_content article .more-link::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
body[class~="category"] .not-found-title {
  text-align: center;
  font-family: montserrat, sans-serif !important;
  text-transform: none;
  letter-spacing: 2px;
}
.single-post .et_pb_section .et_pb_row:nth-of-type(1) {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .single-post .et_pb_section .et_pb_row:nth-of-type(1) {
    flex-direction: column-reverse;
  }
  .single-post .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 70%;
    margin: auto;
  }
  .single-post .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_container {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-post .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_post_title {
    width: 100%;
  }
}
.single-post .et_pb_section .et_pb_row:nth-of-type(1) .et_pb_title_featured_container img {
  max-height: 40vh;
  object-fit: cover;
}
.single-post .et_pb_section .et_pb_row:nth-of-type(2) {
  padding-top: 0;
  color: white;
  transform: translateY(-30px);
}
@media (min-width: 981px) {
  .single-post .et_pb_section .et_pb_row:nth-of-type(2) {
    width: 70%;
    margin-left: 25%;
  }
}
.single-post .et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
  padding: calc(5% + 30px) 5% 5%;
  background-color: #1e3427;
}
.single-post .et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column a {
  color: white;
}
.products, .columns-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.products li.product, .columns-4 li.product {
  position: relative;
  max-height: 50vh;
  width: calc(96% / 4) !important;
  margin: 0 0.5% 65px 0.5% !important;
}
.products li.product::before, .columns-4 li.product::before {
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 980px) {
  .products li.product, .columns-4 li.product {
    width: 48% !important;
    margin: 1% !important;
    margin-bottom: 65px !important;
  }
}
@media (max-width: 479px) {
  .products li.product, .columns-4 li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.products li.product .woocommerce-loop-product__link:hover .et_shop_image img, .columns-4 li.product .woocommerce-loop-product__link:hover .et_shop_image img {
  scale: 1.1;
}
.products li.product .woocommerce-loop-product__link .et_shop_image, .columns-4 li.product .woocommerce-loop-product__link .et_shop_image {
  height: 100%;
  overflow: hidden;
}
.products li.product .woocommerce-loop-product__link .et_shop_image img, .columns-4 li.product .woocommerce-loop-product__link .et_shop_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  transition: 0.3s ease-in-out;
}
.products li.product .woocommerce-loop-product__link .et_shop_image .et_overlay, .columns-4 li.product .woocommerce-loop-product__link .et_shop_image .et_overlay {
  display: none;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 1;
  overflow: hidden;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 20px !important;
  border: 2px solid #1e3427;
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  color: white;
  letter-spacing: 2.4px;
  font-style: italic;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::before, .products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::after, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::before, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover {
  color: #1e3427 !important;
  background-color: transparent;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover::before, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover::before {
  width: 100%;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover::after, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span:hover::after {
  width: 0;
}
.products li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::after, .columns-4 li.product .woocommerce-loop-product__link .yith-wcqv-button.inside-thumb span::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
.products li.product h2.woocommerce-loop-product__title, .columns-4 li.product h2.woocommerce-loop-product__title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  padding: 1% 2%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 2px;
  color: white;
  transition: all 0.4s;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .products li.product h2.woocommerce-loop-product__title, .columns-4 li.product h2.woocommerce-loop-product__title {
    font-size: 20px !important;
  }
}
.woocommerce-pagination li {
  border-color: white;
}
.woocommerce-pagination li a {
  background: rgba(30, 52, 39, 0.6);
  color: white;
}
.woocommerce-pagination li span.current {
  background: #22382b;
  color: white;
}
body.woocommerce-page #left-area {
  padding-right: 0;
}
body.woocommerce-page ul.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.woocommerce-page ul.products::before {
  display: none;
}
@media (max-width: 479px) {
  body.woocommerce-page ul.products {
    flex-direction: column;
  }
}
body.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  body.woocommerce-page ul.products li.product:last-of-type {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  body.woocommerce-page ul.products li.product:last-of-type {
    margin-left: 4%;
  }
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  text-align: center;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  z-index: 4;
  background: #1e3427 !important;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image {
  border: 1px solid;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .et_shop_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link .price {
  width: 80%;
  margin: auto !important;
  padding: 10px;
  background-color: #1e3427;
  text-align: center;
  font-size: 16px;
}
body.woocommerce-page ul.products li.product .price, body.woocommerce-page div.product p.price {
  font-weight: bold !important;
  color: white !important;
}
body.woocommerce-page button.button, body.woocommerce-page button {
  background-color: #000000 !important;
  float: initial !important;
  color: white !important;
  border: 0 !important;
}
body.woocommerce-page button.button:hover, body.woocommerce-page button:hover {
  background: #1e3427;
  border: 0;
  color: white;
}
body.woocommerce-page button.button::after, body.woocommerce-page button::after {
  line-height: 1.1 !important;
}
body.woocommerce-page button.button.alt, body.woocommerce-page button.alt {
  background-color: initial;
}
body.woocommerce-page button.button.alt:hover, body.woocommerce-page button.alt:hover {
  background-color: initial;
}
body.woocommerce-page .quantity input.qty {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0;
  font-size: initial !important;
  height: 38px;
}
body.woocommerce-page form.woocommerce-ordering select.orderby {
  background-color: white;
  border: 1px solid #000000;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info {
  display: flex;
  flex-direction: column-reverse;
  margin: 5% auto;
  text-align: center;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button {
  width: auto;
  margin: 10px auto;
  color: #000000;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button::after, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button::after {
  line-height: 1.15;
}
body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-message a.button:hover, body.woocommerce-page .woocommerce-notices-wrapper .woocommerce-info a.button:hover {
  color: #1e3427;
}
body.woocommerce-page.single-product .product .clearfix {
  position: relative;
  margin-bottom: 30px;
}
body.woocommerce-page.single-product .product .clearfix .summary {
  background-color: #1e3427;
  padding: 30px;
  color: white;
}
@media (min-width: 768px) {
  body.woocommerce-page.single-product .product .clearfix .summary {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
body.woocommerce-page.single-product .product .clearfix .summary h1.product_title {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .woocommerce-product-details__short-description {
  margin-top: 14px;
}
body.woocommerce-page.single-product .product .clearfix .summary .woocommerce-product-details__short-description p::first-letter {
  text-transform: uppercase;
}
body.woocommerce-page.single-product .product .clearfix .summary p.stock {
  margin-top: 10px;
  font-size: 1em !important;
  color: white !important;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta a {
  color: white;
}
body.woocommerce-page.single-product .product .clearfix .summary .product_meta .sku_wrapper {
  display: none;
}
body.woocommerce-page.single-product .product .woocommerce-tabs {
  border-color: #000000;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs {
  background: white !important;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs::before {
  border-bottom-color: #000000;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs li {
  background: white !important;
  border-color: #000000 !important;
}
body.woocommerce-page.single-product .product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
  border-left: 1px solid;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-description p::first-letter {
  text-transform: uppercase;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information h2 {
  display: none;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item th.woocommerce-product-attributes-item__label::first-letter {
  text-transform: uppercase;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value p::after {
  content: " mm";
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_poids td.woocommerce-product-attributes-item__value p::after {
  content: " g";
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_pa_poids td.woocommerce-product-attributes-item__value p::after {
  content: " g";
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_pa_longueur td.woocommerce-product-attributes-item__value p::after {
  content: " cm";
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_longueur td.woocommerce-product-attributes-item__value p::after {
  content: " cm";
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_pa_taille td.woocommerce-product-attributes-item__value p::after {
  display: none;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr.woocommerce-product-attributes-item--attribute_taille td.woocommerce-product-attributes-item__value p::after {
  display: none;
}
body.woocommerce-page.single-product .product .woocommerce-tabs #tab-additional_information table tr:nth-child(2n) td {
  background-color: #22382b;
}
body.woocommerce-page.single-product .product .related.products {
  margin-top: 10%;
}
body.woocommerce-page.single-product .product .related.products .product h2 {
  font-size: 16px !important;
}
body.woocommerce-page.tax-product_cat h1 {
  text-align: center;
}
body.woocommerce-page.woocommerce-cart h1 {
  text-align: center;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon::before {
  display: none;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon {
    flex-direction: column;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon::after {
  display: none;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon #coupon_code.input-text::placeholder {
  color: #000000;
}
@media (max-width: 767px) {
  body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions .coupon button.button {
    width: 100%;
  }
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions button.button[name="update_cart"] {
  padding: inherit;
}
body.woocommerce-page.woocommerce-cart .woocommerce-cart-form td.actions button.button[name="update_cart"]:hover {
  padding-right: 30px;
}
body.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
body.woocommerce-page.woocommerce-cart a.checkout-button {
  background-color: #1e3427;
  color: white;
  font-size: 1.5rem;
  border: 0;
}
body.woocommerce-page.woocommerce-cart a.checkout-button::after {
  line-height: 1.7;
}
body.woocommerce-page.woocommerce-cart a.checkout-button:hover {
  background-color: #1e3427;
  color: white;
  border: 0;
}
body.woocommerce-page.woocommerce-account h1 {
  text-align: center;
}
.yith-quick-view.yith-modal .yith-quick-view-overlay {
  backdrop-filter: blur(8px);
}
@media (max-width: 980px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper {
    left: 50% !important;
    max-width: 500px;
    transform: translateX(-50%);
  }
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main {
  box-shadow: none;
}
@media (max-width: 980px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content {
    overflow-y: scroll;
  }
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .images {
  width: 50% !important;
  height: 100% !important;
}
@media (max-width: 980px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .images {
    width: 100% !important;
    height: 60% !important;
  }
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .images img {
  height: 100% !important;
  object-fit: cover;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary {
  width: 50% !important;
}
@media (max-width: 980px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary {
    width: 100% !important;
  }
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content h1.product_title.entry-title {
  order: 1;
  font-size: 28px !important;
  line-height: 1.2;
  letter-spacing: 6px;
  color: #1e3427;
}
@media (max-width: 767px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content h1.product_title.entry-title {
    font-size: 24px !important;
  }
}
@media (max-width: 479px) {
  .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content h1.product_title.entry-title {
    font-size: 20px !important;
  }
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content div[itemprop="description"] {
  order: 3;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content div[itemprop="description"] .et_pb_column {
  width: 100%;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content div[itemprop="description"] .et_pb_column .et_pb_text {
  width: 100%;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content div[itemprop="description"] .et_pb_column .et_pb_text .et_pb_text_inner {
  width: 100%;
  color: #000000 !important;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details {
  padding: 10px 20px !important;
  font-size: 16px;
  letter-spacing: 2.4px;
  font-style: italic;
  border: 2px solid transparent;
  color: white;
  order: 4;
  z-index: 2;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details::before, .yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .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: white;
  transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details:hover {
  color: #1e3427;
  background-color: transparent;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details:hover::before {
  width: 100%;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details:hover::after {
  width: 0;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .yith-wcqv-view-details::after {
  width: 100%;
  left: initial;
  right: 0;
  background-color: #1e3427;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .product_meta {
  order: 2;
  width: 100%;
  padding-bottom: 6px;
  border-width: 1px 0;
  border-color: #1e3427;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-quick-view-content .product .summary .summary-content .product_meta a {
  color: #22382b;
}
.yith-quick-view.yith-modal .yith-quick-view-nav a {
  background-color: rgba(0, 0, 0, 0.7);
}
