


.oxygen-regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.solway-bold {
  font-family: "Solway", serif;
  font-weight: 700;
  font-style: normal;
}

.solway-extrabold {
  font-family: "Solway", serif;
  font-weight: 800;
  font-style: normal;
}

*, body, p, h1, h2, h3,h4, h5, blockquote, span, div, i, strong, em, div, a, ul, li, ol, b
{
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color:#000;
}
body
{
	width: 100vw;
	overflow-x: hidden;
	background: #FFFBF7;
}

#page
{
	  padding-top: 90px;
	overflow-x: hidden;
	font-weight: 100vw;

	scroll-margin-top: 90px;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a
{
	font-family: 'Solway', sans-serif;
}

p, li
{
	font-size: 14px;
}

p a:not(.bouton), li a:not(.bouton)
{
	color:#513729;
	text-decoration: underline;
}

sup
{
	font-size: .5em;
	font-weight: normal!important;
}

body
{
	background-color: #F5F5F5;
}


header
{
	height: 130px;
	background-color: #C1D577;
}
.centrer
{
	overflow: visible;
}

.section
{
	padding: 45px 0;
	position: relative;
	z-index: 1;
}

.section .centrer-grid
{
	padding: 15px 0;
}

.section-blanc-2
{
	background: #FFFBF7;
}

.section-blanc
{
	background: #FFF;
}

.section-beige
{
	background: #EFF4DF;
}

.section-marron
{
	background: #513729;
}

.section-tachete
{
	background: url('images/tachete.jpg')!important;
}

.section-fond-image
{
	background: no-repeat center;
	background-size: cover;
}

.section-tachete .centrer-grid,
.section-fond-image .centrer-grid
{
	background: #F9FAF5;
	border-radius: 20px;

	  padding: 45px 90px;
}

.hero-home .centrer-grid
{
	padding: 0
}

.hero-home
{
	min-height: 700px;
}

.hero-equipement .hero-home
{
	min-height: 600px;
}


.section-gris-clair
{
	background: #EFF2F1;
}

.section-vert
{
	background: #C1D577;
}

.section-bleu-vert
{
	background: #219C97;
}

.before-section-image
{
	position: relative;
	z-index: 99;
}

.section-image
{
	position: relative;
}

.section-image img
{
	position: absolute;
	top:50%;
	z-index: 9;
	transform: translateY(-50%);
}

.section-image img.image-droite
{
	left: calc(1100px + 100px + (100vw - 1100px) / 2);
}

.section-image img.image-centre
{
	left: 50%;
	transform: translate(-50%, -50%);
}


.section-image img.image-gauche
{
	right: calc(1100px + 100px + (100vw - 1100px) / 2);
}

h1
{
	font-family: 'Solway';
	font-weight: bold;
	font-size: 44px;
	line-height: 46px;
	text-align: left;
	color: #513729;
}

h2
{
	font-family: 'Solway';
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	color: #513729;
}

h3,
h3 span
{
	font-family: 'Solway';
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #513729;
}

h4
{
	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #513729;

}

blockquote
{
	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #513729;
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

blockquote::before
{
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	background: url('images/quote-left.svg') no-repeat center;
	width: 40px;
	height: 30px;
}

blockquote::after
{
	content: "";
	position: absolute;
	top:50%;
	right: 0;
	transform: translateY(-50%);
	background: url('images/quote-right.svg') no-repeat center;
	width: 40px;
	height: 30px;
}


b, strong
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

b, strong, em, i
{
	color: #513729;
}


p
{
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #513729;
}

li
{
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #513729;
}

p.pre-titre
{
	text-transform: uppercase;
	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	color: #513729;

}

.section-marron h1,
.section-marron h2,
.section-marron h3,
.section-marron h4,
.section-marron h4,
.section-marron p,
.section-marron li,
.section-marron p a,
.section-marron span
{
	color:#fff;
}

.section-marron h2
{
	color:#F4A127;

}

.bouton
{

	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #F4A127!important;
	text-transform: uppercase;
	padding: 20px;
	border-radius: 15px;
	background: #513729;
	border:none;
}

.bouton+.bouton
{
	margin-left: 20px;
}

.bouton:hover
{
	color: #fff!important;
	background: #f4a127;
	background: #536637;

	text-decoration: none!important;
}

.bouton-orange
{
	background: #F4A127;
	color:#513729!important;
}

.bouton-orange:hover
{

	background: #536637;

	color: #fff!important;
}

a.bouton-prix
{
	font-family: Solway;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #f4a127!important;
	display: inline-block;
	text-decoration: none!important;
	padding: 10px 20px;
	border-radius: 15px;
	background: #513729;
}

.alignnone {
  margin-bottom: 0px;
  display: inline;
}

.aligncenter {
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
}

.section-bleu-vert .bouton
{
	color:#fff;
	border-color: #fff;
  	background: none;
}

.section-bleu-vert .bouton:hover
{
	color:#3dc385;
	background-color: #fff;
	border-color: #fff;
}

.section-vert-clair
{
	background: #EFF4DF;
}

/*BLOCS*/

.bloc-masonry
{
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.bloc-masonry .masonry-1
{
	grid-column: span 4;
	grid-row: span 2;
}

.bloc-masonry .masonry-2,
.bloc-masonry .masonry-3
{
	grid-column: span 2;
	grid-row: span 1;
}

.bloc-masonry .masonry-4,
.bloc-masonry .masonry-5
{
	grid-column: span 3;
	grid-row: span 1;
}

.bloc-masonry img
{
	border-radius: 20px;
	display: block;
}

.section-tachete .grid-1-2 .bloc-texte,
.section-tachete .grid-1-2 .bloc-liste-article-texte
{
	padding: 0 75px;
}

.calculatrice
{

}

.bloc-calculatrice p
{
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #3dc385;
	text-transform: uppercase;
}

.bloc-calculatrice p strong em
{
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #136055;
	text-transform: none;
}

.nombre-personne
{	
	margin-top: 25px;
	border-radius: 30px;
	background: transparent;
	border: 2px solid #3dc385;
	padding: 0px 5px;
	display: inline-block;
}


.nombre-personne span
{
	float: left;
	width: 45px;
	height: 55px;
	line-height: 55px;
	
	font-weight: 900;
	font-style: italic;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	position: relative;
	color:#fff;		
	cursor: pointer;
}

.nombre-personne span.active ~ span
{
	color:#EAF0EE;
}


.nombre-personne span::before
{
	content: "";
	height: 35px;
	width: 35px;
	top: 10px;
	left: 5px;
	z-index: -1;
	border-radius: 50%;
	position: absolute;
	background: #3dc385;
}

.nombre-personne span.active ~ span::before
{
	background: #EAF0EE;	

}

.nombre-personne span.active,
.nombre-personne div:hover span
{
	color:#fff!important;
}

.nombre-personne span.active::before,
.nombre-personne div:hover span::before
{
	background: #3dc385!important;
}

.nombre-personne:hover span:hover ~ span
{
	color:#EAF0EE!important;
}

.nombre-personne:hover span:hover ~ span::before
{
	background: #EAF0EE!important;
}

.calculatrice .egale
{
	font-weight: bold;
	font-size: 90px;
	line-height: 24px;
	text-align: center;
	color: #136055;
	padding-top: 40px;
	padding-bottom: 60px;
}

.calculatrice .liste-picto
{
	text-align: center;

}

.calculatrice .liste-picto > div
{
	width: 170px;
	display: inline-block;
	margin: 0 10px;
}

.calculatrice .liste-picto > div .picto
{
	height:90px;
	background-position: center;
	background-repeat: no-repeat;
}

.calculatrice .liste-picto > div.eau .picto
{
	background-image: url('images/poisson.svg');
}

.calculatrice .liste-picto > div.compost .picto
{
	background-image: url('images/escargot.svg');
}

.calculatrice .liste-picto > div.azote .picto
{
	background-image: url('images/champignon.svg');
}

.calculatrice .liste-picto > div.economie .picto
{
	background-image: url('images/ecureil.svg');
}

.calculatrice .liste-picto > div .titre
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #136055;
	text-transform: uppercase;
}

.calculatrice .liste-picto > div span
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #4dc794;
}

iframe
{
	max-width: 100%;
}

.bloc-texte .hashtag 
{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;

	padding: 5px 10px;

	text-decoration: none;
	border-radius: 15px;
	background: #4dc794;
}

.bloc-texte .hashtag + .hashtag
{
	margin-left: 35px;
	background: #219c97;
}

.bloc-liste-article-texte a
{
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	display: block;
	padding: 12px 0 ;
	padding-left: 40px;
}

.bloc-liste-article-texte a.achat
{
	background: url('images/ginkgo-clair.svg') no-repeat left top 7px;
}
.bloc-liste-article-texte a.utilisation
{
	background: url('images/ginkgo-fonce.svg') no-repeat left top 7px;
}

.bloc-liste-article-texte a:hover
{
	text-decoration: underline;
}

.bloc-reassurance .picto
{
	height:50px;
	position: relative;
	margin-bottom: 10px;
}

.bloc-reassurance .picto img
{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.bloc-reassurance .pre-titre
{
	font-weight: bold;
	font-size: 14px;
	color: #136055;
}

.bloc-reassurance a
{
	font-weight: bold;
	font-size: 14px;
	color: #3dc385;
}

.bloc-reassurance p
{
	font-size: 14px;
	line-height: 18px;
	color: #136055;
	text-align: center;
}

.bloc-reassurance .grid-4-12 .bloc-inside-reassurance
{
	border-radius: 20px;
	background: #136055;
	padding-top: 95px;
	margin-top: 50px;
	position: relative;
	padding-bottom: 15px;
}

.bloc-reassurance .grid-4-12 .bloc-inside-reassurance img
{
	display: block;
	margin: 0 auto;
	margin-top: -75px;
	position: absolute;
	left: 50%;
	top:0;
	transform: translateX(-50%);
}

.bloc-reassurance .grid-4-12 .bloc-inside-reassurance span
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
	text-transform: uppercase;
}

.bloc-reassurance .grid-4-12 .bloc-inside-reassurance a
{
	margin-top: 25px;
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
	text-align: center;
	color: #d9eb6b;
	display: block;
}

.bloc-reassurance a.bouton
{
	line-height: 26px;
	padding: 0 10px;
	height: auto;
}

.liste-accordeon .titre
{
	
	padding-top: 10px;
  padding-bottom: 10px;
	text-transform: uppercase;
	padding-left: 0px;
	cursor: pointer;

	font-family: "Oxygen";
	
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	color: #513729;
}

.liste-accordeon .titre:hover,
.liste-accordeon .titre.active
{
	font-weight: bold;
	  color: #F4A127;
}

.liste-accordeon .texte
{
	padding-left: 50px;
	display: none;
}

.liste-accordeon .texte.active
{
	display: block;
}

.liste-images .image
{
	display: block;

	opacity: 0;
	visibility: hidden;

	position: absolute;
	right: 0;
	width: 50%;
	height: 100%;
	top:0;
	background-repeat: no-repeat;background-position: left top;
	background-size: cover;

	transition: .3s ease all;
}



.liste-images .image.active
{
	display: block;


	opacity: 1;
	visibility: visible;
}

.liste-images .image img
{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}


.fleche-slider
{
	position: absolute;
	bottom:50px;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
	width: 180px;
}

.fleche-slider .left
{
	width: 60px;
	cursor: pointer;
	height: 60px;
	border: none;
	text-indent: -10000px;
	background: url('images/fleche-gauche.svg') no-repeat center;
}

.fleche-slider .right
{
	cursor: pointer;
	width: 60px;
	height: 60px;
	border: none;
	text-indent: -10000px;
	background: url('images/fleche-droite.svg') no-repeat center;
}

.bloc-faq .pre-titre
{
	padding-bottom: 15px;
}


.liste-faq .texte-acc
{
	display: none;
}

.liste-faq .titre-acc.active+.texte-acc
{
	display: block;
}

.liste-faq
{
	padding: 0 50px;
	padding-bottom: 40px;
}

.liste-faq .titre-acc
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	padding: 13px 20px;

	padding-right: 50px;
	cursor: pointer;
	border-radius: 20px;
	background: #EAF0EE url('images/fleche-faq-close.svg') no-repeat right 25px center;
	margin-bottom: 15px;
}

