/*
@package	Océa Manager
@version 	5

[Sommaire Végétal 85]

0- Import
1- Général
2- Liens
3- Titres
4- Header
5- Navigation
	5.1- Menu principal
	5.2- Menu bas de page
6- Corps
	6.1- Accueil
	6.2- Page
		6.2.1 Fil d'ariane
		6.2.2 Pagination
7- Widgets
	7.1- Panier
	7.2- Connexion client
8- Modules
	8.1- Actualité
		8.1.1- Liste
		8.1.2- Fiche
	8.2- Catalogue
		8.2.1- Tris
		8.2.2- Filtres
		8.2.3- Liste des catégories
		8.2.4- Liste des produits
		8.2.5- Fiche produit
			8.2.5.1- Diaporama
			8.2.5.2- Produits associés
			8.2.5.3- Commentaires
			8.2.5.4- Achat panier
			8.2.5.5- Réservation
	8.3- Editeur
	8.4- Plan du site
	8.5- Formulaire
	8.6- Boutique
		8.6.1- Etape 1 : Panier
		8.6.2- Etape 2 : Authentification
		8.6.3- Etape 3 : Coordoonées
		8.6.4- Etape 4 : Paiement
		8.6.5- Etape 5 : Validation
	8.7- Clients
		8.7.1- Liste paniers
		8.7.2- Adresses client
	8.8 Disponible
		8.8.1- En mode liste 
		8.8.2- En mode vignette
9- Footer
10- Coockies
11- Media queries

*/
/* =0 Import
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');
@import url("https://use.typekit.net/wcl1bze.css");

/* =1 Général
-------------------------------------------------------------------*/
html,
body {
	font-family: "Fredoka", sans-serif;
	font-weight: 300;
	color: #1a1a1a;
}
ul {
	padding: 0;
}
ul li {
	list-style-type: none;
	position: relative;
}
.module-actualite ul li,
.module-catalogue ul li, 
.module-compte ul li, 
.module-editeur ul li{
	padding: 0 0 0 20px;
}
.module-actualite ul li::before, 
.module-catalogue ul li::before, 
.module-compte ul li::before, 
.module-editeur ul li::before {
	content: "●";
	position: absolute;
	color: #e06718;
	font-size: 1.2rem;
  	line-height: 1.2rem;
	left: 0;
	top: 2px;
}
strong{
	font-weight: 500;
}
.popover {
	max-width: none;
}
.inner{
	margin: 0 auto;
   	width: 100%;
    position: relative;
    background: #fbfbf7;
}
#fil-ariane{
/* 	padding: 0 10px; */
/* 	max-width: 1600px; */
/*    	outline: solid 1px green; */
}
.inner_interne{
	margin: 0 auto;
	padding: 0 15px;
   	max-width: 1600px;
/*    	outline: solid 1px red; */
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.col-tier{
	flex-basis: 32%;
}
.bg-info {
    background-color: #ffffff;
    border: 1px solid #efefef;
}
.text-info {
    color: #000000;
}
.label-info{
	background: #adc2a0;
	font-weight: 500;
	letter-spacing: 1px;
}
blockquote {
	font-size: 1rem;
	border-left: 5px solid #eaecdc;
	padding: 0px 20px;
	margin: 20px 5%;
	font-size: 1rem;
}
hr{
	border: 0 none;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}
.clear-both{
	clear: both;
}
#franco,
.titre-mobil,
.hide{
	display: none;
}
.modal{
	overflow-y: scroll
}
blockquote {
/* 	font-size: 1rem; */
}
.video-responsive { 
	position: relative;
	overflow:hidden; 
	padding-bottom:56.25%; 
	position:relative; 
	height:0;
}
.video-responsive iframe {
	left:0; 
	top:0; 
	height:100%;
	width:100%;
	position:absolute;
/* 	padding: 0 0 10px 0; */
}
/* =2 Liens
-------------------------------------------------------------------*/
a{
	color: #1a1a1a;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#continuer_achats_popup:hover,
#continuer_achats_popup:focus,
.inner_interne .btn-inverse:focus,
.inner_interne .btn-inverse:hover,
.btn,
.bouton{
	display: inline-block;
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 30;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #e06718;
	padding: 8px 25px;
	margin: 20px 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	white-space: normal;
}
#continuer_achats_popup,
.btn-inverse{
	background: #adc2a0;
}
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active,
.btn:active,
.btn:hover,
.btn:focus,
.bouton:hover,
.bouton:focus{
	color: #fff;
	background: #adc2a0;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	border-color: transparent;
}
.lien-standard{
	text-decoration: underline;
	color: #2d6a4d;
	font-weight: 500;
}
.lien-standard:hover,
.lien-standard:focus{
	text-decoration: underline;
	color: #adc2a0;
}
.module-boutique .telechargement,
.compte .lien-telechargement,
.module-editeur .lien-telechargement {
    background: url("../img/ico-telecharger.png") no-repeat scroll 93% 40% #e06718;
    display: inline-block;
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 30;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 8px 40px 8px 25px;
	margin: 20px 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
	white-space: normal;
}
.module-boutique .telechargement:focus,
.module-boutique .telechargement:hover,
.lien-telechargement:hover,
.lien-telechargement:focus {
	background: url("../img/ico-telecharger.png") no-repeat scroll 93% 60% #adc2a0;
}
.btn-primary:hover{
	border: 1px solid transparent;
}
#continuer_achats_popup:hover,
#continuer_achats_popup:focus{
	background: #2d6a4d;
}
#continuer_achats_popup:hover,
#continuer_achats_popup:focus,
.modal-footer .btn,
.modal-footer .btn + .btn{
	margin: 20px 0 0 20px;
}
/* =3 Titres
-------------------------------------------------------------------*/
.bloc_titre_h1{
	text-align: center;	
	margin: 0;
	padding: 0 15px;
}
h1,
.mobile-h1{	
	display: inline-block;
	font-family: "corsario-variable", sans-serif;
/* 	font-variation-settings: "opsz" 48, "wght" 900; */
	font-variation-settings: 'wght' 700, 'opsz' 40;
	color: #2c6a4d;
/* 	font-size: 2.5em; */
	font-size: 2.3em;
	text-transform: uppercase;
	padding: 15px 15px 15px 45px;
	margin: 0 0 15px 0;
	background: url(../img/feuille-titre.png) no-repeat 5px 0px;
	/** ajout**/
	background-size: 27px;
}
.mobile-h1{
	font-weight: 500;
	line-height: 1.1;
}
h2{
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 30;
	color: #e06718;
	font-size: 1.875em;
}
h3{
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 18;
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

h4{
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 18;
	font-size: 1.125em;
	color: #2d6a4d;	
}
h2.panel-heading,
h3.panel-heading,
h4.panel-heading {
	margin-top: 0;
}

/* =4 Header
-------------------------------------------------------------------*/
header {
	background: #fff;
	position: relative;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	z-index: 5;
	position: sticky;
	top: 0;
}
#zone-rs{
	position: fixed;
	right: 0px;
	top: 200px;
	z-index: 101;
}
#zone-rs p{
	margin: 0 0 5px 0;
}
#zone-rs a:hover,
#zone-rs a:focus{	
/* 	background: #adc2a0; */
	opacity: 0.8;
}
#zone-rs a{	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 31px;
	height: 31px;
	font-size: 0px;
	color: white;
	background: #2c6a4d;
/* 	transition: all .5s; */	
}
#zone-rs img{
	margin: 0;
	padding: 0;
	max-width: 70%;
  	height: auto;
}
.top_header{
	display: inline-block;
	width : 100%;
	text-align: right;
}
#acces-pro{
	display: inline-block;
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 18;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #e06718;
	padding: 5px 15px;
	margin: 0;
/* 	-webkit-border-radius: 25px; */
/* 	-moz-border-radius: 25px; */
	border-radius: 0 0 8px 8px;
}
#acces-pro:focus,
#acces-pro:hover{
	background: #adc2a0;
}
#zone-logo{
	display: inline-block;
	width: 20%;
	vertical-align: top;
/* 	vertical-align: bottom; */
}
#autre-zone{
	display: inline-block;
	width: 80%;
}
/* Logo */
#logo {
/* 	display: inline-block; */
/*   	width: 100%; */
/* 	padding: 0 0 15px 0; */
}
#zone-search{
	flex-basis: 63%;
	text-align: center;
}
#zone-compte{
	flex-basis: 37%;
	text-align: right;
	align-self: flex-end;
}
.bottom_header {
    display: inline-block;
    width: 100%;
}
#recherche {
    display: inline-block;
    margin: 0;
/*     width: 50%; */
    width: 65%;
}
#remise button,
#recherche button{
	margin: 0;
	border: none;
	background: #fbfbf7;
	padding: 0 10px;
	height: 44px;
	border-top: solid 1px #adc2a0;
	border-right: solid 1px #adc2a0;
	border-bottom: solid 1px #adc2a0;
	-webkit-border-radius: 0 22px 22px 0;
	-moz-border-radius: 0 22px 22px 0;
	border-radius: 0 22px 22px 0;
}
#remise input[type="text"],
#recherche input[type="text"]{
	text-align: center;
	background: #fbfbf7;
	height: 44px;
	border-top: solid 1px #adc2a0;
	border-left: solid 1px #adc2a0;
	border-bottom: solid 1px #adc2a0;
	border-right: none;
	-webkit-border-radius: 22px 0 0 22px;
	-moz-border-radius: 22px 0 0 22px;
	border-radius: 22px 0 0 22px;
}
#remise input[type="text"],
#remise button{
	background: #fff;
}
#coeur{
	height: 25px;
	width: auto;
	fill:none;
	stroke: #adc2a0;
}
#coeur:hover{
	fill: #adc2a0;
}
/* #zone-compte{ */
/* 	text-align: right; */
/* } */
#zone-compte .widget{
	background: none;
/* 	border: none; */
/* 	border-left: solid 1px #a1a1a1; */
	vertical-align: top;
	display: inline-block;
	padding: 0 8px;
}
#bt-mon-compte{
	border: none;
	border-left: solid 1px #949392;
	font-size: 0.9em;
	color: #505050;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.liste-coeur{
	font-size: 0.9em;
	color: #505050;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#bt-mon-compte img{
	margin: 0 0 0 10px;
	vertical-align: bottom;
}
.liste-coeur span{
	vertical-align: super;
}
.liste-coeur:focus,
.liste-coeur:hover,
#bt-mon-compte:focus,
#bt-mon-compte:hover{
	color: #adc2a0;
	text-decoration: none;
}
#bt-panier{
	border: none;
	border-left: solid 1px #949392;
}
.badge,
.nb-article,
.nb-article-coeur{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #adc2a0;
	color: #fff;
	font-size: 0.65em;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: bottom;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nb-article:focus,
.nb-article:hover,
.nb-article-coeur:focus,
.nb-article-coeur:hover{
	background: #e06718;
}
#editeur-extrait-18{
	background: #adc2a0;
	color: #fff;
	font-weight: 400;
	text-align: center;
/* 	font-size: 1.1rem; */
/* 	padding: 4px 15px; */
/* 	border-bottom: solid 5px #e06718; */
	font-size: 1rem;
	padding: 2px 15px;
	border-bottom: solid 3px #e06718;
}

/* =5 Navigation
-------------------------------------------------------------------------------*/
.menus {}

/* =5.1 Menu principal
-------------------------------------------------------------------------------*/
.menu-1 {}
#bg-navigation,
.navigation .niveau-1{
/* 	background: #eeeeee; */
}
.smobitrigger, 
.mnuclose { 
	display: none; 
}
.navigation {
	position: relative;
}
.navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background : #FFFFFF;
}
#mm-logo {
  width: 70%;
  display: block;
  margin: 0 15%;
}
.navigation  .niveau-1.mobimenu {
	display: flex;
	justify-content: space-around;
}
.navigation nav ul li { 
/* 	display: inline-block;  */
/* 	width: 16.66%; */
	position : relative;
}
/* hover bouton */
.mobimenu li > a, 
.mobimenu li > span, 
.navigation li > a, 
.navigation li > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	font-family: "Fredoka", sans-serif;
  	font-weight: 300;
  	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
/* 	padding: 10px 3px; */
/* 	padding: 30px 5px 15px 5px; */
	padding: 20px 5px 15px 5px;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	 display: inline-block;
 	 width: 100%;
 	 cursor : pointer;
 	 color : #1a1a1a;
}
.mobimenu li > a, 
.mobimenu li > span{
	text-align: left;
	padding: 20px 5px 15px 20px;
}
.mm-listview > li:not(.mm-divider)::after {
	left: 0;
}
.niveau-1 li > a:hover,
.niveau-1 li > span:hover,
.niveau-1 li.active > a,
.niveau-1 li.active > span,
.niveau-1 li.hover > a,
.niveau-1 li.hover > span{
/* 	background: #4f4f4f; */
	color: #e06718;
/* 	color: #adc2a0; */
	font-weight: 400;
}
.niveau-1 li ul li{
    float: left;
    font-family: "Roboto";
    position: relative;
    display : inline-block;
    width: 100%;
}

/*Pictos*/
/* .niveau-1 li > a > .picto_hover, */
/* .niveau-1 li > span > .picto_hover { */
/*     display: none; */
/* } */
/* .niveau-1 li:hover > a > .picto_origine,  */
/* .niveau-1 li.active > a > .picto_origine, */
/* .niveau-1 li:hover > span > .picto_origine,  */
/* .niveau-1 li.active > span > .picto_origine{ */
/*     display: none; */
/* } */
/* .niveau-1 li:hover > a > .picto_hover, */
/* .niveau-1 li.active > a > .picto_hover, */
/* .niveau-1 li:hover > span > .picto_hover, */
/* .niveau-1 li.active > span > .picto_hover { */
/*     display: inline-block; */
/*     margin: 0 5px 0 0; */
/* } */

#mmenu .niveau-1 .menu-section-type-8 > span::after{
	content: '';
	transform: rotate(225deg);
	border-top: 1px solid #7b7b7b;
	border-top-color: #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-left-color: #7b7b7b;
	width: 8px;
	height: 8px;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 2px 15px;
}


/** second niveau **/
#categorie-1{width: 20%;}

.niveau-2{
	-moz-box-shadow: 2px 2px 5px 0px #9b9b9b;
	-webkit-box-shadow: 2px 2px 5px 0px #9b9b9b;
	-o-box-shadow: 2px 2px 5px 0px #9b9b9b;
	box-shadow: 2px 2px 5px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=134, Strength=5);
}
.niveau-1 li .niveau-2{
	padding: 0;
} 

.navigation nav .niveau-2 > li {
/* 	display: inline-block; */
/* 	width: 33.3%; */
/* 	position: relative; */
/* 	break-inside: avoid-column; */
}

.navigation nav .niveau-2 > li { 
/* 	padding: 0 0px; */
/* 	width: 33.33%; */
/* 	position: relative; */
	border-bottom: solid 1px #fbfaef;
/* 	border-right: solid 1px #f5f5f5; */
	padding: 0;
}
.navigation nav .niveau-2 ul{
/* 	border-right: solid 1px #f5f5f5; */
}
#mmenu li li > a {
  text-align: left;
}
.niveau-1 li ul{
	display: none;
/* 	border-top : 3px solid #4f4f4f; */
	position : absolute;
	z-index : 10;
	width: 100%;
	max-width : 1300px;
	left : 0;
  	padding : 10px;
}
.niveau-1 > li > ul{
	white-space: nowrap;
	width: auto;
}
.niveau-1 li ul li{
/* 	color: #4f4f4f; */
/*     float: left; */
/*     font-family: "Roboto"; */
/*     position: relative; */
/*     display : inline-block; */
/*     width: 100%; */
}
#mmenu .niveau-2 .menu-section-type-2 a,
#mmenu .niveau-2 .libelle_categorie{
	color: #1a1a1a;
	font-size: 1rem;
	font-weight: 300;
	text-transform: initial;
	padding: 8px 16px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#mmenu .niveau-2 .libelle_categorie::first-letter{
	text-transform: uppercase;
}
#mmenu .niveau-2 .menu-section-type-2 a:focus,
#mmenu .niveau-2 .menu-section-type-2 a:hover,
#mmenu .niveau-2 .libelle_categorie:hover,
#mmenu .niveau-2 .libelle_categorie:focus{
	color: #e06718;
	font-weight: 400;
}
#mmenu .niveau-1 .menu-section-type-8:hover > span::after{
	border-top: 1px solid #e06718;
	border-left: 1px solid #e06718;
}
#mmenu .niveau-2 .libelle_sous_categorie:hover{
	font-size: 0.95rem;
}
ul.niveau-2 > li:has(> ul)
{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.niveau-2 > li:has(> ul)::after{
	content: '';
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px solid #7b7b7b;
	border-top-color: #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-left-color: #7b7b7b;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 15px;
	right: 15px;
	left: auto;
	cursor: pointer;
}
ul.niveau-2 > li:has(> ul):hover::after{
	transition: all 0.5s linear;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(255deg);
	transform: rotate(225deg);
}


.niveau-1 li .sous_categorie-2{
	border: none;
    position: relative;
    width: 100%;
    padding: 0;
    display:none;
    z-index: 15;
    overflow: visible;
    -moz-box-shadow: 2px 2px 5px 0px #9b9b9b;
	-webkit-box-shadow: 2px 2px 5px 0px #9b9b9b;
	-o-box-shadow: 2px 2px 5px 0px #9b9b9b;
	box-shadow: 2px 2px 5px 0px #9b9b9b;
}
.niveau-2 > li:hover > .sous_categorie-2{
    display: inline-block;
    position: absolute;
/* 	top: 25%; */
/* 	left : 95%; */
	top: 0%;
	left : 100%; 
	border: solid 1px #d6e0cf;
}
#mmenu .niveau-2 .libelle_sous_categorie{
	text-transform: initial;
	font-weight: 300;
	font-size: 1rem;
	color: #404040;
}

/* .niveau-1 li ul{ */
/* 	display: none; */
/* 	border-top : 3px solid #4f4f4f; */
/* 	position : absolute; */
/* 	z-index : 10; */
/* 	width: 100%; */
/* 	max-width : 1300px; */
/* 	left : 0; */
/*   	padding : 10px; */
/* } */
/* .niveau-1 > li > ul{ */
/* 	white-space: nowrap; */
/* 	width: auto; */
/* } */
/* .niveau-1 li ul li{ */
/* 	color: #4f4f4f; */
/*     float: left; */
/*     font-family: "Roboto"; */
/*     position: relative; */
/*     display : inline-block; */
/*     width: 100%; */
/* } */
/* .niveau-1 li ul li a { */
/*     color: #4f4f4f; */
/*     font-family: Roboto; */
/*     font-size: 1.1em; */
/*     text-align: left; */
/* } */
/* .niveau-1 .section-3 > a, */
/* .niveau-1 li ul li a:before { */
/*     background: none; */
/*     -webkit-transform: none; */
/* 	transform: none; */
/* } */
/* .niveau-1 li ul li > a:hover { */
/*     color: #cedb22; */
/* } */

/** troisieme niveau **/
.niveau-1 li ul li ul{
	border: medium none;
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0 10px;
}
.niveau-1 li ul li ul li {
/*     color: #b2b2b2; */
/*     font-size: 12px; */
/*     line-height: 0.9em; */
/*     text-align: left; */
    width: 100%;
    border-bottom: solid 1px #fbfaef;
}
.niveau-1 li ul li ul li a {
    color: #b2b2b2;
    font-size: 1.6em;
    text-align: left;
    text-transform: inherit;
    width:	100%; 
}	
body.menu_ouvert {
	transition : all 0.5s ease 0s;
}
body.menu_ferme {
	transition : all 0.5s ease 0s;
}
/** cas Type particulier **/
/* Le type 8 correspond au catalogue qui sera majoritairement sur toute la largeur, méga menu*/
.niveau-1 > li.menu-section-type-8{
	position: inherit;
}
.mm-opened .niveau-1 > li.menu-section-type-8{ /*il faut qu'il soit en relatif pour le menu burger*/
	position: relative;
}
.niveau-1 > li.menu-section-type-8 > ul{
	white-space: initial;	
/* 	width: 100%; */
/* 	max-width : 1300px; */
	width: inherit;
	border: solid 1px #d6e0cf;
}
/* =5.2 Menu bas de page
-------------------------------------------------------------------------------*/
.menu-footer{
	text-align: center;
	padding: 20px 0 10px 0;	
}
.menu-footer ul{
	margin: 0;
	padding: 0;
}
.menu-footer ul li{
	display: inline-block;
}
.menu-footer ul li span,
.menu-footer ul li a {
	color: #fff;
	padding: 0 20px;
	display: block;
    font-size: 1em;
    font-weight: 300;
    line-height: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;  
    border-right: solid 1px #fff;
}
.menu-footer ul li:last-child a{
    border-right: none;
}
/* =6 Corps
-------------------------------------------------------------------------------*/

/** =6.1 Accueil
-------------------------------------------------------------------------------*/
.home .inner_interne {
/* 	max-width: 1600px; */
}
#widget_diaporama .item a{
/* 	background: red; */
}

.carousel-inner > .item > a > img, 
.carousel-inner > .item > img {
  display: block;
  width: 100%;
  height: auto;
}

#item_diapo_1 .carousel-caption {
	position: absolute;
	right: 5%;
	left: 60%;
	
/* 	bottom: 20px; */
	
/* 	z-index: 10; */
/* 	padding-top: 20px; */
/* 	padding-bottom: 30px; */
/* 	color: #fff; */
/* 	text-align: center; */
}
#item_diapo_2 .carousel-caption {
	position: absolute;
	right: 65%;
	left: 5%;
	
/* 	bottom: 20px; */
	
/* 	z-index: 10; */
/* 	padding-top: 20px; */
/* 	padding-bottom: 30px; */
/* 	color: #fff; */
/* 	text-align: center; */
}
.texte-diapo h2{
	color: #fff;
	font-size: 2.25rem;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.texte-diapo{
	color: #fff;
	font-size: 1.85rem;
	font-family: "Fredoka", sans-serif;
  	font-variation-settings: 'wght' 400, 'opsz' 30;
  	line-height: 2.2rem;
}
.texte-diapo .bouton{
	padding: 2px 20px;
	margin: 30px 10px 10px 10px;
}
.carousel-indicators li {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}



#produit-en-avant{
	text-align: center;
}
#texte-presentation h2,
#produit-en-avant h2{
	display: inline-block;
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 40;
	color: #2c6a4d;
	font-size: 2.5em;
	text-transform: uppercase;
/* 	padding: 30px 0 15px 45px; */
	padding: 15px 0 30px 45px;;
	background: url(../img/feuille-titre.png) no-repeat 5px 0px;
}
#texte-presentation h2 span,
#produit-en-avant h2 span{
	font-family: "Fredoka", sans-serif;
  	font-variation-settings: 'wght' 300, 'opsz' 40;
}
#texte-presentation{
/* 	background: url(../img/bg-presentation.jpg) no-repeat center fixed; */
	background: url(../img/bg-presentation.jpg) no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	padding: 50px 0;
}
#editeur-extrait-14{
	background: #fbfbf7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 20px;
/* 	margin: 40px 0; */
}
#editeur-extrait-14 .flex{
	justify-content: space-around;
	align-items: center;
}
.extrait-texte{
	width: 60%;
}
.extrait-image{
	width: 35%;
}
#rassurance{
	padding: 30px 0;
}
.bloc-rassurence{
	flex-basis: 24%;
	text-align: center;
}
.bloc-rassurence h3 a{
	color: #1a1a1a;
}
.bloc-rassurence h3 a:focus,
.bloc-rassurence h3 a:hover{
	text-decoration: none;
	font-variation-settings: 'wght' 600, 'opsz' 18;
}
.bloc-rassurence > a img{
	padding: 0 0 10px 0;		
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bloc-rassurence > a img:focus,
.bloc-rassurence > a img:hover{
	opacity: 0.7;
}

/** =6.2 Page
-------------------------------------------------------------------------------*/
#body {}

.img_section img {
    height: auto;
    width: 100%;
}
/** page FAQ - tableau tarif **/
#tableau-port td{
	border: solid 1px #e2e2de;
	padding: 10px;
}

/** =6.2.1 Fil d'ariane
-------------------------------------------------------------------------------*/
#fil-ariane{
	padding: 10px 0 0 0;
/* 	padding: 10px 15px 0 15px; */
}
#fil-ariane a,
#fil-ariane span{
	color: #2c3332;
	font-size: 0.9rem;
	font-style: italic;
}
#fil-ariane li{
	display: inline-block;
	color: #2c3332;
}
#fil-ariane .separateur span {
    margin: 0 10px;
}
/** =6.2.2 Pagination
-------------------------------------------------------------------------------*/
#fil-ariane li:before,
.pagination li:before {
	content: none; 
}
.zone-pagination {
	display: block;
	width: 100%;
	padding: 20px 0 0 0;
}
/* .module-actualite ul li,  */
/* .module-catalogue ul li,  */
/* .module-compte ul li,  */
/* .module-editeur ul li { */
/*   padding: 0 0 0 10px; */
/* } */
.module-catalogue .pagination li, 
.module-actualite .pagination > li,
.pagination > li{
	padding: 0 0 0 4px;
}
.module-actualite .pagination .next,
.module-catalogue .pagination .next{
	padding: 0 5px 0 25px;
/* 	background: red; */
}
.module-actualite .pagination .prev,
.module-catalogue .pagination .prev{
	padding: 0 25px 0 5px;
}
.pagination > li > a, 
.pagination > li > span{
	display: inline-block;
	background: transparent;
	color: #2c3332;
	font-size: 1em;
	width: 25px;
	height: 25px;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0 2px;
	float: none;
}
.pagination .prev a,
.pagination .next a{
	width: auto;
}
.pagination a:hover img,
.pagination .prev a:focus,
.pagination .prev a:hover,
.pagination .next a:focus,
.pagination .next a:hover{
	opacity: 0.8;
}
.pagination .next::after {
/*   content: url(../img/fleche-pagination-next.png); */
/*   position: absolute; */
/*   right: 0px; */
/*   top: 1px; */
  
  
  
  
  
/*   transition: all 0.1s linear;   */
/*   font-size: 16px; */
/*   transform: rotate(-90deg); */
  
  
  
/*   	content: ''; */
/*     -webkit-transform: rotate(135deg); */
/*     -ms-transform: rotate(135deg); */
/*     transform: rotate(135deg); */
/*     right: 0px; */
/*     left: auto; */
/*     border-top: 2px solid #e06718; */
/*     border-top-color: #e06718; */
/*     border-left: 2px solid #e06718; */
/*     border-left-color: #e06718; */
/*     display: block; */
/*     width: 10px; */
/*     height: 10px; */
/*     margin: auto; */
/*     position: absolute; */
/*     top: 6px; */
/*     cursor: pointer; */

}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
	color: #e06718;
	background: transparent;
	border-bottom: solid 2px #e06718;
}
.pagination > li.active a, 
.pagination > li.active > span{
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #e06718;
	background: transparent;
	border-bottom: solid 2px #e06718;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  	color: #e06718;
	background: transparent;
	border-bottom: solid 2px #e06718;
}
.pagination > .next > a:hover,
.pagination > .next > a:focus,
.pagination > .prev > a:hover,
.pagination > .prev > a:focus{
	border-bottom: none;
}
.pagination li.first a,
.pagination li.last a{
	width: auto;
	padding: 0 5px;
}
.pagination li.last a img{
	padding: 0 0 0 5px;
}
.pagination li.first a img{
	padding: 0 5px 0 0;
}
.pagination li.first a:hover,
.pagination li.last a:hover{
	border-bottom: none;
}

/** =7 Widgets
-------------------------------------------------------------------------------*/
.popover-content .widget-panel{
	width: 300px;
}
.btn_enregistre_panier{
	margin: 10px 0;
}
.table .confirmation-suppression,
#adresses_supp_compte .glyphicon-remove, 
#liste-panier-sauvegarde .bt_suppr_panier, 
#liste-panier .supprimer-produit, 
#panier .supprimer-produit {
  color: #9b2723;
  background: transparent;
  border: none;
}
#panier .entete-panier th{
	border-top: none;
}
#panier .btn-primary{
	margin: 0 0 10px 0;
}
.entete-panier {
/* 	background: #f2f2f2; */
	background: #fbfbf7;
}
#panier tr {
/* 	border-bottom: solid 1px #dddddd; */
}
.popover-content #panier tr {
	border-bottom: solid 1px #dddddd;
}
#ligne-total strong{
	font-weight: 600;
}
/** =7.1 BOUTIQUE/Panier
-------------------------------------------------------------------------------*/
#bt-panier {}

.liste-vide {
	width: 100%;
	padding: 40px;
	margin: 20px 0;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	border: none;
	border-radius: 8px;
}
.liste-vide span{
	text-transform: uppercase;
	color: #2c6a4d;
}

/* =7.2 BOUTIQUE/Connexion client
-------------------------------------------------------------------------------*/
.deconnecte{
	text-align: center;
}
.deconnecte input{
	margin: 0 0 10px 0;
}
/* #form-connexion .btn-inverse:hover, */
.connecte .btn,
.deconnecte .btn{
	margin: 5px 0 10px 0;
}
/* #form-connexion .btn-inverse:hover{ */
/* 	background: #2c6a4d; */
/* } */
.bt-deconnexion,
.nouveau-compte{
/* 	margin: 0; */
	background: #2c6a4d;
}
.oubli-mdp{
	background: none;
	color: #2c6a4d;
	margin: 10px 0;
	text-decoration: underline;
	text-transform: initial;
	font-family: "Fredoka", sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 16;
	font-size: 1rem;
}
.bt-deconnexion:hover,
.bt-deconnexion:focus{
/* 	margin: 5px 0 10px 0; */
}
.oubli-mdp:hover,
.oubli-mdp:focus{
	background: none;
	color: #e06718;
	text-decoration: underline;
}


.connecte .btn {
/* 	display: inline-block; */
/* 	width: 100%; */
}
.connecte .btn {
/* 	margin-bottom: 10px; */
}

.connecte .btn:last-child {
/* 	margin-top: 10px; */
}
/* =7.3 BOUTIQUE/Ajout au panier
-------------------------------------------------------------------------------*/
.ajouter-panier .quantite {
	width: 70px;
	text-align: center;
}
/* =8 Modules
-------------------------------------------------------------------------------*/
#resultats_recherche,
.compte,
.module-editeur,
.module-catalogue,
.module-formulaire,
.module-actualite {
	padding: 0 0 40px 0;
}
#sans-resultat{
	text-align: center;
	font-size: 1.2rem;
}

/** =8.1 Actualité
-------------------------------------------------------------------------------*/
.module-actualite {}

/** =8.1.1 Actualité : Liste
-------------------------------------------------------------------------------*/
#liste-actualites {
/* 	margin-top: 20px; */
}

#liste-actualites h2 {
/* 	margin: 0; */
}
#liste-actualites h2 a{
	color: #e06718;
	font-size: 1.6rem;
	min-height: 60px;
  	display: block;
}
#liste-actualites h2 a:focus,
#liste-actualites h2 a:hover{
	color: #2c6a4d;
	text-decoration: none;
}
#actualites-accueil-1 img,
#liste-actualites img {
	width: 100%;
	height: auto;
/* 	float: left; */
/* 	margin-right: 10px; */
}
#actualites-accueil-1 .date,
#liste-actualites .date{
	margin: 5px 0 0;
}
.actualites{
	flex-basis: 24%;
	margin: 10px 0.5%;
}
.date{
	display: inline-block;
	color: #adc2a0;
	font-weight: 500;
	font-style: italic;
	margin: 10px 0 5px 0;
}

/** =8.1.2 Actualité : Fiche
-------------------------------------------------------------------------------*/
.module-actualite.actualite {}

/** =8.2 Catalogue
-------------------------------------------------------------------------------*/
.module-catalogue h3 {
	margin-top: 0px;
}

/** =8.2.1 Catalogue : Tris
-------------------------------------------------------------------------------*/
#gestion-tris {}

/** =8.2.2 Catalogue : Filtres
-------------------------------------------------------------------------------*/
#gestion-filtres {
	width: 15%;
}
#vos-filtres,
#filtres-critere{
	background: #fff;
	border: solid 1px #e0dfdf;
	padding: 10px 15px;
	margin: 0 0 12px 0;
}
.lib-filtre {
	display: block;
	font-family: "corsario-variable", sans-serif;
  	font-weight: 400;
  	font-size: 0.9rem;
	color: #2d6a4d;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}
.bloc_critere {
	border-top: solid 1px #c6c6c6;
	display: block;
	width: 100%;
/* 	padding: 10px 0; */
	padding: 10px 25px 10px 0px;
	position: relative;
}
.bloc_critere:has(> ul:empty) {
  display: none;
}
.titre-filtre{
	display: block;
	width: 100%;
	cursor: pointer;
}
.titre-filtre:hover::after {
  transform: rotate(0deg);
}
.titre-filtre::after {
  content: url(../img/puce-filtre.png);
  position: absolute;
  right: 10px;
  transition: all 0.1s linear;
  font-size: 16px;
  transform: rotate(-90deg);
}
#info-complementaire ul li::before,
.module-actualite .pagination li::before,
.module-catalogue .pagination li::before,
.module-catalogue .criteres li::before{
  content: none;
}
.module-catalogue #filtres-critere .criteres li::before{
	content: none;
}
.bloc_critere .criteres{
	display: none;
}
.criteres {
/* 	margin: 0 0 0 20px; */
	margin: 10px 0 0 0;
}
.criteres li a::before{
	content: url(/assets/img/ico-checkbox.png);
    text-align: left;
    display: inline-block;
    width: 12px;   
/*     margin: 0 10px 0 0; */
    margin: 0 10px 0 -20px;
}
.criteres li a:hover::before{
	content: url(/assets/img/ico-checkbox-hover.png);
}
.criteres .enabled a::before,
.criteres .enabled a:hover::before{
	content: url(/assets/img/ico-checkbox-select.png);
}
.criteres li a:hover,
.criteres li a:focus,
.criteres .enabled a{
	color: #e06718;
}
.criteres a{
	display: inline-block;
	padding: 8px 0 8px 10px;
/* 	font-style: italic; */
	line-height: 0.9em;
	color: #6b747a;
}






/** Reset **/
.reset-filtre{
	display: block;
	color: #e06718;
	font-weight: 400;
	font-size: 0.8rem;
	text-decoration: underline;
	margin: 10px 0 0 0;
	padding: 3px 0;
}
.reset-filtre:hover,
.reset-filtre:focus{
	color: #e06718;
	text-decoration: underline;
}
.critere-actif{
	font-style: italic;
	font-size: 0.9em;
	line-height: 1em;
/* 	display: inline; */
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 0;
	border: solid 1px #b3b3b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.critere-actif a{
	color: #6b747a;
}
.critere-actif:hover,
.critere-actif:focus{
	background: #ececec;
	cursor: pointer;
}
.critere-actif a:hover,
.critere-actif a:focus{
	text-decoration: none;
}

/** =8.2.3 Catalogue : Liste des catégories
-------------------------------------------------------------------------------*/
#liste-categories {}

#liste-categories .categories {
	display: inline-block;
	width: 23%;
	margin: 1%;
	position: relative;
}

/** =8.2.4 Catalogue : Liste des produits
-------------------------------------------------------------------------------*/
.categorie{
	text-align: center;
	padding: 0 6% 20px 6%;
}
.nb_produits{
	font-style: italic;
	font-size: 0.9rem;
	padding: 0 15px;
	margin: 0;
}
.module-catalogue .page-liste {
	display: flex;
	display: -ms-flex;
	align-items: flex-start;
/* 	margin: 2% auto 0 auto; */
	margin: 5px auto 0 auto;
	padding: 0;
}
#zone-filtre{
	display: inline-block;
	width: 18%;
	margin: 0;
}
#zone-filtre > div{
	position: sticky;
  	top: 15px;
}
#colonne-filtre{
	width: 19%;
}
#liste-produits {
	width: 80%;
	margin: 0 0 0 1%;
	display: inline-block;
}
.module-catalogue-recherche #liste-produits{
	margin: 0;
}
/* #resultats_recherche .liste, */
.module-catalogue-recherche #liste-produits,
#produit-accueil-1,
.zone-produits-associes,
.zone-de-pdt{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#resultats_recherche h1{
	margin: 30px 0 15px 0;
		
}
.module-catalogue-recherche #liste-produits{
	width: 100%;
	justify-content: space-around;
}
.module-catalogue .produits, 
.produits {
	position: relative;
	flex-basis: 24%;
	-ms-flex-basis: 24%;
	margin: 0 0.5% 2% 0.5%;
	border: none;
	text-align: center;
}
.module-catalogue-recherche .produits, 
.zone-produits-associes .produits, 
.widget .produits{
	flex-basis: 19%;
	-ms-flex-basis: 19%;
	margin: 0 0.5% 2% 0.5%;
}
.zone-de-pdt .produits{
/* 	flex-basis: 32.33%; */
/* 	-ms-flex-basis: 32.33%; */
}







.widget .produits,
.module-catalogue .produits {
/* 	margin: 1% 0.5%; */
/*     width: 19%; */
/*     display: inline-block; */
/* 	position: relative; */
/* 	overflow: hidden; */
/* 	vertical-align: top; */
}
.nouveau{
	background: #be1c73;
    color: #fff;
    display: inline-block;
    font-family: "Fredoka", sans-serif;
  	font-variation-settings: 'wght' 500, 'opsz' 12;
    font-size: 0.75em;
    top: 0px;
    left: 0px;
    letter-spacing: 1px;
    padding: 1px 6px;
    position: absolute;
    text-transform: uppercase;
    z-index: 0;
}
.coeur{
	position: absolute;
	top: 5px;
	right: 5px;
/* 	padding: 3px 5px; */
/* 	height: 32px; */
/* 	width: 32px; */
	margin: 3px 5px;
	height: 27px;
	width: 27px;
	transition: all 1s ease-out;
	z-index: 4;
}
.diaporama .nouveau {
	left: 40px; 
}
.diaporama .coeur{
	right: initial;
	left: 15px;
/* 	top: 15px; */
}
.coeur .svg{
	fill:none;
	stroke: #fff;
	transition: all 1s ease-out;
}
.coeur .svg:focus,
.coeur .svg:hover{
		fill: #fff;
}
.coeur.active .svg{
	stroke: #adc2a0;
	fill: #adc2a0;
/* 	stroke: #e06718; */
/* 	fill: #e06718; */
/* 	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7)) */

}
.zone-de-pdt h3,
#produits-associes h3,
#produit-accueil-1 h3,
#liste-produits h3 {
	min-height: 55px;
	margin: 15px 0 0 0;
	font-variation-settings: 'wght' 400, 'opsz' 18;
	text-align: center;
	text-transform: inherit;
}
.zone-de-pdt h3 a,
#produits-associes h3 a,
#produit-accueil-1 h3 a,
#liste-produits h3 a{
	color: #1a1a1a;
	font-size: 1.125rem;
/* 	font-weight: 300; */
	line-height: 1.3rem;
/* 	text-transform: uppercase; */
	text-transform: inherit;
}
.zone-de-pdt h3 a:focus,
.zone-de-pdt h3 a:hover,
#produits-associes h3 a:focus,
#produits-associes h3 a:hover,
#produit-accueil-1 h3 a:focus,
#produit-accueil-1 h3 a:hover,
#liste-produits h3 a:focus,
#liste-produits h3 a:hover{
	color: #1a1a1a;
}
.zone-lib{
	height: 25px;
	margin: 0;
}
.zone-de-pdt .libelle2,
#produits-associes .libelle2,
#produit-accueil-1 .libelle2,
#liste-produits .libelle2{
	display: block;
	font-family: "Fredoka", sans-serif;
	font-weight: 300;
	text-transform: lowercase;
	color: #1a1a1a;
	font-size: 1rem;
	text-align: center;
}
.zone-de-pdt .libelle2::first-letter,
#produits-associes .libelle2::first-letter,
#produit-accueil-1 .libelle2::first-letter,
#liste-produits .libelle2::first-letter{
	text-transform: uppercase;
}
/* .widget .produits img, */
/* #liste-produits img,  */
/* .widget_produits img { */
  
/* } */
.produits .lien-image img{
    height: auto;
/*     margin-right: 10px; */
    width: 100%;
}
.widget a.lien-image,
#liste-produits a.lien-image {
	display: inline-block;
	width: 100%;
	text-align: center;
/* 	margin-bottom: 10px; */
}
#liste-produits .description,
#liste-produits .zone-quantite {
	display: none;
}

/* Ajout au panier */
#liste-produits .widget.boutique,
#produits-associes .widget.boutique{
	padding: 15px 10px;
	width: 100%;
}
/* .produits .ajouter-panier img{ */
/* 	width: initial; */
/* 	height: initial; */
/* 	margin: 0; */
/* } */

/* Tarifs */
#liste-panier .taxte,
.boutique .taxe,
.input-qte,
.statut-stock{
	display: none;
}
.zone-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#zone-choix-critere-principal{
	flex-basis: 78%;
/* 	display: inline-block; */
/* 	width: 75%; */
}
.choix-condi{
	width: 100%;
/* 	height: 44px; */
	background: #fff;
	padding: 7px 10px;
	border: solid 1px #adc2a0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.select > option:hover{
	background: #fff;
}
.zone-btn-panier{
	flex-basis: 18%;
/* 	display: inline-block; */
/* 	width: 25%; */
	text-align: right;
}
.tarifs {
/* 	margin-top: 5px; */
/* 	min-height: 25px; */
	text-align: center;
}
.taux-remise {
	margin-left: 10px;
}
.prix-non-remise {
	text-decoration: line-through;
}
.tarification,
.prix-vente {	
	display: inline-block;
	color: #e06718;
	font-size: 1.125rem;
	font-family: "corsario-variable", sans-serif;
  	font-variation-settings: 'wght' 600, 'opsz' 18;
  	margin: 0 0 10px 0;
	
/* 	float: right; */
/* 	font-size: 16px; */
/* 	font-weight: 500; */
}
.btn-inactif,
.btn-contact,
.btn-panier{
	margin: 0;
	padding: 0;
	height: 44px;
	width: 44px;
}
.btn-contact,
.btn-inactif,
.inner .btn-inactif:focus,
.inner .btn-inactif:hover{
	background: #949392;
	cursor: not-allowed;
}
.criteres-produit {
	display: none;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 1);
	  background-color: rgb(0, 0, 0);
	background-color: rgba(0,0,0,0.60);
}
.zone-img-pdt{
	position: relative;
}
.groupe-de-criteres {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.criteres-produit img {
	width: initial !important;
	margin: 0 0 3px 0;
}
.critere .valeur {
	font-size: 0.9em;
	font-weight: 600;
}
.critere {
	font-family: 'Montserrat', sans-serif;
	line-height: initial;
	display: inline-block;
	width: 50%;
	height: 50%;
	vertical-align: top;
	text-align: center;
	margin: 20px 0;

}
/** =8.2.5 Catalogue : Fiche produit
-------------------------------------------------------------------------------*/
.module-catalogue.produit {}
.flex{
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
}
.produit h1,
.produit .mobile-h1 {
	background: none;
	font-size: 2.25rem;
	font-variation-settings: 'wght' 600, 'opsz' 36;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-transform: inherit;
}
/* .zone-de-pdt .libelle2, */
/* #produits-associes .libelle2, */
/* #produit-accueil-1 .libelle2, */
/* #liste-produits .libelle2, */


.produit .libelle2{
	display: block;
	font-family: "fredoka-variable",sans-serif;
 	font-variation-settings: 'wght' 400, 'wdth' 24;
 	font-style: italic;
 	font-size: 1.5em;
 	text-transform: lowercase;
	margin: 0 0 10px 0;
}
/* .zone-de-pdt .libelle2::first-letter, */
/* #produits-associes .libelle2::first-letter, */
/* #produit-accueil-1 .libelle2::first-letter, */
/* #liste-produits .libelle2::first-letter, */

.produit .libelle2::first-letter{
	text-transform: uppercase;
}
.resume{
	margin: 10px 0 20px 0;
}
.produit .diaporama img{
	display: inline-block;
	width: 85%;
	height: auto;
	vertical-align: top;
	
}

#gal1 {
	display: inline-block;
	width: 14%;
	margin: 0 0 0 1%;
	text-align: center;
	
}
#gal1 .zone-before,
#gal1 .zone-after {
	position: absolute;
	right: 0;
	width: 16%;
	height: 40px;
	cursor: pointer;
	z-index: 11;
}

#gal1 .zone-before {
  top: 0;
}

#gal1 .zone-after {
  bottom: 0;
}
#gal1.no-display::before,
#gal1.no-display::after {
    display: none !important;
}
#controle{
	max-height: 480px;
	overflow: hidden;
}
#gal1::before{
	content: url(/assets/img/fleche-haut-diapo.png);
	position: relative;
	left: 0;
	bottom: 0px;
}
#gal1::after{
	content: url(/assets/img/fleche-bas-diapo.png);
	position: relative;
	left: 0;
	top: 0px;
}
#gal1 img {
/*   border: 3px solid white; */
	width: auto;
	margin: 0 0 5px 0;
	opacity: 0.6;
}
#gal1 a.active img{
	opacity: 1;
}
.zone-nouveau {
    overflow: hidden;
    position: relative;
}
.zoomWindow {
	display: none !important;
}


.cadre{
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	flex-basis: 24%;
	margin: 0 0.5% 2% 0.5%;
	padding: 10px 15px;
	text-align: center;
}
.valeur{
	display: block;
	margin: 10px 0 0 0;
}
.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  z-index: 1;
}
/* Tooltip text */

.td-1 .tooltip .tooltiptext,
.cadre .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background: #15713e;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    padding: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
}
.td-1 .tooltip .tooltiptext{
    background: #adc2a0;
    transform: translate(-50%, -10%);
    margin-left: 0px;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #15713e transparent transparent transparent;
}
.td-1 .tooltip .tooltiptext::after {
    border-color: #adc2a0 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover{
    cursor: pointer;  
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;    
}
/** fin **/
.contenu #rassurance{
	border-top: solid 1px #e2e2de;
	border-bottom: solid 1px #e2e2de;
}

#liste-pdt-enfant{
	width: 100%;
}
.client th,
#liste-pdt-enfant th{
/* 	font-family: "fredoka-variable",sans-serif; */
/*   	font-variation-settings: 'wght' 200, 'wdth' 18; */
  	font-size: 1.125em;
	font-weight: 300;
	color: #2c3332;
}
#liste-pdt-enfant thead tr{
	border-bottom: solid 1px #e2e2de;
}
/* #liste-pdt-enfant tr{ */
/* 	border-bottom: solid 1px #e2e2de; */
/* } */
.imput-condi{
	display: block;
	width: 90%;
	background: #fff;
	border: solid 1px #adc2a0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 7px 20px;
	padding: 5px 20px;
	margin: 10px 0;
}
#liste-pdt-enfant .prix{
	color: #e06718;
	font-size: 1.7rem;
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 600, 'opsz' 32;
}



/* zone quantité */
.qte-tableau{
	display: inline-block;
	width: 70%;
}
.ajout-tableau{
	display: inline-block;
	width: 30%;
}

.qte-tableau .bt-qte{
	display: inline;
}
.ajouter-panier .quantite {
	display: inline;
	width: 70px;
	height: 34px;
	text-align: center;
	border: 1px solid #adc2a0;
}
.bt-qte .btn:active,
.bt-qte .btn{
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.8rem;
	color: #fff;
	background: #adc2a0;
	padding: 0px 10px 2px 10px;
	margin: 0;
	height: 34px;
	vertical-align: bottom;
	border: none;
}
.bt-moins .btn{
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.bt-plus .btn{
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
/* .bt-qte .btn:active, */
.bt-qte .btn:focus,
.bt-qte .btn:hover{
	background: #2c6a4d;
	border: none;
}
.form-control:focus, 
form input[type="text"]:focus{
	border: 1px solid #2c6a4d;
}
.rupture{
	color: #949392;
	font-weight: 500;
}
.zone-rupture .btn:focus,
.zone-rupture .btn:hover{
/* 	background: #2c6a4d; */
/* 	outline: none; */
}
.zone-rupture .btn img,
.ajouter-panier .btn-contact img{
/* 	padding: 6px 0; */
	padding: 9px 0;
}

#criteres{
	display: flex;
  	flex-wrap: wrap;
/*   	justify-content: space-between; */
	margin: 20px 0 10px 0;
}
.critere-fiche{
	flex-basis: 32%;
	margin: 0 0.5%;
	padding: 5px 10px;
	border-bottom: solid 1px #e2e2de;
}
.critere-fiche img{
	margin: 0 10px 0 0;
}
.valeur-critere{
	color: #2c6a4d;
}
#info-complementaire{
	margin: 30px 0;
}
.tabs-picto{
	display: none;
}
#resultats_recherche li,
#nav-tabs-recherche li,
#info-complementaire .nav-tabs li{
	padding: 0;
}
#resultats_recherche li a,
#nav-tabs-recherche li a{
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 700, 'opsz' 30;
	background: none;
}
#resultats_recherche li a,
#nav-tabs-recherche li a,
.nav-tabs li a{
	color: #2c6a4d;
	font-size: 1.25rem;
}
.nav > li > h2{
	margin: 0;
}
#resultats_recherche li.active a,
#nav-tabs-recherche li.active a, 
.nav-tabs li.active a, 
.nav-tabs li a:focus,
.nav-tabs li a:hover{
	text-decoration: none;
	border-bottom: 2px solid #2c6a4d;
	outline: none;
}
.nav > li > h2 a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
#resultats_recherche li a,
#nav-tabs-recherche li a,
.nav-tabs > li > h2 a {
	color: #2c6a4d;
	font-size: 1.25rem;
	cursor: pointer;
	border: none;
	margin-right: 0;	
/* 	border-bottom: 2px solid #fbfbf7; */
}
.nav-tabs{
	border-bottom: 2px solid #e2e2de;
}
.badge {
	padding: 0;
/* 	display: inline-block; */
/* 	min-width: 10px; */
/* 	padding: 3px 7px; */
/* 	font-size: 12px; */
/* 	font-weight: 700; */
/* 	line-height: 1; */
/* 	color: #fff; */
/* 	text-align: center; */
/* 	white-space: nowrap; */
/* 	vertical-align: middle; */
/* 	background-color: #777; */
	
/* 	display: inline-block; */
/* 	height: 20px; */
/* 	width: 20px; */
/* 	padding: 0; */
/* 	background: #adc2a0; */
/* 	color: #fff; */
/* 	font-size: 0.75em; */
/* 	font-weight: 600; */
/* 	line-height: 1.5em; */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
/* 	border-radius: 50%; */
/* 	vertical-align: bottom; */
/* 	-webkit-transition: all 0.3s linear; */
/* 	-moz-transition: all 0.3s linear; */
/* 	-ms-transition: all 0.3s linear; */
/* 	-o-transition: all 0.3s linear; */
/* 	transition: all 0.3s linear; */

}
#resultats_recherche .tab-content{
	padding: 20px 0;
}
.tab-content{
	padding: 20px 10px;
}
#produits-associes h2{
	margin: 40px 0 30px 0;
}



















/** =8.2.5.1 Fiche produit : Diaporama
-------------------------------------------------------------------------------*/
.module-catalogue .diaporama {}

/** =8.2.5.2 Fiche produit : Produits associés
-------------------------------------------------------------------------------*/
.produits-associes {}
.produits-associes ul {
	list-style-type: none;
}

/** =8.2.5.3 Fiche produit : Commentaires
-------------------------------------------------------------------------------*/
.commentaires {}
.resume_note {
	text-align : center;
	border: 1px solid #dddddd;
	padding: 15px 30px;
}
.resume_note .moyenne_general{
	font-size : 3em;
}
.commentaires .date{
	color: #6d6d6d;
    display: block;
    text-align: right;
}
.commentaires .reponse{
	background : #EEEEEE;
	padding : 15px;
	margin: 0 0 10px 20px;
}
.commentaires .note{
	font-size : 1.75em;
	display: block; 
}
#vote > label::before {
    content: "☆";
    font-size: 35px;
    cursor: pointer;
}
#vote > label:hover::before,
#vote > label.selected::before,
#vote > label.previous_note::before,
#vote > label.previous_selected_note::before{
    content: "★";
}
#vote > input.star {
    display: none;
}

/** =8.2.5.4 Fiche produit : Achat panier
-------------------------------------------------------------------------------*/
.produit .ajouter-panier {}

/* =8.3 Editeur
-------------------------------------------------------------------------------*/

/* =8.4 Plan du site
-------------------------------------------------------------------------------*/
.module-sitemap {}

/* =8.5 Formulaire
-------------------------------------------------------------------------------*/
.module-formulaire {
	display: inline-block;
	width: 100%;
}
.form-contact,
#groupe-carte{
/* 	margin: 0 0 20px 0; */
	margin: 0 2% 0 0;
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
.form-contact{
	margin: 0 0 0 2%;
}
#carte {
	z-index: 3;
}
#groupe-1{
/* 	margin: 0 2% 0 0; */
}
#groupe-2{
/* 	margin: 0 0 0 2%; */
}
#groupe-1, 
#groupe-2{
/*   display: inline-block; */
/*   width: 48%; */
/*   vertical-align: top; */
}


/** page newsletter***/
#section-30{
	width: 100%;
	margin: 0;
}
#section-30 legend{
	display: none;
}
#groupe-3 .asterisque,
#groupe-3{
	margin: 0 26.5%;
}
#section-30 #groupe-validation{
	text-align: center;
}
#groupe-3 .form-group input[type="checkbox"]{
	vertical-align: top;
}
/**fin**/
label{
	font-weight: 300;
}
#captcha {
  margin: 10px 0 0 0;
}
#groupe-validation {
  width: 100%;
  text-align: right;
  margin: 20px 0 0 0;
}
#groupe-validation .btn{
	display: inline-block;
	width: auto;
	margin: 20px 0;
}
legend,
#adresses_supp_compte h4{
	font-family: "corsario-variable", sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 20;
	color: #e06718;
	font-size: 1.6em;
	padding: 0 0 10px 0;
/* 	border-bottom: 1px solid #e5e5e5; */
	border-bottom: solid 1px #e2e2de;
}
#form-inscription h3{
	font-size: 1em;
}
.form-group label{
	max-width: 80%;
    margin: 5px 10px 2px 0;
}
.form-group .multiselect,
.form-group input,
.form-group .multiselect,
.colonne_demi label,
.btn-group, 
.btn-group-vertical,
.multiselect-container{
	width: 100%;
}
.form-inline .form-control,
form input[type="text"],
form input[type="password"] {
    border: 1px solid #b2b2b2;
    box-shadow: none;
    padding: 0 10px;
    width: 100%;
}
.form-group input[type="checkbox"], 
.form-group input[type="radio"] {
    line-height: normal;
    margin: 0 5px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    box-shadow: none;
}
#mot_de_passe_confirm,
#mot_de_passe,
#ancien_mdp,
#verif_nouveau_mdp,
#nouveau_mdp {
    padding-right: 30px; /* espace pour l'icône */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/><circle cx="8" cy="8" r="2.5"/></svg>') no-repeat right 8px center;
    background-size: 16px 16px;
    cursor: text;
}
/* ---- Chrome / Safari / Edge ---- */
#mot_de_passe:-webkit-autofill,
#ancien_mdp:-webkit-autofill,
#verif_nouveau_mdp:-webkit-autofill,
#nouveau_mdp:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: inherit !important;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/><circle cx="8" cy="8" r="2.5"/></svg>') no-repeat right 8px center !important;
	background-size: 16px 16px;
}
/* ---- FIREFOX ---- */
#mot_de_passe:-moz-autofill,
#ancien_mdp:-moz-autofill,
#verif_nouveau_mdp:-moz-autofill,
#nouveau_mdp:-moz-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
	-moz-text-fill-color: inherit !important;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/><circle cx="8" cy="8" r="2.5"/></svg>') no-repeat right 8px center !important;
	background-size: 16px 16px;
}
.form-group .upload{
	padding: 0;
}
.titre-champ,
.libelle-radio{
	width: 100%;
	display: block;
}
.form-group label.label-newsletter{
	max-width: 100%;
	display: block;
}
.label-inverse{
	display: inline-block;
}
.panel-body{padding: 0;}
.panel-body .form-group input[type="checkbox"]{
	margin: 4px 5px 0 0;
}
.form-inline{
	margin-bottom: 15px;
}
.colonne_demi{
	display: inline-block;
	width: 49%;
}
.colonne_droite{
	margin: 0 0 0 2%;
}
.btn-group .multiselect{
	text-align: left;
}
.form-group .hide-native-select input[type="checkbox"] {
	left: 15px;
	top: 7px;
}
select > option {
    padding: 5px 12px;
}
form textarea {
    border: 1px solid #b2b2b2;
    padding: 10px;
    width: 100%;
}
.form-control:focus,
form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus {
	box-shadow: none;
}
#password-feedback {
	font-weight: normal;
	position: absolute;
	background: white;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px;
	margin-top: -7px;
	display:none;
	text-align: left;
}
input[type="password"]:focus + #password-feedback,
input[type="text"]:focus + #password-feedback{
    display: block;
}
.content-feedback
{
	margin: 0;
	padding: 0;
	position: relative;
}
.feedback-item {
    margin: 3px 0;
}
.content-feedback #password-feedback
{
	left: 50%;
	z-index: 2;
}
.valid {
    color: green;
}
.invalid {
    color: red;
}
.asterisque{
	font-style: italic;
	font-size: 0.8rem;
}
/** message erreur **/
.alert-danger,
.alert-info,
.alert{
	text-align: center;
}

/*Taille Fichiers*/
.taille-limite,
.taille-fichier{
	font-style: italic;
	color: grey;
	padding: 5px 0 0;
	margin: 0;
}
.taille-envoyee{
	color: #283f88;
	font-style: italic;
	font-weight: 600;
}
.taille-depasser{
	color: #c51604;
}

/** Autre formulaire **/
#form-connexion-extranet,
#form_suppresion_compte,
#form-validation,
#form_nouveau_mdp,
#form-abonnement,
#form-deabonnement{
	margin: 2% 25% 0 25%;
	padding: 0 0 2% 0;
    width: 50%;
}
.panel{
	border: none;
	background: none;
	box-shadow: none;
}
.succes-mail
.message .echec-mail{
/* 	text-align: center; */
/* 	font-size: 1.1rem; */
/* 	background: RED; */
}
.echec-mail,
.succes-mail{
	background: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 10px;
	margin: 0 0 20px 0;
	border: solid 1px #adc2a0;
}
.echec-mail {
	border: solid 1px #e06718;
}
.message:has(> .succes-mail) + fieldset {
  display: none;
}
/** =8.6 Boutique
-------------------------------------------------------------------------------*/
.module-boutique {
	display: inline-block;
	width: 100%;
	padding: 0 0 40px 0;
}
/* Guides des étapes */
#guide-etapes {
	list-style-type: none;
	width: 98%;
	margin: 2% 1%;
	text-align: center;
	padding: 15px 0;
}
#guide-etapes li {
	display: inline-block;
	text-align: center;
	width: 20%;
}
#guide-etapes span{
	display: inline-block;
	vertical-align: middle;
}
#guide-etapes span:hover{
	color: #000;
	font-weight: 400;
}
#guide-etapes .numero{
	font-size: 1.25em;
	display: inline-block;
	vertical-align: middle;
/* 	font-weight: 600; */
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
/* 	background: #000; */
	background: #909090;
	color: #fff;
	margin: 0 10px;
	padding: 4px 0;
}
#guide-etapes .separateur{
	display: none;
}
#guide-etapes li.active {
	font-weight: 500;
}
#guide-etapes .passes .numero{
/* 	background: #4d4d4d; */
	background: #adc2a0;
}
#guide-etapes .passes a:focus, 
#guide-etapes .passes a:hover,
#guide-etapes .passes a{
	color: #383838;
}
#guide-etapes .passes a:focus,
#guide-etapes .passes a:hover{
/* 	color: #4688c5; */
}
#guide-etapes li.active .numero{
	background: #2d6a4d;
}

/* =8.6.1 Commande :: ETAPE 1
-------------------------------------------------------------------------------*/
#liste-panier tr,
.table-bordered,
.table > tbody > tr > td,
.table > thead > tr > th,
.table-bordered > tbody > tr > td, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > td, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th{
	border: none;
}
.table-striped > thead > tr > th,
.table-bordered > thead > tr > th{
	font-weight: 500;
}
/* liste Panier */
#liste-panier {
	width: 100%;
}
#liste-panier thead tr {
	border-bottom: 1px solid #ddd;
}
#liste-panier .input-qte{
  	display: block;
}
#liste-panier tr {
/* 	border-top: 1px dotted #CCCCCC; */
/* 	border-bottom: 1px dotted #CCCCCC; */
}
#btn_vider_panier{
	display: inline-block;
	margin: 20px 0 0 0;
}
#ajouter-remise{
	margin: 0;
}

.ligne-montant {
	border-top: 1px solid #E7E7E7;
	padding: 15px;
	text-align: right;
	padding-right: 20px;
	margin-top: 10px;
}
.input-group .form-control {
	float: none;
}
#liste-panier .td-4 .quantite {
	width: 70px;
	text-align: center;
}
#liste-panier .td-2 .image {
	float: left;
	margin-right: 5px;
}
#liste-panier .td-2 .image > img{
	width: 50px;
}
#liste-panier td:last-child,
#liste-panier th:last-child {
	text-align: right;
	padding-right: 20px;
}
.etape-connexion,
.etape5 .message,
#adresse-boutique,
#recap-panier,
#formulaire-etape1 {
	position: relative;
	background: #fff;
  	padding: 20px;
}

/* Loader lors du recalcul du panier */
.etape1 .boutique-attente {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3) url('../img/loader.gif') no-repeat center center;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.etape1 .colonne-montant {
	float: right;
}
/* Lignes montant */
.ligne-montant {
/* 	border: 1px solid #E7E7E7; */
	padding: 15px;
	text-align: right;
	padding-right: 20px;
	margin-top: 10px;
}
.ligne-montant .libelle {
	display: inline-block;
	margin-right: 20px;
} 
#remise{
	border-top: none;
	margin: 0;
	padding: 20px 0;
}
#remise.active{
	display: inline-block;
	border-top: none;
	border: solid 1px #adc2a0;
	border-radius: 22px 22px;
	margin: 20px 0 10px 0;
	padding: 10px 10px;
}

#remise .form-control{
	width: 25%;
}
#remise button{
/* 	color: #adc2a0; */
/* 	color: #2d6a4d; */
	color: #e06718;
}
#remise button:hover{
	color: #adc2a0;
/* 	color: #2d6a4d; */
}
#remise button:disabled {
	background: #f9f9f9;
	color: #909090;
}

/* Total de la commande */
.etape4 .total,
#total-commande {
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
}
/* Commentaire */
#commentaire{
	border-top: 1px solid #E7E7E7;
	padding: 30px 0 0;
}
.titre-commentaire{
	border-bottom: 1px solid #E7E7E7;
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	
}
/* #commentaire { */
/* 	margin-top: 30px; */
/* } */
#bloc-commentaire
{
	border: solid 1px #d8d8d8;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 60px;
}
.Zone-commentaire{
	width: 32%;
	margin: 0 0 30px 0;
}
#legend-commentaire{
	font-weight : 500;
	line-height: 1.42857143;
}
#gestion-cgv{
	margin: 30px 0 10px 0;
	padding: 20px;
/* 	border: solid 2px #fbfbf7; */
	border: solid 1px #2d6a4d;
}
/* Boutons */
.etape1 #bt-continuer,
.etape1 #bt-commander,
.etape3 .btn-primary,
.etape4 .btn-primary {
	text-transform: uppercase;
	margin: 20px 0;
}
/** transporteurs **/
.item_transporteur{
	border-bottom : 1px solid #cccccc;
	padding: 5px 0;
}
.item_transporteur:last-child{
	border-bottom : none;
}
.item_transporteur input{
	width : 10%;
}
.item_transporteur label{
	width: 89%;
	text-align: left;
}
.item_transporteur img{
	padding : 5px 10px 0 20px;
}
.etape1 .item_transporteur img {
	height : 40px;
}
.etape1 .tarif_transport {
	display: none;
}
.etape3 .item_transporteur .tarif_transport{
	display: inline-block;
	padding: 0 0 0 10px;
	font-weight: 500
}

/* =8.6.2 Commande :: ETAPE 2
-------------------------------------------------------------------------------*/
.etape2 {}

/* =8.6.3 Commande :: ETAPE 3
-------------------------------------------------------------------------------*/
#select_livraisons {
	background: #fff;
	height: 34px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.etape3 #transporteurs {
    position: relative;
}
.etape3 #loader_transporteurs {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: white;
    display: none;
    height: 100%;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 100%;
}
#liste_relais,
#bloc_carte_relais {
    height: 400px;
    width  : 49%;
    margin : 0.5%;
    overflow: auto;
    float : left;
}
/*Mise en forme du module colissimo*/
.bloc_colissimo_relais .zone_saisie_relais, 
.bloc_chronopost_relais .zone_saisie_relais{
	display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.bloc_colissimo_relais .zone_saisie_relais input,
.bloc_colissimo_relais .zone_saisie_relais a,
.bloc_chronopost_relais .zone_saisie_relais input,
.bloc_chronopost_relais .zone_saisie_relais a{
	width : 23%;
	margin : 0 1%;	
	float : left;
}
.item_relais {
	border-bottom : 1px solid #CCCCCC;
	background : whitesmoke;
	padding: 7px 2%;
	width : 100%;
	font-size : 11px;
	display: inline-block;
	position : relative;	
}
.item_relais.selected{
	background : #DCDCDC;
}
.item_relais > img{
	display: inline-block;
	float : left;
}
.item_relais div{
	display: inline-block;
	float : left;
	margin-left : 1%;
}
.item_relais .nom{
	display: block;
	font-weight : bold;
	font-size : 12px;
}
.item_relais .km{
	bottom: 5px;
    color: #a8a8a8;
    font-style: italic;
    position: absolute;
    right: 10px;
}
.choisir_relais {
    background: orange none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 3px 10px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 11px;
}
.bloc_chronopost_relais .choisir_relais{
	background : #41ADE2;
}
.contenu_window{
	height: 150px;
    width: 250px;
} 
.contenu_window .choisir_relais{
	text-align : center;
	position : relative;
	display: block;
} 
.bloc_colissimo_relais #carte, 
.bloc_chronopost_relais #carte{
	height : 400px;
}
.contenu_window span{
	color : #FFA500;
	display: block;
	font-weight : bold;
}
#liste_relais .conges{
    background: #A6A6A6 none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    right: 8px;
    top: 11px;    
}
.bloc_colissimo_relais,
.bloc_chronopost_relais {
	position : relative;
}
.bloc_colissimo_relais #liste_relais,
.bloc_chronopost_relais #liste_relais {
	height: 400px;
    overflow: auto;
}
.bloc_colissimo_relais .relais_choisi,
.bloc_chronopost_relais .relais_choisi {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    display: inline-block;
    margin: auto;
    padding: 5px 25px;
    position: relative;
    width: 100%;
}
bloc_colissimo_relais .relais_choisi span.nom,
.bloc_chronopost_relais .relais_choisi span.nom {
    font-weight : bold;
}
.bloc_colissimo_relais .suppr_relais,
.bloc_chronopost_relais .suppr_relais {
	position: absolute;
	top : 5px;
	right : 5px;
}
.bloc_colissimo_relais #loader_colissimo,
.bloc_chronopost_relais #loader_chronopost{
	display: none;
	position: absolute;
	width: 100%;
	height : 100%;
	background : rgba(0,0,0,0.43);
	z-index : 11;
	color : white;
	font-weight : bold;
	text-align: center;
	font-size : 25px;
}
.bloc_colissimo_relais #loader_colissimo img,
.bloc_chronopost_relais #loader_chronopost img{
	height : 200px;
	margin-top : 100px;
}

/* =8.6.4 Commande :: ETAPE 4
-------------------------------------------------------------------------------*/
.etape4 {}
.montants-panier {
	float: right;
	text-align: right;
	clear: both;
	border-top: 1px solid #DDDDDD;
	padding: 10px;
	min-width: 250px;
}
.montants-panier .libelle {
    display: inline-block;
    margin-right: 20px;
}
/* CGV */
#gestion-cgv input {
	float: left;
	margin: 3px 4px 0px 0px;
}

/* Mode de paiement */
#choix-paiement .panel-body span {
	display: inline-block;
	width: 25%;
	text-align: center;
}
#choix-paiement label {
	display: block;
}

/* =8.6.5 Commande :: ETAPE 5
-------------------------------------------------------------------------------*/
.etape5 .message{
    text-align: center;
}

/* =8.7 Cient
-------------------------------------------------------------------------------*/
.welcome-client{
	font-size: 1.3em;
	font-weight: 300;
	padding: 20px 20px;
	margin: 0 0 30px 0;
/* 	background: #fff; */
	background: #f3f4ea;
}
/* .bloc_etats div{ */
/* 	display: inline-block; */
/* 	 width: 14%; */
/*     margin: 1%; */
/*     padding: 5px 0; */
/*     text-align: center; */
/* } */
/* .bloc_etats .suivant{ */
/* 	background : #D3D3D3; */
/* 	color : white; */
/* } */
/* .bloc_etats .selected{ */
/* 	background : #56C982; */
/* 	color : white; */
/* } */
.menu-compte a {
	font-family: "corsario-variable", sans-serif;
	color: #2c6a4d;
	font-size: 1.25rem;
	cursor: pointer;
/* 	border-bottom: 1px solid #929292; */
	border-bottom: solid 1px #e2e2de;
    display: block;
    padding: 10px;	
/*     text-transform: uppercase; */
    width: 100%;
}
.menu-compte a:hover,
.menu-compte a:focus{
	text-decoration: none;
	color: #fff;
	background: #adc2a0;
}
.compte .col-md-9 {
    border-left: 1px solid #e2e2de;
}
/** Histo cdes **/
/* #telechargement-facture{ */
/* 	color: #e06718; */
/* 	background: transparent; */
/* 	border: solid 1px #e06718; */
/* } */
/* #telechargement-facture:focus, */
/* #telechargement-facture:hover{ */
/* 	color: #adc2a0; */
/* 	border: solid 1px #adc2a0; */
/* } */
.compte .table > tbody > tr > th{
	border-top: none;
	border-bottom: solid 1px #e2e2de;
}


.detail-sur-une-cde {
	display: inline-block;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border: solid 1px #e2e2de;
}
.detail-sur-une-cde .date {
	color: initial;
}
.compte .lien-telechargement{
    background: url("../img/ico-telecharger.png") no-repeat scroll 96% 40% #e06718;
}
.compte .lien-telechargement:hover,
.compte .lien-telechargement:focus {
	background: url("../img/ico-telecharger.png") no-repeat scroll 96% 60% #adc2a0;
}
/* .client #infos{ */
/* 	margin: 0 0 10px 0; */
/* 	padding: 0 15px; */
/* } */
.panel-default > .panel-heading {
	color: #2d6a4d;
	background: #fff;
	padding: 10px;
	border-bottom: none;
	text-transform: uppercase;
	font-weight: 500;
}
.commande #facturation, 
.commande #livraison {
	display: inline-block;
	width: 48%;
/* 	border: solid 1px #e2e2de; */
	border-bottom: solid 1px #e2e2de;
	vertical-align: top;
	padding: 10px 0px;
}
.commande #facturation {
	margin: 0 2% 40px 0;
/* 	padding: 10px 20px; */
}
.commande #livraison{
	margin: 0 0 40px 2%;
/* 	padding: 10px 20px; */
}
.adress{
	padding: 0 10px;
	margin: 0;
}
.panel {
	margin-bottom: 0;
}
/* #liste_paniers_client .entete-panier-save, */
.compte .table .entete-commande th{
	font-weight: 500;
	border-bottom: 1px solid #2c6a4d;
}
.detail-panier-save tr,
.ligne_liste_commandes,
.ligne_liste_panier {
	border-bottom: 1px solid #e2e2de;
}
.detail-frais-transport, 
.detail-montant {
  text-align: right;
}
.detail-frais-transport{
	margin: 10px 0;
}
.detail-montant{
	color: #000;	
	font-weight: 500;
}
#montant-total{
	display: inline-block;
/* 	background: #f3f4ea; */
/* 	background: #adc2a0; */
/* 	background: #f3f4ea; */
	background: #fff;
	padding: 10px 10px;
	margin: 5px 0;
}


.ligne_liste_commandes a{
	color: #2c6a4d;
	font-weight: 500;
}
#liste-panier a:hover,
#liste-panier a:focus,
.ligne_liste_commandes a:focus,
.ligne_liste_commandes a:hover{
	color: #adc2a0;
}
#creer_livraison{
	background: transparent;
	color: #2d6a4d;
	border: solid 1px #2d6a4d;
}
#creer_livraison:focus,
#creer_livraison:hover{
	background: transparent;
	color: #adc2a0;
	border: solid 1px #adc2a0;
}
#adresses_supp_compte{
/* 	background: #fff; */
	background: #f3f4ea;
	padding: 10px 10px 20px 10px;
}
.bloc_livraison_compte{
/* 	display: inline-block; */
/* 	width: 50%; */
	flex-basis: 48%;
	margin: 1%;
	padding: 10px;
	background: #fff;
}
.bloc_livraison_compte .panel-heading{
/* 	background: #fbfbf7; */
	border-bottom: solid 1px #2d6a4d;
	margin: 0 0 10px 0;
}
#supression-compte{
	padding: 0 0 20px 0;
/* 	text-align: right; */
}
#changer_motdepasse{
	text-align: center;
	width: 80%;
/* 	margin: 0 10%; */
	margin: 0 20% 0 0;
}
#changer_motdepasse label{
	width: 48%;
/* 	margin: 0 2%; */
	text-align: right;
	vertical-align: middle;
}
#changer_motdepasse input{
	width: 48%;
	margin: 10px 2%;
	height: 34px;
}

/* =8.7.1 Client :: Liste paniers
-------------------------------------------------------------------------------*/
#liste_paniers_client .bt_voir_panier{
	margin-right : 10px;
}
.client_panier #infos, 
.client_panier .montant-total, 
.client_panier .commande_panier{
	margin-left : 5%;
}
.client_panier .liste-produits{
	margin: auto;
    width: 90%;
}
.commande_panier{
	margin: 20px 0 10px 0;
}

/* =8.7.2 Client ::  Adresses client
-------------------------------------------------------------------------------*/
#ajout_adresse label,
#ajout_adresse .ligne_checkbox .form-control{
	width : 30%;
}
#ajout_adresse .ligne_checkbox > label,
#ajout_adresse input, 
#ajout_adresse textarea{
	width : 65%;
}

/* =8.8 Disponible
-------------------------------------------------------------------------------*/
.align-top{
	vertical-align: top;
}


/* =8.8.1- En mode liste 
-------------------------------------------------------------------------------*/
.table-dispo,
.table-entete,
.table-commentaire{
	width: 100%;
}
.bandeau-titre-entete{
	background: #dedede;
	display: table-row;
	margin: 0 0 10px 0;
}
.bandeau-titre-entete th{
	text-align: center;
	/*display: inline-block;*/
	padding: 5px 4px;
	font-size: 0.9em;
	font-weight: 400;
}
.vignette-dispo,
.ligne-dispo{
	border-bottom: solid 1px #ebe6e8;
}
.ligne-dispo .cellule{
	padding: 0 4px;
}
.table-dispo input{
	width: 100%;
	text-align: center;
}
.entete-votre-prix input,
.entete-quantite input{
	display: inline-block;
	width: 75%;
	margin: 0 4px 0 0;
}
.info-stock-liste{	
	/**display: block;
	width: 100%;**/
}
.entete-section{
	width: 100%;
	background: #5a5a5a;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0 0;
}
.zone-fixe,
.ligne-dispo .zone-modifiable{
	width: 50%;
	padding: 10px 0;
}
.zone-fixe table{
	height: 90px;
}
.zone-modifiable{
	background: #f6f6f6;
}
.entete-img{width: 8%;}
.entete-designation{width: 16%;}
.entete-taille-condi{width: 10%;}
.entete-prix-ht{width: 8%;}
.entete-prix-cons{width: 8%;}
.entete-gencod{width: 9%;}
.entete-code-caisse{width: 9%;}
.entete-votre-prix{width: 10%;}
.entete-quantite{width: 9%;}
.entete-chromo{width: 6%;}
.entete-panier{width: 7%;}

/**taille dans les tableau **/
.ligne-dispo .entete-img{width: 16%;}
.ligne-dispo .entete-designation{width: 32%;}
.ligne-dispo .entete-taille-condi{width: 20%;}
.ligne-dispo .entete-prix-ht{width: 16%;}
.ligne-dispo .entete-prix-cons{width: 16%;}
.ligne-dispo .entete-gencod{width: 18%;}
.ligne-dispo .entete-code-caisse{width: 18%;}
.ligne-dispo .entete-votre-prix{width: 20%;}
.ligne-dispo .entete-quantite{width: 18%;}
.ligne-dispo .entete-chromo{width: 12%;}
.ligne-dispo .entete-panier{width: 14%;}

.table-commentaire label{
	width: 20%;
	padding: 0 4px;
}
.table-commentaire input{
	width: 80%;
	background: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 1em;
	font-style: italic;
	border: none;
	border-bottom: solid 1px #5a5a5a;
}


/* =8.8.2- En mode vignette
-------------------------------------------------------------------------------*/
.vignette-dispo label{
	font-weight: 500;
	font-size: 0.95em;
	width: 50%;
	text-align: right;
	padding: 0 10px 0 0;
}
.vignette-dispo .col-md-4+.col-md-4{
	padding: 15px;
}
.ligne-vignette{
	padding: 7px 0;
}
.ligne-vignette .indication{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}
.ligne-vignette .checkbox{
	vertical-align: middle;
}
.ligne-vos-prix input{
	width: 42%;
	margin: 0 10px 0 0;
}
.ligne-qte input{
	width: 20%;
	margin: 0 10px 0 0;
}
.ligne panier button{
	width: 50%;
}

/* =9 Footer
-------------------------------------------------------------------------------*/
footer {
	width: 100%;
/* 	text-align: center; */
	color: #fff;
	background-color: #2d6a4d;
}
#logo-footer{
	display: inline-block;
	width: 45%;
	margin: 20px 0 10px 0;
}
.rs img{
	margin: 5px 0 10px 10px
}
.partenaire:focus,
.partenaire:hover,
.rs:focus,
.rs:hover{
	opacity: 0.6;
}
footer .flex{
	
}
footer .col-tier{
/* 	justify-content: space-between; */
	flex-basis: 31.33%;
	margin: 0 1%;
	padding: 0 10px;
}
footer .inner_interne .btn-inverse:hover,
footer .inner_interne .btn-inverse:focus,
footer .btn-inverse{
	margin: 20px 0px;
}
footer .col-demi{
/* 	justify-content: space-between; */
	flex-basis: 48%;
	margin: 0 1%;
/* 	padding: 0 10px; */
}
footer img{
	margin: 10px 15px 10px 0;
}

#ico-youtube{
	color: #fff;
}
.lien-tel{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	font-size: 1.1rem;
	margin: 10px 0;
}
.lien-tel:focus,
.lien-tel:hover{
/* 	color: #e06718; */
	color: #fff;
	font-size: 1.2rem;
/* 	font-style: italic; */
}
.trait {
	width: 100%;
	height: 1px;
	background: #eaecdc;
}
footer .copyright{
/* 	color: #000; */
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	font-style: italic;
	padding: 10px 10px;
}
footer .copyright:focus,
footer .copyright:hover{
	text-decoration: none;
	color: #e06718;
}
.p-copyrigth{
	text-align: right;
	margin: 0;
}

/* =10 Coockies
-------------------------------------------------------------------------------*/
.bandeau_cookie {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-weight: 500;
}
.bandeau_cookie a{}
.bandeau_cookie a:hover{}
.bandeau_cookie .btn-primary{}
.bandeau_cookie .btn-primary:hover{}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
	background-color: #ed8222 !important;
}

.cc_dialog button.cc_b_no {
	background-color: #ed8222 !important;
	color: black !important;
	margin-left: 4px;
}

/* =11 Media queries
-------------------------------------------------------------------------------*/

/*Mobile*/
@media screen and (min-width: 1140px) {
	/********************************************************** Mobile **********************************************************************/
	.navigation nav > .navwrp > ul {
	  position : relative;	
	}	
	.mobile-only{
		display : none;
	}
	#mm-mmenu{
      display: none !important;
   }
}
@media all and (max-width : 1140px) {
	/********************************************************** Mobile **********************************************************************/
	header{
/* 		position : relative; */
	}		
	.pc-only{
		display : none;
	}	

	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
/* 		position: absolute; */
/* 		width: 40px; */
/* 		height: 4px; */
/* 		transition-timing-function: ease; */
/* 		transition-duration: .15s; */
/* 		transition-property: transform; */
/* 		border-radius: 4px; */
		background-color: #2c6a4d;
		background: #e06718;
	}
	#bg-navigation {
		background: none;
		position: absolute;
		top: 35px;
		left: 15px;
	}
	#bg-navigation .inner{
	    background: none;
	}
	#bg-navigation .navigation{
		z-index: 12;
	}	
	.titre-ordi,
	#mmenu {
      display: none !important;
   }
	.produit .titre-mobil{
		display: block;
	}
}
/*Fin Mobile*/


/** test break-point **
@media screen and (max-width: 1585px) {
	.inner {
	    background: Peru;
	}
}
@media screen and (max-width: 1324px) {
	.inner {
	    background: green;
	}
}
@media screen and (max-width: 1120px) {
	.inner {
	    background: teal;
	}
}
@media screen and (min-width: 990px) and (max-width: 2000px) {
	.inner {
		background: HotPink;
	}
}
@media screen and (max-width: 990px) {
	.inner {
		background: grey;
	}
}
@media screen and (max-width: 960px) {
	.inner {
	   background: Khaki;
	}
}
@media screen and (max-width: 900px) {
	.inner {
	   background: PowderBlue;
	}
}
@media screen and (min-width: 700px) and (max-width: 990px) {
	.inner {
	   background: PaleVioletRed;
	}
}
@media screen and (max-width: 700px) {
	.inner {
		background: PaleGoldenrod;
	}
}
@media screen and (min-width: 500px) and (max-width: 700px) {
	.inner {
	    background: LightBlue;
	}
}
@media screen and (min-width: 150px) and (max-width: 500px) {
	.inner {
	   background: Lavender;
	}
}
**/

/******************* FIN *******************************************/









@media screen and (max-width: 1585px) {
	/*****************************************************************************************************************************	Peru ***/
	.inner {
/* 	    background: Peru; */
	}
	#controle {
	  max-height: 375px;
	}
}
@media screen and (max-width: 1324px) {
	/*****************************************************************************************************************************	Green ***/
	.inner {
/* 	    background: green; */
	}
	.inner img {
	    height: auto;
	    max-width: 100%;
	}
	#top-header .panel {
	    left: -25px;
	}
	.module-catalogue .produits, 
	.produits {
	  flex-basis: 32.33%;
	  -ms-flex-basis: 32.33%;
	}
	.module-catalogue-recherche .produits,
	.widget .produits {
		flex-basis: 24%;
	}
	#controle {
	  max-height: 315px;
	}
	.colonne_demi {
	    width: 100%;
	}
	.produit .description{
		min-height : 0;	
	}
	.colonne_droite {
	    margin: 0;
	}
	#logo-footer {
  		width: 65%;
	}
}
@media screen and (max-width: 1140px) {
	/*****************************************************************************************************************************	Teal ***/
	.inner {
/* 	    background: teal; */
	}
	#zone-logo {
		width: 25%;
		padding: 0 0 0 8%;
	}
	#zone-rs {
	  top: 150px;
	}
	#item_diapo_1 .carousel-caption {
		right: 3%;
		left: 35%;
	}
	#item_diapo_2 .carousel-caption {
		right: 45%;
		left: 3%;
	}
	#autre-zone {
		width: 75%;
	}
	#recherche {
	  width: 70%;
	}
	#zone-search {
	  flex-basis: 60%;
	}
	#zone-compte {
		flex-basis: 40%;
		margin: 0 0 5px 0;
	}
	.extrait-texte,
	.extrait-image{
		width: 50%;
	}	
	.widget .produits,
	.module-catalogue .produits {
/* 	    width: 31%; */
	}
	.module-catalogue-recherche .produits,
	.actualites,
	.widget .produits {
		flex-basis: 32%;
	}
	#controle {
	  max-height: 270px;
	}
	#gestion-filtres .bloc_critere {
	    width: 24%;
	}
	.critere-fiche {
		flex-basis: 49%;
	}
	.bloc-rassurence{
		flex-basis: 48%;
		margin: 20px 1%;
	}
	.col-demi {
	    width: 100%;
	}
	.produit .zone-criteres,
	.produit .description {
	    padding: 0 20px;
	}
	.produit .widget.boutique {
	    margin: 20px;
	}
	footer .col-demi {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 990px) and (max-width: 1600px) {
	/*****************************************************************************************************************************	LightSlateGray***/
	.inner {
/* 		background: LightSlateGray; */
	}
/* 	#zone-search, */
/* 	#zone-compte { */
/* 		flex-basis: 50%; */
/* 	} */
	#zone-search{
		flex-basis: 45%;
	}
	#zone-compte {
		flex-basis: 55%;
	}
	#recherche {
		width: 85%;
	}
}
@media screen and (min-width: 990px) and (max-width: 2000px) {
	/*****************************************************************************************************************************	HotPink***/
	.inner {
/* 		background: HotPink; */
	}
	.widget a.lien-image, 
	#liste-produits a.lien-image:hover .criteres-produit, 
	.widget .produits a.lien-image:hover .criteres-produit, 
	#produits-associes a.lien-image:hover .criteres-produit,
	.zone-de-pdt .produits a.lien-image:hover .criteres-produit
	 {
	  display: block;
	}
}
@media screen and (max-width: 990px) {
	/*****************************************************************************************************************************	Grey ***/
	.inner {
/* 		background: grey; */
	}
	.text-mobil-only{display: none;}
	#zone-logo {
		width: 35%;
		padding: 0 0 0 10%;
	}
	#autre-zone {
		width: 65%;
	}
	#recherche {
	  width: 75%;
	}
	#zone-search {
	  flex-basis: 50%;
	}
	#zone-compte {
	  flex-basis: 50%;
	}
	.module-catalogue .page-liste{
		display: block;
		margin: 0 0 40px 0;
	}
	.extrait-texte,
	.extrait-image,
	#zone-filtre{
		display: block;
		width: 98%;
		margin: 0 1% 1% 1%;
	}
	.nb_produits {
	  margin: 0 0 10px 0;
	}
	#liste-produits {
	    margin: 0;
  	}
  	#colonne-filtre{
  		width: 98%;
  		margin: 0 1%;
  	}
  	#liste-produits{
  		width: 100%;
  	}
	.lib-filtre
	{
		padding-bottom : 0px;
		cursor: pointer
	}
	.lib-filtre.opened
	{
		padding-bottom : 20px;
	}
	.lib-filtre.opened ~ .bloc_critere
	{
		display : block;
	}
	 .lib-filtre ~ .bloc_critere
	{
		display : none;
	}
	.lib-filtre {
		display: inline-block;
		font-weight: 700;
		text-transform: uppercase;
		padding: 0 10px 0 0;
		width: 100%;
	}
	.lib-filtre::after{
		content: '';
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		left: auto;
		border-top: 1px solid #000;
		border-top-color: rgb(0, 0, 0);
		border-top-color: rgb(0, 0, 0);
		border-top-color: #000;
		border-left: 1px solid #000;
		border-left-color: rgb(0, 0, 0);
		border-left-color: rgb(0, 0, 0);
		border-left-color: #000;
		display: block;
		width: 14px;
		height: 14px;
		margin: auto;
		position: absolute;
		top: 20px;
		right: 24px;
		cursor: pointer;
		transition: all 0.1s linear;
	}
	.lib-filtre:hover::after{
		transform: rotate(225deg);
		border-top: 2px solid #637d7a;
		border-left: 2px solid #637d7a;

	}
	.reset-filtre {
		display: inline-block;
		margin: 0 10px;
	}
	#zone-filtre{
		display: block;
		width: 98%;
    	margin: 0 0.5% 1% 0.5%;
	}
	#info-complementaire .nav-tabs a{
		font-size: 1.1rem;
	}
	
	.compte .col-md-9 {
	    border-left: medium none;
	    padding: 3% 0px 0;
	}
	.menu-compte {
	    padding: 0;
	    text-align: center;
	}
	#etapes-boutique .libelle {
	    display: none;
	}
	#etapes-boutique li .numero {
	    margin: 0 3px 0 0;
	}
	.Zone-commentaire,
	#formulaire-etape1 .colonne-montant,
	#liste_relais,
	#bloc_carte_relais {
	    width  : 100%;
	}
	#panel-livraison,
	#mode-livraison,
	#choix-paiement,
	#adresses_livraison_supplem,
	#formulaire-etape1 .colonne-montant{
		margin: 30px 0 0;
	}
	#recap-panier .row .col-md-12,
	#recap-panier .row .col-md-4,
	#formulaire-etape1 .row .col-md-12,
	#formulaire-etape1 .row .col-md-7,
	#formulaire-etape1 .row .col-md-6,
	#formulaire-etape1 .row .col-md-5{
		padding: 0;
	}
	.menu-footer ul li {
		margin: 10px 0;
	}

}
@media screen and (max-width: 960px) {
	/*****************************************************************************************************************************	Khaki ***/
	.inner {
/* 	   background: Khaki; */
	}
/* 	#gestion-panier td, */
	#liste-panier td{
		border: none;
		display: inline-block;
		width: 100%;
	}
	#liste-panier .th-1, 
	#liste-panier .th-3, 
	#liste-panier .th-4, 
	#liste-panier .th-5{
		display: none;
	}
	#liste-panier .td-3::before,
	#gestion-panier .td-3::before {
	    content: "Prix unitaire : ";
	    font-style: italic;
    	padding: 0 15px 0 0;
	}
	.etape4 #liste-panier .td-4::before{
	    content: "Quantité : ";
	    font-style: italic;
    	padding: 0 15px 0 0;
	}
	#liste-panier .td-5::before,
	#gestion-panier .td-5::before {
	    content: "Prix : ";
	     font-style: italic;
    	padding: 0 15px 0 0;
	}
	
/* 	 #bt_submit_panier,  */
	 #liste-panier .td-1 {
		text-align: right;
	}
/* 	#gestion-panier .td-3,  */
/* 	#gestion-panier .td-4,  */
/* 	#gestion-panier .td-5,  */
/* 	#gestion-panier .td-6, */
	#liste-panier .td-3, 
	#liste-panier .td-4, 
	#liste-panier .td-5{
	    padding-right: 20px;
	    text-align: right !important;
	    background: #f2f2f2;
	    padding: 5px 20px 5px 0;
	}
	
	
	
}
@media screen and (max-width: 900px) {
	/*****************************************************************************************************************************	PowderBlue ***/
	.inner {
/* 	   background: PowderBlue; */
	}
	.tabs-text{display: none;}
	.tabs-picto{display: block;}
	#guide-etapes span{width: 100%;}
	#carte{
		height: 400px !important;
	}
	.form-contact, 
	#groupe-carte{
		width: 100%;
		margin: 20px 0 0;
	}
	.carousel-inner > .item > a > img {
		 display: block;
		 width: 100vw;
		 height: 25vh;
		 object-fit: cover;
	}
	#item_diapo_1 .carousel-caption {
        right: 3%;
        left: 25%;
    }
    #item_diapo_2 .carousel-caption {
        right: 15%;
        left: 3%;
    }
    .texte-diapo h2{
		font-size: 2.2rem;
	}
	.texte-diapo{
		font-size: 1.7rem;
		line-height:  initial;
	}
}
@media screen and (min-width: 700px) and (max-width: 990px) {
	/*****************************************************************************************************************************	PaleVioletRed ***/
	.inner {
/* 	   background: PaleVioletRed; */
	}
	#gestion-filtres .bloc_critere {
	    width: 32%;
	}	
	.module-catalogue.produit .description {
	    min-height: auto;
	}
	.bloc_etats div {
	    width: 22%;
	}
	#controle {
		max-height: 490px;
	}
}
@media screen and (max-width: 700px) {
	/*****************************************************************************************************************************	PaleGoldenrod ***/
	.inner {
/* 		background: PaleGoldenrod; */
	}
	.top_header {
		position: absolute;
		top: 0;
		right: 15px;
	}
	#zone-logo {
		width: 100%;
		padding: 5px 35% 5px 25%;
	}
	#recherche,
	#autre-zone {
		width: 100%;
	}
	#produit-en-avant h2,
	#texte-presentation h2,
	h1,
	.mobile-h1{
/* 		font-variation-settings: 'wght' 700, 'opsz' 32; */
		font-size: 2rem;
  		background: url(../img/feuille-titre-s.png) no-repeat 10px 4px;
	}
	.produit h1,
	.produit .mobile-h1{
		font-size: 2rem;
		margin: 20px 0 0px 0;
	}
	.carousel-inner > .item > a > img {
		 height: 50vh;
	}
	.texte-diapo h2{
		font-size: 2rem;
	}
	.texte-diapo{
		font-size: 1.5rem;
		line-height:  initial;
/* 		font-family: "Fredoka", sans-serif; */
/* 	  	font-variation-settings: 'wght' 400, 'opsz' 30; */
/* 	  	line-height: 2.2rem; */
	}
	#item_diapo_1 .carousel-caption {
        right: 3%;
        left: 3%;
    }
    #item_diapo_2 .carousel-caption {
        right: 5%;
        left: 5%;
    }
	h2{font-size: 1.75rem;}
	h3{font-size: 1rem;}
	#continuer_achats_popup:hover,
	#continuer_achats_popup:focus, 
	.inner_interne .btn-inverse:focus, 
	.inner_interne .btn-inverse:hover, 
	.lien-telechargement:focus, 
	.lien-telechargement:hover,
	.btn:hover, 
	.btn:focus, 
	.bouton:hover,
	.bouton:focus, 
	#continuer_achats_popup,
	.lien-telechargement,
	.btn-inverse,
	.btn, 
	.bouton {
		font-size: 0.9rem;
	}
	#remise .form-control{
		width: 50%;
	}
	.actualites, 
	.module-catalogue-recherche .produits,
	.widget .produits,
	.cadre {
  		flex-basis: 49%;
	}
	#liste-actualites h2 a {
		font-size: 1.4rem;
		min-height: 80px;
	}
	.imput-condi {
 		width: 95%;
	}
	#liste-pdt-enfant .prix {
  		font-size: 1.5rem;
  		padding: 0 5px;
	}
	.ajouter-panier .quantite {
		width: 40px;
		padding: 0;
	}
	.bt-plus .btn,
	.bt-qte .btn:hover,
	.bt-qte .btn:active, 
	.bt-qte .btn {
		padding: 0px 5px 2px 5px;
		font-size: 1rem;
	}
	.module-catalogue .diaporama,
	.produit .col-md-7{
		padding: 0;
	}
	.diaporama .coeur{
		left: 0px;
	}
	#carte{
		height: 300px !important;
	}
	
/* 	.bt-qte .btn:active, .bt-qte .btn { */
/*   font-size: 1.8em; */
/*   font-weight: 600; */
/*   line-height: 1.8rem; */
/*   color: #fff; */
/*   background: #adc2a0; */
/*   padding: 0px 5px 2px 5px; */
/*   margin: 0; */
/*   height: 34px; */
/*   vertical-align: bottom; */
/*   border: none; */
/* } */
	.critere-fiche {
		flex-basis: 100%;
		margin: 0;
	}
	
	
	.module-catalogue .produits, 
	.produits {
/* 	    flex-basis: 48%; */
/* 	    -ms-flex-basis: 48%; */
  	}
	footer .col-tier {
		flex-basis: 98%;
		border-bottom: solid 1px #adc2a0;
	}
	footer .col-tier+.col-tier+.col-tier{
		border-bottom: none;
	}
	.zone-de-pdt .produits,
	.module-catalogue .produits, 
	.produits,
	footer .col-demi {
    	flex-basis: 48%;
  	}
  	.asterisque,
  	#groupe-3,
  	.module-catalogue .produits, .produits {
		margin: 0 1% 2% 1%;
	}
  	#logo-footer {
		width: 50%;
	  	margin: 20px 25% 10px 25%;
	}
	#recherche button,
	#recherche input[type="text"] {
		height: 35px;
	}
	#bg-navigation {
		top: 5px;
	}

}
@media screen and (min-width: 500px) and (max-width: 700px) {
	/*****************************************************************************************************************************	LightBlue ***/
	.inner {
/* 	    background: LightBlue; */
	}
	.menu-2 ul li {
	    padding: 10px 0;
	}
	#boutique-panier #caddie {
	    left: -290%;
	    width: 380%;
	}
	/** Home **/
/* 	.widget .produits, */
	.zone-de-pdt .produits{
		flex-basis: 48%;
	}
	.module-catalogue .produits {
	    width: 48%;
	}
	#controle {
		max-height: 335px;
	}
	/**#facturation, #livraison,**/
/* 	#groupe-1,  */
/* 	#groupe-2, */
	.col-xs-6,
	.produit .ajouter-panier .bouton{
	    margin: 5% 0 0;
	    width: 100%;
	}
	.compte .prix {
	    background: #f4f4f4 none repeat scroll 0 0;
	    display: inline-block;
	    float: none;
	    text-align: right;
	    width: 100%;
	}
	#gestion-filtres .bloc_critere {
	    width: 48%;
	}

	
	/** etape 1 **/
	#guide-etapes .libelle{
		display: none;
	}
	#gestion-remise input {
	    width: 70%;
	}
	#bt_submit_panier {
	    width: 100%;
	    margin: 4% 0 0 0;
	    text-align: center;
	}
	#commentaire,
	#total-commande,
	.etape4 #liste-panier td,
	.module-boutique.etape1 #gestion-panier td {
	    border: medium none;
	    display: inline-block;
	    width: 100%;
	    margin: 0;
	}
	#liste-panier td,
	#gestion-panier td {
	    border: none;
	    display: inline-block;
	    width: 100%;
	}
	.th-1,
	.th-3,
	.th-4,
	.th-5,
	.th-6{
	    display: none;
	}
	#liste-pdt-enfant .th-2,
	#liste-pdt-enfant .th-4,
	#liste-pdt-enfant .th-5{		
		display: table-cell;
	}
	#bt_submit_panier,
	#liste-panier .td-1{
		text-align: right;
	}
	#liste-panier .td-3,
	#liste-panier .td-4,
	#liste-panier .td-5,
	#liste-panier .td-6,
	#gestion-panier .td-3, 
	#gestion-panier .td-4, 
	#gestion-panier .td-5,
	#gestion-panier .td-6 {
	    padding-right: 20px;
	    text-align: right !important;
	    background: #f2f2f2;
	    padding: 5px 20px 5px 0;   
	}
	#liste-panier .form-control{
		display: inline-block;
	}
	#liste-panier .td-3::before,
	#gestion-panier .td-3::before {
	    content: "Prix unitaire : ";
	    font-style: italic;
    	padding: 0 15px 0 0;
	}
	#liste-panier .td-4::before{
		content: none;
	}
	#gestion-panier .td-4::before {
/* 	    content: "Prix unitaire : "; */
/* 	    font-style: italic; */
/*     	padding: 0 15px 0 0; */
	}
	#liste-panier .td-4 .input-group{
/* 		float: right; */
		width: 100%;
	}
	#liste-panier .td-6::before,
	#gestion-panier .td-6::before {
	    content: "Remise : ";
	     font-style: italic;
    	padding: 0 15px 0 0;
	}
	#liste-panier .td-5::before,
	#gestion-panier .td-5::before {
	    content: "Prix : ";
	     font-style: italic;
    	padding: 0 15px 0 0;
	}
	#liste-panier .td-4 .input-group,
	.etape5 .message,
	.colonne-montant,
	.ajouter-panier .col-demi,
	.diaporama,
	.col-half{
		width: 100%;
	}
	.bloc_etats div {
   	 	width: 30%;
	}
}

@media screen and (min-width: 150px) and (max-width: 500px) {
	/*****************************************************************************************************************************	Lavender ***/
	.inner {
/* 	   background: Lavender; */
	}
	#zone-logo {
	  width: 100%;
	  padding: 5px 40% 5px 20%;
	}
	.nb-article,
	.nb-article-coeur
	{
		display: none;
	}
	#zone-compte .widget {
		padding: 0 3px;
	}
	#acces-pro {
	    font-size: 0.9rem;
	    padding: 5px 5px;
	}
	#zone-compte .widget {
	    padding: 0 4px;
	}
	.menu-2 ul li {
	    padding: 10px 0;
	}
	#boutique-panier #caddie {
	    left: -155%;
	    width: 247%;
	}
	/** form **/
	.col-xs-6,
	.produit .ajouter-panier .bouton,
	#groupe-1, #groupe-2 {
	    margin: 5% 0 0;
	    width: 100%;
	}
	/** form label **/
	#gestion-filtres .bloc_critere,
	.form_nouveau_mdp fieldset,
	.form-abonnement fieldset,
	.form-abonnement fieldset{
	    width: 91%;
	}
	.montant_ligne_commande {
	    background: #f4f4f4 none repeat scroll 0 0;
	    float: none;
	    text-align: right;
	    width: 100%;
	}
	.contenu-categorie{
		margin: 0 2% 3%;
	}
	
	
	/** catalogue **/
	#liste-pdt-enfant .th-2,
	#liste-pdt-enfant .th-4,
	#liste-pdt-enfant .th-5{		
		display: table-cell;
		font-size: 0.8rem;
	}
	#liste-pdt-enfant .th-4{text-align: center;}
	#liste-pdt-enfant .td-2{ 
		width: 30%;
	}
	.imput-condi{
		padding: 5px;
		word-break: break-all;
		width: 95%;
	}
	#liste-pdt-enfant .td-4{
		width: 20%;
	}
    #liste-pdt-enfant .prix {
        font-size: 1.1rem;
        padding: 0 5px;
    }
    #liste-pdt-enfant .td-5{
		width: 50%;
	}
    .ajouter-panier .quantite {
        width: 30px;
    }
	.bloc_livraison_compte,
	.bloc-rassurence{
		flex-basis: 100%;
		margin: 20px 0;
	}
	#controle {
		max-height: 240px;
	}
	.bloc-rassurence{
		padding: 0 15px;
	}
	#zone-choix-critere-principal,
	.zone-btn-panier{
		flex-basis: 100%;
	}
	.btn-contact, .btn-panier {
		margin: 10px 0;
		height: 40px;
		width: 100%;
	}
	/** Autre formulaire **/
	.bloc_etats div,
	#form-connexion-extranet,
	#form_suppresion_compte,
	#form-validation,
	#form_nouveau_mdp,
	#form-abonnement,
	#form-deabonnement,
	.form_suppresion_compte,
	.form_nouveau_mdp,
	.form-abonnement,
	.reset-filtre{
		width: 96%;
		margin: 2%;
	}
	.module-catalogue .produits {
	    height: auto;
	}
	#remise .form-control,
	#changer_motdepasse,
	.etape5 .message,
	#commande #livraison, 
	#commande #facturation, 
	.commande #livraison, 
	.commande #facturation,
	.colonne-montant,
	.ajouter-panier .col-demi,
	.diaporama,
	.col-half{
		width: 100%;
	}
	#changer_motdepasse{
		margin: 0;
	}

	/** etape 1 **/
	#nb-article,
	#guide-etapes .libelle{
		display: none;
	}
	
	#liste-panier td,
	#gestion-panier td {
	    border: none;
	    display: inline-block;
	    width: 100%;
	}
	.th-1,
	.th-3,
	.th-4,
	.th-5{
	    display: none;
	}
	#bt_submit_panier,
	#liste-panier .td-1{
		text-align: right;
	}
	#liste-panier .td-3,
	#liste-panier .td-4,
	#liste-panier .td-5,
	#gestion-panier .td-3, 
	#gestion-panier .td-4, 
	#gestion-panier .td-5 {
	    padding-right: 20px;
	    text-align: right !important;
	    background: #f2f2f2;
	    padding: 5px 20px 5px 0;   
	}
	#liste-panier .form-control{
		display: inline-block;
	}
	#liste-panier .td-3::before,
	#gestion-panier .td-3::before {
	    content: "Prix unitaire : ";
	    font-style: italic;
    	padding: 0 15px 0 0;
	}
/* 	#liste-panier .td-4::before, */
	#gestion-panier .td-4::before {
	    content: "Prix unitaire : ";
	    font-style: italic;
    	padding: 0 15px 0 0;
	}
	#liste-panier .td-5::before,
	#gestion-panier .td-5::before {
	    content: "Prix : ";
	     font-style: italic;
    	padding: 0 15px 0 0;
	}
	/** zone client tableau **/
	.c-th-1,
	.c-th-2,
	.c-th-3,
	.c-th-4,
	.c-th-5,
	.c-th-6,
	.c-th-7{
	    display: none;
	}
	.client .table td{
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.client .c-td-1::before{
		content: "Réference : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-2::before{
		content: "Libellé : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-3::before{
		content: "Montant : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-4::before{
		content: "Quantité : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-5::before{
		content: "Total TTC: ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-6::before{
		content: "Etat : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	.client .c-td-7::before{
		content: "Action : ";
	    font-style: italic;
	    font-weight: 500;
    	padding: 0 15px 0 0;
	}
	#liste_paniers_client tr{
		border-bottom: 1px solid #ecbab3;
	}
	/** tabs resultat recherche **/
	#resultats_recherche .nav-tabs > li > a{
/* 		font-size: 0.7em; */
	}
	.actualites{
		flex-basis: 100%;
		margin: 10px 0;
	}
	#liste-actualites h2 a {
  		min-height: initial;
	}
	footer .col-demi {
        flex-basis: 100%;
    }
	.menu-footer ul li {
		margin: 10px 0;
		width: 100%;
	}
	.menu-footer ul li a,
	.menu-footer ul li span{
		border: none;
	}
	
}

/* End of file site.css */
/* Location: ./assets/css/site.css */