#is_pc,
.is_pc {
	display: block;
}

#is_tablette,
.is_tablette {
	display: none;
}

#is_mobile,
.is_mobile {
	display: none;
}

.not_pc {
	display: none !important;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

label {
	cursor: pointer;
}

figure, figcaption, header, footer, article, aside, nav, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend {
	margin: 0;
	padding: 0;
	display: block;
}

body {
	margin: 0;
	padding: 0;
	font-family:'Roboto';
	font-weight: 300;
	font-size:16px;
	color:#454545;
}

select {
	padding: 0 15px !important;
}

.bloc_information_haut{
	float:right;
	width: 325px;
    max-width: 100%;
	padding-top:5px;
	font-size:0.9em;
}

.bloc_information_haut img{
    display: block;
    float: left;
    padding-right: 18px;
    width: 27px;
}

.bloc_favoris{
	float:left;
	width:42%;
	display:block

}

.bloc_favoris:hover{
	color:#006BB1;
}

.bloc_text_favoris{
	float:left;
}

.bloc_information_haut .span_title{
	font-weight: 400;
    text-transform: uppercase;
}

.bloc_panier{
	float:right;
	width:57%;
	display:block
}

.bloc_panier:hover{
	color:#006BB1;
}

.bloc_panier img{
	float:left;
}

.bloc_text_panier{
	float:left;
	width: 60%;
	width: calc(100% - 45px);
}

.bloc_text_panier .total{
	font-weight:600;
	font-size:1em;
}

.bloc_information{
	margin-top:8%;
	padding-left: 10%;
}

.bloc_information  .bloc_left > span{
	font-size:1.2em;
	text-transform:uppercase;
}

.bloc_lien_insc{
	
}
.bloc_information  a.btn_inscription {
	display:inline-block;
	border:1px solid #929395;
	padding: 16px 30px;
	text-transform:uppercase;
	text-decoration:none;
	float:right;
	margin-top:50px;
	width:25%;
	text-align:center;
 
	vertical-align:middle;
}
.btn_blanc{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
	margin:20px 0;
    float: right;
    
    width: 25%;
    text-align: center;
    vertical-align: middle;
}



.breadcrump{
	padding-top: 10px;
    padding-bottom: 10px;
	font-style: italic;
    font-size: 0.9em;
	font-weight: 400;
	width: 98%;
}

.breadcrump a {
	font-weight:300;
}

#menu_haut_listing{
	background-color:#f8f8f8;
	margin-bottom: 30px;
}
.clear {
	clear: both;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.first-letter::first-letter {
	text-transform: uppercase;
}
 
.content {
	margin: 0 auto;
	max-width: 1190px;
	box-sizing: border-box;
	overflow: hidden;
 
	*zoom: 1;
}

.content.blanc {
	background-color: #FFF;
}

.header_connect{
	text-transform:uppercase;
	width:100%;
	height:28px;
	color:#fff;
}

.header_connect .langues{
	float: right;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-right: 2em;
}

.header_connect .langues img {
	vertical-align: middle;
	margin-right: 0.2em;
}

.header_connect .se_connecter{
	float: right;
	font-size: 0.9em;
	line-height: 2em;
	margin-right: 15px;
}

.header_connect .se_connecter img{
	vertical-align: text-top;
}

.header_connect .se_connecter .prenom{
	padding-right: 3px;
	font-size: 0.8em;
	text-transform: none;
}

.header_connect .se_connecter .nom{
    font-size: 0.8em;
	text-transform: none;
}

.header_connect .se_connecter .compte{
	padding-right: 3px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.header_connect .se_connecter a:nth-of-type(3) {
	vertical-align: middle;
	margin-left: 30px;
}

.header_connect .se_connecter a:nth-of-type(3) img {
	padding-right: 0;
}

.header_connect .content {
	position: relative;
	overflow: visible;
}

.gris_clair{

	background-color:#929395;
}
.menu_haut{
	display:inline;
}
.menu_haut a{
	
	text-transform:uppercase;
}
.bloc_haut{
	border-bottom:1px solid #929395;
	width:100%;
	margin-bottom:3px;
}
header .logo{
	padding-top:10px;
}
#menu_haut{
	padding:10px 0;
	box-sizing: border-box;
	padding-bottom: 0;
	overflow: visible;
}
#menu_haut ul li {
	display: inline-block;
	margin: 0 0.5em; /* Pour espacer les boutons entre eux */
	padding: 0;
	position: relative;
}
#menu_haut ul li:first-of-type {
	margin-left: 0;
}
#menu_haut ul {
	display:inline;
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	float:left;
	padding: 0;
}
#menu_haut ul a{
	text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    font-size: 1.05em;
	display: inline-block;
	border-bottom: solid 2px transparent;
	white-space: nowrap;
}
#menu_haut ul ul {
	position: absolute;
    top: 104%;
    left: -35%;
    z-index: 2001;
    margin-top: -2px;
    padding: 0;
    border: solid 1px #929395;
    box-sizing: border-box;
	display: none;
	 
}
#menu_haut ul ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#menu_haut ul ul li:hover {
	padding: 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	 
}

