/*
Theme Name:   GeneratePress-child
Descripxion:  Theme enfant de GeneratePress
Author:       jimmy
Author URL:   www.tabularasa.fr
Template:     generatepress
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&family=Source+Sans+Pro:wght@700;900&display=swap");
@font-face {
  font-family: "north_poleregular";
  src: url("/wp-content/themes/generatepress-child/assets/fonts/north_pole_regular-webfont.woff2") format("woff2"), url("/wp-content/themes/generatepress-child/assets/fonts/north_pole_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 40;
}

body {
  overflow-x: hidden;
}

h1, .h1 {
  text-align: center;
  color: #86BC24;
  font-family: "north_poleregular";
  font-size: 23px;
  line-height: 30px !important;
}
h1 strong, .h1 strong {
  background-color: #148335;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 37px;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}
h1 strong::before, .h1 strong::before {
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  top: -45px;
  left: -30px;
  background: url("/wp-content/themes/generatepress-child/assets/images/trefle.svg") center center/contain no-repeat;
}

h2, .h2 {
  font-family: "north_poleregular";
  color: #148335;
  font-size: 18px;
  line-height: 27px !important;
}

h3, .h3 {
  margin: 0;
  color: #86BC24;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.site-logo {
  max-width: 260px;
}

body:not(.home) .entry-content {
  position: relative;
  z-index: 4;
}
body:not(.home) h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
body:not(.home) h3,
body:not(.home) .titre_h3 {
  margin-bottom: 7px !important;
}
body:not(.home) .elementor-widget-button .elementor-button-wrapper {
  display: inline-block;
  padding: 0;
}
body:not(.home) .site-footer {
  margin-top: 100px;
}
body:not(.home) .product_list_widget {
  gap: 15px;
}
body:not(.home) .product_list_widget li {
  flex: 0 1 calc(25% - 15px);
}
body:not(.home) .product_list_widget li .product-cat, body:not(.home) .product_list_widget li .prix, body:not(.home) .product_list_widget li .ajoutPanier {
  display: none;
}
body:not(.home) .elementor-widget-text-editor p {
  margin-bottom: 20px;
}
body:not(.home) .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
body:not(.home) #les_actus .unPost {
  margin-bottom: 50px;
}
body:not(.home) #les_actus .unPost .postImg::after {
  display: none;
}
body:not(.home) #les_actus .unPost p {
  margin-bottom: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link {
  color: #86BC24;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-89 > a.mega-menu-link {
  text-indent: -3000px;
}
#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-89 > a.mega-menu-link::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #86BC24;
  mask-image: url("/wp-content/themes/generatepress-child/assets/images/home.svg");
  -webkit-mask-image: url("/wp-content/themes/generatepress-child/assets/images/home.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
  height: auto;
  background: #86BC24;
  transform: scaleX(0);
  transform-origin: left;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: inherit !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::after {
  background: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before {
  transform: scaleX(1);
  transition-timing-function: linear;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu a {
  padding: 10px !important;
  line-height: 19px !important;
}

.inside-top-bar a {
  display: flex;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  align-items: center;
  transition: all 0.5s ease-out !important;
}
.inside-top-bar a svg {
  margin-right: 5px;
  width: 15px;
  height: auto;
  fill: #fff;
  transition: all 0.5s ease-out !important;
}
.inside-top-bar a:hover {
  color: #86BC24;
}
.inside-top-bar a:hover svg {
  fill: #86BC24;
}
.inside-top-bar #reseaux {
  display: flex;
  margin-left: 5px;
}
.inside-top-bar #block-29 {
  display: flex;
}

.intro {
  color: #1D1D1B;
  text-align: center;
}

.separate-containers .site-main {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-bar #block-8 {
  font-style: italic;
}

.txtBlanc * {
  color: #fff;
}

/*BOUTONS*/
.elementor-widget-button .elementor-button-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  background: #148335;
  border-radius: 0px;
  color: #fff;
  transition: all 0.5s ease-out !important;
  font-family: "north_poleregular";
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: #86BC24;
  transform: scaleX(0);
  transform-origin: left;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button::after {
  content: "";
  width: 75px;
  height: 75px;
  background: url("/wp-content/themes/generatepress-child/assets/images/trefle_boutons.svg") center center/cover no-repeat;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover:before, .elementor-widget-button .elementor-button-wrapper .elementor-button:focus:before, .elementor-widget-button .elementor-button-wrapper .elementor-button:active:before {
  transform: scaleX(1);
  transition-timing-function: linear;
}
.elementor-widget-button.inverse .elementor-button {
  background: #86BC24;
}
.elementor-widget-button.inverse .elementor-button::before {
  background-color: #1D1D1B;
}

.bt2,
input[type=submit] {
  background-color: #86BC24;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  transition: all 0.5s ease-out !important;
}
.bt2:hover,
input[type=submit]:hover {
  background-color: #148335;
  color: #fff;
}

/*TOP HEADER*/
.top-bar p {
  margin-bottom: 0px !important;
}

/*SLIDER*/
#slider_accueil .elementor-widget-wrap {
  padding: 0px !important;
}

