@charset "iso-8859-1";
/* CSS Document */

#menu_conteneur.conteneur_alignement{
    max-width: 1500px;
}

#footer_colonne4{
    vertical-align: bottom;
    line-height: 13px;
}

#footer_colonne4 .picto_inline{
    vertical-align: bottom;
    padding-bottom: 2px!important;
}

#footer_contenu{
    padding-top: 20px;
    border-top: 1px solid #959595;
}

.conteneur_alignement.variante_big{
    max-width: 1500px;
}

.conteneur_alignement.variante_medium{
    max-width: 1100px;
}



/*box défilante new - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.box_defilante{
    width: 80%!important;
    margin: auto!important;
    overflow: hidden;
}

.box_defilante_prev{
    margin-left: 0px!important;
    left:0px!important;
}

.box_defilante_next{
    margin-right: 0px!important;
    right:0px!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accueil_picto_services{
    position:absolute;
    z-index: -1;
    margin-top: -60px;
    max-height:135px;
    max-width:135px;
    width: auto;
    height: auto;
}

.accueil_notre_histoire_texte{
    width: 260px;
    max-width: 80%;
    float: right;
    margin-right: 50px;
}

@media(max-width:900px){
    .accueil_notre_histoire_texte{
        width: 260px;
        max-width: 80%;
        float: none;
        margin:auto;
        text-align: center;
    }
}


.accueil_partenaires_cellule{
    width: 90px;
    margin-right: 50px;
}

@media(max-width:400px){
    .accueil_partenaires_cellule{
        width: 80px;
        margin-right: 40px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.services_picto{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: auto;
    margin-right: 15px;
    margin-top: -9px;
    margin-bottom: 10px;
    overflow: hidden;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.historique_date{
    position: absolute;
    font-size: 200px;
    line-height: 220px;
    text-align: center;
    width: 100%;
    z-index: 2;
    margin-top: -120px;
    color: #959595;
	-webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	-o-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.historique_ligne{
    position: absolute;
    width: 2px;
    height: 100%;
    top: 200px;
    left: 50%;
    border-left: 2px dashed #959595;
    z-index: 1;
}

.historique_ligne.intro{
    top: 0px;
}

.historique_texte_contenu{
	margin-top: 85px;
	margin-bottom: 85px;
}

@media(max-width:800px){
    .historique_date{
        position: relative;
        font-size: 120px;
        line-height: 140px;
        margin-bottom: -10px;
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        -ms-text-shadow: none;
        -o-text-shadow: none;
        text-shadow: none;
    }

    .historique_ligne{
        height: 170px;
        top: auto;
        bottom: 0px;
    }
    
    .historique_texte{
        text-align: center;
    }
	
	.historique_texte_contenu{
		margin-top: 5px;
		margin-bottom: 10px;
	}
}


@media(max-width:500px){
    .historique_date{
        font-size: 80px;
        line-height: 100px;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.news_vignette{
    text-align: center;
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    
	-webkit-transition: 0.4s, opacity 1.5s!important;
	-moz-transition: 0.4s, opacity 1.5s!important;
	-ms-transition: 0.4s, opacity 1.5s!important;
	-o-transition: 0.4s, opacity 1.5s!important;
	transition: 0.4s, opacity 1.5s!important;	
}

.news_vignette:hover{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.news_vignette_texte{
    padding-left: 15px;
    padding-right: 15px;
}

.news_vignette_texte h2{
    font-size: 18px;
    line-height: 24px;
}

.news_date{
    position:absolute;
    top: 3px;
    right: 0px;
}

.news_titre{
	width: -webkit-calc(100% - 220px);
	width: -moz-calc(100% - 220px);
	width: -ms-calc(100% - 220px);
	width: -o-calc(100% - 220px);
	width: calc(100% - 220px);
}

@media(max-width:800px){
    .news_date{
        position:relative;
        top: auto;
        right: auto;
        margin-bottom: 25px;
    }

    .news_titre{
        width: 100%
    }
}

#galerie_lightbox_close .open_color.plus .navicon:before,
#galerie_lightbox_close .open_color.x .navicon:before,
#galerie_lightbox_close .open_color.plus .navicon:after,
#galerie_lightbox_close .open_color.x .navicon:after {
	
  background: #2E2E2E!important;
}











.fond_gris{
    background-color: #F5F5F5;/*IE*/
	background: transparent linear-gradient(180deg, #CBCBCB59 0%, #DBDBDB3B 100%) 0% 0% no-repeat padding-box;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.accueil_banniere_our_products{
	min-height: 290px;
}