#menu_haut ul ul a {
	background-color: #FFF;
	width: 100%;
    display: inline-block;
    box-sizing: border-box;
	transition: all 0.2s;
	color: inherit !important;
	border-bottom: none !important;
	font-size:0.9em;
 
}
#menu_haut ul ul a:hover {
	 background-color: #006BB1; 
	 color: #FFF !important; 

}
#menu_haut .form_rech{
	float:right;
	width:20%;
	margin: 0;
}

#menu_haut a:hover,
#menu_haut .active a{
	color:#006BB1;
	border-bottom:2px solid #006BB1;
}

#menu_haut ul li:hover ul {
	display: block !important;
}

.form_rech input {
    padding: 5px 15px;
    width: 82%;
	height: 30px;
	width: calc(100% - 38px);
    box-sizing: border-box;
	border: solid 1px #B5B5B5;
}
@media screen and (max-width: 766px){
	.form_rech input {
		margin-bottom: 5px;
	}

}

.form_rech button {
	width: 38px;
	height: 30px;
	background-image: url(../img/search-b.png);
	padding: 0;
	margin: 0 0 0 -4px;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.btn_recherche{
	background-image:url(../../includes/img/search-b.png)   ;
	background-size: 22px;
	background-repeat: no-repeat;
	background-position : 50% 50%;
	background-color: #006BB1;
    display: inline-block;
    width: 12%;
    height: 29px;
    float: right;
    padding: 0;
    margin: 0;
}

.fright{
	float:right;
}

.two,
.three,
.four,
.five,
.height,
.tiers1,
.tiers2,.twelve {
	vertical-align: top;
	position: relative;
	margin: 0 0.5% 10px 0.5%;
	box-sizing: border-box;
	display: block;
	float: left;
	overflow: visible;
	*zoom: 1;
	*display: inline;
}

.two {
	width: 49%;
	margin: 0 0 2% 1%;
}

.two:nth-of-type(2n+1) {
	margin: 0 1% 2% 0;
}
.twelve{
	width: 7.2%;
	margin: 0 0 2% 1%;
}
.three {
	width: 32.3%;
	*width: 32%;
}

.four {
	width: 24%;
	*width: 23.5%;
}

.four img {
	vertical-align: bottom;
}

.five {
	width: 19%;
	*width: 15.5%;
}

.height {
	width: 11.5%;
	*width: 11.5%;
}
.tiers1 {
	width: 23.8%;
	margin: 0 0 0 1.5%;
}

.tiers2 {
	width: 74.7%;
	margin: 0;
}

.content.one_line figure {
	margin-bottom: 0;
}
.both{
	clear:both;
}
.categories .four,
.categories .two,
.products .four,
.products .three,
.marques .four {
	background-color: #FFF;
	text-align: center;
}

.under_title {
    width: 100%;
    height: 1px;
    background-color: #929395;
}

.h2_jaune{
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight:300;
	margin:auto;
	margin-top:23px;
	display:block; 
}

.h2_jaune span{
	border-bottom:2px solid #F5A200;
    padding: 10px;
    display: inline-block;
}

.h2_rouge{
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight:300;
	margin:auto;
	margin-top:23px;
	display:block; 
}

.h2_rouge span{
	border-bottom:2px solid #AC1027;
    padding: 10px;
    display: inline-block;
}

.h2_bleu{
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight:300;
	margin:auto;
	margin-top:23px;
	display:block; 
}

.h2_bleu span{
	border-bottom:2px solid #008F9E;
    padding: 10px;
    display: inline-block;
}

.h2_vert{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	margin-top:20px;
	display:block; 
	line-height:1.2em;
}

.h2_vert span{
	border-bottom:2px solid #4A9924;
    padding: 10px;
    display: inline-block;
}

.h2_violet{
	text-transform:uppercase;
	font-size: 1.4em;
	font-weight:300;
	margin:auto;
	margin-top:23px;
	display:block; 
}

.h2_violet span{
	border-bottom:2px solid #972a7f;
    padding: 10px;
    display: inline-block;
}

.h2_action{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	margin-top:20px;
	display:block; 
	line-height:1.2em;
 
}
.h2_action span{
 
	border-bottom:2px solid #006BB1;
    padding: 10px;
    display: inline-block;
 
}

.h2_g{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	margin-top:20px;
	display:block; 
	line-height:1.2em;
 
}

.h2_g span{
	border-bottom:2px solid #C6B900;
    padding: 10px;
    display: inline-block;
}
 

.h2_orange{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	display:block; 
	line-height:1.2em;
 
}

.h2_orange span{
	border-bottom:2px solid #e27c00;
    padding: 10px;
    display: inline-block;
}
.h2_noir{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	margin-top:20px;
	display:block; 
	line-height:1.2em;
 
}

.h2_noir span{
	border-bottom:1px solid #000;
    padding: 10px;
    display: inline-block;
}

.h2_soleil{
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:400;
	margin:auto;
	display:block; 
	line-height:1.2em;
 
}

.h2_soleil span{
	border-bottom:2px solid #f5a200;
    padding: 10px;
    display: inline-block;
}

.logo_marque{
	top: -10px;
    position: absolute;
    right: 8px;
	padding: 0 2px;
    background-color: #FFF;
}

.bloc_prod_img{
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.bloc_prod_img .prod_img {
	display: inline-block;
	position: relative;
}

.nouveaute{
	width:100px;
	height:20px;
	line-height: 20px;
	background-color:#f5a200;
	position:absolute;
	color:#fff;
	padding: 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:0.8em;
	top: -10px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.promotion{
	width:100px;
	height:20px;
	line-height: 20px;
	background-color:#AC1027;
	position:absolute;
	color:#fff;
	padding: 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:0.8em;
	top: -10px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.odr{
    width: 65px;
    height: 20px;
	line-height: 20px;
    background-color: #972a7f;
    position: absolute;
    color: #fff;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
    top: -12px;
    left: 10px;
	text-align: center;
	z-index: 1;
}

.odl{
    width: 65px;
    height: 20px;
	line-height: 20px;
    background-color: #972a7f;
    position: absolute;
    color: #fff;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.8em;
    top: -12px;
    left: 10px;
	text-align: center;
	z-index: 1;
}

.destockage{
	width:100px;
	height:20px;
	line-height: 20px;
	background-color:#AC1027;
	position:absolute;
	color:#fff;
	padding: 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:0.8em;
	top: -10px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.solde{
	width:100px;
	height:20px;
	line-height: 20px;
	background-color:#AC1027;
	position:absolute;
	color:#fff;
	padding: 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:0.8em;
	top: -10px;
	left: 10px;
	text-align: center;
	z-index: 1;
}

.inline{
	display:inline;
}

.inline-block{
	display:inline-block;
}
.block{
	display:block;
}

.hidden {
	display: none;
}

.produit_listing{
	padding-right: 5px;
}

footer{
	background-color:#7d7c7b;
	color:#fff;
	padding: 20px 10px;
}

footer input,
footer textarea{
	background-color:#676665;
	color:#929395;
	border:1px solid #676665;
	width:90%;
	margin:5px 0;
	padding:5px;
}

footer .bloc_left{
	float:left;
	width:35%;
	margin-right:2%;
}
 

footer .bloc_right{
    float: left;
    width: 47%;
}

footer .bloc_right2{
	float:left;
	width:10%;
}

footer .bloc_right2 a{
	display:block;
}
footer .adresse{
   /* float: left;*/
   /* width: 11%;*/
    margin-top: 9.3%;
    font-size: 0.8em;
    margin-left: 35px;


}
 
footer .adresse span{
	display:inline-block;
	font-weight:400;
	font-size:1.3em;
}  


footer .adresse .name-part1{
	/*font-size:2em;*/
	    margin-left: -20px;
}
footer .adresse .name-part2{
    text-transform: uppercase;
    font-size: 2.2em;
}
footer .adresse .line-rue{
    font-size: 0.8em;
    padding-bottom: 20px;
}
footer .pastille{
	width: 85px;
    height: 85px;
    background-color: #7d7c7b;
    margin: 20px;
    color: #fff;
    border-radius: 45px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 0.8em;
    transition: all 0.2s;
    position: relative;
	display: block;
}
footer .pastille:hover{
	background-color:#fff;
	color:#7d7c7b;
}
footer .pastille span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
footer .title{
	border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 1em;
    width: 100%;
	font-weight:400;
	padding-bottom:15px;
	margin-bottom:15px;
	
}

footer .three img{
	/*width:100px;*/
	text-align:center;
	padding:5px;
}

footer .name {
    background: url(../../includes/img/profil-b.png) no-repeat 7px 5px;
    background-size: 17px 17px;
	padding-left:30px;
	background-color:#676665;

}
footer .email {
    background: url(../../includes/img/mail-b.png) no-repeat 7px 5px;
    background-size: 17px 17px;
	padding-left:30px;
	background-color:#676665;
 
}
footer .renseignements {
    background: url(../../includes/img/profil-b.png) no-repeat 7px 5px;
    background-size: 17px 17px;
	padding-left:30px;
	background-color:#676665;
	font-family: roboto;
 
}

footer .four{
	text-align: center;
    height: 60px;
	line-height: 60px;
    margin: 3%;
    width: 16%;
}


* footer .four {
	width:19%;
}

footer .four img{
    vertical-align: middle;
}
.mTSWrapper {
	height: auto;
	margin: 0;
	max-width: 100%;
}

.pastille_verte {
	width: 10px;
    height: 10px;
    background-color: #4e972b;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

.pastille_orange{
    width: 10px;
    height: 10px;
    background-color: #F77944;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

.pastille_rouge{
    width: 10px;
    height: 10px;
    background-color: #F00;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

/*
Back to top button 
*/
#back_top {
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 2;
}

#back_top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back_top a:hover {
	color: #000;
}

#back_top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../../images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back_top a:hover span {
	background-color: #777;
}


/* ********************************************************************************** */
/* POPIN
/* ********************************************************************************** */

.popin {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'GR-B', Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.5);
	*background: #000 url('../../images/ie_fond_popin.png') 0 0 repeat;
	z-index: 999999;
}

.popin.closed {
	display: none;
}

.popin > div {
	position: fixed;
	top: 50%;
	left: 50%;
	display: inline-block;
	background-color: #F3F3F3;
	border-radius: 5px;
	padding: 20px 40px;
	text-align: center;
	width: 760px;
}

.popin h1,
.popin .popin_title {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 1px #AAA;
	padding: 0 10px 15px 10px;
	text-align: center;
	margin: 0 0 20px 0;
	display: inline-block;
	background: none;
}

.popin a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.2em;
}

.popin div {
	overflow: hidden;
	*zoom: 1;
}

.popin .four {
	background-color: #FFF;
	border-radius: 3px;
	padding: 30px 10px;
}

.popin .other,
.popin .free {
	display: block;
	margin: 10px 0;
	text-decoration: underline;
}

.popin #col_left_manufacturer a {
	text-decoration: underline;
}

#bloc_connection{
	width: 295px;
    position: absolute;
    top: 28px;
	right: 0;
    background-color: #fff;
	line-height: 1em;
    z-index: 9999;
    text-align: center;
    color: #000;
	padding-top:15px;
	text-transform: none;
    font-size: 14px;    
	display: none;
	box-shadow: 0 2px 10px #555;
}



#bloc_connection span,
#bloc_connection label{
	display: inline-block;
	width: 35%;
	text-align: left;
	vertical-align: middle;
}


#bloc_connection input{
	display: inline-block;
    height: 20px;
    width: 54%;
    border: solid 1px #A9A9A9;
    padding: 3px 5px;
    vertical-align: middle;
}

.valider_connect{
    display: inline-block;
    border: 1px solid #454545;
	background-color:#FFF;
	color:#454545;
    width: 150px;
    padding: 5px 8px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px;
    font-weight: 400;
	font-size: 1em;
	font-family: 'Roboto';
    line-height: 1.5em;
	box-sizing: content-box;
	transition: all 0.2s;
	cursor: pointer;
}

.valider_connect:hover {
	color:#fff;
	background-color:#006BB1;
}

.bloc_nouveaute figure{
	border:1px solid #BBB;
	text-align:center;
	margin-top: 10px;
}

.bloc_nouveaute figure figcaption{
	position: relative;
}

.bloc_nouveaute figure .bloc_couleur{
	background-color:#fff;
	width: 17px;
    position: absolute;
    bottom: 5px;
    right: -9px;
	padding: 5px 0;
	z-index: 2;
}

.bloc_nouveaute figure .bloc_couleur div{
    width: 15px;
    height: 15px;
    border-radius: 9px;
    margin-top: 5px;
	cursor: pointer;
	border: solid 1px #BBB;
}

.bloc_nouveaute figure .bloc_couleur div:first-of-type {
	margin-top: 0;
}

.bloc_nouveaute figure .bloc_couleur div a {
	display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    padding-left: 0.5px;
}

.bloc_nouveaute figure .price {
	font-weight: 600;
    font-size: 1.15em;
    white-space: nowrap;
}

.bloc_nouveaute figure .price .barre {
	display: block;
    font-weight: 300;
    text-decoration: line-through;
}

.bloc_nouveaute figure .price .quantity_01 {
	font-size: 0.8em;
	white-space: nowrap;
}

.bloc_nouveaute .logo_marque img {
    max-width: 80px;
}

.btn-acheter {
    height: 37px;
    border-top: 1px solid #929395;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 18px;
    cursor: pointer;
	transition: all 0.2s;
}

.btn-acheter:hover {
	color:#fff;
	background-color:#006BB1;
}

.btn-alert-stock {
    height: 37px;
    border-top: 1px solid #929395;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 18px;
    cursor: pointer;
	transition: all 0.2s;
}

.btn-alert-stock:hover {
	color:#fff;
	background-color:#006BB1;
}







.btn-produit-substitution {
    height: auto;
    border-top: 1px solid #929395;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    cursor: pointer;
	transition: all 0.2s;
}

.btn-produit-substitution:hover {
	color:#fff;
	background-color:#006BB1;
}







.btn-acheter-hidden {
    height: 41px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    padding-top: 15px;
}

.right_sous_prod{
    float: right;
    font-size: 0.8em;
    text-align: right;
    padding-right: 9px;
	width:28%;
}

.right_sous_prod span{
	font-weight:500;
}

.right_sous_prod input{
	width:30px;
	height:22px;
}

.left_sous_prod{
    float: left;
    font-size: 0.8em;
    text-align: left;
    padding-left: 5px;
	width:63%;
}

.left_sous_prod span{
	font-weight:500;
	float: left;
	/* height: 2.5em; */
	margin-right: 0.5em;
}

.bloc_gest_qty{
	padding:20px 0;
	overflow:hidden;
}

.bloc_apercu{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	display: none;
}

.bloc_apercu div{
	background-color:#000;
	opacity: 0.2;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bloc_apercu span{
    color: #000;
    background-color: #fff;
    opacity: 0.9;
    padding: 5px 20px;
    text-transform: uppercase;
    box-shadow: 0 0 10px #000;
    position: absolute;
	top: 65px;
	left: 19px;
    top: calc(50% - 14px);
    left: calc(50% - 56px);
}

.bloc_prod_img .prod_img:hover .bloc_apercu,
.bloc_prod_img .prod_img:hover .bloc_apercu_favoris {
	display: block;
}

figcaption .desc   {
	width: 84%;
    height: 2.5em;
    text-align: center;
    margin: 10px 0 17px 0;
    padding: 0 8%;
    overflow: hidden;
}

.error {
	color: #F00;
}

.discount_01 {
	position: relative;
	font-size: 0.75em;
    font-weight: normal;
}

.discount_01 em {
	position: absolute;
    top: 50%;
    left: -10%;
    display: inline-block;
    width: 120%;
    height: 1px;
    transform: rotate(-9deg);
    background-color: #333;
}

.separator{
	height:1px;
	background-color:#929395;
	margin-bottom:20px;
}

.ban_listing{
	text-align:center;
	height:200px;
}
#content_result_ajax{
	margin-left:20px;
}

.cent_pourcent{
	width:100%;
}

.width_auto{
	width:auto;
}

.ban_home{
	text-align:center;
}

.advertises {
	font-size: 0;
}

/* .button_cmd {
	height: 56px;
} */

.bloc_nouveaute .ajax_block_stock {
	height: 15px;
}

.alert_stock > div {
	width: 600px;
}

.alert_stock .popin_content {
	text-align: left;
}

.alert_stock .popin_content p {
	margin: 0;
	padding: 0 0 20px 0;
}

.alert_stock .popin_content input,
.alert_stock .popin_content textarea {
	display: block;
	margin-bottom: 15px;
}

.alert_stock .popin_content input {
	width: 250px;
}

.alert_stock .popin_content textarea {
	width: 100%;
	height: 4em;
	box-sizing: border-box;
}

.alert_stock .btn_action button {
	float: right;
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
}

.alert_stock button.close {
	border: solid 1px #929395;
	margin-right: 15px;
}

.alert_stock .ok,
.alert_stock .validate {
	background-color: #006BB1;
	border: solid 1px #006BB1;
	color: #FFF;
}

.produit_substitution {
	font-family: 'Roboto';
}

.produit_substitution .bloc_nouveaute {
	border-top: none;
	padding-top: 0;
}

.produit_substitution .popin_content > p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.produit_substitution button {
	text-transform: uppercase;
	padding: 10px 20px;
	cursor: pointer;
	background-color: #006BB1;
	border: solid 1px #006BB1;
	color: #FFF;
}

.produit_substitution figure {
	float: none;
    margin: 2em auto 0 auto;
    width: 14em;
	border: 1px solid #BBB;
}

#form_alert_stock .popin_success
#form_alert_stock .popin_error {
	display: none;
}

#bloc_filtre_tri .products_display {
	white-space: nowrap;
	display: inline-block;
	margin-right: 3em;
}

#bloc_filtre_tri .products_display a {
    display: inline-block;
    vertical-align: middle;
}

#bloc_filtre_tri .products_display a img {
	width: 1.5em;
	height: 1.5em;
	margin-left: 0.3em;
}

#bloc_filtre_tri .hide_prices {
	white-space: nowrap;
	display: inline-block;
	margin-right: 3em;
	vertical-align: middle;
}

#bloc_filtre_tri .hide_prices * {
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
}

#bloc_favoris_ajax {
	text-transform: lowercase;
}

#bloc_panier_ajax .nb_articles {
	text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .header_connect .langues {
	margin-left: 2em;
	margin-right: 0;
  }
}

li.header_dealdays a span {
	background-color: #C42E48;
    color: #FFF;
    padding: 0.3em 0.5em;
}

.option_bbc[value*="dealdays"] {
	background-color: #C42E48;
    color: #FFF;
}

#band_deal_days .content {
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #000;
}

#band_deal_days p {
	margin: 0;
	padding: 0;
}

#band_deal_days a {
	text-decoration: underline;
}