/*PRESENTATION*/
#presentation {
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_separateur.webp") center center no-repeat;
  background-size: cover;
}

/*ACTUALITES*/
#actualites #les_actus {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#actualites #les_actus .unPost {
  flex: 0 1 32%;
}
#actualites #les_actus .unPost .contenuActu {
  background: #fff;
}
#actualites #les_actus .unPost .contenuActu .date {
  display: none;
}
#actualites #les_actus .unPost .contenuActu p {
  margin-bottom: 0px;
  color: #B7B7B7;
}
#actualites #les_actus .unPost .contenuActu p .read-more {
  display: none;
}
#actualites #les_actus .unPost .contenuActu .bt2 {
  display: block;
  background-color: #1D1D1B;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
}
#actualites #les_actus .unPost .postImg a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  line-height: 0px;
  transition: all 0.5s ease-out !important;
}
#actualites #les_actus .unPost .postImg a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#actualites #les_actus .unPost .postImg a::after {
  content: "02";
  font-size: 185px;
  color: #1D1D1B;
  opacity: 0.3;
  position: absolute;
  bottom: -50px;
  right: -8px;
}
#actualites #les_actus .unPost:first-child .postImg a::after {
  content: "01";
}
#actualites #les_actus .unPost:last-child .postImg a::after {
  content: "03";
}

/*REASSURANCES*/
#reassurances .elementor-image-box-wrapper {
  position: relative;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title,
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-descripxion {
  color: #fff;
  margin-bottom: 0px;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-size: 22px;
  font-weight: initial;
}
#reassurances .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-descripxion {
  font-style: italic;
}

/*SEPARATEUR*/
.separateur {
  background: url("/wp-content/themes/generatepress-child/assets/images/fond_separateur.webp") center center no-repeat;
  background-size: cover;
  padding: 50px 0px;
  margin: 100px 0px;
  position: relative;
}
.separateur .elementor-container {
  position: relative;
  z-index: 999;
}
.separateur::after {
  content: "";
  background: #86BC24;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.separateur h2,
.separateur h3,
.separateur p,
.separateur ul li {
  color: #fff !important;
}
.separateur p {
  margin-bottom: 20px;
}
.separateur p:last-child {
  margin-bottom: 0px;
}

.avantages_luzerne p {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: #1D1D1B;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.encart {
  background-color: #1D1D1B;
  padding: 15px;
}
.encart h2,
.encart h3,
.encart p,
.encart ul li {
  color: #fff;
}
.encart p {
  margin-bottom: 20px;
}
.encart p:last-child {
  margin-bottom: 0px;
}

.num p {
  font-size: 30px;
  color: #fff;
}

/*FOOTER*/
.site-footer {
  margin-top: -50px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  width: 110%;
  height: 50px;
  display: block;
  background: url("/wp-content/themes/generatepress-child/assets/images/footer_top.svg") center top no-repeat;
  background-size: 100%;
}
.site-footer .footer-widget-1 {
  max-width: 250px;
}
.site-footer .footer-widget-1 figure {
  padding: 15px;
  background: #fff;
  display: inline-block;
}

footer.site-info {
  display: none;
}

.inside-footer-widgets {
  align-items: center;
}
.inside-footer-widgets .footer-widget-3 p {
  text-align: right;
  margin-bottom: 0px;
}
.inside-footer-widgets .footer-widget-3 a,
.inside-footer-widgets .footer-widget-3 a:link,
.inside-footer-widgets .footer-widget-3 a:visited {
  color: #fff;
}
.inside-footer-widgets .footer-widget-3 #tabularasa {
  margin-top: 10px;
}
.inside-footer-widgets .footer-widget-3 #tabularasa a {
  background-color: rgba(255, 255, 255, 0.44);
  padding: 8px 12px;
  color: #fff;
}
.inside-footer-widgets .footer-widget-3 #tabularasa a:hover {
  background-color: #86BC24;
}

/*ACCORDEONS*/
.elementor-accordion-item {
  margin-bottom: 20px;
  border: 0px !important;
}
.elementor-accordion-item .elementor-toggle-item {
  margin-bottom: 20px;
}
.elementor-accordion-item .elementor-toggle-item:last-child {
  margin-bottom: 0px;
}
.elementor-accordion-item .elementor-tab-title {
  background-color: #86BC24;
  color: #fff !important;
  border: 0px;
  font-size: 18px;
}
.elementor-accordion-item .elementor-tab-title a,
.elementor-accordion-item .elementor-tab-title i {
  color: #fff !important;
}
.elementor-accordion-item .elementor-active {
  background-color: #148335;
}
.elementor-accordion-item .elementor-tab-content {
  background-color: #fff;
  border: 0px !important;
  padding: 20px !important;
}

/*TITRE PAGE*/
.site-header .header-image {
  width: 100%;
}

header.headerArticle,
header.entry-header,
header.woocommerce-products-header,
.entry-summary {
  background: url("/wp-content/themes/generatepress-child/assets/images/slide.webp");
  width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px !important;
  position: relative;
  height: 200px;
}
header.headerArticle::before,
header.entry-header::before,
header.woocommerce-products-header::before,
.entry-summary::before {
  content: "";
  background: rgba(29, 29, 27, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header.headerArticle h1,
header.entry-header h1,
header.woocommerce-products-header h1,
.entry-summary h1 {
  font-size: 30px;
  line-height: 42px !important;
  color: #fff;
  max-width: 1300px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
header.headerArticle::after,
header.entry-header::after,
header.woocommerce-products-header::after,
.entry-summary::after {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/separateur_header.webp") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 2;
}

.woocommerce-breadcrumb {
  display: none;
}

.page-template-default #les_actus {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  align-items: flex-start;
}
.page-template-default #les_actus .unPost {
  flex: 0 1 32%;
}
.page-template-default #les_actus .unPost a {
  display: block;
}
.page-template-default #les_actus .unPost .postImg {
  position: relative;
  display: block;
}
.page-template-default #les_actus .unPost .postImg::after {
  content: "01";
  font-size: 155px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.75;
  font-family: "Source Sans Pro";
}
.page-template-default #les_actus .unPost:nth-child(2) .postImg::after {
  content: "02";
}
.page-template-default #les_actus .unPost:nth-child(3) .postImg::after {
  content: "03";
}
.page-template-default #les_actus .unPost .contenuActu {
  background: #fff;
  padding: 10px 20px 20px;
}
.page-template-default #les_actus .unPost .contenuActu .date {
  display: none;
}
.page-template-default #les_actus .unPost .contenuActu h3, .page-template-default #les_actus .unPost .contenuActu .h3 {
  color: #148335;
}
.page-template-default #les_actus .unPost .contenuActu p {
  margin-bottom: 0px;
  color: #B7B7B7;
}
.page-template-default #les_actus .unPost .contenuActu p .read-more {
  display: none;
}
.page-template-default #les_actus .unPost .contenuActu .bt2 {
  display: block;
  background-color: #148335;
  color: #fff;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-out !important;
}
.page-template-default #les_actus .unPost .contenuActu .bt2:hover {
  background-color: #1D1D1B;
}
.page-template-default #les_actus .unPost .postImg {
  padding: 10px 10px 0px;
  background-color: #fff;
}
.page-template-default #les_actus .unPost .postImg img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_list_widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.product_list_widget li {
  background: #fff;
  padding: 15px;
  flex: 0 1 calc(50% - 15px);
}
.product_list_widget li span.product-cat {
  color: #B7B7B7;
  font-style: italic;
  display: block;
}
.product_list_widget li span.product-title {
  color: #148335;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

#vignettes h3, #vignettes span.elementor-image-box-title {
  font-family: "north_poleregular";
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

#raccourcis {
  overflow: hidden;
}
#raccourcis .elementor-image-box-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#raccourcis .elementor-widget-wrap {
  padding: 0;
}
#raccourcis .elementor-widget-wrap a {
  position: relative;
  display: block;
}
#raccourcis .elementor-widget-wrap a figure {
  position: relative;
}
#raccourcis .elementor-widget-wrap a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#raccourcis .elementor-widget-wrap a figure::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 45%;
  background: linear-gradient(0deg, #1d1d1b 0%, rgba(29, 29, 27, 0) 100%);
}
#raccourcis .elementor-widget-wrap a div.elementor-image-box-content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 15px;
}
#raccourcis .elementor-widget-wrap a div.elementor-image-box-content h3,
#raccourcis .elementor-widget-wrap a div.elementor-image-box-content p {
  margin: 0;
  display: block;
  width: 100%;
}
#raccourcis .elementor-widget-wrap a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background: rgba(134, 188, 36, 0.8);
  transform: scaleX(0);
  transform-origin: left;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#raccourcis .elementor-widget-wrap a::after {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/vignette_trefle.svg") center center/contain no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 2;
  top: -20px;
  right: -10px;
  transform: scale(2);
  transition-duration: 0.2s;
  opacity: 0;
}
#raccourcis .elementor-widget-wrap a:hover:before, #raccourcis .elementor-widget-wrap a:focus:before, #raccourcis .elementor-widget-wrap a:active:before {
  transform: scaleX(1);
  transition-timing-function: linear;
}
#raccourcis .elementor-widget-wrap a:hover::after, #raccourcis .elementor-widget-wrap a:focus::after, #raccourcis .elementor-widget-wrap a:active::after {
  opacity: 1;
  transform: scale(1);
  transition-timing-function: linear;
}

.encadre .elementor-container {
  border: 7px solid #86BC24;
  padding: 25px 40px;
}
.encadre .elementor-container p {
  margin-bottom: 0;
}
.encadre .elementor-container .elementor-widget-button {
  margin-bottom: -90px;
}

#temoignages h2 {
  text-align: left;
}
#temoignages .elementor-container::before {
  content: "";
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  left: -35px;
  top: 35px;
  background: url("/wp-content/themes/generatepress-child/assets/images/picto_temoignage.svg") center center/contain no-repeat;
}
#temoignages b {
  margin-top: 15px;
  display: inline-block;
}
#temoignages .n2-ss-layers-container * {
  padding: 0 !important;
}
#temoignages .n2-ss-slider-controls {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}

#blocContact .elementor-widget,
#blocContact p {
  margin: 0;
}

/*BACK TO TOP*/
.generate-back-to-top {
  bottom: 85px;
}

/*COOKIES*/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: rgba(29, 29, 27, 0.8);
}

/*FLECHE*/
.triangle {
  display: flex;
}
.triangle .elementor-widget-container {
  background-color: #148335;
  display: flex;
  align-items: center;
  width: 100%;
}
.triangle .elementor-widget-container p {
  text-align: center;
  color: #fff;
  padding: 0px 15px;
  width: 100%;
  margin-bottom: 0 !important;
}
.triangle .elementor-widget-container p strong {
  font-size: 20px;
}
.triangle .elementor-widget-container::before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #F2F2F2;
  display: flex;
}
.triangle::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #148335;
  display: flex;
}

