@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

@media only screen and (max-width: 1600px)
{
	body{
	zoom:80%!important;
	/*-moz-transform: scale(0.8, 0.8)!important; /* Moz-browsers*/
    zoom: 0.80;  /*Other non-webkit browsers */
    zoom: 80%; /* Webkit browsers */
	/*background-size: 100% 175px;*/
	}
}
@media only screen (min-width: 1601px) and (max-width: 1920px)
{
	body{
	zoom:80%!important;
	/*-moz-transform: scale(0.8, 0.8)!important; /* Moz-browsers*/
    zoom: 0.80;  /*Other non-webkit browsers */
    zoom: 80%; /* Webkit browsers */
	/*background-size: 100% 175px;*/
	}
	
	
	/*pour moz*/
	@-moz-document url-prefix() {
		 /*#test2603{*/
		/*display:block!important;}*/
		
		@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

		.centre,
		.centrecodebm{
			-moz-transform: scale(0.8, 0.8);
			margin-top: 0px!important;
		}
		.centrespecial{
			-moz-transform: scale(0.8, 0.8);
			transform-origin: 50% 0%;
		}
				
		
	}

}
@media only screen and (max-width: 1024px)
{

	/*body{
	zoom:65%!important;
    zoom: 0.65; 
    zoom: 65%; 
	}*/
	

}
@media only screen and (min-width: 1921px) and (max-width: 2000px) {
    /* ruleset for 320px - 480px */
	body{
	zoom:120%!important;
	/*-moz-transform: scale(0.8, 0.8)!important; /* Moz-browsers*/
    zoom: 1.2;  /*Other non-webkit browsers */
    zoom: 120%; /* Webkit browsers */
	/*background-size: 100% 175px;*/
	}
}


/***************************************************/

body{
	/*border:1px solid #C00;*/
	width: 1420px;
	background-color: #f5f5f7;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	margin: auto;
	/*background-image:url(../bricomarche/visuels/fondbody.png);
	background-repeat:repeat-x;*/
}
.specialcode{
	background-image:url(../bricomarche/visuels/bricobm_code.jpg);
	background-size : cover;
	background-position: 0px 120px;
}
.specialcoderama{
	background-image:url(../bricorama/visuels/bricobm_code.jpg);
	background-size : cover;
	background-position: 0px 120px;
}
.specialcodecash{
	background-image:url(../bricocash/visuels/bricobm_code.jpg);
	background-size : cover;
	background-position: 0px 120px;
}
#container{
	background-color: #f5f5f7;
	padding-bottom:80px;
	min-height:900px;

}
#containercodebm{
	padding-bottom:20px;
	min-height:900px;
}	
.fond_header {
	background-color: #373737;
    height: 60px;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    left: 0;
	top:0;
	z-index:20;
}
.interne {
	width:1420px;
	margin: auto;
	/*border:1px solid red;*/
}
.autourinterne {
	width:1420px;
	margin: auto;
	position:relative;
	/*border:1px solid red;*/
}
.sous_header {
	background-color: #fff;
    height: 42px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
}
.fil {
	width:1420px;
	margin: auto;
	background-color:#fff;
	font-size:16px;
	padding-top:13px;
}
.centre{
	background-color:#f5f5f7;
	margin-top:170px;
	position:relative;
	padding-bottom: 60px;
}
.centrecodebm{
	margin-top:120px;
	min-height:900px;
	padding-top: 60px;
}

.titre,
.grostitre {
	text-align:center;
}
.choix{
	text-align:center;
	margin-bottom:40px;
}
.mdpoubli{
	display: block;
    float: right;
    text-decoration: underline;
    padding-right: 8px;
    color: #9b9b9b;
    font-size: 12px;
	margin-bottom: 20px;
}
.mdpoubli:hover{
    color: #191919;
}
.grostitre{
	text-align:center;
	font-size:90px;
	font-weight:700;
	line-height:90px;
	letter-spacing : -1px;
	margin-top:50px;
	margin-bottom:50px;
}
.soustitre{
	text-align: center;
    font-size: 24px;
    color: #1d1d1f;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 70px;
}
.portal {
    padding: 7px;
    overflow: auto;
    left: 0;
    border-radius: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 1300px;
}
.cartebricomarche {
    width: 636px;
	padding-top:20px;
	height:822px;
    float: left;
    background-color: #fff;
    border-radius: 14px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#191919;
	background-image:url(../bricomarche/visuels/bricomarche_visuel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.carterama {
    width: 636px;
	padding-top:20px;
	height:822px;
    float: right;
    background-color: #333333;
    border-radius: 14px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#fff;
	background-image:url(../bricomarche/visuels/bricorama_visuel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.cartecash{
    width: 636px;
	padding-top:20px;
	height:822px;
    float: left;
    background-color: #FAD291;
    border-radius: 14px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	color:#191919;
	background-image:url(../bricomarche/visuels/bricocash_visuel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.cartepartners {
    width: 636px;
	padding-top:20px;
	height:822px;
    float: right;
    background-color: #fff;
    border-radius: 14px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	color: #191919;	
	background-image:url(../bricomarche/visuels/bricopartners_visuel.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.cartebricomarche,
.carterama,
.cartecash,
.cartepartners {
	font-weight:600;
}

a .boutonconnexion
{
	background-color: #cc2229;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border-radius: 22px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	font-weight:500;
}
a:hover .boutonconnexion{
	background-color: #666;
}
.portal a {
	text-decoration: none;
    display: block;
    width: 150px;
    margin: auto;
}
a 
{
	text-decoration: none;
}
.cartehauteurbm{
	height:411px;
	background-color:#fff;
}
.cartehauteurbr{
	height: 400px;
    background-color: #333333;
    padding-top: 11px;
}
.cartehauteurcash{
	height:411px;
	background-color:#FAD291;
}
.cartehauteurpartners{
	height:411px;
	background-color:#fff;
}
.acceder{
	margin-top:30px;
	display:block;
}

#identifiants{
	width:654px;
	margin:auto;
	background-color: #fff;
	margin-top:20px;
	padding-bottom:80px;
	padding-top:40px;
	border-radius:15px;
}
#saisie{
	width:400px;
	margin:auto;

}
.leger{
	color:#9b9b9b;
}
.margebas40{
	margin-bottom: 40px;
}
strong{
	font-weight:500;
}
strong a{
	color: #373737;
	font-weight:500;
}
.connectezvous{
	text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #191919;
	font-weight: 600;
    letter-spacing: -0.2px;
}
input {
  width:400px
}
.champ {
    height: 33px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
    width: 93%;
    margin-top: 8px;
    background-color: #eee;
    color: #666;
	border: 2px solid #cdcdcd;
	font-size: 16px;
}
#identifiants input.boutonacces {
    background-color: #cc2229;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
	text-transform:uppercase;
	font-weight: 500;
}
#identifiants input.boutonacces:hover {
    background-color: #191919;
}
#maintenance
{
	width: 1100px;
	margin: auto;
	padding-bottom:20px;
	min-height:900px;
}
/****************************************************************************/
/*******header************************/
.radiochoixcoll{
    width: 40px;
    float: left;
    display: block;
}
.textecoll{
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-left: 50px;
	margin-bottom: 30px;
	line-height: 20px;
}
.texterayon{
	text-transform:uppercase;
	font-size: 14px;
}
input[type="radio"].radiochoixcoll {
  transform: scale(1.5);
}
.fond_digitalbook {
	color: #9b9b9b;
	float: right;
    padding: 5px;
	font-size:15px;
	/*position:relative;*/
	/*margin-right: 33px;*/
	/*width:380px;*/
}
.fdetect{
	position: absolute;
    height: 60px;
    display: block;
    left: 1090px;
    width: 145px;
    top: 0px;
    cursor: pointer;
}
.fcompte{
	position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px #ccc;
    display: none; 
    width: 270px;
    left: 1060px;
    top: 60px;
    padding: 15px;
    color:#373737;
    font-size:16px;
    z-index:20;
	font-size: 18px;
}
.logobricobm{
	width:200px;
	float:left;
}
.tailleicones{
	font-size:35px;
	vertical-align: middle;
	margin-left:10px;
	color:#9b9b9b;
	
	
}
.tailleiconesresp{
	font-size: 26px;
    vertical-align: middle;
    margin-left: 10px;
    color: #fff;
    background: #cc2229;
    border-radius: 50%;
    padding: 4px;
    width: 30px;
    text-align: center;
	border: 3px solid #373737;
}
.tailleicones:hover,
.tailleiconesresp:hover{
	color:#fff;
}
.nomprenom{
	font-weight:500;
	color:#fff;
}
.numpdv{
	font-weight:600;
}
.lignev{
	display:inline-block;
	width:22px;
	border-right:1px solid #fff;
	height: 35px;
    vertical-align: middle;
}
.rondpanier{
	font-size:30px;
	/*color:#58892e;*/
	color:#cc2229;
}
.rondpanierrama{
	font-size:30px;
	/*color:#58892e;*/
	color:#FC0;
}
.panier{
	position: absolute;
    right: -12px;
    top: 5px;
}
.varpanier{
	position: absolute;
    top: 7px;
    text-align: center;
    display: block;
    width: 23px;
    color: #fff;
    left: 3px;
    font-size: 12px;
	font-weight:600;
}
.varpanierrama{
	position: absolute;
    top: 7px;
    text-align: center;
    display: block;
    width: 23px;
    color: #000;
    left: 3px;
    font-size: 12px;
	font-weight:600;
}
.blanc{
	color:#fff;
}
/***************book présentation*********************/
.bloctxtcentre{
	text-align: center;
	background-color:#f5f5f7;
	margin-top:170px;
	margin-bottom:50px;
}
.centrespecial{	
	width: 1450px;
}


.textepresentebook{
	font-size:24px;
	font-weight:500;
	color:#86868b;
}
.boiteop{
	float:left;
	width:676px;
	height:600px;
	text-align:center;
	float:left;
	margin-bottom:31px;
	color:#fff;
	margin-right:31px;
	border-radius:18px;
	background-repeat:no-repeat;
    background-position-y: -70px;
}
.datebook,
.accederbook{
	font-size:20px;
	display: block;
    height: 17px;
	color:#fff;
	font-weight: 500;
}
.titrebook{
	font-size: 50px;
    display: block;
    font-weight: 600;
    line-height: 55px;
}
.chapeaubook{
	font-size: 16px;
    display: block;
    line-height: 24px;	
}
.accederbook a{
	color:#fff;
}
a .boiteop .accederbook:hover,
a:hover .boiteop .accederbook{
	text-decoration:underline;
}
.explicbook{
    display: block;
    height: 280px;
    padding-top: 20px;
    padding-left:25px;
    padding-right:25px;
    margin-top: 300px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.topvisuel{
	width: 1420px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 18px;
}
.texte12{
	font-size:12px;
}
.texte14{
	font-size: 14px;
}
.texte15{
	font-size: 15px;
    line-height: 22px;
}
.texte16{
	font-size:16px;
}
.texte18{
	font-size:18px;
}
.texte20{
	font-size:20px;
}
.texte22{
	font-size: 22px;
}
.texte24{
	font-size: 22px;
}
.texte27{
	font-size: 27px;
}
.texte28{
	font-size: 28px;
}
.texte36{
	font-size: 36px;
}
.texte10em{
	font-size: 10em;
}
.margetop0{
	margin-top:0px;
}
.margeleft10{
	margin-left:10px;
}
.margebot0{
	margin-bottom:0px;
}
.chapeau{
	font-size: 27px;
    margin: 0;
    padding-top: 10px;
    line-height: 38px;
    font-weight: 600;
	margin-bottom: 50px;
}
.texte38{
	font-size: 38px;
    font-weight: 600;
    margin: 0px;
    padding-top: 30px;
}
.texte76{
	font-size: 76px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0px;
}
.interlettrereduc{
	letter-spacing: -0.5px;
}
.textecentre{
	text-align:center;
}
.hautligne32{
	line-height: 32px;
}
.descriptif{
	float: left;
    width: 890px;
    padding-right: 30px;
}
.documents{
	float: right;
    width: 30%;
    border-left: 1px solid #ccc;
    padding-left: 50px;
}

.tresgras{
	font-weight: 700;
}
.demigras{
	font-weight: 600;
}
.grasnormal{
	font-weight:normal;
}
.gras500{
	font-weight: 500;
}
.gras600{
	font-weight: 600;
}
.gras700{
	font-weight: 700;
}
.gras800{
	font-weight: 800;
}
.gras900{
	font-weight: 900;
}
.tresfin{
	font-weight: 400;
}
.souligne{
	text-decoration:underline;
}
.coulrouge{
	color:#cc2229;
}
.coulverte{
	color:#3C0;
}
.coulfondrouge{
	background-color: #cd2328;
}
.coulnoir
{
	color:#181a1c;
}
.coulnoirproduits
{
	color:#373737;
}
.coulgris{
	color:#7d7d7d;
}
.coulgrisclair{
	color:#DEDEDE;
}
.coulgrisproduits{
	color:#9b9b9b;
}
.coulfondfiche{
	background:#f5f5f7;
}
.couljaunefiche{
	background:#ffff94;
}
.coulsaumon{
	color:#fae1dc;
}
.coulblanc{
	color:#fff;
}
.verticalign{
	vertical-align: middle;
}
.borderbaspad10{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.dispblock{
	display:block;
}
a.boutonacces
{
	background-color: #cc2229;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 22px;
    width: 164px;
    margin-top: 30px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
	float: left;
    margin-right: 10px;
}
a.boutonacces:hover,
a.boutonretour:hover{
	background-color: #666;
}
a.boutonretour
{
	background-color:#999;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 22px;
    width: 34px;
    margin-top: 30px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
	float: left;
    margin-right: 10px;
}
.pave{
	border-radius: 13px;
    background-color: #fae1dc;
    padding: 30px;
	min-height: 80px;
}
.triangle{
	font-size: 76px;
	margin-right: 30px;
	float:left;
	
}
.fleche{
	margin-right: 10px;
    float: left;
    margin-bottom: 30px;
    margin-top: 3px;
	font-size: 25px;
}
a:hover .encadre .texte18.coulnoir,
a.souligne:hover{
	color:#cc2229;
	text-decoration:underline;
}

.encadre{
	background-color:#fff;
	border:2px solid #7d7d7d;
	padding:10px;
	border-radius:13px;
	margin-bottom:17px;
}
a .encadre:hover{
	border:2px solid #cc2229;
	/*text-decoration:underline;*/
}

/****************book des produits*********************************************************/
.centreproduits{
	background-color:#f5f5f7;
	margin-top:100px;
	position:relative;
	padding-bottom: 60px;
}
.boutonfiche{
	background-color: #696969;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	font-weight:500;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border-radius: 22px;
	width: 158px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	font-weight:500;
	font-weight: 500;
    font-family: "Montserrat";
	position: absolute; 
	left: 1240px; 
	top: 30px;
}
.boutonfiche:hover{
	background-color: #373737;
}
input.boutonajouter{
	background-color: #cd2328;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight:500;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	width: 80px;
	font-weight:500;
	font-weight: 500;
    font-family: "Montserrat";
	margin-left: 40px;
}
a.boutonmodifier{
	background-color: #666666;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-weight:500;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	width: 80px;
	font-weight:500;
	font-weight: 500;
    font-family: "Montserrat";
	margin-left: 40px;
}
input.boutonajouter:hover,
a.boutonmodifier:hover{
	background-color: #373737;
}
.lignevfiche{
	margin-right: 5px;
    display: inline-block;
    width: 5px;
    border-right: 1px solid #fff;
    height: 16px;
    vertical-align: middle;
}
.lignehfiche{
    border-bottom: 1px solid #dbdbdd;
    padding-bottom: 20px;
	width:640px;
	float:left;
	margin-right:10px;
	font-size: 16px;    
	margin-top: 50px;

}
.strongfiche{
	font-weight:600;
	letter-spacing:-0.7px;
}
.colgauche{
	float:left;
	border-right:1px solid #ddd;
}
.colgauche.fluxtitre{
	width: 55px;
    height: 25px;
    padding-top: 10px;
    margin-right: 12px;
    padding-left: 10px;
}
.colgauche.codetitre{
	width:62px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
}
.colgauche.operationtitre{
	width:280px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
}
.colgauche.livraisontitre{
	width:84px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
	padding-left: 8px;
}
.colgauche.pcptitre{
	width:90px;
	height: 25px;
	margin-right: 10px;
}
.colgauche.pvptitre{
	width:90px;
	height: 25px;
	margin-right: 10px;
}
.colgauche.margepdvtitre{
	width:90px;
	height: 25px;
	margin-right: 10px;
}
.colgauche.condtitre{
	width:62px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
}
.colgauche.precotitre{
	width:54px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
}
.colgauche.quantitetitre{
	width:75px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
}
.colgauche.mevtitre{
	width:124px;
	height: 25px;
    padding-top: 10px;
	margin-right: 10px;
	text-align: center;
}
.colgauche.actionstitre{
	/*width:149px;*/
	height: 25px;
    padding-top: 10px;
	border: none;
	text-align:center;
	margin-left: 40px;
}
.colgauche.flux{
	width: 90px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.code{
	width:72px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.operation{
	width:275px;
	height: 45px;/*car 2 lignes*/
    padding-top: 10px;
	text-align:left;
	padding-left:10px;
	padding-right:5px;
}
.colgauche.livraison{
	width:94px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.pcp{
	width:100px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.pvp{
	width:100px;
    height:44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.margepdv{
	width:100px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.cond{
	width:72px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.preco{
	width:64px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.quantite{
	width:85px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
	text-align:center;
}
.colgauche.mev{
	width:121px;
	height: 44px;
    padding-top: 25px;
	text-align:center;
	padding-left: 13px;
}
.colgauche.actions{
	/*width: 144px;
    margin-top: 8px;
    border: none;
	color:#999999;
	padding-left: 18px;*/
	
	/*width: 144px;*/
    margin-top: 8px;
    border: none;
    color: #999999;
    padding-left: 13px;
}
}
/********************menu déroulant*******************************/

label {
        position: relative;
      }
label:after {
	content: '>';
	font: 16px "Consolas", monospace;
	color: #666;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 10px;
	top: 2px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
label:before {
content: '';
right: 6px;
top: 0px;
width: 20px;
height: 20px;
background: #fff;
position: absolute;
pointer-events: none;
display: block;
}

.dropbtn {
  background-color: #fff;
  color: #636363;
  border: none;
  cursor: pointer;
  min-width: 310px;
  text-align:left;
  padding:10px;
  margin-top:15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  padding-left:17px;
  font-weight:500;
}
.dropbtn2 {
  background-color: #fff;
  color: #636363;
  border: none;
  cursor: pointer;
  min-width: 260px;
  text-align:left;
  padding:10px;
  margin-top:15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  padding-left:17px;
  font-weight:500
}
.dropbtn3 {
  background-color: #fff;
  color: #636363;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align:left;
  padding:10px;
  margin-top:15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  padding-left:17px;
  font-weight:500
}
.dropbtn4 {
  background-color: #fff;
  color: #636363;
  border: none;
  cursor: pointer;
  min-width: 200px;
  text-align:left;
  padding:10px;
  margin-top:15px;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size:16px;
  padding-left:17px;
  font-weight:500
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #ebebeb;
}

.dropdown,
.dropdown2,
.dropdown3,
.dropdown4 {
  position: relative;
  display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 310px;
	overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;
	height: 150px; /*300px*/
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
    border-radius: 10px;
	padding:10px;
}

.dropdown2-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 260px;
	overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;
	height: 150px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
    border-radius: 10px;
	padding:10px;
}
.dropdown3-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;
	height: 150px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
    border-radius: 10px;
	padding:10px;
}
.dropdown4-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 310px;
	overflow-y: scroll;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 500;
	height: 150px;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
    border-radius: 10px;
	padding:10px;
}


.dropdown-content a,
.dropdown2-content a,
.dropdown3-content a,
.dropdown4-content a {
  color: #636363;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover,
.dropdown2-content a:hover,
.dropdown3-content a:hover,
.dropdown4-content a:hover {
	background-color: #eee;
	}
.touslesprod a.bleu,
.touslesprod #choixtout a,
.touslesprod a#choixdep,
.touslesprod a{
	color:#666;
}
.touslesprods a:hover{
	text-decoration:underline;
}

/**************************paging**************************/
.paging:hover{
	background: #bbb;
    display: inline-block;
    width: 35px;
    /* background: #fff; */
    border-radius: 13px;
    text-align: center;
    color: #fff;
    /* font-weight: 600; */
    margin-right: 20px;
    margin-left: -10px;
    padding: 7px;
}
/************************produits**********************************/
.prod_boutonretour{
	position: absolute; 
	left: 1356px;
    top: 40px;
}
.lookloader{
	position: absolute;
    left: 0px;
    top: 400px;
    width: 1420px;
    display: none;
    z-index: 9;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 400px;
    background: rgba(255, 255, 255, .8);
    height: 1400px;
}
.triglobal{
	position: absolute;
    width: 1420px;
    left: 0px;
    top: 250px;
    z-index:10;
	height:30px;
}
.menudrop{
	margin-left:10px;
	float:right;
	margin-left: 10px;
    padding-bottom: 5px;
}
.flotteright{
	float:right;
}
.flotteleft{
	float:left;
}
.margetop10{
	margin-top:10px;
}
.margetop20{
	margin-top:20px;
}
.margetop30{
	margin-top:30px;
}
.margebot10{
	margin-bottom:10px;
}
.margebot20{
	margin-bottom:20px;
}
.margebot30{
	margin-bottom:30px;
}
.padbot10{
	padding-bottom:10px;
}
.menutop{
	font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px;
}
.touslesprods{
    color: #666;
    width: 790px;
    font-size: 16px;
    margin-left: 730px;
}
.prod_nb{
	margin-top:50px; /*40px*/
	font-size:16px;
	margin-bottom:0px;  /*10px*/
	min-height: 60px;
	line-height: 30px;
}
#saisierech{
	display:inline-block;
}
#saisierech input{
    font-family: 'Montserrat', sans-serif;
    width: 250px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
	border:1px solid #9b9b9b;
	font-size: 16px;
}
#saisierech input.ok{
    width: 40px;
    border-radius: 5px;
    padding: 0px;
    height: 33px;
	width:30px;
	font-size: 14px;
}
.autourdefiche{
	overflow:auto;
	margin-top:-4px;
	margin-bottom:0px;
	overflow:hidden;
	position:relative;
	background:#fff;
	border-radius: 8px;
	padding-bottom:20px;
}
.prod_sansdetail{
	overflow:visible;
	position:relative;
	background: #fff;
	border-radius: 8px;
	padding-left: 30px;
	padding-top: 17px;
}
.prod_visuel{
	float:left;
	width:150px;
	height:130px;
	margin-right:20px;
	text-align:center;
}

.prod_image{
	max-height: 123px;
	max-width: 130px;
}
.prod_num{
	font-size:16px;
	font-weight:500;
	color:#373737;
}
.prod_art{
	font-size:24px;
	font-weight:600;
	color:#373737;
}
.prod_ean{
	font-size:16px;
	color:#9b9b9b;
	font-weight:500;
	margin-top: 2px;
    display: inline-block;
}
.prod_mentionajout{
	position: absolute;
    left: 200px;
    top: 105px;
    width: 880px;
    height: 20px;
	z-index:10;
}
.prod_ajout{
	color: #C00;
    font-size: 14px;
    font-weight: bold;
    background-color: #fddada;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    line-height: 28px;
}
.prod_ajout2{
	color: #ccc;
	font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
}

.details{
	position:relative;
	overflow:visible;
}
.prod_visuelG{
	float:left;
	width:385px;
	height:361px;
	padding:30px;
	text-align: center;
}
.prod_fiche{
	padding-top: 20px;
	margin-left:250px;
	padding-right:20px;
	padding-bottom:20px;
	overflow:visible;
	width: 855px; /*900 avant*/
}
.prod_numG{
	font-size: 16px;
	font-weight: 500;
	color: #373737;
}
.prod_artG{
	font-size: 24px;
    font-weight: 600;
    color: #373737;
}
.prod_eanG{
	font-size: 16px;
    color: #9b9b9b;
    font-weight: 500;
    margin-top: 2px;
    display: inline-block;
}
.typepack{
	overflow: visible; 
	position: absolute; 
	left: 1160px; 
	top: 137px;
	width:237px;
	border-radius:8px;
	text-align:center;
}
.typerouge{
	font-size:36px;
	letter-spacing: 4px;
	color: #cc2229;
}
.typenoir{
	font-size:24px;
	letter-spacing: 4px;
	font-weight:700;
	color:#bbbbbb;
}
.pos1{
	position:absolute;display:block;top:72px;left:91px;font-size:8px;
}
.pos2{
	position:absolute;display:block;top:72px;left:112px;font-size:8px
}
.pos3{
	position:absolute;display:block;top:72px;left:134px;font-size:8px
}
.pos4{
	position:absolute;display:block;top:72px;left:158px;font-size:8px
}
.pos5{
	position:absolute;display:block;top:72px;left:182px;font-size:8px
}
.mention_ajout{
	position: absolute;
    left: 445px;
    top: 110px;
    width: 400px;
    height: 20px;
}
.hautdetableau{
	overflow:auto;margin-bottom:10px;padding-bottom: 5px;padding-left: 40px;
}

.detailsbis{
	position:relative;overflow:visible;
}
a.coulgris:hover{
	background: #5f5c5c;
    padding: 10px;
    margin-left: -10px;
    border-radius: 10px;
    color: #fff;
}
.autourdeligne{
	padding-left: 20px;padding-right: 20px;overflow: visible;
}
.lignegrise{
	padding-bottom: 15px;margin-bottom:2px;margin-bottom:10px;min-height:65px;overflow:visible;padding-top: 5px;padding-left: 10px;
}
.precointerne{
	width: 35px;
    padding-top: 8px;
    text-align: center;
    background: #e17d00;
    padding-bottom: 8px;
    margin-left: 13px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-top: -8px;
    font-weight: 600;
}
.quantitelook{
	width: 35px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    width: 50px;
	 margin-top: -5px;
    text-align: center;
}
.prod_mev{
	background: #fff;
	border-radius: 5px;
	padding: 2px;float: left;
	width: 60px;font-size: 12px;
	font-weight: 600;
	line-height: 11px;
	color:#cd2328;
	margin-top: -5px;
}
.prod_vitesse{
	background: #fff;
    border-radius: 5px;
    padding: 2px;
    float: left;
    height: 23px;
    width: 36px;
    margin-left: 6px;
    font-weight: 600;
    line-height: 11px;
    padding-top: 14px;
	margin-top: -5px;
    color:#cd2328;
}
.prod_comment{
	display: block;
    background-color: #666666;
    color: #fff;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px;cursor:pointer
}
.prod_textar{
	width: 150px;
    resize: none;
    height: 80px;
    background: #eee;
	box-shadow: 5px 5px 10px #ccc;
}
.croixferme{
	position: absolute;
    color: #fff;
    background: #000;
    width: 20px;
    font-size: 18px;
    padding-left: 5px;cursor:pointer
}

.num_page{
	display: inline-block;          
    width: 35px;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    color:#000;
    font-weight:600;
    margin-right:20px;
	margin-left: -10px;
	padding:7px
}
.numeropage{
	display:inline-block;
	width:35px;
	color:pink;
	padding:10px
}
/*******************PANIER**************************/
.note{
	width:310px;
	height: 25px;
    margin-right: 10px;
	padding-top:10px
}
.paht {
    width: 120px;
    height: 25px;
    margin-right: 10px;
	/*padding-top:10px*/
}
.bouton_actualiser{
	display: block;
    background-color: #cd2328;
    color: #fff;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px;cursor:pointer;
	border:none;
	font-size:22px;
	margin-right:10px;
}

/*.prod_actualiser::before{
	content: "\f021";
	font-family: FontAwesome;
	margin-left: 3px;
	font-weight:400;
	font: var(--fa-font-regular);
	font-size:22px;
  	content: '\f021';
}**/
.bouton_supprimer{
	display: block;
	background-color: #e1e1e6;
    color: #000;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px;cursor:pointer;
	border:none;
	font-size:22px;
	
}
.bouton_retourprod{
	display: block;
	background-color: #e1e1e6;
    color: #000;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px;cursor:pointer;
	border:none;
	font-size:22px;
	margin-right:10px;
}
.bouton_actualiser:hover{
	background-color: #373737;
}
.bouton_retourprod:hover,
.bouton_supprimer:hover{
	background-color: #373737;
	color:#fff;
}
.lignegrise .colgauche.flux{
	/*width: 60px;
    height: 35px;
    padding-top: 15px;
    margin-top: 4px;
    text-align: left;
    padding-left: 15px;*/
	
	width: 80px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
    text-align: center;
    padding-left: 0px;
    letter-spacing: -0.4px;
    margin-left: -3px;
}

.lignegrise .colgauche.operation{

	width: 275px;
    height: 58px;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 5px;
}
.lignegrise .colgauche.livraison{
	width:94px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
	padding-left: 8px;
}
.lignegrise .colgauche.pcp{
	width:100px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}

.lignegrise .colgauche.paht{
	width:130px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
	font-weight:bold;
}

.lignegrise .colgauche.cond{
	width:72px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}

.lignegrise .colgauche.quantite{
	width:85px;
    height: 44px;
    padding-top: 25px;
    margin-top: 4px;
	text-align:center;
}
.lignegrise .note{
	width: 310px;
    margin-right: 10px;
	height: 44px;
    padding-top: 25px;
    margin-top: 4px;
}
.lignegrise .colgauche.actions{
	width: 142px; /*145px;*/
    padding-top: 11px;
}
.note textarea {
	resize: none;
	border: 1px solid #ccc;
	width: 295px;
	margin-top: -7px;
}
.autourdefichepanier{
	overflow:auto;
	margin-top:-15px;
	margin-bottom:0px;
	overflow:hidden;
	position:relative;
	border-radius: 8px;
	padding-bottom:10px;
}
.bouton_confirmerpreco{
	background-color: #cc2229;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    display: inline-block;
    width: 292px;
}
.bouton_refuserpreco{
	background-color: #696969;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
    display: inline-block;
    width: 292px;
}
.bouton_confirmerpreco:hover,
.bouton_refuserpreco:hover {
    background-color: #191919;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}
/****************menu user************************************/
#compte a{
	color:#373737;
	display:inline-block;
	padding:10px;
	width:250px;
	line-height:30px
}
#compte a:hover{
	background:#eee;
	font-weight: 600;
}
hr{
	border-color:#eee;
}
/*****************compte*******************************/
.boutonvoir{
	background-color: #999;
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	display: block;
	border-radius: 22px;
	width: 258px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
    font-family: "Montserrat";
}
.boutonvoir:hover{
	background-color: #666;
}
.fondblanc{
	margin-top: 40px;
    min-height: 400px;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
.lignedesign{
	height: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #9b9b9b;
}
.designation{
	display: block;
	width: 650px;
	float: left;
}
.montant{
	display: block;
    width: 140px;
    float: left;
}
.debut{
	display: block;
    width: 120px;
    float: left;
	text-align: center;
}
.fin{
	display: block;
    width: 120px;
    float: left;
	text-align: center;
}
.action{
	display: block;
	width: 300px;
    float: left;
	text-align: center;
}
.lignegrisecompte{
	padding-bottom: 15px;
	margin-bottom:10px;
	min-height:45px;
	overflow:visible;
	padding-top: 5px;
	padding-left: 10px;
	background:#f5f5f7;
}

.nomope{
	display: block;
    float: left;
    width: 610px;
    margin-top:20px;
        margin-left: 10px;
}
.nombreprod{
	display: block;
    float: left;
    width: 180px;
    margin-top: 20px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
	font-size:14px;
}
.datedebut{
	display: block;
    float: left;
    width: 125px;
    margin-top:20px
}
.datefin{
	display: block;
    float: left;
    width: 125px;
    margin-top:20px
}
.precovoir{
	float: left;
    margin-top: 6px;
    margin-left:10px
}
.inputdebut{
	width: 110px;
    background: none;
    border: none;
    font-size: 16px;
    font-family: Montserrat;
    border-right: 1px solid #ddd;
    margin-right: 10px;
	letter-spacing: -0.95px;
}
.inputfin{
	width: 110px;
    background: none;
    border: none;
    font-size: 16px;
    font-family: Montserrat;
    border-right: 1px solid #ddd;
    margin-right: 10px;
	letter-spacing: -0.95px;
}
.navigation a{
	font-size:18px;
	color:#181a1c;
	font-weight:normal;
	margin-right:50px;
	font-weight: 500;
}
.navigation a:hover{
	border-bottom:4px solid #aaa;
	padding-bottom:10px;
}
.navigation a.navigationactif{
	color:#cc2229;
	font-weight:bold;
	border-bottom:4px solid #cc2229;
	padding-bottom:10px;
	font-size:18px;
	margin-right:50px;
}
a.boutonretourliste:hover{
	background-color: #666;
}
a.boutonretourliste
{
	background-color: #999;
    color: #fff;
    padding-top: 12px;
    /*padding-bottom: 12px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border-radius: 22px;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
	width:220px;
	float:left;
}


#ouinon1,
#ouinon2,
#ouinon3,
#ouinon4,
#ouinon5,
#ouinon6{
	font-size: 16px;
    font-weight: 600;
    color: #cc2229;
	cursor:pointer;
	text-align:center;
	
}
.specialouinon{
	font-size: 16px;
    font-weight: 600;
    color: #cc2229;
	cursor:pointer;
	text-align:right;

}
.panouinon{
	display: inline-block;
    width: 80px;
    border-radius: 10px;
    background-color: #999;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
}
.ouinon{
	display: inline-block;
    width: 80px;
    border-radius: 3px;
    background-color: #999;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
}
.ouinon:hover,
a.panouinon:hover,
.boutongenerer:hover,
.boutonrougegenerer:hover {
	background-color: #191919;
}
.boutongenerer{
	color: #fff;
    cursor: pointer;
    background-color: #696969;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 0px;
    display: inline-block;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.boutonrougegenerer{
	color: #fff;
    cursor: pointer;
    background-color: #cd2328;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 0px;
    display: inline-block;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.boutongenereractif{
	color: #fff;
    cursor: pointer;
    background-color: #ccc;
    padding: 15px;
    font-size: 16px;
    border-radius: 13px;
    float: left;
	margin-right:10px;
}
.panneauautouricone{
	overflow: visible;
	margin-top:0px;
	display: inline-block;
	width: 50px;
}
.texte40{
	font-size: 40px;
}
.panneautexte{
    overflow: visible;
    margin-top: 0px;
    display: inline-block;
    width: 230px;
    font-weight: 500;
    font-size:16px;
    margin-bottom: 20px;
}
.panneauhr{
	clear: both;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
#panneau a{
	color:#181a1c;
}
#panneau a:hover{
	color:#cc2229;
}

a.moncompte {
	color: #fff;
    padding-left: 10px;
    display: inline-block;
    width: 100px;
	z-index: 21;
    position: relative;
}
a.moncompte:hover{
	font-weight:600;
}
/********************************************/