.liste-faq .titre-acc.active
{
	background: #EAF0EE url('images/fleche-faq-open.svg') no-repeat right 25px center;
}

.liste-faq .texte-acc
{
	border-radius: 0 0 20px 20px;
	background: transparent;
	border: 1px solid rgba(176, 190, 188, 0.2);
	border-top: none;
	margin-top: -30px;
	margin-bottom: 15px;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.liste-faq .texte-acc p
{
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #136055;
}

.sous-titre-produit + p.price::before,
h1.product_title + p.price::before
{
	content: "Prix : ";
}

.sous-titre-produit + p.price,
h1.product_title + p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #136055;
}

p.price .woocommerce-Price-amount bdi,
p.price .woocommerce-Price-amount bdi span
{
	color: #3dc385;
	font-weight: bold;
}

.accordeon-produits
{
	padding-bottom: 35px;
}

.accordeon-produits .titre
{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	background: #219c97 url('images/fleche-tab-close.svg') no-repeat right 25px center;
	padding: 10px 20px;
	padding-right: 50px;
	margin-top: 20px;
	cursor: pointer;
}

.accordeon-produits .titre.active
{
	background: #219c97 url('images/fleche-tab-open.svg') no-repeat right 25px center;
}

.accordeon-produits .titre+.texte
{
	display: none;
	background: #fff;
	padding: 20px
}

.accordeon-produits .titre.active+.texte
{
	display: block;
}

.droite-produit p,
.droite-produit li
{
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #136055;
}

.lien-notice
{
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #136055;
	padding-right: 90px;
	padding: 7px 0;
	background: url('images/picto-fichier.svg') no-repeat right center;
}

.woocommerce-product-gallery .flex-viewport,
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce div.product div.images .woocommerce-product-gallery__image
{
	border-radius: 20px;
}

.woocommerce-product-gallery .flex-viewport
{
	height: auto;
}

.woocommerce div.product div.images .flex-control-thumbs
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding-top: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li
{
	padding: 0;
	width: 100%;
}

.sous-titre-produit
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	padding-bottom: 20px;
}

.woocommerce div.product .product_title
{
	font-weight: bold;
	font-size: 34px;
	line-height: 34px;
	text-align: left;
	color: #136055;
	padding-bottom: 10px;
}

table.variations tr
{
	float: left;
	width: 50%;
}

table.variations tr td
{
	display: block;
}

table.variations tr td label
{

	font-family: 'foco', sans-serif;

	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	text-transform: uppercase;
	font-weight: normal !important;
}

.woocommerce-product-gallery__wrapper
{
	overflow: hidden;
}

.woocommerce-product-gallery .flex-viewport
{
	height: auto!important;
}

.variations select
{
	height: 40px;
	border: 1px solid #136055;
	border-radius: 5px;
	background: #fff;
	padding-left: 10px;
	width: 100%;
}

.woocommerce-variation,
.woocommerce-variation-add-to-cart,
.form-single

{
	float: right;
	width: 50%;
	padding-left: 50%;
	position: relative;
}

.woocommerce-variation-add-to-cart .quantity,
.cart .quantity
{
	position: absolute;
	left: 0;
/*	top:-50px;*/
}

.form-single .cart .quantity
{
	top:0;
}

.woocommerce-variation-add-to-cart .quantity input,
.cart .quantity input
{
	height: 50px;
	border: 1px solid #136055;
	border-radius: 5px;
	background: #fff;
	padding-left: 10px;
}

.woocommerce-variation-add-to-cart .quantity label
{

}

.woocommerce-variation-add-to-cart .quantity::before,
.form-single .cart .quantity::before
{
	display: block;
	content: "Quantité";
	text-transform: uppercase;

	font-family: 'foco', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	text-transform: uppercase;
	font-weight: normal !important;
}

.product_meta
{
	display: none;
}