.accueil_banniere_our_products .contenu_left{
	width: 42%;
}

.accueil_banniere_our_products_photo{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 58%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact_info .cellule{
	display: inline-block;
	margin-right: 60px;
    vertical-align: top;
}

@media (max-width:400px){
	.contact_info .cellule{
		margin-right: 0px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.our_products{
	min-height: 290px;
}

.our_products .contenu_left,.our_products .contenu_right{
	width: 42%;
}

.our_products_photo{
	position: absolute;
	top: 0px;
	width: 53%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.our_products_photo.left{
	left:0px;
}

.our_products_photo.right{
	right:0px;
}

.our_products_photo_smartphone{
    margin-bottom: 20px;
    display: none;
}

@media(max-width:800px){
    .our_products_photo{
        display: none;
    }
    .our_products_photo_smartphone{
        display: block;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.realisation_vignette{
	height: 318px;
}

.realisation_vignette_contenu{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(229, 0, 25, 0.78);
	opacity: 0;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.realisation_vignette:hover .realisation_vignette_contenu{
	opacity: 1;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.realisation_vignette_localisation,.realisation_vignette_description{
	position: absolute;
	left: 30px;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: calc(100% - 60px);
}

.realisation_vignette_localisation{
	top:30px;;
}

.realisation_vignette_description{
	bottom:30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */

.effet_galerie{
	position: absolute;
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(229, 0, 25, 0.78);
	background-image: url("../images/pictos/zoom.svg");
	background-size: 50px auto;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: 0;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.effet_galerie:hover{
	opacity: 1;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.effet_galerie.small{
	background-size: 30px auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.bouton_absolute{
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 4;
}

.bouton_absolute .bouton{
	margin-left: 10px;
}

.bouton.small{
	font-size: 11px;
}

@media (max-width:550px){
	.bouton.small{
		font-size: 10px;
	}
}

.bouton.plus{
	padding-left: 15px;
	padding-right: 20px!important;
}

.bouton.plus::after{
	width:15px;
	height:auto;
	content: "+";
	right: 5px;
	background-image:none;
}

.bouton/*.simple*/,input[type="submit"],input[type="button"],.bouton.small,input[type="submit"].small,input[type="button"].small{
	padding-left: 25px;
	padding-right: 25px!important;
}

.bouton/*.simple*/::after{
	display: none;
}

.bouton.musique{
	padding-left: 15px;
	padding-right: 33px!important;
}

.bouton.musique::after{
	width:15px;
	height:15px;
	margin-top: 2px;
	background-image:url("../images/bouton_musique.svg");
}

.bouton.musique:hover::after,.bouton.musique.hover::after{
	background-image:url("../images/bouton_musique_blanc.svg");
}

.ambiance_dark .bouton.musique::after{
	background-image:url("../images/bouton_musique_blanc.svg");
}

.ambiance_dark .bouton.musique:hover::after,.ambiance_dark .bouton.musique.hover::after{
	background-image:url("../images/bouton_musique.svg");
}

.bouton.video{
	padding-left: 15px;
	padding-right: 35px!important;
}

.bouton.video::after{
	width:15px;
	height:15px;
	margin-top: 2px;
	background-image:url("../images/bouton_video.svg");
}

.bouton.video:hover::after,.bouton.video.hover::after{
	background-image:url("../images/bouton_video_blanc.svg");
}

.ambiance_dark .bouton.video::after{
	background-image:url("../images/bouton_video_blanc.svg");
}

.ambiance_dark .bouton.video:hover::after,.ambiance_dark .bouton.video.hover::after{
	background-image:url("../images/bouton_video.svg");
}

.description_absolute,.description{
	position: relative;
	max-width: 80%;
	margin: auto;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

.ambiance_dark .description_absolute,.ambiance_dark .description{
	color:#FFFFFF;
}

.description_absolute{
	position: absolute;
	max-width: 50%;
	left: 15px;
	bottom: 15px;
	z-index: 4;
}

.vignette_infos{
	display: none;
}

@media (max-width: 1000px){
	.vignette_infos{
		display: block;
	}
	
	.bouton_absolute,.description_absolute{
		display: none;
	}
}


@media (min-width: 551px){
	.grille_waj.niveau3 .titre1{
		font-size: 23px;
		line-height: 28px;
	}
}


@media (max-width: 550px){
	.titre0_small,.titre1{
		font-size: 23px;
		line-height: 28px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.infos_supplementaires{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: rgba(0,0,0,0.9);
	z-index: 5;
	display: none;
}

.infos_supplementaires_contenu{
	padding: 30px;	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media (max-width: 550px){
	.accordeon_entete .titre1{
		font-size: 23px;
	}
}

@media (max-width: 450px){
	.accordeon_entete .titre1{
		font-size: 18px;
	}
}


@media (max-width: 330px){
	.accordeon_entete .titre1{
		font-size: 16px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.infography_step_conteneur,.infography_step_trait_conteneur{
    position:relative;
    max-width: 450px;
    width: 94%;
    margin:auto;
    overflow: hidden;
}

.infography_step_conteneur .step_icone{
    position:relative;
    float: left;
    width:60px;
    height: auto;
    overflow: hidden;
}

.infography_step_conteneur .step_marge{
    position:relative;
    float: left;
    width:40px;
    height: 10px;
    overflow: hidden;
}

.infography_step_conteneur .step_description{
    position:relative;
    float: left;
    overflow: hidden;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -ms-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
}

.infography_step_trait{
    position: absolute;
    width: 60px;
    height: 90px;
    margin-top: -45px;
    text-align: center;
}

.infography_step_trait_conteneur{
    height: 0px;
    overflow: visible;
}

.infography_step_trait img{
    position: relative;
    display: inline-block;
    width: auto;
    height: 90px;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact_form_shapes{
    display: inline-block;
    margin-right: 40px;
    width: 80px;
    overflow: hidden;
    text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bouton_etat{
    position: relative;
    display: inline-block;
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: -ms-calc(100% - 4px);
	width: -o-calc(100% - 4px);
	width: calc(100% - 4px);
    
    
	border:solid #2E2E2E 2px;
	color:#2E2E2E;
	font-weight: normal;
	text-align:center;
	text-decoration: none!important;
	opacity:1!important;
    overflow: hidden;
	
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	
	-webkit-transition: 0.4s!important;
	-moz-transition: 0.4s!important;
	-ms-transition: 0.4s!important;
	-o-transition: 0.4s!important;
	transition: 0.4s!important;
    
	font-size: 20px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:0px!important;
	padding-right:0px!important;
    
    cursor: pointer;
}

.bouton_etat.hover{
    color:#FFF;
    background-color: #2E2E2E;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contenu_conteneur.small2_dynamique,.contenu_conteneur.largeur_small2_dynamique,.paragraphe.largeur_small2_dynamique,.accroche.largeur_small2_dynamique{
	width: -webkit-calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -ms-calc(100% - 150px);
	width: -o-calc(100% - 150px);
	width: calc(100% - 150px);
}

.lien_titre{
	position: absolute;
	top: 0px;
	right: 0px;
	max-width: 120px;
	overflow: hidden;
	z-index: 1;
}

@media(max-width:600px){
	.contenu_conteneur.small2_dynamique,.contenu_conteneur.largeur_small2_dynamique,.paragraphe.largeur_small2_dynamique,.accroche.largeur_small2_dynamique{
		width: -webkit-calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: -ms-calc(100% - 120px);
		width: -o-calc(100% - 120px);
		width: calc(100% - 120px);
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.axeption_bordure .axeptio_widget.Widget__WidgetStyle-zhn46e-1{
    box-shadow: none!important;
    border:#959595 solid 1px!important;
}

.axeption_bordure .axeptio_widget.Widget__WidgetStyle-zhn46e-1.champ_invalide{
    border:#2E2E2E solid 2px!important;
}

.axeptio_widget h2,.axeptio_widget h3{
    text-transform: none!important;
}

.AxeptioConsent__AxeptioConsentStyle-cvierm-0.cwPBXC{/*permet de cacher les détails lorsque l'utilisateur accepte le receuil de consentement du formulaire de contact */
    display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.vignette_produit .vignette,.photo_cadre{
	border:solid 1px #959595;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.vignette_produit .marque,.vignette_produit .prix,.vignette_produit .prix_ancien{
	font-size: 10px;
	line-height: 17px;
}

.vignette_produit .prix{
	font-size: 13px;
	line-height: 19px;
}

.vignette_produit .modele{
	font-size: 14px;
	line-height: 19px;
	
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -ms-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	
	margin-left: auto;
	margin-right: auto;
}

.vignette_produit .prix_ancien{
	text-decoration: line-through;
}

.vignette_produit .badge{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	color: #FFF;
	background-color: #2E2E2E;
	font-size: 10px;
	line-height: 17px;
	padding-left: 7px;
	padding-right: 7px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

.vignette_produit .badge_stock{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	background-color: #0AC008;
	font-size: 10px;
	line-height: 17px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
    min-width: 17px;
    min-height: 17px;
}

.vignette_produit .badge_stock .badge_libelle{
	width: 0px;
    height: 17px;
	padding-left: 7px;
	padding-right: 7px;
    overflow: hidden;
	color: #FFF;
    text-align: center;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.vignette_produit .badge_stock .badge_libelle span{
    opacity: 0;
	
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.vignette_produit .badge_stock:hover .badge_libelle span{
    opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	transition-delay:0.3s!important;
}

.vignette_produit .badge_stock.indisponible{
	background-color: #E7A20C;
}

.vignette_produit .badge_stock.disponible:hover .badge_libelle{
    width: 40px;
    height: 17px;
}

.vignette_produit .badge_stock.indisponible:hover .badge_libelle{
    width: 80px;
    height: 34px;
}

.badge_grand{
	position: relative;
	display: inline-block;
	color: #FFF;
	background-color: #2E2E2E;
	font-size: 11px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
}

.marque_logo{
	max-width: 150px;
	max-height: 100px;
	width: auto;
	height: auto;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nb_produit{
	position: relative;
	background-color: #FFF;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
}

#nb_produit_bordure{
	margin-top: -8px;
	z-index: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.degrade{
	position: absolute;
	width: 100%;
	height: 390px;
	z-index: 0;
}

.degrade.height_100{
	height: 100%;
}

.degrade.bottom{
	bottom: 0px;
	background: rgb(216,216,216);
	background: -webkit-linear-gradient(0deg, rgba(216,216,216,0.15) 0%, rgba(216,216,216,0) 100%);
	background: -moz-linear-gradient(0deg, rgba(216,216,216,0.15) 0%, rgba(216,216,216,0) 100%);
	background: -ms-linear-gradient(0deg, rgba(216,216,216,0.15) 0%, rgba(216,216,216,0) 100%);
	background: -o-linear-gradient(0deg, rgba(216,216,216,0.15) 0%, rgba(216,216,216,0) 100%);
	background: linear-gradient(0deg, rgba(216,216,216,0.15) 0%, rgba(216,216,216,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#d8d8d8",GradientType=1);
}

.degrade.top{
	top: 0px;
	background: rgb(216,216,216);
	background: -webkit-linear-gradient(0deg, rgba(216,216,216,0) 0%, rgba(216,216,216,0.15) 100%);
	background: -moz-linear-gradient(0deg, rgba(216,216,216,0) 0%, rgba(216,216,216,0.15) 100%);
	background: -ms-linear-gradient(0deg, rgba(216,216,216,0) 0%, rgba(216,216,216,0.15) 100%);
	background: -o-linear-gradient(0deg, rgba(216,216,216,0) 0%, rgba(216,216,216,0.15) 100%);
	background: linear-gradient(0deg, rgba(216,216,216,0) 0%, rgba(216,216,216,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#d8d8d8",GradientType=1);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#galerie_photo_produit_conteneur{
	max-width: 400px;
}

#galerie_photo_produit.galerie_fondu .slide{
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.specification{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
	vertical-align: middle;
}

.specification .champ{
	width: 140px;
	float: left;
}

.specification .valeur{
	float: right;
	width: -webkit-calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: -ms-calc(100% - 160px);
	width: -o-calc(100% - 160px);
	width: calc(100% - 160px);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contenu_conteneur.produit_prix .contenu_small{
	width:180px;
	text-align: right;
	position: absolute;
	float: none;
	bottom: 0px;
	right: 0px;
}

.contenu_conteneur.produit_prix .contenu_big{
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -ms-calc(100% - 200px);
	width: -o-calc(100% - 200px);
	width: calc(100% - 200px);
}

@media(max-width:550px){
	.contenu_conteneur.produit_prix .contenu_small{
		width:100%;
		text-align: left;
		position: relative;
		float: none;
	}
	
	.contenu_conteneur.produit_prix .contenu_big{
		width:100%;
		position: relative;
		float: none;
		margin-bottom: 20px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contenu_conteneur.commande .contenu_small{
	width:140px;
	position: absolute;
	float: none;
	bottom: 0px;
	right: 0px;
}

.contenu_conteneur.commande .contenu_big{
	width: -webkit-calc(100% - 170px);
	width: -moz-calc(100% - 170px);
	width: -ms-calc(100% - 170px);
	width: -o-calc(100% - 170px);
	width: calc(100% - 170px);
}

@media(max-width:550px){
	.contenu_conteneur.commande .contenu_small{
		width:100%;
		max-width: 140px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		position: relative;
		float: none;
	}
	
	.contenu_conteneur.commande .contenu_big{
		width:100%;
		position: relative;
		float: none;
		margin-bottom: 20px;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.lightbox_style{
    background-color: #FFF;
	overflow: hidden;
    padding: 30px;
	max-width: -webkit-calc(100% - 60px);
	max-width: -moz-calc(100% - 60px);
	max-width: -ms-calc(100% - 60px);
	max-width: -o-calc(100% - 60px);
	max-width: calc(100% - 60px);
}

@media(max-width:600px){
    .lightbox_style{ 
		padding: 15px;
		max-width: -webkit-calc(100% - 30px);
		max-width: -moz-calc(100% - 30px);
		max-width: -ms-calc(100% - 30px);
		max-width: -o-calc(100% - 30px);
		max-width: calc(100% - 30px);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.etat_stock{
    position:relative;
    display: inline-block;
    padding:3px 10px;
    border-radius: 25px;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
}

.etat_stock.etat1{/*indisponible*/
    background-color: #C00D10;
}

.etat_stock.etat2{/*en stock*/
    background-color: #0AC008;
}

.etat_stock.etat3{/*disponible sur commande*/
    background-color: #E7A20C;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.banniere{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banniere.avec_texte{
    padding-bottom: 30px;/*pour l'ombre*/
}

.banniere_texte{
    position: relative;
    width: calc(100% - 120px);
    max-width: 355px;
    padding: 30px;
    margin: -82px 30px 0px 30px;
    overflow: hidden;
    background-color: #FFFFFF;
    
    -webkit-box-shadow: 0px 0px 30px 0px rgba(46,46,46,0.39);
    -moz-box-shadow: 0px 0px 30px 0px rgba(46,46,46,0.39);
    -ms-box-shadow: 0px 0px 30px 0px rgba(46,46,46,0.39);
    -o-box-shadow: 0px 0px 30px 0px rgba(46,46,46,0.39);
    box-shadow: 0px 0px 30px 0px rgba(46,46,46,0.39);
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.banniere_texte_hover,.bandeau_lien{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(46,46,46,0.90);
    opacity: 0;
    
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.banniere_texte_hover .bouton,.bandeau_lien .bouton{
    display: block;
    background-color: #FFF;
    border-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(hover:hover){
    .banniere_texte_hover:hover,.bandeau_lien:hover{
        opacity: 1;
    }
    
    .banniere_texte_hover .bouton:hover,.bandeau_lien .bouton:hover{
        background-color: #000;
        border-color: #000;
    }
}

@media(max-width:510px){
    .banniere.avec_texte{
        padding-bottom: 20px;/*pour l'ombre*/
    }
    
    .banniere_texte{
        position: relative;
        width: calc(100% - 80px);
        max-width: 100%;
        padding: 20px;
        margin: -82px 20px 0px 20px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(46,46,46,0.39);
        -moz-box-shadow: 0px 0px 20px 0px rgba(46,46,46,0.39);
        -ms-box-shadow: 0px 0px 20px 0px rgba(46,46,46,0.39);
        -o-box-shadow: 0px 0px 20px 0px rgba(46,46,46,0.39);
        box-shadow: 0px 0px 20px 0px rgba(46,46,46,0.39);
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.bandeau{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    z-index: 6;
    overflow: hidden;
    display: none;
}

@media(min-width:801px){
    .bandeau{
        display: block;
    }
    
    .bandeau.bandeau_relative{
        position: relative;
        top: auto;
        margin-top: 75px;
    }

    #menu_barre_conteneur.bandeau_active .menu_barre_marge_top{
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        -ms-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }

    #menu_barre_conteneur.bandeau_active:not(.menu_smartphone_open) .menu_barre_marge_top{
        height: 185px;
    }

    .marge_top.bandeau_active{
        height: 320px;
    }

    .bandeau_lien{
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(46,46,46,0.90);
        opacity: 0;

        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.mention_prix{
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.mention_prix:hover{
    text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.overflow_visible{
    overflow: visible!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */








