/*
@package	Océa Manager
@version 	6

[Sommaire Detriche]

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=Exo:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* =1 Général
-------------------------------------------------------------------*/
html,
body {
	font-family: "Lato", sans-serif;
	color: #2b2b2b;
	line-height: 1.7rem;
}
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: url(/assets/img/puce.png);	
	position: absolute;
	left: 0;
	top: 2px;
}
.popover {
	max-width: none;
}
.inner{
	margin: 0 auto;
   	width: 100%;
    position: relative;
}
.inner_interne{
	margin: 0 auto;
   	max-width: 1600px;
   	padding: 0 20px;
}
.bg-info {
    background-color: #ffffff;
    border: 1px solid #efefef;
}
.text-info {
    color: #000000;
}
hr{
	border: 0 none;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}
blockquote {
	font-size: 1rem;
	border-left: 5px solid #008236;
	padding: 0px 20px;
	margin: 20px 5%;
	font-size: 1rem;
}
.clear-both{
	clear: both;
}
.hide{
	display: none;
}

/* =2 Liens
-------------------------------------------------------------------*/
a{
	color: #000;
	-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;
}
.btn,
.bouton{
	display: inline-block;
	background: #0b6620;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 8px 20px;
	margin: 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.btn:hover,
.btn:focus,
.bouton:focus,
.bouton:hover{
	background: #008236;
	color: #fff;
	text-decoration: none;
}
.lien-standard{
	text-decoration: underline;
	color: #0b6620;
	font-weight: 500;
}
.lien-standard:hover,
.lien-standard:focus{
	text-decoration: underline;
	color: #008236;
}
.module-editeur .lien-telechargement {
    background: url("../img/ico-telecharger.png") no-repeat scroll 93% 40% #0b6620;
    display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	padding: 8px 40px 8px 20px;
	margin: 20px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.lien-telechargement:hover,
.lien-telechargement:focus {
	background: url("../img/ico-telecharger.png") no-repeat scroll 93% 60% #008236;
	text-decoration: none;
}
/* =3 Titres
-------------------------------------------------------------------*/
.bloc_titre_h1{
	text-align: center;	
	margin: 0;
}
h1{
	font-family: "Exo", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	color: #0b6620;
	text-transform: uppercase;
	margin: 20px 0;
}
h2{
	font-family: "Lato", sans-serif;
	font-size: 2.15rem;
	font-weight: 500;
	color: #2b2b2b;
	margin: 20px 0 10px 0;
}
h3{
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #008236;
	margin: 20px 0 10px 0;
}
h4{	
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #2b2b2b;
	margin: 20px 0 10px 0;
}
h2.panel-heading,
h3.panel-heading,
h4.panel-heading {
	margin-top: 0;
}

/* =4 Header
-------------------------------------------------------------------*/
header {
	position: relative;
}
.top_header{
	display: inline-block;
	width : 100%;
	text-align: right;
}
.bottom_header {
    display: inline-block;
    width: 100%;
}
/* Logo */
#logo{
	display: inline-block;
	padding: 20px 10px;
}
#logo svg{
	width: 100%;
}
/* =5 Navigation
-------------------------------------------------------------------------------*/
/* =5.1 Menu principal
-------------------------------------------------------------------------------*/
#bg-navigation,
.navigation .niveau-1{
	background: #0b6620;
}
.smobitrigger, 
.mnuclose { 
	display: none; 
}
.navigation {
	position: relative;
}
.navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background : #FFFFFF;
}
.navigation .niveau-1.mobimenu {
  display: flex;
  justify-content: space-around;
}
.mobimenu li > a, 
.mobimenu li > span, 
.navigation li > a, 
.navigation li > span {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
  	font-size: 1.1em;
    font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 15px;
	transition: color 5s ease;
	 display: inline-block;
 	 width: 100%;
 	 cursor : pointer;
}
.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: #0d4e1c;
}
.niveau-1 li ul li{
    float: left;
    font-family: "Roboto";
    position: relative;
    display : inline-block;
    width: 100%;
}
/** second niveau **/
.niveau-1 li ul{
	display: none;
	position : absolute;
	z-index : 10;
	width: 100%;
	max-width : 1300px;
	left : 0;
}
.niveau-1 > li > ul{
	white-space: nowrap;
	width: auto;
}
.niveau-1 li ul li{
	color: #fff;
	background: #0b6620;
	border-top: solid 1px #c6c6c6;
    float: left;
    position: relative;
    display : inline-block;
    width: 100%;
    padding: 0;
}
.niveau-1 li ul li a {
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    padding: 10px 10px;
    text-transform: initial;
}
.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: #fff;
    background: #0d4e1c;
}
.mm-listview li > a, 
.mm-listview li > span {
	color: #0d4e1c;
  	text-align: left;
	padding: 20px 5px 15px 20px;
    padding-right: 5px;
    transition: all 0.9s linear;
}
.mm-listview > li > a, 
.mm-listview > li > span {
	color: #0d4e1c;
	transition: all 0.9s linear;
}
.mm-listview > li > a:hover, 
.mm-listview > li > a:focus, 
.mm-listview > li > span:hover,
.mm-listview > li > span:focus{
	background: none;
	font-weight: 600;
}
.mm-listview > li:not(.mm-divider)::after {
	left: 0;
}
/** 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;*/
}
/* =5.2 Menu bas de page
-------------------------------------------------------------------------------*/
.menu-footer{
	text-align: center;
	padding: 20px 0;
	margin: 20px 0 0;
	border-top: solid 1px #f0fdf4;	
}
.menu-footer ul{
	margin: 0;
	padding: 0;
}
.menu-footer ul li{
	display: inline-block;
}
.menu-footer ul li a {
	color: #016630;
	padding: 0 20px;
	display: block;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 0.8em;
    text-decoration: none;
    border-right: solid 1px #016630;
    width: auto;  
}
.menu-footer ul li:last-child a{
    border-right: none;
}
.menu-footer .niveau-1 li.active > a,
.menu-footer .niveau-1 li > a:hover{
	background: none;
	color: #4e4e4e;
}
/* =6 Corps
-------------------------------------------------------------------------------*/
/** =6.1 Accueil
-------------------------------------------------------------------------------*/
#zone-recherche{
	background: url("../img/bg-search.jpg") no-repeat center center #6b8907;
	background-size: cover;
	padding: 40px 10px;
	text-align: center;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#recherche {
    margin: 40px 35% 10px 35%;
    width: 30%;
    text-shadow: none;
}
#recherche input{
	font-size: 1rem;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	color: #404040;
	border-radius: 10px 0px 0px 10px;
	border: none;
	height: 50px;
}
#recherche button{
	border-radius: 0px 10px 10px 0px;
	height: 50px;
	border: none;
	margin: 0;
}
.titre-franco{
	font-style: italic;
	font-size: 1.5rem;
	font-weight: 500;
}
.home h1,
.home h2{
	text-transform: initial;
	font-size: 2.25rem;
	font-weight: 600;
	color: #0b6620;
	margin: 30px 0 10px 0;
}
.home h3{
	text-transform: initial;
	font-size: 1.4rem;
	font-weight: 400;
	color: #4e4e4e;
	margin: 20px 0;
}
.zone-gammes{
	padding: 1px 0 30px 0;
}
#zone-pepiniere{
	background: #f0fdf4;
	padding: 40px 0;
}
#zone-pepiniere img{
	border-radius: 10px;
}
.home footer {
	border-top: none;
	margin: 0;
}
/** =6.2 Page
-------------------------------------------------------------------------------*/
.img_section img {
    height: auto;
    width: 100%;
}
/** =6.2.1 Fil d'ariane
-------------------------------------------------------------------------------*/
#fil-ariane{
	margin: 10px 0 10px 0;
}
#fil-ariane a,
#fil-ariane span{
	color: #4e4e4e;
	font-size: 0.9rem;
	font-style: italic;
}
#fil-ariane li{
	display: inline-block;
}
#fil-ariane .separateur span {
    margin: 0 10px;
}
/** =6.2.2 Pagination
-------------------------------------------------------------------------------*/
.pagination li:before,
.pagination li:before,
.pagination li:before {
	content: none; 
}
/** =7 Widgets
-------------------------------------------------------------------------------*/
.popover-content .widget-panel{
	width: 300px;
}
/* =8 Modules
-------------------------------------------------------------------------------*/
/** =8.2 Catalogue
-------------------------------------------------------------------------------*/
.module-catalogue h3 {
	margin-top: 0px;
}


/** =8.2.3 Catalogue : Liste des catégories
-------------------------------------------------------------------------------*/
#liste-categories .categories {
	display: inline-block;
	width: 23%;
	margin: 1%;
	position: relative;
}
/** =8.2.4 Catalogue : Liste des produits
-------------------------------------------------------------------------------*/
footer .flex,
.categ-flex,
.liste-recherche,
.liste-varies {
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
  	width: 100%;
	margin: 5px auto 10px auto;
	padding: 0;
}
.alert-warning{
	width: 100%;
	background: none;
	border: solid 1px #f4f4f4;
	color: #000;
}
.categories-varies + .liste-varies
{
	display: flex;
	display: -ms-flex;
}
.categories-varies.closed + .liste-varies
{
	display: none;
}
.categories-varies{
	position: relative;
	background: #f0fdf4;
	color: #0b6620;
	font-size: 1.9rem;
	margin: 0 0 10px 0;
}
.categories-varies p{
	margin: 0;
	padding: 10px 20px;
}
.categories-varies p::after {
	content: '';
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 25px;
	left: auto;
	border-top: 2px solid #0b6620;
	border-top-color: #0b6620;
	border-left: 2px solid #0b6620;
	border-left-color: #0b6620;
	display: block;
	width: 14px;
	height: 14px;
	margin: auto;
	position: absolute;
	top: 16px;
	cursor: pointer;
}
.categories-varies p::first-letter{
	text-transform: uppercase;
}
.categories-varies:hover {
	cursor: pointer;
	background: #dffbe8;
}
.categories-varies:hover p::after{
	transform: rotate(225deg);
}
.categ-flex .categorie-gamme,
.liste-recherche .produits,
.liste-varies .produits {
	overflow: hidden;
	position: relative;
	flex-basis: 24%;
	-ms-flex-basis: 24%;
	margin: 1% 0.5% 1% 0.5%;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.categ-flex .categorie-gamme{
	margin: 1% 0.5% 25px 0.5%;
	transition: all 0.5s linear;
}
.categ-flex .categorie-gamme:focus,
.categ-flex .categorie-gamme:hover{
	outline: solid 2px #0d4e1c;
	cursor: pointer;
}
.categorie-gamme a:focus,
.categorie-gamme a:hover{
	text-decoration: none;
	color: #0d4e1c;
}
.nouveau{
	background: #98B40B none repeat scroll 0 0;
    color: white;
    display: inline-block;
    font-family: "Roboto";
    font-size: 0.8em;
    font-weight: 500;
    left: -44px;
    letter-spacing: 1px;
    padding: 0 45px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-39deg);
    z-index: 0;
}
.produits h3,
.liste-varies h3{
	min-height: 45px;
	margin-top: 0px;
	padding: 0 10px;
}
.produits h3 a,
.liste-varies h3 a{
	color: #4e4e4e;
	font-size: 1.3rem;
	font-weight: 400;
	text-transform: initial;
}
.liste-varies .produits img{
    height: auto;
    width: 100%;
	object-fit: cover;
}
.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;
}
#resultats_recherche{margin: 50px 0 0 0;}
#liste-produits .widget.boutique {
	padding: 15px;
	width: 100%;
}
/** =8.2.5 Catalogue : Fiche produit
-------------------------------------------------------------------------------*/
.titre-mobil{
  display: none;
}
.produit h1{
	font-size: 2.25rem;
	padding: 0 0 20px 0;
	margin: 0;
	text-transform: inherit;
}
.produit .libelle2{
	font-size: 1.6rem;
	font-weight: 500;
	font-style: italic;
	color: #000;
	padding: 0 0 10px 0;
}
.zone-nouveau {
    overflow: hidden;
    position: relative;
}
/** =8.2.5.1 Fiche produit : Diaporama
-------------------------------------------------------------------------------*/
.produit .diaporama img{
	display: inline-block;
	width: 100%;
	height: auto;	
}
#gal1 {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	position: relative;
}
#gal1 .zone-before,
#gal1 .zone-after {
  position: absolute;
  top: 0;
  width: 40px;
  height: 80px;
  cursor: pointer;
  z-index: 11;
}
#gal1 .zone-before {
  left: 0;
}
#gal1 .zone-after {
  right: 0;
}
#gal1 .zone-before {
  top: 0;
}
#gal1 .zone-after {
  bottom: 0;
}
#controle{
display: flex;
  flex-direction: row;
  white-space: nowrap;
  max-width: 94%;
  height: 80px;
  overflow: hidden;
  margin-left: 3%;
}
#gal1::before{
	content: url(/assets/img/fleche-droite-diapo.png);
	position: absolute;
	right: 0;
	top: 25px;
}
#gal1::after{
	content: url(/assets/img/fleche-gauche-diapo.png);
	position: absolute;
	left: 0;
	top: 25px;
}
#gal1 img {
  height: 80px;
  width: auto;
  margin: 0 5px;
  opacity: 0.6;
}
#gal1 a.active img{
	opacity: 1;
}
.zoomWindowContainer
{
	display:none !important;
	width: 0 !important;
	height: 0 !important;
}
#liste-pdt-enfant{
	width: 100%;
	margin: 40px 0 40px 0;
}
#liste-pdt-enfant thead{
	border-bottom: solid 2px #008236;
}
#liste-pdt-enfant tr{
	border-bottom: solid 1px #e2e2de;
}
#liste-pdt-enfant .th-2,
#liste-pdt-enfant .td-2{
	width: 50%;
	padding: 10px 20px;
}
#liste-pdt-enfant .th-4,
#liste-pdt-enfant .td-4{
	width: 25%;
	padding: 10px 20px;
	text-align: center;
}
#liste-pdt-enfant .th-5,
#liste-pdt-enfant .td-5{
	width: 25%;
	padding: 10px 20px;
	text-align: center; 
}
#liste-pdt-enfant img:hover{
	cursor: pointer;
}

/* =8.5 Formulaire
-------------------------------------------------------------------------------*/
#groupe-1 .asterisque{
	display: none;
}
.module-formulaire {
	display: inline-block;
	width: 100%;
}
#groupe-carte{
	margin: 20px 0;
}
#carte{
	z-index: 3;
}
#groupe-2 {
    margin: 0 0 0 2%;
}
#groupe-1 {
    margin: 0 2% 0 0;
}
#groupe-1,  
#groupe-2{
    display: inline-block;
    width: 48%;
    vertical-align: top; 
}
#groupe-validation {
	text-align: right;
}
legend,
#adresses_supp_compte h4{
	color: #008236;
	border-bottom: 1px solid #e5e5e5;
}
.form-group label{
	max-width: 80%;
    margin: 5px 10px 2px 0;
    font-weight: 500;
}
.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;
}
.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;
}
#captcha {
	margin: 10px 0;
}
/** 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%;
    width: 50%;
}
/* /** =8.6 Boutique */
/* -------------------------------------------------------------------------------*/ */
/* .module-boutique { */
/* 	display: inline-block; */
/* 	width: 100%; */
/* } */
/* /* Guides des étapes */ */
/* #guide-etapes { */
/* 	list-style-type: none; */
/* 	width: 100%; */
/* 	height: 50px; */
/* } */
/* #guide-etapes li { */
/* 	float: left; */
/* 	text-align: center; */
/* 	width: 20%; */
/* } */
/* #guide-etapes span{ */
/* 	display: block; */
/* } */
/* #guide-etapes .numero{ */
/* 	font-size: 20px; */
/* } */
/* #guide-etapes .separateur{ */
/* 	display: none; */
/* } */
/* #guide-etapes li.active { */
/* 	font-weight: bold; */
/* } */
/* /* =8.6.1 Commande :: ETAPE 1 */
/* -------------------------------------------------------------------------------*/ */

/* /* liste Panier */ */
/* #liste-panier { */
/* 	width: 100%; */
/* } */
/* #liste-panier tr { */
/* 	border-top: 1px dotted #CCCCCC; */
/* 	border-bottom: 1px dotted #CCCCCC; */
/* } */
/* #liste-panier .td-4 .quantite { */
/* 	width: 70px; */
/* 	text-align: center; */
/* } */
/* #liste-panier .td-2 .image { */
/* 	float: left; */
/* 	margin-right: 5px; */
/* } */
/* #liste-panier td:last-child, */
/* #liste-panier th:last-child { */
/* 	text-align: right; */
/* 	padding-right: 20px; */
/* } */
/* #formulaire-etape1 { */
/* 	position: relative; */
/* } */
/* /* 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; */
/* }  */
/* /** Etape 1 Prix remisé **/ */

/* /* Total de la commande */ */
/* .etape4 .total, */
/* #total-commande { */
/* 	font-size: 1.2em; */
/* 	font-weight: bold; */
/* 	text-transform: uppercase; */
/* } */
/* /* Commentaire */ */
/* #commentaire { */
/* 	margin-top: 30px; */
/* } */
/* #bloc-commentaire */
/* { */
/* 	border: solid 1px #d8d8d8; */
/* 	padding: 10px; */
/* 	margin-bottom: 15px; */
/* } */
/* #legend-commentaire{ */
/* 	font-weight : bold; */
/* 	line-height: 1.42857143; */
/* } */
/* /* 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: bold; */
/* } */

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

/* /* =8.6.3 Commande :: ETAPE 3 */
/* -------------------------------------------------------------------------------*/ */
/* .etape3 {} */
/* .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: bold; */
/*     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: bold; */
/*     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{ */
/* 	background: #f8f8f8; */
/*     padding: 20px; */
/*     text-align: center; */
/* } */

/* =8.7 Cient
-------------------------------------------------------------------------------*/
/* .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 { */
/*     border-bottom: 1px solid #929292; */
/*     display: block; */
/*     padding: 10px;	 */
/*     text-transform: uppercase; */
/*     width: 100%; */
/* } */
/* .compte .col-md-9 { */
/*     border-left: 1px solid #929292; */
/* } */
/* /** Histo cdes **/ */
/* .client #infos{ */
/* 	margin: 30px 0 10px 0; */
/* } */

/* #creer_livraison{ */
/* 	margin: 0 0 20px 0; */
/* } */
/* #supression-compte{ */
/* 	padding: 0 0 20px 0; */
/* 	text-align: right; */
/* } */

/* /* =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%;
	color: #008236;
	padding: 40px 0 0;
	margin: 40px 0 0;
	border-top: solid 2px #016630;
}
.col-quart{
	flex-basis: 25%;
}
.col-label img:first-of-type{
	margin: 0 20px 0 0;
}
footer .lien-tel{
	color: #008236;
	font-weight: 700;
	text-decoration: underline;
}
footer .lien-tel:hover{
	font-style: italic;
}
.titre-footer{
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 10px 0;
}
footer .col-md-3 img{
	margin: 0 15px 0 0px;
}
#bottom-footer{
	text-align: center;
	background: #016630;
	color: #fff;
	padding: 10px 0 5px 0;
}
footer .copyright{
	color: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}
footer .copyright:hover{
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
/* =10 Coockies
-------------------------------------------------------------------------------*/
.bandeau_cookie {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-weight: bold;
}
.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: 768px) {
	/********************************************************** Mobile **********************************************************************/
	.navigation nav > .navwrp > ul {
	  position : relative;	
	}	
	.mobile-only{
		display : none;
	}
	#mm-mmenu{
      display: none !important;
   }
}
@media all and (max-width : 768px) {
	/********************************************************** Mobile **********************************************************************/
	header{
		position : relative;
	}		
	.pc-only{
		display : none;
	}
	#mm-logo svg{
		width: 60%;
		margin: 0 20%;
	}	
	#logo svg {
	  width: 80%;
	}
	#logo {
  		padding: 10px 0 0px 0;
	}
	#bg-navigation {
	    background: none;
	    position: absolute;
	    top: 20px;
	    left : 0;
	}
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		background-color: #0b6620;
	}
	#bg-navigation .inner{
	    background: none;
	}
	#bg-navigation .navigation{
		z-index: 12;
	}	
	#mmenu {
      display: none !important;
   }
}
/*Fin Mobile*/

@media screen and (max-width: 1324px) {
	/*****************************************************************************************************************************	Green ***/
	.inner {
/* 	    background: green; */
	}
	.inner_interne {
		padding: 0 10px;
	}
	#recherche {
		margin: 40px 25% 10px 25%;
		width: 50%;
	}
	.inner img {
	    height: auto;
	    max-width: 100%;
	}
	#gal1 img {
	  max-width: initial;
	}
	#top-header .panel {
	    left: -25px;
	}
	.colonne_demi {
	    width: 100%;
	}
	.produit .description{
		min-height : 0;	
	}
	.colonne_droite {
	    margin: 0;
	}
}
@media screen and (max-width: 1120px) {
	/*****************************************************************************************************************************	Teal ***/
	.inner {
/* 	    background: teal; */
	}
	.liste-recherche .produits,
	.module-catalogue .produits {
		flex-basis: 32%;
	}
	#gestion-filtres .bloc_critere {
	    width: 24%;
	}
	.col-demi {
	    width: 100%;
	}
	.categories-varies {
  		font-size: 1.6rem;
	}
	h1{font-size: 2.4rem;}
	h2{font-size: 1.9rem;}
	.produit .zone-criteres,
	.produit .description {
	    padding: 0 20px;
	}
	.produit .widget.boutique {
	    margin: 20px;
	}
}
@media screen and (max-width: 990px) {
	/*****************************************************************************************************************************	Grey ***/
	.inner {
/* 		background: grey; */
	}
	.titre-mobil{display: block;}
	.mobile-h1{		
		font-family: "Exo", sans-serif;
		font-weight: 500;
		color: #0b6620;
		font-size: 2rem;
		padding: 10px 0px 10px 0px;
		margin: 0;
		text-transform: inherit;
	}
	.compte .col-md-9 {
	    border-left: medium none;
	    padding: 3% 15px 0;
	}
	.menu-compte {
	    padding: 0;
	    text-align: center;
	}
	#etapes-boutique .libelle {
	    display: none;
	}
	#etapes-boutique li .numero {
	    margin: 0 3px 0 0;
	}
	#liste_relais,
	#bloc_carte_relais {
	    width  : 100%;
	}
	.col-logo-footer{
		flex-basis: 32%;
	}
	.col-label{
		flex-basis: 24%;
		text-align: center;
	}
	.col-label img{
		width: 30%;
		height: auto;
		margin: 0 5px;
	}
	.col-info{
		flex-basis: 22%;
	}
}
@media screen and (max-width: 830px) {
	/*****************************************************************************************************************************	PapayaWhip ***/
	.inner {
/* 		background: PapayaWhip; */
	}
	.col-logo-footer {
		margin: 0 4% 0 0;
	}
	.col-info {
		flex-basis: 32%;
	}
	.col-label img {
		width: 50px;
	}
	.col-label{
		flex-basis: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
}
@media screen and (max-width: 700px) {
	/*****************************************************************************************************************************	Khaki ***/
	.inner {
/* 		background: Khaki; */
	}
	#recherche {
		margin: 40px 10% 10px 10%;
		width: 80%;
	}
	.categ-flex .categorie-gamme {
		flex-basis: 48%;
		margin: 1% 1% 25px 1%;
	}
	h1{font-size: 2.0rem;}
	h2{font-size: 1.9rem;}
	.categories-varies {
  		font-size: 1.4rem;
	}
	.col-logo-footer,
	.col-info{
		flex-basis: 33%;
	}
	.col-label{
		flex-basis: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	.col-label img{
		width: 50px;
	}	
	.menu-footer ul li {
	    padding: 10px 0;
	}
	.col-logo-footer,
	.col-info,
	.col-label{
		flex-basis: 100%;
		text-align: center;
		margin: 20px 0 0;
	}
}
@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%;
	}
}
@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 **/
	.liste-recherche .produits,	
	.module-catalogue .produits {
		flex-basis: 49%;
	}
	.col-xs-6,
	.produit .ajouter-panier .bouton,
	#groupe-1, 
	#groupe-2 {
	    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%;
	}
	.col-half{
		width: 100%;	
	}
	.bloc_etats div {
   	 	width: 30%;
	}
/* 	.col-logo-footer, */
/* 	.col-info, */
/* 	.col-label{ */
/* 		flex-basis: 100%; */
/* 		text-align: center; */
/* 		margin: 20px 0 0; */
/* 	} */
}

@media screen and (min-width: 150px) and (max-width: 500px) {
	/*****************************************************************************************************************************	Lavender ***/
	.inner {
/* 	   background: Lavender; */
	}
	#logo svg {
    	width: 65%;
  	}
	.menu-2 ul li {
	    padding: 10px 0;
	}
	#boutique-panier #caddie {
	    left: -155%;
	    width: 247%;
	}
	/** form **/
	#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%;
	}
	.contenu-categorie{
		margin: 0 2% 3%;
	}
	.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{
		flex-basis: 48%;
		margin: 2% 1%;
	}
	.module-catalogue .produits {
	    height: auto;
	}
	.produits h3 a, .liste-varies h3 a {
		font-size: 1.1rem;
	}
	.btn, .bouton {
		padding: 8px 10px;
		margin: 10px 5px;
		white-space: collapse;
	}
	.etape5 .message,
	#commande #livraison, 
	#commande #facturation, 
	.commande #livraison, 
	.commande #facturation,
	.colonne-montant,
	.ajouter-panier .col-demi,
	.diaporama,
	.col-half{
		width: 100%;
	}
	/** etape 1 **/
	#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;
	}
	/** tabs resultat recherche **/
	#resultats_recherche .nav-tabs > li > a{
		font-size: 0.7em;
	}
	
}

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