/*PAGE PRODUITS*/
.woocommerce ul.products, .woocommerce-page ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li, .woocommerce-page ul.products li {
  margin: 0 !important;
  float: inherit !important;
  background: #fff;
  padding: 15px !important;
  flex: 0 1 calc(25% - 15px) !important;
}
.woocommerce ul.products li h2, .woocommerce-page ul.products li h2 {
  text-transform: initial;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  margin: 0 !important;
}

/*UN PRODUIT*/
.single-product .product {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.single-product .product .entry-summary {
  order: 1;
}
.single-product .product .woocommerce-product-gallery {
  order: 2;
  flex: 0 1 48%;
  position: relative;
  z-index: 2;
}
.single-product .product .woocommerce-tabs {
  order: 3;
  flex: 0 1 50%;
  position: relative;
  z-index: 2;
}
.single-product .product .woocommerce-tabs h3 {
  margin-bottom: 0px;
}
.single-product .product .related {
  order: 4;
  width: 100%;
  margin-top: 75px;
}
.single-product .product .related h2 {
  text-align: center;
}
.single-product .product .price, .single-product .product .product_meta, .single-product .product .tabs {
  display: none;
}
.single-product .product .woocommerce-product-gallery,
.single-product .product .entry-summary {
  float: initial !important;
}

.mis_avant {
  width: 95%;
  max-width: 700px;
  margin: auto;
}
.mis_avant h2, .mis_avant h3, .mis_avant p {
  text-align: center;
}

/*FORMULAIRE*/
.wpcf7-form .wpcf7-form-control {
  width: 100%;
}

/*PAGE TEMOIGNAGES*/
.unTemoignage {
  border: 7px solid #86BC24;
  padding: 35px 25px 25px;
  position: relative;
}
.unTemoignage::before {
  content: "";
  background: url("/wp-content/themes/generatepress-child/assets/images/quotation-mark.svg") center center no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
}

#produits {
  border: 7px solid #86BC24;
  padding: 25px;
  margin-top: 100px;
}

/*SAS FOURRAGE*/
.page-id-683 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_sas_fourrage.jpg") center center no-repeat;
  background-size: cover;
}

/*SAS T2P*/
.page-id-766 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_sas_t2p.jpg") bottom center no-repeat;
  background-size: cover;
}

/*SARL DESCHAMPS*/
.page-id-789 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_SARL-Deschamps.jpg") center center no-repeat;
  background-size: cover;
}

/*PELLETS DE LUZERNE*/
.page-id-714 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_Pellet-de-luzerne.jpg") center center no-repeat;
  background-size: cover;
}

/*PELLETS DE PAILLE*/
.page-id-1004 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_Pellet-de-paille.jpg") center center no-repeat;
  background-size: cover;
}

/*PELLETS DE PAILLE*/
.page-id-725 header.entry-header,
.page-id-728 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_Farine-de-paille.jpg") center center no-repeat;
  background-size: cover;
}

/*PAILLE EN BOTTE*/
.page-id-1338 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_paille_botte.jpg") center center no-repeat;
  background-size: cover;
}

/*COMPST*/
.page-id-818 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_compost.jpg") center center no-repeat;
  background-size: cover;
}

/*TRANSPORT*/
.page-id-1014 header.entry-header {
  background: url("/wp-content/themes/generatepress-child/assets/images/ban_Transport.jpg") center center no-repeat;
  background-size: cover;
}

.elementor-15 .elementor-element.elementor-element-36385bc:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-36385bc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-size: 100% 365px !important;
}

