/*
@package	Océa Manager
@version 	5

[Sommaire declics bretons]

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éservationl1306
			
	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=Outfit:wght@100..900&display=swap');

/* =1 Général
-------------------------------------------------------------------*/
html,
body {
	font-family: "Outfit", sans-serif;
	color: #313131;
	font-size: 100%;
	line-height: 1.8em;
	width: 100%;
}
ul {
	padding: 0;
}
ul li {
	list-style-type: none;
}
.module-catalogue .tab-content ul li::before,
.module-catalogue ul li::before, 
.module-actualite ul li::before, 
.module-compte ul li::before, 
.module-editeur ul li::before {
	content: "►";
	color: #feca3f;
	margin-right: 8px;
	font-size: 0.8em;
}
.popover {
	max-width: none;
}
#toggle_recherche + .popover {
	max-width: none;
	width: 600px;
}
.inner{
	margin: 0 auto;
   	width: 100%;
    position: relative;
}
.inner_interne{
	margin: 0 auto;
	padding: 0 20px;
   	max-width: 1600px;
}
.bg-info {
    background-color: #ffffff;
}
.bg-gris{
	background: #f6f6f6;
}
.text-info {
    color: #000000;
}
hr{
	border: 0 none;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 0;
}
.clear-both{
	clear: both;
}
.hide{
	display: none;
}
.relative{
	position: relative;
}

/* =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;
}
a:focus {
	outline: none;
}
#continuer_achats_popup,
.btn-primary,
.btn,
.bouton{
	font-size: 1em;
	font-weight: 500;
	color: #000;
	background: #fff;
	border: solid 1px #000;
	text-transform: uppercase;
	padding: 3px 25px;
	margin: 20px 0;
	display: inline-block;
	white-space: initial;
	-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{
	margin: 0 10px 0 0;
}
.btn-primary,
.bt-compte,
#voir_panier_popup{
	margin: 0 0 0 10px;
	background: #000;
	color: #fff;
}
.btn-primary,
.bt-compte{
	margin: 0 0 10px 0;
}
.btn-default {
	border: none;
	padding: 0 10px;
}
#continuer_achats_popup:hover,
#continuer_achats_popup:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn:hover,
.btn:focus,
.bouton:hover,
.bouton:focus{
	background: #000;
	color: #fff;
	text-decoration: none;
	border: solid 1px #000;
}
.btn-primary:hover,
.btn-primary:focus,
.bt-compte:hover,
.bt-compte:focus,
#voir_panier_popup:hover,
#voir_panier_popup:focus{
	background: #fff;
	color: #000;
}
.lien-standard{
	text-decoration: underline;
	color: #feca3f;
	font-weight: 600;
}
.lien-standard:hover,
.lien-standard:focus{
	color: #000;
}
.compte .lien-telechargement,
.module-editeur .lien-telechargement {
    background: url("../img/ico-telecharger.png") no-repeat scroll 95% 40% #fff;
    font-size: 1em;
	font-weight: 500;
	color: #000;
	border: solid 1px #000;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 40px 5px 20px;
	margin: 20px 0;
}
.lien-telechargement:hover,
.lien-telechargement:focus {
    background: url("../img/ico-telecharger-hover.png") no-repeat scroll 95% 55% #000;
    padding: 5px 40px 5px 20px;
	color: #fff;
	text-decoration: none;
}
.btn-inverse{
	background: #000;
	color: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus{
	background: #fff;
	color: #000;
}

/* =3 Titres
-------------------------------------------------------------------*/
.bloc_titre_h1{
	text-align: center;	
	margin: 0;
}
h1{
	display: inline-block;
	text-transform: uppercase;
	font-size: 2.25em;
	background: url(../img/img-h1.png) no-repeat left top;
  	padding: 25px 0 0px 40px;
  	margin: 20px 10px 50px 10px;
}
h2{
	font-size: 2.1em;
	font-weight: 500;
	line-height: 0.95em;
	padding: 0 0 0 8px;
	margin: 30px 0 20px 0;
	border-left: solid 6px #feca3f;
}
h3{
	color: #feca3f;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
}
h4{
	color: #000;
	font-size: 1.25em;
	font-weight: 600;
	margin: 30px 0 15px 0;
}
h2.panel-heading,
h3.panel-heading,
h4.panel-heading {
	margin-top: 0;
}

/* =4 Header
-------------------------------------------------------------------*/
header {
	position: sticky;
	top: 0px;
	background: #ffffff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	z-index: 4;
}
#logo {
	display: inline-block;
	padding: 20px 0 13px 0;;
}
#logo svg{
	width: 55%;
}
.col-20,
.col-60{
	display: inline-block;
	vertical-align: middle;
}
.col-20{
	width: 30%;
	min-height: 10px;
	text-align: right;
}
.col-60{
	width: 40%;
	text-align: center;
}

#btn-recherche{
	display: inline-block;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
	
}
#btn-recherche.opened {
  width: 60%;
  cursor: pointer;
}
#recherche
{
	opacity: 0;
	position: absolute;
	top:4px;
	left: 0px;
	width: 100%;
    transition: visibility 0.5s, opacity 0.5s linear;
    z-index: 2;
}
#btn-recherche.opened > #recherche {
	visibility: visible;
	opacity: 1;
}
#recherche .input-group {
	width: 80%;
}
#recherche .moteur-recherche 
{
	border: none;
	width: 100%;
	border-bottom: solid 2px #000;
}
#recherche .input-group-btn
{
	display: none;
}
#search-submit
{
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.input-group .form-control {
  float: none;
}

/* =5 Navigation
-------------------------------------------------------------------------------*/

/* =5.1 Menu principal
-------------------------------------------------------------------------------*/
.menu-1 {}
#bg-navigation,
.navigation .niveau-1{
	background: #000;
	text-align: center;
}
.smobitrigger, 
.mnuclose { 
	display: none; 
}
.navigation {
	position: relative;
}
.navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background : #FFFFFF;
}
.navigation nav ul li { 
	display: inline-block; 
	width: 12.5%;
	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: "Outfit", sans-serif;
  	font-size: 1.20rem;
    font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 10px 3px;
	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 : #fff;
}
.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: #383838;
	font-family: "Outfit", sans-serif;
}
.niveau-1 li ul li{
    float: left;
    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;
}

/** second niveau **/
.niveau-1 li ul{
	display: none;
	position : absolute;
	z-index : 10;
	width: 100%;
	max-width : 1300px;
  	padding: 0;
}
.niveau-1 > li > ul{
	white-space: nowrap;
	width: inherit;
}
.niveau-1 li ul li{
	background: #000;
    float: left;
    font-family: "Outfit", sans-serif;
    position: relative;
    display : inline-block;
    width: 100%;
}
.niveau-1 li ul li a {
	color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 1.20rem;
    text-align: left;
    padding: 15px 10px;
}
.niveau-1 .section-3 > a,
.niveau-1 li ul li a:before {
    background: none;
    -webkit-transform: none;
	transform: none;
}
/** Menu partuculier**/
.navigation .categorie-47>a{
	color: #feca3f;
}
/** 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;	
}
/* =5.2 Menu bas de page
-------------------------------------------------------------------------------*/
.menu-footer{
	text-align: center;
	padding: 0 0 10px 0;	
}
.menu-footer ul{
	margin: 0;
	padding: 0;
}
.menu-footer ul li{
	text-align: left;
}
.menu-footer ul li a {
	color: #d7d7d7;
	padding: 5px 0px;
	display: block;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    width: auto;  
}
.menu-footer li.active > a,
.menu-footer ul li a:focus,
.menu-footer ul li a:hover {
	color: #fff;
	background: none;
	font-weight: 600;
}
/* =6 Corps
-------------------------------------------------------------------------------*/

/** =6.1 Accueil
-------------------------------------------------------------------------------*/
.carousel-inner .image{
	width: 100%;
}
.carousel-control img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.right img {
	right: 10%;
}
.left img {
	left: 10%;
}
 .carousel-caption {
    right: 40%;
    left: 0%;
    padding-bottom: 30px;
}
#widget_diaporama .texte-diapo{
	background: none;
	text-transform: initial;
	text-align: left;
	font-weight: 900;
	font-size: 3.8rem;
	width: 55%;
	margin: 0;
	padding: 0px;
}
#widget_diaporama .bouton{
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	border: solid 1px #fff;
	font-size: 2.1rem;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 30px 0;
}
#widget_diaporama .bouton:hover,
#widget_diaporama .bouton:focus{
	background: rgba(0, 0, 0, 1);
}
.carousel-indicators {
	z-index: 3;
}
.carousel-indicators li {
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.col-demi{
	display: inline-block;
	width: 50%;
	position: relative;
}
.text-cadre{
	background: #fff;
	border: solid 4px #000;
	padding: 20px 20px 0 20px;	
	display: inline-block;
	vertical-align: top;
	width: 70%;
	z-index: 2;
}
.entreprise .text-cadre{
	margin: 5% 5% 25% 5%;
}
.producteurs .text-cadre{
	margin: 25% 5% 5% 5%;
}
.text-cadre h2{
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	border-left: none;
}
.entreprise{
	background: transparent url(../img/img-phare.jpg) no-repeat 100% 80%;
	z-index: 1;	
}
.producteurs{
	background: transparent url(../img/img-producteur.jpg) no-repeat 90% 20%;
	z-index: 1;	
}
#reseau-sociaux{
	padding: 30px 20px;
}
.lien-rs,
.zone-img{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}
.lien-rs{
	width: 25%;
	padding: 40px 20px;
}
.zone-img{
	width: 75%;
}
.img-insta{
	display: inline-block;
	width: 23%;
	margin: 20px 1%;
}
.img-insta img{
	width: 100%;
	height: auto;
}

/** =6.2 Page
-------------------------------------------------------------------------------*/
.img_section img {
    height: auto;
    width: 100%;
}

/** =6.2.1 Fil d'ariane
-------------------------------------------------------------------------------*/
#fil-ariane{
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	max-width: 1600px;
}
.module-catalogue .pagination li:before,
#fil-ariane li:before{
	content: none; 
}
#fil-ariane a,
#fil-ariane span{
	color: #3d3d3d;
	font-weight: 300;
	font-size: 0.9em;
	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; 
}
.pagination > .first > a:hover,
.pagination > .last > a:hover,
.pagination > .first > a:focus,
.pagination > .last > a:focus{
	background: none;
	color: #787878;
	border: none;
	height: auto;
}
.pagination li:before,
.pagination li:before,
.pagination li:before {
	content: none; 
}
.pagination > li {
	display: inline-block;
	margin: 0;
}
.pagination > li > a, 
.pagination > .forme > a, 
.pagination > .forme  > span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent;
	color: #787878;
	font-size: 1em;
	text-align: center;
	border: none;
	padding: 0;
	margin: 0 5px;
	border: solid 2px transparent;
}
.pagination > li > a{
	color: #000;
	background: transparent;
	border: solid 2px #fff;
	margin: 0 5px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .forme  > a:focus, 
.pagination > .forme  > a:hover, 
.pagination > .forme  > span:focus, 
.pagination > .forme  > span:hover {
  	color: #000;
	background: transparent;
	border: solid 2px #000;
}
.pagination > .forme.active > a, 
.pagination > .forme.active > span{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #000;
	border: solid 2px #000;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	color: #000;
	background: transparent;
	border: solid 2px #000;
}

/** =7 Widgets
-------------------------------------------------------------------------------*/
.popover-content {
	padding: 0;
}
.table > tbody > .entete-panier > th{
	border-top: none;
}
.popover-content #panier{
	padding: 0;
	max-height: 600px;
	overflow-y: scroll;
}
.entete-devis,
.entete-panier{
	background: #383838;
	color: #fff;
}
#liste-panier tr,
#panier tr{
	border-bottom: solid 1px #dddddd;
}
.popover-content .widget-panel{
	width: 300px;
}
.btn_enregistre_panier{
	margin: 10px 0;
}
input-group-btn, 
#recherche button {
	background: #000;
	color: #fff;
	margin: 0;
	width: 34px;
  	height: 34px;
}
#adresses_supp_compte .glyphicon-remove,
#liste-panier-sauvegarde .bt_suppr_panier,
#liste-panier .supprimer-produit, 
#panier .supprimer-produit {
	color: #9b2723;
	background: transparent;
	border: none;
}
#liste-panier-sauvegarde .bt_suppr_panier{
	padding: 0 20px;
}
#panier #ligne-total {
  	border-bottom: none;
  	font-weight: 600;
}
.btn-commander{
	margin: 5px 0 0;
	padding: 8px 25px;
	display: block;
	width: 100%;
	background: #000;
	color: #fff;
	font-weight: 600;
}
.table{
	margin: 0;
}
/** =7.1 BOUTIQUE/Panier
-------------------------------------------------------------------------------*/
.liste-vide {
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
.liste-vide span{
	text-transform: uppercase;
}

/* =7.2 BOUTIQUE/Connexion client
-------------------------------------------------------------------------------*/
.btn-default.active, 
.btn-default:active, 
.open > .dropdown-toggle.btn-default,
.btn-default img:focus-visible,
.btn-default.focus, 
.btn-default:focus,
.widget:hover{
	background: none;
	box-shadow: none;
	outline: none;
	border: none;
}
.connecte,
.deconnecte{
	padding: 10px;
}
.deconnecte input{
	margin: 0 0 10px 0;
}
.connecte .btn {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}
.connecte .btn:last-child {
	margin-top: 10px;
}
.deconnecte .nouveau-compte{
	margin: 0;
}
.oubli-mdp{
	width: 100%;
	text-align: center;
	padding: 10px;
	font-style: italic;
	text-decoration: underline;
	font-weight: 600;
	-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;
}
.oubli-mdp:hover,
.oubli-mdp:focus{
	color: #feca3f;
	font-weight: 600;
}

/* =7.3 BOUTIQUE/Ajout au panier
-------------------------------------------------------------------------------*/
.ajouter-panier .quantite {
	width: 70px;
	text-align: center;
}
#bt-panier{
	position: relative;
}
#nb-article{
	position: absolute;
	bottom: 2px;
	left: 50%; 
  	transform: translateX(-50%);
	color: #000;
	font-weight: 700;
	font-size: 1em;
}
/* =8 Modules
-------------------------------------------------------------------------------*/

/* =8.1- Actualité
-------------------------------------------------------------------------------*/
#liste-actualites .actualites{
	display: inline-block;
	width: 18%;
	margin: 1%;
	position: relative;
	border: solid 1px #f4f4f4;
}
#liste-actualites img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
#liste-actualites a.lien-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.lien-vers-actualite {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    text-align: center;    
    -webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.lien-vers-actualite a{
	position: absolute;
	color: #fff;
	padding: 40px 15px;
	width: 100%;
	right: 0;
	top: 50%; 
  	transform: translateY(-50%);
  	font-size: 1.4rem;
  	text-decoration: none;
}
.lien-vers-actualite a:hover{
	color: #feca3f;
}
.actualites:hover .lien-vers-actualite{
	opacity: 1;
}
.actualite .diaporama-actu{
	float: left;
  	margin: 0 20px 20px 0;	
  	border: solid 1px #f4f4f4;
}
.actualite .contenu::after{
	content:"";
	display: block;
	clear: both;
}
/** =8.2 Catalogue
-------------------------------------------------------------------------------*/
.module-catalogue h3 {
	margin-top: 0px;
}
#produit-accueil-1,
#zone-produits-associes,
#liste-produits {
	width: 100%;
	margin: 0;
	display: flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#produit-accueil-1{
	margin: 0px 0 20px 0;
}
#liste-produits {
  margin: 30px 0 0;
}
.produits {
	position: relative;
	flex-basis: 23%;
	-ms-flex-basis: 23%;
	margin: 0% 1% 3% 1%;
	vertical-align: top;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.produits:hover, 
.produits:focus {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.reference-libelle{
	display: block;
	font-size: 1rem;
	font-weight: 400;
}
.col-panier .reference-libelle{
	text-align: center;
	border: solid 1px #b2b2b2;
	padding: 2px 10px;
	margin: 0 0 15px 0;
}

/** =8.2.1 Catalogue : Tris
-------------------------------------------------------------------------------*/

/** =8.2.2 Catalogue : Filtres
-------------------------------------------------------------------------------*/
#gestion-filtres {}

#filtres-critere{
	padding: 20px 8px;
	text-align: center;
}
.bloc_critere {
	position : relative;
	display: inline-block;
	width : 16%;
	background : white;
	margin : 0.33%;
}
.titre-filtre{
	background: #fff url(../img/puce-filtre.png) no-repeat 95% 50%;
	color: #161616;
	padding: 4px 10px;
	font-weight: 400;
	font-style: normal;
	border: 1px solid #161616;
	cursor : pointer;
	display: block;
}
.bloc_critere .active{
	background:#4f4f4f;
	color: #ffffff;
}
.bloc_critere .criteres{
	display: none;
    text-align: left;
	position : absolute;
	z-index: 9;
	overflow : auto;
	background : white;	
	border: 1px solid #161616;
    width: 100%;
    padding: 0 5px;
    max-height : 240px;
}
.criteres li::before{
	content: "●";
    color: #4f4f4f; 
    text-align: center;
    display: inline-block;
    width: 10%;   
}
.criteres li:hover{
	color: #5e901b; 
	background: #d5d5d5;
}
.criteres .enabled{
	background: #4f4f4f;
	text-decoration: underline;
	font-weight: 600;
}
.criteres .enabled a{
	color: #ffffff; 
}
.criteres a{
	display: inline-block;
	width: 85%;
	padding: 5px 0 5px 10px;
}

/** Reset **/
.reset-filtre {
	text-align: center;
	display: block;
	width: 30%;
	margin: 0 auto;
	padding: 15px 0 0;
}
.reset-filtre:hover{
	text-decoration: underline;
}

/** =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
-------------------------------------------------------------------------------*/
.categorie{
	margin: 20px 1% 0 1%;
	text-align: center;
}
.nouveau{
	background: #000;
    color: white;
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    left: 10px;
    z-index: 0;
}
#produit-accueil-1 h3,
#zone-produits-associes h3,
#liste-produits h3 {
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: initial;
	line-height: 1.5rem;
	height : 45px;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	transition: all 0.9s linear;
}
#produit-accueil-1 h3 a:hover,
#zone-produits-associes h3 a:hover,
#liste-produits h3 a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.2rem;
}
.widget .produits img,
#liste-produits img, 
#zone-produits-associes img,
.widget_produits img {
    height: auto;
    width: 100%;
}
.widget a.lien-image,
#liste-produits a.lien-image {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#produit-accueil-1 .zone-quantite,
#liste-produits .zone-quantite,
#zone-produits-associes .zone-quantite{
	display: none;
}
.btn-voir,
.btn-panier{
	background: #000;
	color: #fff;
	border: solid 1px #000;
	font-size: 1rem;
}
.btn-voir:hover,
.btn-panier:focus,
.btn-panier:hover{
	background: #fff;
	color: #000;
}
.produits .btn-danger{
	font-size: 1rem;
	margin: 63px 0 20px 0;
	width: auto;
}
/* Ajout au panier */
#liste-produits .widget.boutique {
	padding: 15px;
	width: 100%;
}

/* Tarifs */
.tarification,
.tarifs {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 5px;
	min-height: 25px;
}
.taux-remise {
	margin-left: 10px;
}
.prix-non-remise {
	text-decoration: line-through;
}

/** =8.2.5 Catalogue : Fiche produit
-------------------------------------------------------------------------------*/
.produit h1{
	font-size: 2.1em;
	font-weight: 500;
	line-height: 1em;
	text-transform: initial;
	padding: 0 0 0 8px;
	margin: 0 0 20px 0;
	border-left: solid 6px #feca3f;
	background: none;
}
.produit .diaporama img{
	width: 100%;
	height: auto;
}
.zone-nouveau {
    overflow: hidden;
    position: relative;
}
.module-actualite .pagination li::before,
.module-catalogue .pagination li::before{
	content: none;
}
.produit .zone-fiche-pdt{
	display: flex;
  	flex-wrap: wrap;
  	margin: 40px 0 50px 0;
}
.col-diapo{
	flex-basis: 32%;
	margin: 0%;
	vertical-align: top;
}
.col-description{
	flex-basis: 41%;
	margin: 0% 3%;
	vertical-align: top;
}
.col-panier{
	flex-basis: 21%;
	margin: 0%;
	vertical-align: top;
}

/** =8.2.5.1 Fiche produit : Diaporama
-------------------------------------------------------------------------------*/
.module-catalogue .diaporama {
	border: solid 1px #a7a7a7;
	padding: 20px;
}

/** =8.2.5.2 Fiche produit : Produits associés
-------------------------------------------------------------------------------*/
.produits-associes ul {
	list-style-type: none;
}
#info-complementaire{
	margin: 20px 0 40px 0;
}
#info-complementaire .nav-tabs {
  	border-bottom: none;
}
#info-complementaire ul li::before {
  content: none;
}
.nav-tabs > li > h2{
	font-size: 100%;
	padding: 0;
	margin: 0;
	border-left: none;
}
.nav > li > h2 a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav-tabs > li.active > h2 a, 
.nav-tabs > li.active > h2 a:focus, 
.nav-tabs > li.active > h2 a:hover {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: none;
	border-bottom: 4px solid #feca3f;
	cursor: pointer;
}
.nav-tabs > li > h2 a:hover,
.nav-tabs > li > h2 a:focus {
	color: #000;
	background: #fff;
  	border: none;
	border-bottom: 4px solid #feca3f;
	cursor: pointer;
	text-decoration: none;
}
.nav-tabs > li > h2 a{
  	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: 600;
	cursor: default;
	background-color: #fff;
	border: none;
	margin-right: 0;
	border-bottom: 4px solid #7c7c7c;
}
.nav-tabs > li .tabs-picto{
  	display: none;
}
.tab-content{
	background: #f6f6f6;
	padding: 20px;
}
#resultats_recherche .tab-content{
	background: #fff;
}
#resultats_recherche{
	padding: 0 0 30px 0;
}
.badge {
	font-size: 1em;
	font-weight: 600;
	vertical-align: bottom;
	background-color: #fff;
	color: #000;
}
.badge::before {
	content: "(";
}
.badge::after {
	content: ")";
}

/** =8.2.5.3 Fiche produit : Commentaires
-------------------------------------------------------------------------------*

/** =8.2.5.4 Fiche produit : Achat panier
-------------------------------------------------------------------------------*/
.produit .btn-panier{
	width: 100%;
}
.produit .tarifs{
	font-size: 2.25rem;
	font-weight: 700;
	text-align: right;
	border-top: solid 1px #a7a7a7;
	margin: 0;
	padding: 25px 0 15px 0;
}
#zone-produits-associes{
	margin: 20px 0 60px 0;
}
.titre-secondaire{
	display: inline-block;
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0 30px 0;
}
#zone-produits-associes .tarifs{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	min-height: 25px;
	border: none;
	margin: 5px 0 0 0;
	padding: 15px 0;
}
#zone-produits-associes .btn-panier{
	width: initial;
}
.detail-lot{
	font-size: 1rem;
	font-weight: 400;
}
#produit-accueil-1 .detail-lot,
#liste-produits .detail-lot,
#zone-produits-associes .detail-lot{
	display: none;
}
.produits .reference-libelle{
	margin: 15px 0 0 0;
}
.choix-condi{
	width: 100%;
	height: 30px;
	background: #fff;
	border: 1px solid #b2b2b2;
	margin: 0 0 20px 0;
	font-size: 1rem;
  	font-weight: 400;
  	text-align: center;
}
#produit-accueil-1 .choix-condi{
	width: 94%;
	margin: 15px 3% 0 3%;
}
.produits .choix-condi{
	margin: 15px 0 0 0;
}
.zone-libelle-qte{
	display: inline-block;
	width: 40%;
}
.input-qte{
	display: inline-block;
	width: 60%;
	text-align: right;
}
#liste-panier .input-qte{
	width: 100%;
}
.zone-quantite span,
.zone-quantite input{
	display: inline-block;
	vertical-align: bottom;
}
.bt-qte .btn{
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.8rem;
	color: #fff;
	background: #000;
	border: solid 1px #000;
	padding: 0px 10px 2px 10px;
	margin: 0;
	height: 30px;
	vertical-align: bottom;
}
.bt-qte .btn:focus,
.bt-qte .btn:hover{
	background: #383838;
	border: solid 1px #383838;
}
.zone-quantite input{
	height: 30px;
}
#zone-reassurence-fiche{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #a7a7a7;
}
#zone-reassurence-fiche .col-quart{
	flex-basis: 48%;
	margin: 10px 1%;
	text-align: center;
}
#zone-reassurence-fiche a{
	color: #313131;
}
#zone-reassurence-fiche a:hover,
#zone-reassurence-fiche a:focus{
	color: #000;
	font-weight: 500;
	text-decoration: none;
}

/* =8.3 Editeur
-------------------------------------------------------------------------------*/
.module-actualite,
.module-formulaire,
.module-editeur {
	margin: 0 0 50px 0;
}
/* =8.4 Plan du site
-------------------------------------------------------------------------------*/
/* =8.5 Formulaire
-------------------------------------------------------------------------------*/
.module-formulaire {
	display: inline-block;
	width: 100%;
}
#groupe-carte{
	margin: 20px 0;
}
#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;
}
#groupe-3{
	margin: 0 0 20px 0;
}
#groupe-3 legend{
	display: none;
}
#groupe-3 img{
	width: 100%;
}
#captcha {
  margin: 10px 0;
}
#groupe-validation {
  width: 100%;
  text-align: right;
  margin: 20px 0;
}
legend,
.module-boutique h4,
#adresses_supp_compte h4{
	border-bottom: 1px solid  #feca3f;
	color: #000;
	font-size: 1.6em;
	font-weight: 400;
	padding: 0 0 8px 0;
}
.form-group label{
	max-width: 80%;
    margin: 5px 10px 2px 0;
    font-weight: 400;
}
.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;
}
.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;
}
.panel {
	box-shadow: none;
}
#panel-facturation,
#panel-livraison{
	margin: 10px 0 20px 0;
}

/** message erreur **/
.alert-danger,
.alert-info,
.alert{
	text-align: center;
}
#gestion-cgv.alert-danger{
	text-align: left;
}

/*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: 4% 25%;
    width: 50%;
}
#form_nouveau_mdp .message{
	text-align: center;
	padding: 0 0 20px 0;
	font-weight: bold;
}
#form_nouveau_mdp fieldset{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}
#form_nouveau_mdp input{
	width: 40%;
	margin: 0 2%;
}

#form-inscription h3{
	color: #000;
	font-size: 1.25em;
	text-transform: initial;
	font-weight: 600;
	margin: 30px 0 15px 0;
}
.form-group {
	margin-bottom: 0;
}
/** =8.6 Boutique
-------------------------------------------------------------------------------*/
.module-boutique {
	display: inline-block;
	width: 100%;
}
/* 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 .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: #909090;
	color: #fff;
	margin: 0 10px;
	padding: 4px 0;
}
#guide-etapes .separateur{
	display: none;
}
#guide-etapes li.active {
	font-weight: bold;
}
#guide-etapes .passes .numero{
	background: #4d4d4d;
	background: #000;
}
#guide-etapes .passes a{
	color: #383838;
}
#guide-etapes .passes a:focus,
#guide-etapes .passes a:hover{
	color: #feca3f;
}
#guide-etapes li.active .numero{
	background: #feca3f;
}

/* =8.6.1 Commande :: ETAPE 1
-------------------------------------------------------------------------------*/
.panel-default {
	border: none;
}

/* #body, */
.compte,
#adresse-compte,
#resultats_recherche,
.etape1,
.etape2,
.etape3,
.etape4,
.etape5{
	background: #f5f5f5;
	padding: 0 0 30px 0;
}
#formulaire-etape1,
#formulaire-etape4,
#adresse-boutique,
.etape2 .row{
	background: #fff;
	padding: 20px;
}
/* liste Panier */
#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;
}
#liste-panier {
	width: 100%;
}
#liste-panier thead tr {
	border-bottom: 1px solid #7e7e7e;
}
#liste-panier .td-4 .quantite {
	width: 70px;
	height: 30px;
	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-top: 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 */
.zone-commentaire,
.zone-choix-livraison{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.zone-commentaire{
	margin: 0 2% 0 0;
}
.zone-choix-livraison{
	margin: 0 0 0 2%;
}
#commentaire {
	margin-top: 30px;
}
#bloc-commentaire
{
	border: solid 1px #d8d8d8;
	padding: 20px;
	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
-------------------------------------------------------------------------------*/
/* =8.6.3 Commande :: ETAPE 3
-------------------------------------------------------------------------------*/
.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;
}
#mode-livraison{
	margin: 20px 0 0 0;
}
/*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 {}
#complement-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#complement-info .col-tier{
	flex-basis: 31%;
}
.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: 7px 10px 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: #fff;
    padding: 20px;
    text-align: center;
    margin: 0 0 40px 0;
}

/* =8.7 Cient
-------------------------------------------------------------------------------*/
.compte{
	padding: 0 0 40px 0;
}
.compte h3{
	margin: 0 0 20px 0;
}
.zone-liste-cde{
	background: #fff;
}
#adresse-compte .inner_interne,
.compte .inner_interne {
	padding: 0 0 50px 0;
	margin: 0 auto 20px auto;
	background: #fff;
}
.welcome-client {
	padding: 20px;
	margin: 0 0 40px 0;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 300;
	border-bottom: solid 1px #f4f4f4;
}
.menu-compte a {
    border-bottom: 1px solid #929292;
    display: block;
    padding: 10px;	
    text-transform: uppercase;
    width: 100%;
}
.menu-compte a:hover,
.menu-compte a:focus {
	color: #fff;
	background: #000;
	font-weight: 500;
	text-decoration: none;
}
.prix-cde, 
.client .compte-ref, 
.client .compte-prix {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.prix-cde:hover, 
.prix-cde:focus, 
.client .compte-ref:hover, 
.client .compte-ref:focus, 
.client .compte-prix:hover,
.client .compte-prix:focus {
	text-decoration: underline;
}
.detail-sur-une-cde {
	display: inline-block;
	font-style: italic;
	line-height: 1.6em;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border: solid 1px #f5f5f5;
}

.panel-default > .panel-heading {
	color: #feca3f;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 10px 0;
}
.commande #facturation, 
.commande #livraison {
	display: inline-block;
	width: 48%;
	border: solid 1px #f5f5f5;
}
.commande #facturation {
	margin: 0 2% 40px 0;
	padding: 10px 20px;
}
.commande #livraison{
	margin: 0 0 40px 2%;
	padding: 10px 20px;
}
.panel {
	margin: 0;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border-top: none;
}
.entete-commande{
	border-bottom: 1px solid #000;
	border-top: none;
}
.ligne_liste_commandes, 
.ligne_liste_panier {
	border-bottom: 1px solid #ddd;
}
.ligne_liste_commandes:nth-child(2n+1){
	background: #f9f9f9;
	background: #fbfbfb;
}
.detail-frais-transport,
.detail-montant{
	text-align: right;
}
.detail-frais-transport{
	margin: 10px 0;
}
.detail-montant{
	color: #000;	
	font-weight: 700;
}
#montant-total{
	background: #f4f4f4;
	padding: 5px 10px;
}
.zone-btn-validation{
	text-align: right;
	padding: 20px 15px;
}
#adresses_supp_compte {
	background: #f5f5f5;
	margin: 0;
	width: 98%;
}
#adresse-compte .col-md-9, 
.compte .col-md-9 {
	border-left: 1px solid #929292;
}
/** Histo cdes **/
.client #infos{
	margin: 30px 0 10px 0;
}
#creer_livraison {
	margin: 20px 10px;
}
#supression-compte a{
	text-transform: initial;
	font-size: 1em;
	font-weight: 500;
	background: #fff;
	padding: 5px 10px;
	border: solid 2px #000;
}
#supression-compte a:hover{
	background: #000;
	color: #fff;
	border: solid 2px #000;
}
#supression-compte a::before{
	content: "X";
	font-weight: 600;
	font-size: 1em;
	padding: 0 5px 0 0;
}
.bloc_livraison_compte{
	margin: 10px 0 20px 0;
	margin: 1%;
	width: 48%;
	margin: 1% 1% 2% 1%;
	padding: 10px 20px;
	display: inline-block;
}
#changer_motdepasse{
	text-align: center;
	width: 60%;
	margin: 0 20%;
}
#changer_motdepasse label{
	width: 48%;
	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;
	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;
}
.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%;
	background-color: #000;
}
#zone-reassurence{
	border-bottom: solid 1px #727272;
	text-align: center;
}
#zone-reassurence .inner_interne{
	color: #d7d7d7;
	padding: 15px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#zone-reassurence a{
	color: #d7d7d7;
}
#zone-reassurence a:hover{
	color: #fff;
	text-decoration: none;
}
#zone-info-footer .inner_interne{
	display: flex;
	flex-wrap: wrap;
}
.col-quart{
	flex-basis: 23%;
	margin: 1% 1%;
}
.col-logo{
	text-align: center;
	padding: 35px 0 0 0;
}
.entete{
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: 500;
	display: block;
	margin: 0 0 20px 0;
}
.adresse .lien-tel{
	color: #fff;
	font-weight: 500;
	display: block;
  	padding: 10px 0;
}
.adresse{
	color: #d7d7d7;
	font-weight: 300;
}
.rs img{
	margin: 0 10px 0 0;
}
.rs a:focus,
.rs a:hover{
	opacity: 0.5;
}
footer .copyright{
	display: inline-block;
	color: #d7d7d7;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
footer .copyright:focus,
footer .copyright:hover{
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}
/* =10 Coockies
-------------------------------------------------------------------------------*/
/* .bandeau_cookie { */
/*     background-color: rgba(0, 0, 0, 0.7); */
/*     border: none; */
/*     color: #fff; */
/*     font-weight: bold; */
/* } */
/* .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; */
/* } */

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, 
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2, 
#tarteaucitronRoot .tarteaucitronCTAButton {
	background: #feca3f;
	color: #000;
}
#tarteaucitronRoot #tarteaucitronSaveButton .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  	background: #feca3f !important;
	color: #000 !important;
}

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

/*Mobile*/
@media screen and (min-width: 990px) {
	/********************************************************** Mobile **********************************************************************/
	.navigation nav > .navwrp > ul {
	  position : relative;	
	}	
	.mobile-only{
		display : none;
	}
	#mm-mmenu{
      display: none !important;
   }
}
@media all and (max-width : 990px) {
	/********************************************************** Mobile **********************************************************************/
	header{
		position : relative;
		box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
	}		
	.pc-only{
		display : none;
	}	
	#bg-navigation {
	    background: none;
	    position: absolute;
	    top: 35px;
	    left : 0;
	}
	#bg-navigation .inner{
	    background: none;
	}
	#bg-navigation .navigation{
		z-index: 12;
	}	
	#mmenu {
      display: none !important;
	}
	.mm-navbar{
		border-bottom: 1px solid rgba(255,255,255,0.30);
	}
	.mm-highest .mm-navbar{
		border-bottom: none;
	}
	.mm-navbar > * {
		padding: 9px 0;
	}
	.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * ,
	.mm-menu{
		background: #000;
		color: #fff;
		
	}
	#mm-mmenu{
		border-right: solid 1px rgba(255,255,255,0.30);
	}
	.mm-panels > .mm-panel > .mm-listview {
		border-top: 1px solid rgba(255,255,255,0.30);
	}
	#mm-mmenu .mobile-only{
		text-align: center;
		padding: 0;
	}
	#mm-mmenu .mobile-only svg{
		width: 65%;
	}
	.mobimenu li > a, 
	.mobimenu li > span{
		text-align: left;
		padding: 20px 20px;
	}
	.mm-menu .niveau-2 li > a,
	.mm-menu .niveau-2 li > span{
		text-align: left;
		padding: 20px 20px;
		font-size: 1rem;
	    font-weight: 500;
	    text-transform: uppercase;
	}
	.mm-listview > li:not(.mm-divider)::after {
		left: 0;
		background: rgba(255,255,255,0.30);
	}
	.mm-listview .mm-next::before {
		background: rgba(255,255,255,0.30);
	}
	.mm-menu .mm-listview > li .mm-next::after {
		border-color: #fff;
	}

}
/*Fin Mobile*/

@media screen and (max-width: 1324px) {
	/*****************************************************************************************************************************	Green ***/
	.inner {
/* 	    background: green; */
	}
	#widget_diaporama .texte-diapo {
	  width: 65%;
	}
	.carousel-caption {
		padding-bottom: 0;
	}
	.carousel-caption {
		bottom: 0;
	}
	.inner img {
	    height: auto;
	    max-width: 100%;
	}
	#top-header .panel {
	    left: -25px;
	}
	.col-description{
		flex-basis: 39%;
		margin: 0% 2%;
	}
	.col-panier{
		flex-basis: 25%;
	}
	.ajouter-panier .quantite {
		width: 60px;
	}
	.produit .description{
		min-height : 0;	
	}
	#reseau-sociaux {
	  padding: 20px 20px;
	}

}
@media screen and (max-width: 1120px) {
	/*****************************************************************************************************************************	Teal ***/
	.inner {
/* 	    background: teal; */
	}
	#widget_diaporama .texte-diapo {
	  width: 75%;
	}
	.col-60 {
		width: 30%;
	}
	.col-20 {
		width: 35%;
	}
	.widget .produits,
	.module-catalogue .produits {
/* 	    width: 31%; */
	}
	#liste-actualites .actualites {
		width: 23%;
	}
	#gestion-filtres .bloc_critere {
	    width: 24%;
	}
	.col-demi {
	    width: 100%;
	}
	.produits {
		flex-basis: 31%;
	}
	.produit .zone-criteres{
	    padding: 0 20px;
	}
	#liste-panier .td-4 .quantite {
		width: 40px;
	}
	.bt-qte .btn {
		padding: 0px 5px 2px 5px;
	}
	#liste-panier .td-4 {
		width: 110px;		
	}
@media screen and (max-width: 990px) {
	/*****************************************************************************************************************************	Grey ***/
	.inner {
/* 		background: grey; */
	}
	.carousel-inner > .item > a > img {
		display: block;
		width: 100vw;
		height: 40vh;
		object-fit: cover;
	}
	#widget_diaporama .texte-diapo {
		font-size: 3rem;
	}
	#widget_diaporama .bouton {
		font-size: 1.6rem;
	}
	#produit-accueil-1,
	#zone-produits-associes, 
	#liste-produits {
		padding: 20px 0;
	}
	.lien-rs {
  		width: 35%;
	}
	.zone-img {
	  	width: 65%;
	}
	.img-insta {
		width: 46%;
		margin: 2%;
	}
	.col-60 {
		width: 20%;
	}
	.col-20 {
		width: 40%;
	}
	.produits {
		flex-basis: 48%;
		flex-basis: 47%;
	}
	.col-diapo{
		flex-basis: 60%;
		margin: 0% 20% 6% 20%;
	}
	.col-description{
		flex-basis: 55%;
		margin: 0% 5% 0 0;
	}
	.col-panier{
		flex-basis: 40%;
	}
	.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;
	}
	#guide-etapes span,
	.zone-commentaire, 
	.zone-choix-livraison,
	#liste_relais,
	#bloc_carte_relais {
	    width  : 100%;
	}
	.menu-footer ul li {
	    display: block;
	}
	.zone-commentaire, 
	.zone-choix-livraison{
		margin: 1% 0;
	}
	#form-connexion-extranet,
	#form_suppresion_compte,
	#form-validation,
	#form_nouveau_mdp,
	#form-abonnement,
	#form-deabonnement{
		margin: 4% 0%;
	    width: 100%;
	}
	#adresse-compte .col-md-9, .compte .col-md-9 {
		border-left: none;
	}
	.welcome-client {
		margin: 0;
	}
	.col-quart {
		flex-basis: 48%;
		margin: 20px 1%;
	}
	#zone-info-footer .col-quart {
		flex-basis: 23%;
		margin: 20px 1%;
	}

	#zone-info-footer .col-logo{
		flex-basis: 100%;
		padding: 0;
	}
	#liste-actualites .actualites{
		width: 31%;
	}
	#zone-info-footer .adresse,
	#zone-info-footer .a-propos,
	#zone-info-footer .rs {
		flex-basis: 31%;
		margin: 20px 1%;
	
	}
	#complement-info .col-tier {
		flex-basis: 100%;
	}
	#btn-recherche {
	  width: 60%;
	/*   border-radius: 40px; */
	  cursor: pointer;
	}
	#btn-recherche > #recherche {
		visibility: visible;
		opacity: 1;
	}
	
}
@media screen and (min-width: 700px) and (max-width: 990px) {
	/*****************************************************************************************************************************	PaleVioletRed ***/
	.inner {
/* 	   background: PaleVioletRed; */
	}
	.col-60{
		width: 40%;
	}
	#zone-widget{
		width: 50%;
	}
	.zone-equilibre{
		width: 10%;
	}
	h1 {
		font-size: 2em;
		background: url(../img/img-h1.png) no-repeat left top;
	}
	#gestion-filtres .bloc_critere {
	    width: 32%;
	}	
	.module-catalogue.produit .description {
	    min-height: auto;
	}
	.bloc_etats div {
	    width: 22%;
	}
	.diaporama {
	    
	}
}
@media screen and (max-width: 700px) {
	/*****************************************************************************************************************************	LemonChiffon ***/
	.inner {
/* 		background: LemonChiffon; */
	}
	.inner_interne {
	  padding: 0 10px;
	}
	h1 {
	  font-size: 2em;
	  margin: 20px 10px 20px 10px;
	}
	h2 {
	  font-size: 1.8em;
	}
	h3 {
	  font-size: 1.3em;
	}
	#bg-navigation .inner_interne {
		padding: 0;
	}
	#bg-navigation {
		top: 25px;
	}
	.carousel-caption {
	  right: 30%;
	}
	#logo {
	  padding: 10px 10px;
	}
	.actualite .diaporama-actu{
		display: block;
		width: 60%;
		margin: 0 20% 20px 20%;
		float: none;
	}
	.actualite .diaporama-actu img{
		width: 100%;
		height: auto;
	}
	#widget_diaporama .texte-diapo {
	  width: 90%;
	}
    .col-60{
		width: 30%;
	}
	#zone-widget{
		width: 60%;
	}
	.zone-equilibre{
		width: 10%;
	}
	.col-panier,
	.col-description{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
	.commande #facturation, 
	.commande #livraison,
	.bloc_livraison_compte {
		width: 98%;
	}
	#changer_motdepasse {
		width: 100%;
		margin: 10px 0 0;	
	}
	#zone-reassurence img{
		width: 40%;
		height: auto;
	}
	#formulaire-etape1, 
	#formulaire-etape4, 
	#adresse-boutique, 
	.etape2 .row {
		padding: 20px 10px;
	}
	#groupe-3,
	.carousel-control,
	.nav-tabs > li .tabs-text{
	  	display: none;
	}
	.nav-tabs > li .tabs-picto{
	  	display: block;
	}
	#liste-actualites .actualites {
		width: 48%;
	}
	#produit-accueil-1 h3, 
	#zone-produits-associes h3, 
	#liste-produits h3 {
	  height: auto;
	}
	.tarification, .tarifs {
		font-size: 1.3rem;
	}

}
@media screen and (min-width: 550px) and (max-width: 700px) {
	/*****************************************************************************************************************************	LightBlue ***/
	.inner {
/* 	    background: red; */
	}
	#logo svg{
	  width: 100%;
	}
	.col-logo #logo svg{
	  width: 55%;
	}

}

@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%;
	}
	.widget .produits,
	.module-catalogue .produits {
	    width: 48%;
	}
	.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%;
	}
	/** 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-4,
	#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;
	}
	#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 HT : ";
	    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-4 .input-group{
		float: right;
		width: auto;
	}
	#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,
	.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: 550px) {
	/*****************************************************************************************************************************	Lavender ***/
	.inner {
/* 	   background: Lavender; */
	}
	#btn-recherche.opened,
	#btn-recherche {
		width: 70%;
		margin: 0 1%;
    }
	#bt-mon-compte,
	#bt-panier{
		width: 14%;
	}
	#widget_diaporama .texte-diapo{
		font-size: 2.5rem;
		margin: 10px;
		padding: 0;
	}
	 #widget_diaporama .bouton {
      	font-size: 1.3rem;
    }
	.col-diapo{
		flex-basis: 90%;
		margin: 0% 5% 30px 5%;
	}
	.carousel-inner > .item > a > img {
		height: 30vh;
	}
	.produit .zone-criteres, 
	.produit .description {
   		padding: 0;
 	}
	#zone-presentation{
		padding: 20px 0;
	}
	header #btn-recherche,
	header .btn {
		margin: 10px 0;
	}
	.lien-rs {
		padding: 0 20px 10px 20px;
	}
	.text-cadre {
		width: auto;
	}
	.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%;
	}
	.produit .widget.boutique,
	.colonne_droite {
	    margin: 0;
	}
	#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%;
	}
	.actualite .diaporama-actu,
	#form_nouveau_mdp label,
	#form_nouveau_mdp input,
	#form_nouveau_mdp .btn,
	.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;
	}
	#zone-widget,
	.col-60,
	.col-20,
	.lien-rs,
    .zone-img,
	.colonne_demi,
	#liste-panier .td-4,
	.etape5 .message,
	#commande #livraison, 
	#commande #facturation, 
	.commande #livraison, 
	.commande #facturation,
	.colonne-montant,
	.ajouter-panier .col-demi,
	.diaporama,
	.col-half{
		width: 100%;
	}
	#form_nouveau_mdp fieldset{
		display: block;
		margin: 0 0 50px 0;
	}
	/** etape 1 **/
	.zone-equilibre,
	#guide-etapes .libelle{
		display: none;
	}
	#liste-panier td,
	#gestion-panier td {
	    border: none;
	    display: inline-block;
	    width: 100%;
	}
	#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 HT : ";
	    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 **/
	.carousel-indicators,
	.th-1,
	.th-3,
	.th-4,
	.th-5,
	.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: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-2::before{
		content: "Libellé : ";
	    font-style: italic;
	    font-weight: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-3::before{
		content: "Tarifs : ";
	    font-style: italic;
	    font-weight: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-4::before{
		content: "Quantité : ";
	    font-style: italic;
	    font-weight: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-5::before{
		content: "Date : ";
	    font-style: italic;
	    font-weight: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-6::before{
		content: "Etat : ";
	    font-style: italic;
	    font-weight: 600;
    	padding: 0 15px 0 0;
	}
	.client .c-td-7::before{
		content: "Action : ";
	    font-style: italic;
	    font-weight: 600;
    	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;
	}
	#changer_motdepasse label,
	#changer_motdepasse input{
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	#zone-info-footer .adresse,
	#zone-info-footer .a-propos,
	#zone-info-footer .rs {
		flex-basis: 98%;
		margin: 20px 1%;
		text-align: center;	
	}
/* 	.col-20, */
	.menu-footer ul li {
		text-align: center;
	}
	select {
		max-width: 100%;
	}
	
}

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