.woocommerce-variation .stock
{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #136055;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock
{
	color: #3DC385;
	text-transform: uppercase;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.in-stock
{
	display: none;
}

.woocommerce-variation-price .price::before,
.form-single .price::before
{
	content: "Prix total : ";
	font-weight: normal;
	color: #136055;

}

.woocommerce-variation-price .price
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #3DC385;
}

.woocommerce-variation-price .price::after,
.form-single .price::after
{
	content: "Dont TVA / livraison incluse";
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	color: #136055;
}

.woocommerce-variation-price .price bdi,
.woocommerce-variation-price .price bdi span
{
	color: #3DC385;
	font-weight: bold;
}

.woocommerce div.product form.cart .button
{
	background:  #3DC385 url('images/toilette.svg') no-repeat left 26px center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	width: 270px;
	padding-left: 70px;
	padding-right: 25px;
	height: 64px;
	border-radius: 32px;
	margin-top: 21px;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover 
{
  background-color: #3DC385;
  color: #fff;
}

p.small
{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #136055;
}

.liste-produits-global
{
	margin:0;
	list-style: none;
	width: 100%;

	align-items: stretch;
}

.liste-produits-global li
{
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	background: #f9fcfb;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}


.liste-produits-global li
{
    grid-column: span 4; 
}

.liste-produits-global li:nth-child(-n+2) {
    grid-column: span 6;
}

.liste-produits-global .miniature
{
	overflow: hidden;

	display: block;
	position: relative;
}

.liste-produits-global .miniature img
{
	display: block;
}

.liste-etiquette
{
	text-align: center;	
	padding-bottom: 30px;
}

.liste-produits-global .etiquette,
.liste-etiquette .etiquette
{

	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0 12px;
	border-radius: 15px;
	background: #219c97;
	position: absolute;
	right: 10px;
	top:10px;
	text-decoration: none;
}

.liste-etiquette .etiquette
{
	position: static;
	display: inline-block;
	margin: 0 10px;
}

.liste-produits-global .left
{
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}


.liste-produits-global li:nth-child(-n+2) .left
{
	width: 60%;
	text-align: left;
}

.liste-produits-global .right
{
	padding: 20px;
	padding-top: 0;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.liste-produits-global li:nth-child(-n+2) .right
{
	width: 40%;
	padding-top: 20px;
}

.liste-produits-global p
{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #136055;
}

.liste-produits-global .prix
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #136055;
}

.liste-produits-global .prix span,
.liste-produits-global .prix bdi
{
	font-weight: bold;
	color:#3DC385;
}

.liste-produits-global p.small
{
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #136055;
	margin-bottom: 20px;
}

.bouton-produit
{
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #3dc385;
	
	border-radius: 30px;
	background: #fff url('images/toilette-bouton.svg') no-repeat left 30px center;
	padding: 15px 0;
	padding-left: 80px;
	padding-right: 30px;
	display: inline-block;
	border: 2px solid #3dc385;
}

.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering

{
	display: none;
}

.woocommerce-breadcrumb a:hover
{
	text-decoration: underline;
}

#prebranding
{
	height: 30px;
	position: fixed;
	  width: 100%;
  z-index: 999;
  top:0;
  background: #536637;
}

#prebranding p
{
	padding: 0;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
}

#branding
{
	height: 90px;
	  position: fixed;
	  width: 100%;
  z-index: 999;
    top: 30px;
}

#branding .centrer
{
	position: relative;
}

#branding .logo
{
	float: left;
}

#branding .logo-site
{
	position: absolute;
	left: 0;
	top:0;
	width: 120px;
	float: left;
	margin-top: 15px;

	transition: .3s ease all;
}

.scroll #branding .logo-site
{
/*	width: 70px;*/
}

.burger
{
	text-indent: -10000px;
	background: url('images/menu.svg') no-repeat center;
	width: 85px;
	height: 85px;
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	border: none;
	box-shadow: none;
	cursor: pointer;

	display: none;
}

.fermer
{
	text-indent: -10000px;
	background: url('images/burger-fermer.svg') no-repeat center;
	width: 85px;
	height: 85px;
	margin-top: -10px;
	margin-left: 54px;
	border: none;
	cursor: pointer;
	box-shadow: none;
}

#access
{
	
	float: right;
	z-index: 9;
	background: none;
}

#access .centrer
{
	position: relative;
	z-index: 999;
}

.burger.active+#access
{
	display: block;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
	overflow: hidden;
}

.head-menu
{
	padding-top: 30px;
	  overflow: hidden;
}

.head-menu .left img
{
	margin-left: 10px;
	display: block;
}

.liste-colonne
{
	padding: 0 10px;
	padding-top: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	padding-bottom: 30px;
}

.liste-colonne .bouton-boutique
{
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	display: block;
	color: #3dc385;
	width: 100%;
	padding: 15px 20px;
	padding-left: 70px;
	border-radius: 27px;
	background: #fff;
	position: relative;
	border: 1px solid #f9fcfb;
	text-transform: uppercase;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.liste-colonne .bouton-boutique:hover
{
	background: #3dc385;
	color:#fff;
}

.liste-colonne .bouton-boutique span
{
	-webkit-mask-image:url('images/toilettes.svg');
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-moz-mask-image:url('images/toilettes.svg');
	-moz-mask-repeat: no-repeat;
	-moz-mask-position: center;
	mask-image:url('images/toilettes.svg');
	mask-repeat: no-repeat;
	mask-position: center;

	width: 32px;
	height: 45px;
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	background: #3DC385;

	transition: .3s ease all;
}

.liste-colonne .bouton-boutique:hover span
{
	background: #fff;
}

.liste-colonne p
{
	
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #f9fcfb;
}

.liste-colonne p a
{
	font-weight: bold;
	line-height: 26px;
	color: #f9fcfb;
}

.liste-colonne p a:hover
{
	text-decoration: underline;
}

.liste-colonne .titre
{
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #f9fcfb;
	padding-top: 20px;
	display: block;
}


.liste-colonne .savoir-plus .titre
{
	padding-top: 72px;
	background: url('images/savoir-plus.svg') no-repeat center top;
}

.liste-colonne .communaute .titre
{
	padding-top: 72px;	
	display: block;
}

.liste-colonne .bouton
{
	border: 2px solid #fcfffe;
}

.liste-colonne .bouton
{
  line-height: 24px;
}

.liste-colonne .bouton:hover
{
	background: #fff;
	color:#3DC385;
}

.foot-menu
{
	background: #fff;
	overflow: hidden;
	padding: 40px 0;
}

.foot-menu::before
{
	content: "";
	background: url('images/poisson.png') no-repeat center;
	width: 760px;
  	height: 630px;
	left: calc(1100px - 200px + (100vw - 1100px) / 2);
	position: absolute;
	z-index: 99;
	top: 240px;
}

.foot-menu .titre-eco
{
	font-weight: bold;
	font-size: 22px;
	line-height: 18px;
	text-align: center;
	color: #3dc385;
	text-align: center;
	text-transform: uppercase;
}

.foot-menu .colonne-menu
{
	float: left;
	padding: 10px;
	width: calc(100% / 3);
	box-sizing: border-box;
	text-align: center;
}

.foot-menu .titre
{
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	display: block;
	color: #3dc385;
	padding-bottom: 25px;
}

#branding .right
{
	margin-top: 25px;
}

#branding .right a
{
	float: left;

	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #513729;
	text-decoration: none;
	margin-top: 10px;
	  border-bottom: 5px solid #C1D577;
}

#branding .right a:hover
{
	  border-bottom: 5px solid #F4A127;
}

#branding .right a+a
{
}

#branding .right ul 
{
	list-style: none;
}

#branding .right > div
{
	float: left;

}

#branding .right ul li
{
	float: left;
	padding: 0;
}

#branding .right ul li+li
{
	margin-left: 20px;
}


#branding .right .petit-coin
{
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	color: #136055;
	text-transform: uppercase;
	float: left;
	padding-top: 10px;
	padding-left: 70px;
	height: 80px;
	box-sizing: border-box;
	background: url('images/picto-lecteur.svg') left top no-repeat;
}

#branding .right .petit-coin:hover
{
	background: url('images/picto-lecteur-hover.svg') left top no-repeat;
}

#branding .right .question
{
	text-align: center;
	background: url('images/phone-head.svg') no-repeat left center;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-transform: none;
	margin-left: 40px;

	margin-top: -7px;

	border: none!important;


	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #513729;
}

#branding .right .question span
{	
	color: #513729;
	display: block;
	font-family: 'Solway';
}

#branding .right .devis
{
	background: #f9faf5;
	border: 2px solid #513729;
	font-family: 'Solway';
	padding: 10px;
	border-radius: 10px;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #513729;
	  margin-top: 0px;
}

#branding .right .panier
{
	padding: 10px;
	padding-left: 70px;
	padding-right: 30px;
	margin-top: -7px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	float: left;
	margin-left: 40px;
	background:#3dc385 url('images/toilette-blanc.svg') no-repeat left 22px center;
	border-radius: 32px;
}

#branding .right .panier:hover
{
	background-color: #136055;
}

#branding .right .panier b
{
	display: block;
	font-weight: bold;
	color:#fff;
}

.uppercase
{
	text-transform: uppercase;
}

.bloc-slider img
{
	display: block;
	border-radius: 20px;
	margin-bottom: 30px;
}

.hero-communaute
{
	height: 620px;
}

.image-fond-communaute
{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: no-repeat center;
	background-size: cover;
}

.slider .slick-arrow,
.slider-eco .slick-arrow
{
	position: absolute;
	top: 50%;
	box-shadow: none;
	border:none;
	width: 40px;
	height: 40px;
	background: none no-repeat center;
	text-indent: -10000px;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}


.slider .slick-prev,
.slider-eco .slick-prev
{
	left: 20px;
	background-image: url('images/left-slide.svg');
}

.slider .slick-next,
.slider-eco .slick-next
{
	right: 20px;
	background-image: url('images/right-slide.svg');
}

.bloc-ecosysteme .slider .slick-prev,
.bloc-ecosysteme .slider-eco .slick-prev
{
	left: 20px;
	background-image: url('images/fleche-marron-left.svg');
}

.bloc-ecosysteme .slider .slick-next,
.bloc-ecosysteme .slider-eco .slick-next
{
	right: 20px;
	background-image: url('images/fleche-marron-right.svg');
}

.bloc-galerie-simple
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.bloc-galerie-simple .item
{
	position: relative;
	overflow: hidden;
	height: 300px;
	border-radius: 20px;
}

.bloc-galerie-simple .item img
{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpcf7-form
{
	margin:0 50px;
}

.input-50,
.input-33,
.input-66,
.input-100
{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px
}

.note-form
{
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #513729;

}

.input-33{
	width: 33.33%;
}

.input-66{
	width: 66.66%;
}

.input-100
{
	width: 100%;
}

.wpcf7-form label
{
	font-family: 'Oxygen';
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #513729;
	margin-left: 15px;
	margin-bottom: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea
{
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	padding: 0 15px;
	
	border-radius: 15px;
	background: #f9faf5;
	border: 1px solid #513729;

	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #513729;
}

.wpcf7-form .input-radio
{
	border-radius: 15px;
	border: 1px solid #513729;
	background: #f9faf5;
}

.wpcf7-form .input-radio+.input-radio
{
	margin-top: 20px;
}

.wpcf7-form .input-radio span
{
	cursor: pointer;
}

.wpcf7-form .input-radio input[type="checkbox"]
{
	display: none;
}

.wpcf7-form .input-radio input[type="checkbox"]+span::before
{
	width: 18px;
	height: 18px;
	float: left;
	border-radius: 2px;
	background: #fffbf7;
	border: 1px solid #513729;
  margin-top: 4px;
  margin-right: -8px;
}

.wpcf7-form .input-radio input[type="checkbox"]:checked+span::before,
.wpcf7-form .input-radio input[type="checkbox"]:hover+span::before,
.wpcf7-form .input-radio input[type="checkbox"]:hover+span:hover::before
{
	width: 16px;
	height: 16px;
	border-radius: 2px;

	background: #c1d577;
	border: 2px solid #513729;
	

}


.wpcf7-form textarea
{
	height: 190px;
	padding: 20px;
	resize: none;
}

.wpcf7-spinner
{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#breadcrumbs
{
	
	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #f4a127;
}

#breadcrumbs a
{

	text-decoration: none;
}

#breadcrumbs .breadcrumb_last
{
	font-weight: bold;
	color:#F4A127;
}


.hero-article
{
	position: relative;
/*	margin: -50px 0;*/
}

.hero-article .date
{
	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #513729;
	margin-top: 60px;
}

h1.titre-article
{
	font-weight: bold;
	font-size: 44px;
	line-height: 46px;
	text-align: left;
	color: #513729;

}

.partager
{
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #136055;
	font-family: 'foco', sans-serif;
	background: url('images/partager.svg') no-repeat left center;
	padding-left: 40px;
	cursor: pointer;
	border: none;
}

.partager:hover
{
	text-decoration: underline;
}

.hero-article .partager
{
	float: right;
	margin-bottom: 10px;
}

.lien-auteur a
{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #136055;
}

.image-fond-article
{
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 50%;
	background-size: cover;
	background-repeat: no-repeat;

	background-position: left center;
}

.liste-onglets
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}


.special-ecosysteme .liste-onglets
{
	grid-template-columns: repeat(4, 1fr);
}

.liste-onglets > div
{
	cursor: pointer;
}

.liste-onglets > div .logo
{
	border-radius: 70px;
	background: transparent;
	border: none;
	height: 140px;
	position: relative;
	border-radius: 15px;
	background: #F9FAF5;
	box-shadow: 0px 0px 0px rgba(81, 55, 41, 0);

	transition: .3s ease all;
}

.liste-onglets > div.actif .logo
{

}

.liste-onglets > div .logo img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 90%;
}

.liste-onglets > div:hover .logo,
.liste-onglets > div.actif .logo
{
		box-shadow: 0px 3px 6px rgba(81, 55, 41, 0.49);
	background: #fffbf7;

}

.liste-onglets > div .titre
{
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #513729;

}

.liste-onglets > div.actif .titre
{
	text-decoration: none;
}

.liste-tabs > div
{
	margin-top: 70px;
	overflow: hidden;
	display: none;
}

.liste-tabs > div.actif
{
	display: block;
}

.liste-tabs .slider,
.liste-tabs .slider-eco
{
	float: left;
	width: calc(50% - 10px);
}

.liste-tabs .texte
{
	float: right;
	width: calc(50% - 10px);
	box-sizing: border-box;
	padding: 0 70px
}

.breadcrumb
{
	padding-bottom: 30px;
}

.breadcrumb,
.breadcrumb span,
.breadcrumb a
{
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #136055;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

.woocommerce-message
{
	border: #3dc385 3px solid;
  border-radius: 15px;
  background: #fff;
  color: #3dc385;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button
{
	border-radius: 22px;
	background: transparent;
	border: 2px solid #3dc385;
	font-family: 'foco', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	text-align: center;
	color: #3dc385;
	display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background: #3dc385;
  color: #fff;
}

.wc-block-components-product-metadata__description
{
	display: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
table.wc-block-cart-items .wc-block-cart-items__header,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header span, 
table.wc-block-cart-items .wc-block-cart-items__header span,
.is-large.wc-block-cart .wc-block-cart__totals-title
{
	font-weight: normal!important;
	font-size: 16px !important;
	line-height: 18px;
	text-align: left;
	color: #136055!important;
}

.margin-bottom-50
{
	margin-bottom: 50px;
}

.wc-block-components-product-name
{
	  color: #3dc385;
	   font-size: 20px !important;
	 font-weight: bold;
}

.wc-block-components-formatted-money-amount
{
	 color: #3dc385;
   	font-size: 20px !important;
	 font-weight: bold;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax
{
	 color: #3dc385;
	 font-size: 16px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link)
{
	background: #3DC385 url('images/toilette.svg') no-repeat left 26px center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	width: 270px;
	padding-left: 70px;
	padding-right: 25px;
	height: 64px;
	border-radius: 32px;
	margin-top: 21px;
	border:none;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}


.flux-social
{
/*	margin:0 calc((-100vw + 10px + var(--width-container)) / 2);*/
}

.flux-social img
{
	border-radius: 20px;
}

.centrer
{
	overflow: visible;
}

.product-template-default .contenu .centrer
{
	overflow: hidden;
	padding-left: 10px;
  	padding-right: 10px;
}

#main .section:last-child
{
	padding-bottom: 150px;
}


.liste-article .detail-article
{
	border-radius: 15px;
	background: #eff4df;
	overflow: hidden;
}

.liste-article .detail-article .vignette
{
	height: 230px;
	position: relative;
	overflow: hidden;
}

.liste-article .detail-article .vignette img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.liste-article .detail-article .details
{
	padding: 20px;
	text-align: center;
}

.liste-article .detail-article .details h3
{
}

.liste-article .detail-article .details p
{
	font-size: 16px;
	line-height: 18px;
}

.liste-article .detail-article .details .date
{
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #136055;
}

.liste-article .detail-article .details .lien
{

	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #513729;
}

.liste-article .detail-article .details .lien:hover
{
	text-decoration: underline;
}

.liste-article .detail-article .cat
{
	position: absolute;
	right:15px;
	top:15px;
	height: 30px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff; 
	line-height: 30px;
	border-radius: 15px;
	background: #219c97;
	padding: 0 10px;
}

.liste-article .detail-article .cat-1
{
	background: #4DC794;
}

.pagination 
{
	margin-top: 40px;
}
.pagination .bouton
{
	margin: 0 10px;
}

.pagination .lien-page a
{
	font-size: 16px;
	line-height: 18px;
	color: #136055;
}

.pagination .lien-page
{
	padding: 0;
}

.pagination .lien-page+.lien-page::before
{
	content: " |";
	display: inline-block;
	display: initial;
	padding: 0 5px;
}

.bloc-picto .picto
{
	margin-bottom: 25px;
}


.bloc-picto .picto img
{
	height: 50px;	
	width: auto;
}

.liste-telechargement .titre
{
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #136055;
	padding: 20px 0;
	padding-right: 40px;
	cursor: pointer;
	border-bottom: 2px solid #219c97;
	background: url('images/plus-fichier.svg') no-repeat right center;
}

.liste-telechargement .titre.active
{
	background: url('images/moins-fichier.svg') no-repeat right center;

}


.liste-telechargement a
{
	padding: 20px 0;
	padding-right: 50px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #136055;
	display: none;
	border-bottom: 2px solid #219c97;
	background: url('images/logo-dl.svg') no-repeat right center;
}


.liste-telechargement .titre.active~a
{
	display: block;
}

footer
{
	background: #3DC385;
	padding: 50px 0;
	padding-top: 125px;
}

footer p,
footer p a
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fcfffe;
}

footer p a:hover
{
	text-decoration: underline;
}

footer p strong
{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #136055;
	text-transform: uppercase;
}

footer .adresse
{
	padding-top: 20px;

	font-family: 'Oxygen';
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #513729;

}

footer .question
{
	margin-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 5px 0;

	font-family: 'Oxygen';
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #513729;




	padding-left: 40px;
	background: url('images/phone-foot.svg') no-repeat left center;
	display: inline-block;
}

footer .social a
{
	display: inline-block;
	margin: 0 10px;
}

.liste-lien-foot a:not(.bouton)
{
	font-family: 'Oxygen';
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #513729;
	display: block;
	margin-bottom: 10px;
}

.liste-lien-foot a .titre-lien
{
	font-family: 'Solway';
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	display: block;
	color: #ffa950;
	text-transform: uppercase;
}

.mentions
{
	font-family: 'Oxygen';
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #513729;
	text-transform: uppercase;
	margin-top: 25px;

}


.credits
{
	padding: 10px 0;
}

.credits p
{
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: #136055;
}


.credits p img
{
	display: inline-block;
	margin-bottom: -3px;
}

.woocommerce form .form-row label
{
	font-family: 'foco', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #136055;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	border-radius: 20px;
	background: #EDF2F0;
	font-family: 'foco', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #136055;
	padding: 0 20px;
	border: none;
}

.woocommerce-form-login__rememberme
{
	display: block;
	padding-bottom: 10px;
}

.wp-block-woocommerce-empty-cart-block h2~h2,
.wp-block-woocommerce-empty-cart-block .wp-block-product-new
{
	display: none!important;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block
{
	display: none!important;
}

.wc-block-checkout__terms a
{
	text-decoration: underline;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output 
{
  
  margin-top: -20px;
  display: block;
  padding: 20px;
}

.woocommerce-form-coupon-toggle
{
	display: none;
}

.woocommerce table.shop_table th,
.woocommerce ul#shipping_method li label,
.woocommerce table.shop_table td small,
.woocommerce table.shop_table td,
.woocommerce label
{
	font-family: 'foco';
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
	background: #3dc385;
	  color: #fff;
}

.bw-parcel-point
{
	display: block;
}

.bw-order-parcelpoint pre span
{
	padding: 10px 0;
	margin: 10px 0;
	display: block;
}

.form-row.terms
{
	display: none;
}

.form-row.validate-required
{
	display: block;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #EDF2F0;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before 
{
	border-color: #DDE2E0;
	border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
	background: #DDE2E0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger
{
	width: 50px;
  height: 50px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before 
	{
		width: 20px;
		height: 20px;
	}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after 
{
	width: 2px;
  height: 18px;
  top: 26px;
  left: 32px;
}

.grecaptcha-badge
{
	display: none!important;
}

.no-back-centre .centrer,
.no-back-centre .centrer-grid
{
	background: transparent!important;
}

.image-full 
{
	position: relative;
  margin-top: -90px;
  margin-bottom: -90px;
}

.image-full img
{
	position: absolute;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	height: 100%;
  max-width: none;
}

@media (max-width: 1500px)
{
	.image-full-petite .image-full
	{
		height: 210px!important;
	}
}



.image-full-petite .image-full img
{
	position: relative;
}

.bloc-carte-full
{
	height: 600px;
	position: relative;
  margin-top: -90px;
  margin-bottom: -90px;
}

.bloc-carte-full iframe{
	position: absolute;
	left: 50%;
	top:0;
	transform: translateX(-100%);
	height: 100%;
  max-width: none;
  width: 50vw;
}


.bloc-carte-full iframe+iframe
{
		transform: translateX(00%);

}

.devis-rapide
{
	text-indent: -10000px;
	position: fixed;
	z-index: 999;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	width: 175px;
	height: 164px;
	background: url('images/devis-rapide.svg') no-repeat left top;
	transition: none;
}

.devis-rapide:hover
{
	background: url('images/devis-rapide-hover.svg') no-repeat left top;
}

.slick-slide img
{
	border-radius: 15px;
}

@media (max-width: 1300px)
{

	.bouton
	{
		padding: 10px 15px;
	}

	.woocommerce-variation, .woocommerce-variation-add-to-cart, .form-single
	{
	    width: 60%;
  		padding-left: 40%;
	}

	.hero-home h1
	{
/*		margin-top: -50px;*/
	}

	.centrer-grid .centrer-grid
	{
		padding: 0;
	}


	.bloc-reassurance .centrer-grid
	{
		padding-top: 50px;
	}

	.hero-home p
	{
		font-size: 18px;
  	line-height: 22px;
	}

	#branding .right a
	{
		font-size: 14px;
	}

	#branding .right .question
	{
		font-size: 14px;
	  margin-left: 20px;
	}

	h1
	{
	  font-size: 34px;
  	line-height: 36px;
	}

	.liste-accordeon .titre
	{
		padding: 0;
	  font-size: 20px;
  	line-height: 35px;
	}	

	.hero-home,
	.hero-equipement .hero-home
	{
		  min-height: 440px;
	}	

	#branding
	{
		height: 70px;
	}	

	#branding .right
	{
		margin-top: 15px;
	}

	.liste-accordeon .texte
	{
		padding-left: 10px;
	}

	#branding .logo-site
	{
		top:-10px;
	}	

	.section-image img.image-centre
	{
		  max-width: 70%;
	}

	p.pre-titre
	{
		  font-size: 20px;
		    line-height: 22px;
	}

	h2
	{
	  font-size: 26px;
  	line-height: 30px;
	}

	h3, h3 span
	{
	  font-size: 18px;
  	line-height: 22px;
	}

	p,
	.hero-home p
	{
		  font-size: 16px;
  line-height: 22px;
	}	

	.hero-communaute
	{
		height: 400px;
	}		

	.nos-prestations .hero-communaute
	{
		height: 450px;
	}		

	#nos-offres img
	{
		  max-height: 130px;
	}

	.bloc-slider img
	{
		max-height: none !important;
	}

}

@media (max-width: 1000px)
{
	
	#branding .right .petit-coin
	{
		display: none;
	}

	.hero-communaute {
	  height: 490px;
	}

	.liste-produits-global li:nth-child(-n+2) .left
	{
		width: 100%;
	}

	.liste-produits-global li:nth-child(-n+2) .right
	{
	  	width: 100%;
  		padding-top: 0px;
	}

	.liste-images .image
	{
		position: static;
		width: 720px;
  		height: 520px;
	}

	.hero-home .centrer-grid
	{
		display: block;
	}

	.liste-images
	{
		margin-top: 30px;
	}

	.section-tachete .centrer-grid, .section-fond-image .centrer-grid
	{
		padding: 40px;
  	box-sizing: border-box;
	}

	.grid-7-12,
	.grid-6-12,
	.grid-5-12,
	.grid-4-12
	 {
	  grid-column: span 12;
    margin: 0;
	}

	.grid-2-12 {
	  grid-column: span 6;
	}

	.calculatrice .liste-picto > div
	{
		width: calc(25% - 30px);
	}

	iframe
	{
		margin: 0 auto;
  	display: block;
	}

	.liste-tabs .slider,
	.liste-tabs .slider-eco,
	.liste-tabs .texte
	{
		float: none;
  	width: 100%;
	}

	.liste-tabs .slick-slide img
	{
		margin: 0 auto;
		margin-bottom: 30px;
	}

	footer .grid
	{
		grid-column: span 6;
	}

	.woocommerce-variation-add-to-cart, .form-single {
    width: 75%;
    padding-left: 25%;
  }

  .liste-colonne .bouton-boutique
  {
  	font-size: 14px;
  }

  .liste-colonne p
  {
  	font-size: 18px;
  }

  .liste-colonne .titre
  {
  	font-size: 18px;
  }

  .image-fond-article
  {
  	position: static;
  	width: 100%;
	  height: 500px;
	  background-position: center;
  }

  .hero-article
  {
  	margin-bottom: 0;
  }

  img.alignright,
  img.alignleft
  {
  	float: none;
  	margin: 0 auto;
  	display: block;
  }

	.liste-images .image
	{
		position: relative;
    width: 100%;
    height: calc(100vw * 0.6);
	}


	.liste-images .image
	{
		display: none;
	}

	.liste-images .image.active
	{
		display: block;
	}


	.devis-rapide,
	.devis-rapide:hover
	{
		top:auto;
		bottom:0;
		right: 0;
		height: 107px;
		background: url('images/devis-mobile.svg') no-repeat center top;
		width: 100%;
		    transform: none;
	}

	.burger
	{
		display: block;
		position: absolute;
		right: 0;
		height: 40px;
		width: 40px;
		background: url('images/burger.svg') no-repeat center;
		background-size: 100%;
	}

	#branding .logo-site {
	  width: 70px;
	}

	#branding .right
	{
		float: none;
	}



	.burger.active + #access {
		  position: absolute;
		  top: 90px;
		  background: #fff;
      width: 100%;
      padding-bottom: 30px;
	}

	#branding .right a
	{
		display: block;
		float: none;
		text-align: left;
    padding-left: 40px;
    margin-bottom: 10px;
	}


	#branding .right a + a
	{
		margin-left: 0;
	}

	#branding .right .devis
	{
		  display: inline-block;
  	margin-left: 40px;
	}
	#branding .right .question
	{
		float: none;
		text-align: left;
	}

	#branding .right > div
	{
		float: none;
	}

	#branding .right ul li {
	  float: none;
	}

	#branding .right a
	{
		padding-left: 0;
	}

	#branding .right ul li + li {
	  margin-left: 0px;
	}

	.burger.active + #access
	{
		padding-bottom: 0;
	}

	.image-fond-communaute
	{
		opacity: .1;
	}

	#branding .right a
	{
		border: none!important;
	}

}

@media (max-width: 740px)
{
	
	#branding .logo-site
	{
		left: 20px
	}

	#branding .centrer > .right {
	  margin-top: 10px;
	  width: 130px;
	}

	#branding .right .question
	{
		
	}

	#branding .right .panier
	{
		margin-top: 0;
		float: right;

		padding: 10px 20px;
    margin: 0;
	  padding-left: 40px;
	  background-size: 20px;
	  background-position: left 13px center;
	  line-height: 13px;
	  font-size: 12px;

	      margin-top: 7px;
	}

	blockquote::before,
	blockquote::after {
		width: 20px;
		background-size: 100%;
	}

	blockquote
	{
	  padding-left: 40px;
  	padding-right: 40px;
	}

	.burger.active + #access
	{
		left: 0;
	}

	.burger
	{
		right: 20px
	}

	.section .centrer-grid {
	  padding: 30px 20px!important;
	}


	.liste-produits-global li:nth-child(-n+2) {
	  grid-column: span 12;
	}


	.section .centrer-grid .centrer-grid
	{
		padding: 0;
	}

	.nombre-personne span
	{
	  width: 40px;
  	height: 50px;
    font-size: 18px;
	}

	.nombre-personne span::before 
	{
		left:3px;
	}

	 .calculatrice .liste-picto > div {
	    width: calc(50% - 30px);
	  }

	  .liste-onglets > div .logo img
	  {
	  	max-width: 80%;
	  }

	  .liste-onglets > div .titre
	  {
  	  font-size: 18px;
  		line-height: 22px;
	  }

	  h2
	  {
  	  font-size: 24px;
  		line-height: 30px;
	  }

	   .liste-tabs .slider, 
	   .liste-tabs .slider-eco, 
	   .liste-tabs .texte {
	    float: none;
	    width: 100%;
	    padding: 0;
	  }

	   footer .grid {
	    grid-column: span 12;
	  }

	 .centrer-grid .grid
	 {
	    grid-column: span 12;
	 }

	 .liste-colonne
	 {
	 	display: block;
	 }

	 .foot-menu .colonne-menu
	 {
	 	width: 100%;
 	  margin-bottom: 30px;
	 }

	 .liste-produits-global li {
	  grid-column: span 12;
	}

	.liste-faq
	{
		padding: 0 10px;
  	padding-bottom: 40px;
	}

	  .image-fond-article {
      height: calc(100vw * 0.7);    
	  }

	  .input-50, .input-33, .input-66, .input-100
	  {
	  	width: 100%;
	  }

	  .wpcf7-form {
		  margin: 0 0px;
		}

	#branding .logo-site
	{
		margin-top: 15px;
	}





	.bloc-texte .hashtag
	{
		display: block;
		margin: 5px!important;
	}

	h1
	{
		font-size: 34px;
  	line-height: 36px;
	}

	.image-fond-communaute
	{
		background-size: cover;
    background-position: center bottom;
	}

	 .hero-communaute {
	    height: auto;
	    margin-top: -80px;
	  }

	 .bloc-galerie-simple
	 {
	 	  grid-template-columns: repeat(1, 1fr);
	 }

	 .woocommerce-variation-add-to-cart .quantity, .cart .quantity
	 {
	 	position: static;
	 }

	 .woocommerce-variation-add-to-cart, .form-single
	 {
	 		width: 100%;
	 		padding-left: 0;
	 }

	 .head-menu .left img
	 {
	 		width: 100px;
	 		margin-left: 0;
  		margin-top: -15px;
	 }

	 .head-menu .left+.left
	 {
	 	float: right;
	 }

	 .fermer
	 {
		 	height: 60px;
	    background-size: auto 100%;
	    margin-top: -25px;
	    display: block;
	 }

	 .special-ecosysteme .liste-onglets {
	  grid-template-columns: repeat(2, 1fr);
	  row-gap: 20px;
	}

	.bloc-carte-full iframe{
	position: absolute;
	left: 50%;
	top:0;
	transform: translateX(-50%);
	height: 50%;
  max-width: none;
  width: 100vw;
}


.bloc-carte-full iframe+iframe
{
			transform: translateX(-50%);
		top:50%;

}

	#prebranding
	{
		display: none;
	}

	#branding
	{
		top:0;
	}


.hero-equipement .fleche-slider
{
  bottom: 23px;
}

	.credits
	{
		padding-bottom: 130px;
	}

}