@media (max-width: 1400px) {
  .top-bar #block-8 {
    display: none;
  }
  #produits {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1150px) {
  .inside-header {
    justify-content: center;
    flex-wrap: wrap;
  }
  .site-logo,
  #site-navigation {
    flex: 1 0 100%;
  }
  .main-navigation .inside-navigation {
    justify-content: center;
    margin-top: 50px;
  }
  .site-footer .footer-widgets-container {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 940px) {
  .site-logo,
  #site-navigation {
    flex: content !important;
  }
  .main-navigation .inside-navigation {
    margin-top: 0;
  }
  nav#mobile-menu-control-wrapper {
    display: none;
  }
  #mega-menu-wrap-primary {
    display: block !important;
  }
  .main-navigation .inside-navigation {
    justify-content: flex-end;
  }
  /*MENU NORMAL*/
  button.menu-toggle {
    background-color: #1D1D1B !important;
    color: #fff !important;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
  }
  nav#site-navigation {
    background: inherit !important;
  }
  nav#site-navigation ul#mega-menu-primary {
    position: absolute;
    right: 0;
    width: 300px;
    background: #fff;
  }
  nav#site-navigation ul#mega-menu-primary a {
    line-height: 17px;
    padding: 10px;
  }
  nav#site-navigation ul#mega-menu-primary a .dropdown-menu-toggle {
    padding: 0;
  }
  nav#site-navigation .main-nav ul ul {
    background-color: rgba(29, 29, 27, 0.1);
  }
  nav#site-navigation .main-nav ul ul li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #1D1D1B !important;
  }
  #temoignages {
    margin: 0 auto;
    padding: 70px 0 150px;
    max-width: 90%;
    position: initial;
    left: initial !important;
  }
  #temoignages > .elementor-background-overlay {
    background: initial;
  }
  /*MEGAMENU*/
  /*#site-navigation{
      flex-basis: auto !important;

      #mega-menu-wrap-primary{
          display: inline-block !important;

          ul#mega-menu-primary{
              position: absolute !important;
              right: 0;
              width: 200px;
          }
      }
  }

  #mobile-menu-control-wrapper{
      display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
      line-height: 16px;
      padding: 8px;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item{
      float: inherit;
      width: 100%;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
      padding: 0;
  }*/
  body:not(.home) #les_actus .unPost {
    flex: 0 1 49%;
  }
}
@media (max-width: 768px) {
  /*MEGAMENU*/
  /*.secondary-navigation ul, .secondary-navigation:not(.toggled) .main-nav > ul{
      display: flex !important;
  }*/
  #slider_accueil {
    background: url("/wp-content/themes/generatepress-child/assets/images/slide1.webp") center center no-repeat;
    background-size: cover;
    height: 450px;
  }
  #slider_accueil .elementor-widget-smartslider {
    display: none;
  }
  .footer-widget-2 p,
  .footer-widget-3 p {
    text-align: center !important;
  }
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation,
  .one-container .site-content,
  .inside-page-header {
    padding: 0px 30px;
  }
  #actualites #les_actus .unPost,
  .page-template-default #les_actus .unPost {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
  header.entry-header h1 {
    font-size: 22px;
    line-height: 24px !important;
  }
  body:not(.home) h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .separate-containers .inside-article {
    padding: 0 10px;
  }
}
@media (max-width: 550px) {
  /*MEGAMENU*/
  /*#secondary-navigation a{
      font-size: 16px;
      letter-spacing: normal;
      padding: 0px 8px;
  }*/
  .site-logo {
    max-width: 180px;
  }
  .encadre .elementor-container {
    padding: 15px;
  }
  .elementor-15 .elementor-element.elementor-element-d373d1a {
    margin-top: 100px !important;
  }
  .elementor-15 .elementor-element.elementor-element-faab031 > .elementor-widget-container {
    margin-top: 0 !important;
  }
  #temoignages .elementor-container::before {
    display: none;
  }
  body:not(.home) #les_actus .unPost {
    flex: 0 1 100%;
  }
  #produits {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */