/*** nouvelle charte ***/

/* INFORMATION GENERALE */
.none																			{display:none;}
.clear																			{clear:both;}

/* POLICE LATO */
@font-face {
    font-family: "Lato";
    src: url('../media/polices/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: "Lato-Light";
    font-weight: lighter;
    src: url('../media/polices/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: "Lato";
    font-style: italic;
    src: url('../media/polices/Lato/Lato-Italic.ttf');
}
@font-face {
    font-family: "Lato";
    font-weight: bold;
    src: url('../media/polices/Lato/Lato-Bold.ttf');
}

/* POLICE OSWALD */
@font-face {
    font-family: "Oswald";
    src: url('../media/polices/Oswald/Oswald-Regular.ttf');
}
@font-face {
    font-family: "Oswald-Light";
    font-weight: lighter;
    src: url('../media/polices/Oswald/Oswald-Light.ttf');
}
@font-face {
    font-family: "Oswald";
    font-weight: bold;
    src: url('../media/polices/Oswald/Oswald-Bold.ttf');
}


/*** FOND DU SITE ***/
*	 {margin:0px; padding:0px;}
body {font-family: "Lato", Arial, Helvetica ; background-color:#FFF; min-width:100% !important; overflow-x:hidden !important;}
a:hover{text-decoration: none;}


/*** BANDEAU ***/
.bandeau {padding: 0; position: relative;}
.bandeau .img-fond{margin-bottom: 100px;height:100%;}
.bandeau .text_on_slideshow {position: absolute;right: 1%;top: 86%;color: #ff4100;font-size: 25px;font-style: italic;font-weight: bold;}

/* IMG DE FOND */
.slideshow {position:relative; width: auto; height: 750px; overflow: hidden;}
.slideshow_petit {height: 370px;}
.slideshow ul {width: 600%; height: 800px; padding:0; margin:0; list-style: none;}
.slideshow li {float: left; position: relative;}
.slideshow ul  h1{font-family: "Oswald"; color: #FF4100; position: absolute; width: 1000px;}
.slideshow ul  p{font-family: "Oswald"; color: #FFF; position: absolute; width: 1000px;}
.slideshow ul .titre1{margin: -305px 0px 0px 390px; font-size: 85px;}
.slideshow ul .p1{margin: -490px 0px 0px 390px; font-size: 45px; color: #504F4E; line-height: 55px;}
.slideshow ul .titre2{margin: -300px 0px 0px 650px; font-size: 115px;}
.slideshow ul .p2{margin: -420px 0px 0px 655px; font-size: 50px; line-height: 55px;}
.slideshow ul .titre3{margin: -280px 0px 0px 385px; font-size: 80px;}
.slideshow ul .p3{margin: -470px 0px 0px 385px; font-size: 50px; line-height: 60px;}
.slideshow ul .titre4{margin: -430px 0px 0px 400px; font-size: 80px;}
.slideshow ul .p4{margin: -560px 0px 0px 400px; font-size: 48px; line-height: 60px;}
.slideshow ul .titre5{margin: -160px 0px 0px 500px; font-size: 55px;}
.slideshow ul .p5{margin: -300px 0px 0px 500px; font-size: 60px; line-height: 60px;}
.slideshow ul .titre6{margin: -380px 0px 0px 550px; font-size: 54px;}
.slideshow ul .p6{margin: -510px 0px 0px 550px; font-size: 55px; line-height: 60px;}
/* DIAPO ADMINISTRABLE */
/* .slideshow .titre,
.slideshow .sstitre,
.slideshow .texte		{position:absolute; left:10%; width:80%; margin:0; text-shadow:0 0 8px #444444; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} */
.slideshow .contenu_texte	{position:absolute; left:10%; bottom:20%; width:80%;}
.slideshow .titre,
.slideshow .sstitre,
.slideshow .texte			{position:relative; margin:0; text-shadow:0 0 8px #444444; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/* .slideshow .titre			{bottom:30%; font-size:45px; line-height:65px;} */
.slideshow .titre			{font-size:45px; line-height:65px;}
/* .slideshow .sstitre			{bottom:24%; font-size:30px;} */
.slideshow .sstitre			{font-size:30px;}
/* .slideshow .texte			{bottom:17%; font-size:20px; color:#E1E1E1;} */
.slideshow .texte			{font-size:20px; color:#E1E1E1;}
.slideshow .btn_info		{position:absolute; left:10%; bottom:11%; width:200px; font-size:20px; background-color:rgba(0, 171, 238, 0.8); border-radius:3px; text-align:center;}
.slideshow .btn_info a		{color:#FFF;}

/* PREMIERE PARTIE DU BANDEAU */
.bandeau-haut {position: absolute; top: 0; left: 0; right: 0; z-index:5;}
.bandeau-haut-1 {padding: 17px 0 5px 0; background-color: rgba(255, 255, 255, 0.8); margin-top: -1px;}
.bandeau-haut .contenu-bandeau-haut {height: 70px;}
.bandeau-haut .contenu-bandeau-haut .logo img{width: 225px;}
.bandeau-haut .contenu-bandeau-haut .liste-liens{height: 51px; line-height: 64px; z-index: 100;}
.bandeau-haut .contenu-bandeau-haut .liste-liens a{color: #000;}
.bandeau-haut .contenu-bandeau-haut .liste-liens a:hover{color: #FF4100;}
.bandeau-haut .contenu-bandeau-haut .liste-liens .separation{margin-right: 15px;}

/* LOGIN BANDEAU */
.bandeau-haut .contenu-bandeau-haut .menu-login{padding-top: 18px;}
.bandeau-haut .contenu-bandeau-haut .menu-login #bandeau_login ul{list-style-type:none; display: inline-block;}
.bandeau-haut .contenu-bandeau-haut .menu-login #bandeau_login li{display: inline-block;}
.bandeau-haut .contenu-bandeau-haut .menu-login #bandeau_login input{width: 105px; height: 30px; border: 0px; background-color: #FFF; font-size: 11px;}
/* .bandeau-haut .contenu-bandeau-haut .menu-login #bandeau_login #login{background-color: #000; color: #FFF;} */
.bandeau-haut .contenu-bandeau-haut .menu-login #bandeau_login #submit{background-color: #000; color: #FFF;}
.bandeau-haut .contenu-bandeau-haut .menu-login .mdp_lost{padding: 0; text-align: left; font-size: 10px; margin: -5px 0 0 9px;}
.bandeau-haut .contenu-bandeau-haut .menu-login .mdp_lost a{color: #000;}
.bandeau-haut .contenu-bandeau-haut .menu-login ul {list-style-type:none;}
.bandeau-haut .contenu-bandeau-haut .menu-login li ul {display:none;}
.bandeau-haut .contenu-bandeau-haut .menu-login li:hover ul {display:block; position:relative; top:0; left:-25px;}
.bandeau-haut .contenu-bandeau-haut .menu-login .client-connecte {position: absolute; margin-top: 65px; font-size: 18px; cursor: pointer;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache {background-color: rgba(0, 0, 0, 0.8); margin: 15px 0 0 30px; padding: 15px 0; z-index: 60; width: 300px;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache a{color: #FFF;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .triangle {width: 0; height: 0; border-style: solid; border-width: 0 20px 15px 20px; border-color: transparent transparent #000000 transparent; opacity: 0.8; margin-top: -30px; margin-right: auto; margin-left: auto;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .lien_log {padding: 0;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .lien_log hr{margin-top: 10px; margin-bottom: 10px; border-width: 2px 0px 0px; border-color: rgba(255, 255, 255, 0.8);}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .lien_log .lien_se_deconnecter{margin-top: 50px;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .telecharge{color: #FFF;}
.bandeau-haut .contenu-bandeau-haut .menu-login .menu-client-cache .telecharge div{margin-top: 30px; margin-top: 174px; font-size: 18px; margin-left: -19px;}

/* RECHERCHE BANDEAU */
.bandeau-haut .recherche {background-color: rgba(0, 171, 238, 0.8); text-align: left; padding: 3px 0; height: 41px;}
.bandeau-haut .recherche .contenu-recherche input{height: 35px; width: 255px; font-size: 12px;}
.bandeau-haut .recherche .contenu-recherche #cherche-mot{width:100%; padding-left: 5px; font-size: 13px;}
.bandeau-haut .recherche .contenu-recherche .conteneur_recherche{width:25% !important;}
.bandeau-haut .recherche .contenu-recherche .recherche-fleche{height: 25px; width: 30px; margin-left: -35px; background-color: #000; color: #FFF; border: 0px; font-weight: bold;}
.bandeau-haut .recherche .contenu-recherche .contenu-select-marque select{position:relative; height:35px; width:150px; z-index:20;}
.vente-flash {font-family: "Oswald"; height: 80px; width: 80px; background-color: #FF4100; color: #FFF; border-radius: 40px; font-size: 19px; line-height:20px; padding: 15px 0 0 0px; cursor: pointer; position: absolute; top: 55px; left:-130px; z-index: 5;}
.vente-flash span {font-size: 13px; z-index: 5;}
#mini_actu_com {display: none;}

/* TITRE BANDEAU */
.bandeau .position-titre-bandeau{position: absolute; top: 40%; padding-left: 20%;}
.bandeau .position-titre-bandeau2{position: absolute; top: 65%; padding-left: 20%;}
.bandeau .position-titre-bandeau3{position: absolute; top: 45%; padding-left: 20%;}
.bandeau .position-titre-bandeau4{position: absolute; top: 50%; padding-left: 20%;}
.bandeau .position-titre-bandeau5{position: absolute; top: 40%; padding-left: 22%;}
.bandeau .titre-bandeau h1{font-family: "Oswald"; font-size: 8em; text-align: left; color: #FF4100; }
.bandeau .titre-bandeau2 h1{font-family: "Oswald"; font-size: 5em; text-align: left; color: #FF4100;}
.bandeau .titre-bandeau3 h1{font-family: "Oswald"; font-size: 4.2em; text-align: left; color: #FF4100; width: 1000px}
.bandeau .titre-bandeau4 h1{font-family: "Oswald"; font-size: 5em; text-align: left; color: #FF4100; width: 1000px}
.bandeau .titre-bandeau5 h1{font-family: "Oswald"; font-size: 4em; text-align: left; color: #FF4100; width: 1000px}
.bandeau .titre-bandeau p{font-family: "Oswald"; font-size: 4em; text-align: left; color: #FFF; text-shadow: 3px 3px #000;}

/* DEUXIEME PARTIE DU BANDEAU */
.bandeau-bas {position: absolute; bottom: 0; left: 0; right: 0;}
.bandeau-bas .menu {background-color: rgba(0, 171, 238, 0.8); position: relative; z-index: 4; height: 60px; padding:0 !important;}
.bandeau-bas .menu .contenu-menu{width:100% !important; padding:0 !important;}
/* .bandeau-bas .menu .contenu-menu ul{list-style-type:none; height: 50px; font-size: 13px; margin-bottom: 0;} */
.bandeau-bas .menu .contenu-menu ul{list-style-type:none; height: 50px; font-size:12px; margin-bottom: 0;}
.bandeau-bas .menu .contenu-menu li{display: table-cell;}
.bandeau-bas .menu .contenu-menu #navigation {display: inline-block;}
.bandeau-bas .menu .contenu-menu #navigation li.trois_lignes{}
.bandeau-bas .menu .contenu-menu #navigation li.dessus{background-image: url('../image/site/fond_menu_bandeau.jpg'); background-repeat:repeat;}
/* .bandeau-bas .menu .contenu-menu .liste-menu-1{font-family: "Oswald"; width: 115px; height: 60px; padding: 17px;} */
.bandeau-bas .menu .contenu-menu .liste-menu-1{font-family: "Oswald"; width:90px; height: 60px; padding: 17px;}
.bandeau-bas .menu .contenu-menu .liste-menu-1:hover{background-color: #FF4100;}
.bandeau-bas .menu .contenu-menu  a{color: #FFF;}
.bandeau-bas .menu .contenu-menu .liste-menu-2{font-family: "Oswald"; width: 115px; height: 60px; padding-top: 17px;}
.bandeau-bas .menu .contenu-menu .liste-menu-2:hover{background-color: #FF4100;}
.bandeau-bas .menu .contenu-menu .liste-menu-2 a{color: #FFF;}
.bandeau-bas .menu .contenu-menu .trois_lignes .liste-menu-1{width: 195px;}
/* .bandeau-bas .menu .contenu-menu .trois_lignes .liste-menu-2{width: 195px;} */
.bandeau-bas .menu .contenu-menu .trois_lignes .liste-menu-2{width: 175px;}
@media screen and (max-width: 800px) {
	.bandeau-bas .menu {height: auto;}
	.bandeau-bas .menu .contenu-menu li{display:inherit;}
	/* .bandeau-bas .menu .contenu-menu #navigation {display:grid;} */
}

/* BANDEAU PROMO */
.bandeau_promo {position: absolute; top:-2px; z-index: 10; margin-left:-365px; width:410px; text-align:left;}
/* POUR SAFARI :@ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.bandeau_promo { position: absolute; top:-2px; z-index: 10; margin-left: -366px; width:430px; }
}
.bandeau_promo a{color: #FF4100; font-weight: bold; line-height: 30px;}
@media screen and (min-width:1151px) and (max-width:1199px) {
.bandeau_promo {margin-left:-280px; width:285px;}
}

/*** FOOTER ***/
.footer {background-color: #4D4D4B;}
.footer .contenu-footer{padding: 20px 0 40px 30px; font-size: 15px; font-weight: bold; color: #868686;}
.footer .contenu-footer .size{width: 26%;}
.footer .contenu-footer .logo{width: 225px; padding-bottom: 25px;}
.copyright a{color: #868686;}


/*** PAGE ACCUEIL ***/
.promo-index {margin-top: 50px;}
.promo-index .contenu-promo-index{padding-bottom: 50px;}
.promo-index .contenu-promo-index .nouveaute{background-image: url('../image/site/fond_promo_accueil.jpg'); background-repeat:no-repeat; background-position:right top; height: auto; width: auto; margin-bottom: 15px; padding: 0;}
.promo-index .contenu-promo-index .nouveaute:nth-child(3n+1){background-color: #009FE3;}
.promo-index .contenu-promo-index .nouveaute:nth-child(3n+2){background-color: #AAAAAA;}
.promo-index .contenu-promo-index .nouveaute:nth-child(3n+3){background-color: #5B5D60;}
.promo-index .contenu-promo-index .nouveaute .gauche-nouveaute{height: 180px; width: 165px; padding: 0; cursor: pointer;}
.promo-index .contenu-promo-index .nouveaute .gauche-nouveaute img{margin-bottom: 15px;}
.promo-index .contenu-promo-index .nouveaute .titre-nouveaute{font-family: "Oswald-Light"; position: relative; top: -50px; color: #FFF;}
.promo-index .contenu-promo-index .nouveaute .sstitre-nouveaute {font-family: "Oswald"; color: #FF4100; font-size: 22px; position: relative;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute{padding: 0; height: 180px; color: #000; width: 405px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .img-nouveaute{width: 180px; float: left; height: 180px; line-height: 180px; position:relative;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .img-nouveaute img{width: 160px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .img-nouveaute .picto_garantie_2ans	{line-height:0px; position:absolute; top:4px; left:120px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .img-nouveaute .picto_garantie_2ans img	{width:36px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .texte-nouveaute{width: 180px; float: right; height: 180px; padding-top: 30px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .descriptif-nouveaute{font-weight: bold; margin-left: -55px; padding-right: 30px;}
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .details-nouveaute{font-family: "Lato-Light"; position: absolute; bottom: 25px; right: 90px; }
.promo-index .contenu-promo-index .nouveaute .contenu-nouveaute .details-nouveaute img{margin-right: 5px;}

/*** PAGE ENTREPRISE ***/
.entreprise .contenu-entreprise {margin-top:20px;padding-bottom: 50px;}
.entreprise .contenu-entreprise .texte-haut {padding-left: 25px; margin-bottom: 100px;}
.entreprise .contenu-entreprise .texte-haut h2{font-family: "Lato-Light"; font-size: 35px; width: 75%; margin-left: auto; margin-right: auto;}
.entreprise .contenu-entreprise .texte-haut p{font-size: 15px; margin-bottom: 0;}
.entreprise .contenu-entreprise .texte-haut img{width:100%;}
.entreprise .contenu-entreprise .milieu {margin-bottom: 100px;}
.entreprise .contenu-entreprise .milieu .img-milieu{height: 80px; line-height: 80px;}
.entreprise .contenu-entreprise .milieu .texte-milieu{font-family: "Lato-Light";}
.entreprise .contenu-entreprise .milieu .texte-milieu h3{font-size: 25px;}
.entreprise .contenu-entreprise .milieu .texte-milieu hr{margin: -5px 0 10px 0; border-color: #C0C0C0; border-width: 2px 0px 0px;}
.entreprise .contenu-entreprise .milieu .texte-milieu p{text-align: justify; font-size: 15px;}
.entreprise .contenu-entreprise .texte-bas{border:1px solid #C0C0C0; padding: 0px 20px 10px 20px; margin-bottom: 15px;}
.entreprise .contenu-entreprise .texte-bas h3{font-family: "Lato-Light"; font-size: 35px; text-align: center; margin-bottom: 20px;}
.entreprise .contenu-entreprise .texte-bas p{font-size: 15px;}
.entreprise .contenu-entreprise .entreprise-contact {font-weight: bold; font-size: 15px; margin-bottom: 100px;}
.entreprise .contenu-entreprise .entreprise-contact a{color: #FF4100;}

/*** PAGE CONTACT ***/
.contact .contenu-contact {margin-top:20px; margin-bottom: 100px; padding-bottom: 50px;}
.contact .contenu-contact ul{list-style-type: none;}
.contact .contenu-contact .texte-gauche{font-size: 15px;}
.contact .contenu-contact .texte-gauche hr{border-color: #000; width: 260px; margin-top: 10px;}
.contact .contenu-contact .texte-gauche .contacts{margin-bottom: 30px;}
.contact .contenu-contact .texte-gauche .contacts li{margin-bottom: 10px;}
.contact .contenu-contact .texte-gauche .contacts .nom{font-weight: bold;}
.contact .contenu-contact .carte_france{position: relative;}
.contact .contenu-contact .commercial{height: 200px; margin-top: -20px;}
.contact .contenu-contact .commercial .masque{position: absolute; z-index: 10; left: 20px;}
.contact .contenu-contact .commercial .texte-commercial p{text-align: left;}
.contact .contenu-contact .commercial .texte-commercial .nom {font-family: "Lato-Light"; font-size: 30px;}
.contact .contenu-contact .commercial .texte-commercial .tel {margin-top: 10px;}
.contact .contenu-contact .commercial .texte-commercial .sec {font-weight: bold;}
.contact .contenu-contact .commercial .texte-commercial  hr{margin: -10px 0; border-color: #000;}
.contact .contenu-contact .commercial h3{font-size: 15px; font-weight: bold; padding: 110px 0 0 228px;}
.contact .contenu-contact .carte_france .outre-mer{text-align:center;}
.contact .contenu-contact .carte_france .martinique,
.contact .contenu-contact .carte_france .guadeloupe,
.contact .contenu-contact .carte_france .guyane{display:inline-block; margin:10px 5px 40px;}
.contact .contenu-contact .carte img{margin: 0 0 0 40px;}
.contact .contenu-contact #box #form_contact{position: absolute; width: 700px;}
.contact .contenu-contact #box #form_contact .box_milieu .formup .txt{display: inline-block; line-height: 30px;}
.contact .contenu-contact #box #form_contact .box_milieu .formup .inp{display: inline-block;}
#box .box_milieu .form .submi .btn #sub{color:transparent;}

/*** PAGE CONDITIONS GENERALES DE VENTE ***/
.cgv .contenu-cgv {padding: 0 40px; margin-bottom: 100px;}
.cgv .contenu-cgv .haut h1{font-size: 40px; color: #FF4100; text-align: center;}
.cgv .contenu-cgv .haut {margin-bottom: 40px;}

/*** MENU PAGE ***/
.rayon{padding: 0;}
.rayon .contenu-rayon {margin-bottom: 50px; padding-bottom: 50px;}
.rayon .contenu-rayon .partie-haut{margin:0px 0 50px 0; padding: 0;}
.rayon .contenu-rayon .partie-haut .border-menu{border-bottom: 1px solid #C4C4C4; padding: 20px 0;}
.rayon .contenu-rayon .partie-haut .centrer-menu{margin-left: auto; margin-right: auto;}
.rayon .contenu-rayon .partie-haut .titre {cursor: pointer; line-height: 17px; font-size:15px;}
.rayon .contenu-rayon .partie-haut .item a{color: #868686; font-weight: bold;}
.rayon .contenu-rayon .partie-haut .item a:hover{color: #FF4100;}
.rayon .contenu-rayon .partie-haut .fam {color: #868686; height: 35px;}
.rayon .contenu-rayon .partie-haut .fam:hover {color: #FF4100;}
.rayon .contenu-rayon .partie-haut .fam_dessus{color: #FF4100; height: 35px;}
.rayon .contenu-rayon .partie-haut .texte-menu {font-weight: bold;}
.rayon .contenu-rayon .partie-haut .fam .texte-menu {color: #868686;}
.rayon .contenu-rayon .partie-haut .fam .texte-menu:hover {color: #FF4100;}
.rayon .contenu-rayon .partie-haut .img-menu {float: left;}
.rayon .contenu-rayon .partie-haut .ss_menu{border-bottom: 1px solid #C4C4C4; padding: 20px 0; font-size:15px; line-height:20px; background-color: #F6F6F6;}
.rayon .contenu-rayon .partie-haut .ss_menu .img-ssmenu{margin-top: -21px;}

/*** PAGE FAMILLE ***/
.rayon .contenu-rayon .partie-bas .item_s{padding: 15px; height: 270px; margin-bottom: 20px; cursor: pointer;}
.rayon .contenu-rayon .partie-bas .item_s:nth-child(3n+1){background-color: #878787;}
.rayon .contenu-rayon .partie-bas .item_s:nth-child(3n+2){background-color: #00ABEE;}
.rayon .contenu-rayon .partie-bas .item_s:nth-child(3n+3){background-color: #4D4D4B;}
.rayon .contenu-rayon .partie-bas .item_s:hover{background-color: #FF4100;}
.rayon .contenu-rayon .partie-bas .item_s .haut_s{background-color: #FFF;}
.rayon .contenu-rayon .partie-bas .item_s .text_ssf{font-size: 15px;}
.rayon .contenu-rayon .partie-bas .item_s .text_ssf .nb_ref_ssf{color: #FFF; text-align: center;}
.rayon .contenu-rayon .partie-bas .item_s .text_ssf .texte_des{display:none;}
.rayon .contenu-rayon .partie-bas .item_s .text_ssf h2{color: #FFF; font-size: 15px;}
.rayon .contenu-rayon .partie-bas .item_s .text_ssf p {color: #000;}

/*** SUR DEMANDE ***/
.rayon .contenu-rayon .partie-bas h1{color: #FF4100; font-size: 30px;}
.rayon .contenu-rayon .partie-bas h3{color: #FF4100; font-size: 25px;}
.rayon .contenu-rayon .partie-bas ul{margin-top: 50px; color: #FF4100; font-size: 18px;}
.rayon .contenu-rayon .partie-bas .img-faisceau{margin: 30px 0;}
.rayon .contenu-rayon .partie-bas .titre-faisceau{margin-top: 50px;}
.rayon .contenu-rayon .partie-bas .titre-cable{margin-bottom: 30px;}
.rayon .contenu-rayon .partie-bas .sstitre-cable{margin-top: 50px;}
.rayon .contenu-rayon .partie-bas .gauche h2{color: #FF4100; font-size: 28px; margin-bottom: 40px;}
.rayon .contenu-rayon .partie-bas .droite {padding-top: 40px; margin-bottom: 40px;}
.rayon .contenu-rayon .partie-bas .droite2 {margin: 91px 0 30px;}
.rayon .contenu-rayon .partie-bas .fab_dem{border: 1px solid #C4C4C4;}
.rayon .contenu-rayon .partie-bas .fab_dem .sstitre-form{margin-bottom: 30px;}
.rayon .contenu-rayon .partie-bas .fab_dem .radio {display: inline-block; margin-bottom: 20px;}
.rayon .contenu-rayon .partie-bas .fab_dem .gaine-form {padding-left: 23px;}
.rayon .contenu-rayon .partie-bas .fab_dem .fgau {padding-left: 25px;}
.rayon .contenu-rayon .partie-bas .fab_dem .fgau input{width: 50px; margin-bottom: 10px; text-align:right;}
.rayon .contenu-rayon .partie-bas .fab_dem .fgau .txt2{padding-left: 215px;}
.rayon .contenu-rayon .partie-bas .fab_dem .fgau .inp{margin-left: -50px;}
.rayon .contenu-rayon .partie-bas .fab_dem .fgau .num{margin-left: -30px;}
.rayon .contenu-rayon .partie-bas .fab_dem .fdro {height: 288px; padding-top: 52px;}
.rayon .contenu-rayon .partie-bas .fab_dem .couleur-form {padding-left: 25px;}
.rayon .contenu-rayon .partie-bas .fab_dem .couleur-form .txt-couleur {margin-left: -15px;}
.rayon .contenu-rayon .partie-bas .fab_dem .couleur-form .inp-couleur {margin-left: -127px;}
.rayon .contenu-rayon .partie-bas .fab_dem .formf {margin-top: 40px; color: #747474;}
.rayon .contenu-rayon .partie-bas .fab_dem .formf input{margin-bottom: 10px;}
.rayon .contenu-rayon .partie-bas .fab_dem .formf .btn{text-shadow: 0px 1px 0px #FFF; background-color: #00ABEE; background-repeat: repeat-x; border-color: #C4C4C4; width: 150px; height: 40px; line-height: 25px; margin: 15px 0;}
.rayon .contenu-rayon .partie-bas .fab_dem .formf .btn:hover{background-color: #069BD6;}
.rayon .contenu-rayon .partie-bas .fab_dem .formf .btn a{color: #FFF;}
.rayon .contenu-rayon .partie-bas .fab_dem .formd .inp textarea{margin-bottom: 30px;}
.rayon .contenu-rayon .partie-bas .fab_dem .formd .form0 .inp #qua{width: 70px;}
.rayon .contenu-rayon .partie-bas .fab_dem .formc .form0 .inp #qua{width: 70px;}
.rayon .contenu-rayon .partie-bas .fab_dem .formc .inp textarea{margin-bottom: 30px;}
.rayon .contenu-rayon .partie-bas .cnil{color: #868686; margin-bottom: 50px;}
.rayon .contenu-rayon .partie-bas .cnil a{color: #FF4100;}

/*** PAGE SS FAMILLE ***/
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p{height: 200px; margin-bottom: 20px; padding: 0; cursor: pointer; background-color: #00ABEE;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p:hover {background-color: #FF4100;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p .image-gauche {background-color: #4D4D4B; height: 100%; padding: 25px 35px;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p .image-centre {line-height: 150px; background-color: #FFF;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p .texte-droite h3{color: #000; font-size: 15px;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p .texte-droite .texte-details{color: #FFF;}
.rayon .contenu-rayon .partie-bas .liste_ssf .item_p .texte-droite .details img{margin-right: 10px;}

/*** PAGE RAYON ***/
.rayon .contenu-rayon .partie-bas .item_f{padding: 15px; height: 270px; margin-bottom: 20px; cursor: pointer;}
.rayon .contenu-rayon .partie-bas .item_f:nth-child(3n+1){background-color: #878787;}
.rayon .contenu-rayon .partie-bas .item_f:nth-child(3n+2){background-color: #00ABEE;}
.rayon .contenu-rayon .partie-bas .item_f:hover{background-color: #FF4100;}
.rayon .contenu-rayon .partie-bas .item_f .haut_f{background-color: #FFF;}
.rayon .contenu-rayon .partie-bas .item_f .text_f h2{color: #FFF; font-size: 20px;}
.rayon .contenu-rayon .partie-bas .item_f .text_f p {color: #000;}

/*** PAGE PRODUIT ***/
.rayon .contenu-rayon .menu-produit{padding: 10px 0 30px; margin-top: -100px; background-color: #EEE;}
.rayon .contenu-rayon .titre_famille{color: #FF4100;}
.rayon .contenu-rayon .titre_famille h2{font-size: 20px;}
.rayon .contenu-rayon .titre_ss_famille {color: #FF4100;}
.rayon .contenu-rayon .titre_ss_famille h2{font-size: 20px;}
.rayon .contenu-rayon .separation{font-size: 50px; color: #FF4100;}
.rayon .contenu-rayon .description{margin-top: 50px;}
.rayon .contenu-rayon .description .texte-produit {margin-bottom: 30px;}
.rayon .contenu-rayon .description .texte-produit img{margin-right: 10px;}
.rayon .contenu-rayon .description .texte-produit a{color: #FF4100; font-weight: bold;}
.rayon .contenu-rayon .description .texte-produit .titre-produit{font-size: 30px; color: #FF4100;}
.rayon .contenu-rayon .description .texte-produit .detail{margin: 15px 0; color: #565656;}
.rayon .contenu-rayon .description .texte-produit .plan img{padding: 10px 0 0 17px;}
.rayon .contenu-rayon .description .video-produit {width:100%; max-width:585px; margin:20px auto 0px;}
.rayon .contenu-rayon .description .video-produit .conteneur-video-produit {position:relative; width:100%; height:0px; padding:0px 0px 56.25%; overflow:hidden;}
.rayon .contenu-rayon .description .video-produit .conteneur-video-produit iframe {position:absolute; top:0px; left:0px; width:100%!important; height:100%!important;}
.rayon .contenu-rayon .tableau {margin-top: 50px;}
.rayon .contenu-rayon .tableau .conteneur_chx_aff_tarif {margin:10px 0 20px; text-align:right;}
/* .rayon .contenu-rayon .tableau .conteneur_chx_aff_tarif label {color:#FF4100; margin-right:5px;} */
.rayon .contenu-rayon .tableau .conteneur_chx_aff_tarif label {width:195px; height:40px; line-height:25px; margin:15px 0; padding:6px 12px; color:#FFF; font-size:14px; font-weight:400; background-color:#00ABEE; border-radius:4px; cursor:pointer;}
.rayon .contenu-rayon .tableau .conteneur_chx_aff_tarif label:hover {background-color:#069BD6;}
.rayon .contenu-rayon .tableau table{display: inline-block;}
.rayon .contenu-rayon .tableau td:first-child{background-color: #534F4E; color: #FFF;}
.rayon .contenu-rayon .tableau td:nth-child(2n+2){background-color: #D2D2D2;}
.rayon .contenu-rayon .tableau td:nth-child(2n+3){background-color: #E8E8E9;}
.rayon .contenu-rayon .tableau td:last-child{background-color: #534F4E; color: #FFF; width: 130px; padding: 15px;}
.rayon .contenu-rayon .tableau td .btn{text-shadow: 0px 1px 0px #FFF; background-color: #00ABEE; background-repeat: repeat-x; width: 100px; height: 40px; line-height: 25px; margin: 15px 0;}
.rayon .contenu-rayon .tableau td .btn:hover{background-color: #069BD6; color:#FFF;}
.rayon .contenu-rayon .tableau td .btn a{color: #FFF;}
.rayon .contenu-rayon .tableau tr a{color: #FF4100;}
.rayon .contenu-rayon .tableau tr:first-child{height: 30px;}
.rayon .contenu-rayon .tableau tr:nth-child(2n+2){height: 10px;}
.rayon .contenu-rayon .tableau tr:nth-child(2n+3){height: 130px;}
.rayon .contenu-rayon .tableau .pair img{margin-left: -15px;}
.rayon .contenu-rayon .tableau .impair img{margin-left: -15px;}
.rayon .contenu-rayon .tableau .pair-photo {padding: 10px;}
.rayon .contenu-rayon .tableau .impair-photo {padding: 10px;}
.rayon .contenu-rayon .tableau .titre_acc {margin: 20px 0; color: #FF4100;}
.rayon .contenu-rayon .tableau .liste_acc img{border: 1px solid #FF4100;}

/* ZOOM PRODUIT */
#fbBox #fbCanvas #fbMainDiv{top: 10px !important; left: 8px !important;}
#fbBox #fbShadows {top: 12px; left: 12px;}
#fbBox #fbShadows #fbShadowBottom{left: 0px !important;}
#fbBox #fbShadows #fbShadowLeft{left: -24px !important;}

/*** PAGE RECHERCHE ***/
.rayon .contenu-rayon-pple {padding-bottom: 50px;}
.rayon .contenu-rayon-pple h1{margin: 0 0 30px; font-size: 30px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat { padding: 0;margin-top: 20px; position: relative; z-index: 0;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .fin-resultat{color: #FF4100;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .resultat{font-size: 30px; padding: 0 0 0 15px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page {padding: 0; margin-top: 15px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page .texte-page{color: #00ABEE; margin-right: 10px; font-size: 15px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page .numero{padding: 5px 10px; border: 1px solid #00ABEE; color: #00ABEE; margin: 0 5px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page .numero:hover{border: 1px solid #FF4100; background-color: #FF4100; color: #FFF;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page .numero-actuel{padding: 5px 10px; border: 1px solid #00ABEE; color: #FFF; background-color: #00ABEE; margin: 0 5px;}
.rayon .contenu-rayon-pple .affichage-nombre-resultat .page .numero-actuel:hover{border: 1px solid #FF4100; background-color: #FF4100; color: #FFF;}
.rayon .contenu-rayon-pple .partie_droite {float:right; margin-top: 0px; padding: 0 0 0 15px; width: 76%; margin-top:10px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv {margin-top: 50px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .precedent-left{float: left;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .suivant-right{float: right;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .precedent{padding: 5px 10px; border: 1px solid #00ABEE; color: #00ABEE; margin: 0 5px; width: 150px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .precedent img{margin-right: 10px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .precedent:hover{border: 1px solid #FF4100; background-color: #FF4100; color: #FFF;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .suivant{padding: 5px 10px; border: 1px solid #00ABEE; color: #00ABEE; margin: 0 5px; width: 150px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .suivant img{margin-left: 10px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .prec-suiv .suivant:hover{border: 1px solid #FF4100; background-color: #FF4100; color: #FFF;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r {height: 216px; margin-bottom: 20px; padding: 0; cursor: pointer; background-color: #00ABEE;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r:hover {background-color: #FF4100;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .image-gauche{background-color: #4D4D4B; height: 100%; padding:5px 5px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .image-centre{line-height: 130px; background-color: #FFF; margin-top: 0px; position:relative;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .image-centre .picto_garantie_2ans	{line-height:0px; position:absolute; top:6px; left:165px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .image-centre .picto_garantie_2ans img	{width:42px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .image-centre img {width:100%;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .details-droite {font-size: 13px; height: 200px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .details-droite h3{font-size: 13px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .details-droite .texte-details{color: #FFF;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .details-droite .plus-details {bottom: 0px; position: absolute; width: 153px;}
.rayon .contenu-rayon-pple .partie_droite .liste_r .item_r .details-droite .plus-details img{margin-right: 10px;}
.rayon .contenu-rayon-pple .partie_gauche {float:left; border: 1px solid #00ABEE; padding: 0;margin-top: 20px;  /* margin-left: -30px; */ width:23% !important;}
.rayon .contenu-rayon-pple .partie_gauche .prec_titre {background-color: #00ABEE; padding: 5px 10px; color: #FFF;}
.rayon .contenu-rayon-pple .partie_gauche .prec_titre img{margin-right: 5px;}
.rayon .contenu-rayon-pple .partie_gauche .prec_texte {padding: 10px 0 10px 20px;}
.rayon .contenu-rayon-pple .partie_gauche .prec_texte a{color: #FF4100;}
.rayon .contenu-rayon-pple .partie_gauche .affin_titre {background-color: #00ABEE; padding: 5px 10px; color: #FFF;}
.rayon .contenu-rayon-pple .partie_gauche .affin_titre img{margin-right: 5px;}
.rayon .contenu-rayon-pple .partie_gauche .affin_titre .retour a{color: #FF4100;}
.rayon .contenu-rayon-pple .partie_gauche .affin_texte {padding: 10px 0 10px 20px;}
.rayon .contenu-rayon-pple .partie_gauche .affin_texte a{color: #FF4100;}

/*** PAGE PROMOTION ***/
.promo_no {font-size:16px; text-align:center; color:#FF4100; font-weight:bold;}
.p_cont {margin-top: -20px; margin-bottom: 20px;}
.p_cont .titre_actucom {margin:40px 0 0 0; color:#00ABEE;}
.p_cont .promo_tit {height: 50px; line-height: 50px; font-size: 20px; font-weight: bold; color: #FF4100; margin: 40px 0 20px;}
.p_cont .promo_cadre {padding: 0; background-color: #00ABEE; height: 270px; margin-bottom: 20px; cursor: pointer;}
.p_cont .promo_cadre:hover {background-color: #FF4100;}
.p_cont .promo_cadre .image-gauche {background-color: #4D4D4B; height: 100%; padding: 60px 35px;}
.p_cont .promo_cadre .image-centre {line-height: 150px; background-color: #FFF;}
.p_cont .promo_cadre .texte-droite{height: 270px;}
.p_cont .promo_cadre .texte-droite a{color: #000; font-size: 15px;}
.p_cont .promo_cadre .texte-droite h3{margin-top: 10px;}
.p_cont .promo_cadre .texte-droite .ref a{color: #FFF;}
.p_cont .promo_cadre .texte-droite .tarip a{color: #A30505;}
.p_cont .promo_cadre .texte-droite .tarip .panache{display: inline-block;}
.p_cont .promo_cadre .texte-droite .btn-acheter{width: 80px; height: 30px; line-height: 30px; background-color: #FF4100; font-size: 12px; display: inline-block; margin-right: 10px;}
.p_cont .promo_cadre:hover .btn-acheter{background-color: #00ABEE; color: #FFF;}
.p_cont .promo_cadre .texte-droite .btn-acheter a{color: #FFF;}
.p_cont .promo_cadre .texte-droite .stock{display: inline-block;}
.p_cont .promo_cadre .texte-droite .vert{position: absolute; bottom: 0px; width: 255px;}
.p_cont .promo_cadre .texte-droite .vert img{margin-right: 5px; margin-top: -5px;}

/*** PAGE PANIER ***/
.p_cont .p_gauche {float:left; margin-top: 50px; border: 1px solid #00ABEE; padding: 0px; margin-left: -30px;}
.p_cont .p_gauche .p_histo .p_histt{background-color: #00ABEE; padding: 5px 10px; color: #FFF; margin-bottom: 10px;}
.p_cont .p_gauche .p_histo .p_cmd {padding: 0px 15px;margin-bottom:1%;}
.p_cont .p_gauche .p_histo .p_dat{color: #FF4100;}
.p_cont .p_gauche .p_histo .p_dat a{color: #FF4100;}
.p_cont .p_gauche .p_histo .p_cmd .p_mnt {padding:0; color: #000;text-align:center;}
.p_cont .p_gauche .p_histo .p_cmd .p_mnt a{color: #000;}
.p_cont .p_gauche .p_histo .p_cmd .p_sta{color: #0CB000; font-weight: bold;}
.p_cont .p_gauche .p_histo .p_cmd .p_sta a{color: #0CB000; font-weight: bold;}
.p_cont .p_gauche .p_histo .p_cmd .p_sta span{font-weight: bold;}
.p_cont .p_gauche .p_histo .p_cmd_a {border: 1px solid; margin: 0; padding: 0;}
.p_cont .p_gauche .p_info {border: 1px solid #C4C4C4; margin: 10px; padding: 5px; color: #4D4D4B;}
.p_cont .p_gauche .p_info img{margin-right: 5px; margin-top: -5px;}
.p_cont .p_droite {float:right; margin-top: 50px;}
.p_cont .p_droite .p_titre{background-color: #00ABEE; color: #FFF;}
.p_cont .p_droite .p_titre .p_dat{font-size: 20px; height: 60px; padding: 15px 0px;}
.p_cont .p_droite .p_titre .p_sta{height: 60px; padding: 13px 0; font-size: 12px;}
.p_cont .p_droite .p_titre .p_mes{/* height: 60px; */ padding: 13px 0; font-size: 12px;}
.p_cont .p_droite .p_titre .p_mes #limite_franco{color: #EC0000;}
.p_cont .p_droite  #contenu_panier{padding: 0;}
.p_cont .p_droite .p_ligne1{padding: 0;}
.p_cont .p_droite .p_ligne2{padding: 0;}

/*** BASE DOCUMENTAIRE ***/
.entreprise_ppl {margin-bottom: 50px;}

/* ALIGNEMENT ET MISE EN FORME DES TEXTES */
.bold										{font-weight:bold;}
.italic										{font-style:italic;}
.left										{text-align:left;}
.center										{text-align:center;}
.right										{text-align:right;}
.justify									{text-align:justify;}
.top										{vertical-align:top;}
.middle										{vertical-align:middle;}
.bottom										{vertical-align:bottom;}

/* LAYER SELECTION DE PAGE */
.choix_admin								{position:fixed; top:5px; right:5px; width:250px; height:auto; padding:10px; background:#FFC000; border:3px solid #FF0000; font-weight:bold; color:#000000; text-align:center; z-index:1000;}
.choix_admin .choix_txt						{width:250px; height:auto; text-align:justify; z-index:1000;}
.choix_admin .choix_ok						{width:150px; margin-left:50px; height:auto; border:3px solid #FF0000; background:#555555; color:#FFFFFF; margin-top:15px; font-size:14px; display:block; cursor:pointer; z-index:1000;}

/* LAYER DE NUMERO D'OFFRE */
.c_offre									{position:fixed; top:50%; left:50%; width:400px; height:200px; margin-top:-100px; margin-left:-200px; z-index:1000;}
.c_offre .c_o_fond							{position:absolute; top:0px; left:0px; width:400px; height:200px; z-index:1000;}
.c_offre .c_o_cont							{position:absolute; top:15px; left:20px; width:360px; height:170px; color:#FFFFFF; z-index:1000;}
.c_offre .c_o_ferme							{position:absolute; top:10px; right:15px; width:16px; height:16px; cursor:pointer; z-index:1000;}


/* PARTIE NEWS DU SITE */
.news 										{position:relative;height:auto; margin:auto; background:transparent; clear:both; z-index:3;}
.news .col-lg-12							{margin-bottom:6%;padding:0;}

/* SLIDER */
.news #slider										{ background:transparent; z-index:10;}
.news #slider .charge_slide .img a img					{max-height:236px;max-width:100%;}

/* PARTIE SUR LA PRESENTATION D'UNE FAMILLE */
.presentation								{margin:auto;position:relative; background:#FFFFFF; width:1000px; height:auto; z-index:2;}
.presentation h1							{font-size:16px; color:#2595B8; margin-left:140px; margin-top:5px; padding-top:10px; width:600px;}
.presentation .image-gauche					{position:absolute; top:30px; left:0px; float:left; padding-right:5px; margin-top:-30px; z-index:2; background:none;}
.presentation img							{z-index:2;}
.presentation .image-droite					{position:relative; float:right; padding-left:5px; margin-top:-30px;}
.presentation .description					{margin-left:375px;  width:325px; color:#A5A5A5; font-size:12px; text-align:justify; font-weight:bold; margin-top:15px; padding-bottom:30px; font-family:Verdana, Sans Serif;}
.presentation .recherche					{position:relative; float:left; z-index:1; background:url('../utilauto/i-fond_recherche.jpg') no-repeat top left; margin-top:-35px; width:715px; height:35px; font-size:12px; text-align:justify; font-weight:bold;}
.presentation .recherche .recherche-fleche	{background:url('../utilauto/i-fleche_recherche.png') no-repeat top left; width:22px; height:20px; margin-left:5px; margin-top:8px; border:0px solid #323130; border-bottom:0px solid #E8E6E4; border-right:0px solid #E8E6E4; cursor:pointer;}
.presentation .recherche span				{float:left; font-size:14px; font-weight:bold; color:#2595B8; margin-top:10px; margin-left:350px; padding-right:5px;}

/* Affichage du défilant pour le rayon */
.photo										{position:absolute; overflow:hidden; width:15.6vw; height:20.9vw; font-size:0.7vw; font-weight:bold; color:#FFF; top: 133px; left: -77px;}
.photo .image-slider {padding: 0.5vw 5.5vw; background-color: rgba(0, 0, 0, 0.8);}
.photo .image-slider img{height: 100%; width: 100%;}
.photo .contenu-slider {position: absolute; cursor: pointer;}
.photo .contenu-slider .fond-nouveaute {height: 100%; width: 100%; position: relative; z-index: 1;}
.photo .contenu-slider .nouveaute-slider {font-family: "Oswald-Light"; z-index: 2; text-align: center; font-weight: normal; height: 3vw; padding-top: 10px; font-size: 1.3vw; position: relative; width: 100%; margin-top: -3vw;}
.photo .contenu-slider .details-slider {height: 5vw; background-color: #00ABEE; margin-top: 9.45vw;}
.photo .haut-1								{position:absolute; width:100%; height:100%; text-align:center; padding: 12.3vw 0.5vw 0px; top:0px;}
.photo .haut-1 a							{color:#FFF; font-size:0.8vw;}
.photo .haut-2								{position:absolute; width:100%; height:100%; text-align:center; padding: 12.3vw 0.5vw 0px; top:0; left: 300px;}
.photo .haut-2 a							{color:#FFF; font-size:0.8vw;}
.photo .bas-conteneur						{position:absolute; margin-top: -2.6vw; width:100%; height:12vw; text-align:center; background-color: #FFF; padding: 2.8vw 5vw;}
.photo .bas-conteneur2						{position:absolute; margin-top: -2.6vw; width:100%; height:12vw; text-align:center; background-color: #FFF; padding: 3.8vw 5vw;}
.photo .bas-1								{position:absolute; top:.; left:0px; width:100px; height:100px; text-align:center;}
.photo .bas-2								{position:absolute; top:.; left:300px; width:100px; height:100px; text-align:center;}
.photo .gauche								{position:absolute; top:5.5vw; left:0.2vw; cursor:pointer; width: 1.9vw; z-index: 10;}
.photo .gauche img							{width: 100%; height: 100%;}
.photo .droite								{position:absolute; top:5.5vw; right:0.2vw; cursor:pointer; width: 1.9vw; z-index: 10;}
.photo .droite img							{width: 100%; height: 100%;}
.photo .detail-1							{position:absolute; top:0px; cursor:pointer; padding: 15vw 5.5vw 0; width: 100%;}
.photo .detail-2							{position:absolute;  top:0; left: 300px; cursor:pointer; padding: 15vw 5.5vw 0; width: 100%;}
.photo .detail-1 a							{font-size:0.8vw; color:#FFF;}
.photo .detail-1 img						{margin-top:2px;}
.photo .detail-2 a							{font-size:0.8vw; color:#FFF;}
.photo .detail-2 img						{margin-top:2px;}

/* PARTIE PERMETTANT DE FAIRE DEFILER LES PRODUITS D'UNE FAMILLE */
.defilement									{margin:auto; position:relative; width:1000px; height:171px; background:url('../utilauto/i-fond_defilement.png');  margin-top:5px; z-index:1;}
.defilement2								{height:271px; background:url('../utilauto/i-fond_defilement2.png'); z-index:1;}
.defilement .image-defilgauche				{position:absolute; margin-left:2px; float:left; margin-top:2px; width:299px; height:167px; background:url('../utilauto/i-fleche_bas.png') left top no-repeat; z-index:1;}
.defilement2 .image-defilgauche2			{height:267px; background:url('../utilauto/i-fleche_bas2.png') left top no-repeat; z-index:1;}
.defilement .image-defilgauche h2			{font-size:20px; font-weight:bold; color:#2595B8; padding-top:70px; padding-left:15px;}
.defilement2 .image-defilgauche2 h2			{color:#E7001A; padding-top:125px; font-size:24px;}
.defilement .image-defilgauche #titre_famille	{margin-top:0px;}
.defilement .produits						{position:absolute; margin-left:280px; width:700px;}
.produit-defilant							{display:block; float:left; height:180px; width:155px; margin-top:20px; margin-left:15px; text-align:center; font-family:Arial, Sans Serif; font-weight:bold;}
.produit-defilant a							{color:#868686; text-decoration:none; font-size:10px;}
.produit-defilant a:hover					{text-decoration:none;}
.produit-defilant2							{display:block; float:left; height:230px; width:215px; margin-top:20px; margin-left:15px; text-align:center; font-family:Arial, Sans Serif; font-weight:bold;}
.produit-defilant2 a						{color:#868686; text-decoration:none; font-size:12px;}
.diaporama_nouveaute						{position:relative; margin:auto; position:relative; width:998px; height:263px; border:1px solid #FFFFFF; background:#FFFFFF;  margin-top:5px; overflow:hidden; z-index:1;}
.diaporama_nouveaute .image-defilgauche2	{position:absolute; top:0px; left:0px; width:299px; height:267px; background:url('../utilauto/i-fleche_bas2.png') left top no-repeat; z-index:1;}
.diaporama_nouveaute .image-defilgauche2 h3	{color:#FFFFFF; font-size:36px; width:250px; font-weight:bold; position:absolute; left:22px; top:79px;}
.diaporama_nouveaute .image-defilgauche2 h2	{color:#E7001A; font-size:36px; width:250px; font-weight:bold; position:absolute; left:20px; top:81px;}
.diaporama_nouveaute .bouge_nouveaute		{position:absolute; top:0px; left:0px; width:auto; height:263px;}
.diaporama_nouveaute .offre					{position:relative; float:left; width:498px; height:263px; font-family:Arial; border-left:1px solid #FFFFFF;}

/* LAYER COMMANDE */
.cmd_recap									{z-index:97; position:fixed; top:155px; left:0px; width:320px; min-height:120px;}
.cmd_recap .r_fond							{z-index:97; float:left; width:306px; min-height:140px; border: 3px solid #FF4100; border-left: 0; background-color: rgba(229, 229, 229, 0.8);;}
.cmd_recap .r_fond .r_txt1					{z-index:97; float:right; color:#959595; font-size:18px; font-family:Verdana; text-align:center; width:275px; padding:5px 0px 0px;}
.cmd_recap .r_fond .r_txt2					{z-index:97; float:right; color:#00ABEE; font-size:18px; font-family:Verdana; text-align:center; width:275px; padding:2px 0px 0px;}
.cmd_recap .r_fond .r_txt2 span				{z-index:97; color:#FF4100;}
.cmd_recap .r_fond .r_txt3					{z-index:97; float:right; color:#00ABEE; font-size:10px; font-family:Verdana; font-weight:normal; text-align:center; width:295px; padding:3px 0px 0px;}
.cmd_recap .r_fond .r_txt3 span				{z-index:97; color:#FF4100;}
.cmd_recap .r_fond .r_link					{z-index:97; float:right; font-size:11px; font-family:Verdana; width:239px; padding:5px 0px 0px 36px;}
.cmd_recap .r_fond .r_link a					{z-index:97; font-weight:bold; display:block; background-color: #00ABEE; border-color: #C4C4C4; color: #FFF; width: 150px; height: 30px; line-height: 30px; margin: 8px -10px; text-align: center;}
.cmd_recap .r_fond .r_link a:hover			{z-index:97; text-decoration:none;}
.cmd_recap .r_fond .r_link a.r_link_off		{z-index:97;}
.cmd_recap .r_fond .r_link a.r_link_on		{z-index:97;}
.cmd_recap .r_bout							{z-index:97; float:right; width:14px; height:120px;				display: none;}
.nom_repo									{padding:10px 0 3px 8px; font-size:16px; font-weight:bold;border:1px solid; background:#ddd; margin-bottom: 4px;}

/* PAGE PANIER */
.p_ligne									{border:1px solid #CFCFCF; border-top:0px; background:#F8FFE5; font-size:14px;}
.p_ligne1									{background:#F8FFE5;}
.p_ligne2									{background:#FCFFF3;}
.p_ligneX									{background:url('i-cmd_fond_express.png') repeat-x top left #BEE8BF; font-size:10px; padding: 0;}
.p_ligneXred								{background:#E8BEBE;}
.p_ligne .p_col1							{float:left; width:30px; text-align:center;}
.p_ligne .p_col1 img						{visibility:hidden; cursor:pointer;}
.p_ligne .p_col2							{float:left; width:100px; text-align:left;}
.p_ligne .p_col23							{float:left; width:470px; text-align:left;}
.p_ligne .p_col23 input						{width:116px; vertical-align:middle; border:1px solid #323130; border-bottom:1px solid #E8E6E4; border-right:1px solid #E8E6E4; background:#FFFFFF; font-weight:bold; font-size:14px; color:#2795B8; text-align:left; padding:1px 1px 2px;}
.p_ligne .p_col23 img						{vertical-align:middle;}
.p_ligne .p_col3							{float:left; width:370px; text-align:justify; font-size:10px; color:#4B4B4B;}
.p_ligne .p_col3 span						{font-size:14px; font-weight:bold; color:#2595B8;}
.p_ligne .p_col3 span.prix_plus				{font-size:12px; font-weight:bold; color:#000000;}
.p_ligne .p_col3 span.tarif_plus			{font-size:12px; color:#009812;}
.p_ligne .p_col3 span.promo_plus			{font-size:12px; color:#EC0000; font-style:italic;}
.p_ligne .p_col4							{position:relative; float:left; width:150px; text-align:right;}
.p_ligne .p_col4 input						{width:66px; vertical-align:middle; border:1px solid #323130; border-bottom:1px solid #E8E6E4; border-right:1px solid #E8E6E4; background:#FFFFFF; font-weight:bold; font-size:14px; color:#2795B8; text-align:center; padding:1px 1px 2px;}
.p_ligne .p_col4 span						{font-size:10px; color:#4B4B4B; font-style:italic;}
.p_ligne .p_col4 .plus						{position:absolute; top:-6px; right:-11px; width:9px; height:9px; cursor:pointer; visibility:hidden;}
.p_ligne .p_col4 .moins						{position:absolute; top:8px; right:-11px; width:9px; height:9px; cursor:pointer; visibility:hidden;}
.p_ligne .p_col4 .chg_qua					{position:absolute; top:0px; right:0px; width:140px; visibility:hidden;}
.p_ligne .p_col4 .chg_qua input				{width:136px; border:1px solid #323130; border-bottom:1px solid #E8E6E4; border-right:1px solid #E8E6E4; background:#FFFFFF; font-weight:bold; font-size:14px; color:#2795B8; text-align:right; padding:1px;}
.p_ligne .p_col4 span.prix_plus				{font-size:12px; font-weight:bold; color:#000000;}
.p_ligne .p_col4 span.tarif_plus			{font-size:12px; color:#009812;}
.p_ligne .p_col4 span.promo_plus			{font-size:12px; color:#EC0000; font-style:italic;}
.p_ligne .p_col5							{float:left; width:95px; text-align:right; color:#000000; font-weight:bold;}
.p_ligne .p_col5 input						{width:90px; cursor:pointer; vertical-align:middle; border:1px solid #323130; border-top:1px solid #E8E6E4; border-left:1px solid #E8E6E4; background:#2795B8; font-weight:bold; font-size:14px; color:#FFFFFF; text-align:center; padding:1px;}
.p_ligne .p_col5 span						{font-size:12px; color:#EC0000; font-style:italic;}
.p_ligne .p_col5 span.petit					{font-size:12px; color:#4B4B4B; font-weight:normal; font-style:italic;}
.p_ligne .p_encadr							{border:2px solid #F8FFE5; padding:2px 0px;}
.p_ligne:hover .p_encadr .p_col1 img		{visibility:visible;}
.p_ligne:hover .p_encadr .p_col4 .plus		{visibility:visible;}
.p_ligne:hover .p_encadr .p_col4 .moins		{visibility:visible;}
.p_ligne:hover .p_encadr .p_col4 .chg_qua	{visibility:visible;}
.p_ligne1 .p_encadr							{border:2px solid #F8FFE5; padding:2px 0px;}
.p_ligne2 .p_encadr							{border:2px solid #FCFFF3; padding:2px 0px;}
.p_ligneX .p_encadr							{border:2px solid #009812; padding:2px 0px;}
.p_ligneXred .p_encadr						{border:2px solid #EC0000;}
.p_ligne:hover .p_encadr					{border:2px solid #CFCFCF;}
.p_ligneX:hover .p_encadr					{border:2px solid #009812;}
.p_ligneXred:hover .p_encadr				{border:2px solid #EC0000;}
.p_ligneX .p_col23 input					{color:#009812;}
.p_ligneX .p_col4 .plus						{top:-1px; right:0px;}
.p_ligneX .p_col4 .moins					{top:10px; right:0px;}
.p_ligneX .p_col4 input						{color:#009812; margin-right:11px;}
.p_ligneX .p_col4 input:disabled			{color:#999999; background:#EEEEEE; border:1px solid #999999;}
.p_ligneX .p_col5 input						{background:#009812;}
.p_ligneX .p_col5 input:disabled			{color:#EEEEEE; background:#999999;}
.p_ligneX .p_rupture						{font-weight:bold; padding:2px 0px 0px 30px; font-size:12px; line-height:17px;}
.p_leg										{border-top:1px solid #CFCFCF; background:#EDEDED; color:#4B4B4B; font-size:10px;}
.p_leg .p_encadr							{border:2px solid #EDEDED;}
.p_leg .p_col1								{color:#4B4B4B; font-weight:normal;}
.p_leg .p_col2								{color:#4B4B4B; font-weight:normal;}
.p_leg .p_col3								{color:#4B4B4B; font-weight:normal;}
.p_leg .p_col4								{color:#4B4B4B; font-weight:normal;}
.p_leg .p_col5								{color:#4B4B4B; font-weight:normal;}
.p_leg:hover .p_encadr						{border:2px solid #EDEDED;}
.p_total									{position:relative; padding: 0;}
.p_total .p_sup								{position:absolute; top:10px; left:12px; width:250px;}
.p_total .p_sup a							{text-decoration:none; color:#7B7B7B; font-size:10px;}
.p_total .p_sup a img						{vertical-align:middle;}
.p_total .p_sup a:hover						{text-decoration:none;}
.p_total .p_sup a:hover span				{text-decoration:underline;}
.p_total .p_imp								{position:absolute; top:10px; right:260px; width:180px; text-align:right;}
.p_total .p_imp a							{text-decoration:none; color:#7B7B7B; font-size:10px;}
.p_total .p_imp a img						{vertical-align:middle;}
.p_total .p_imp a:hover						{text-decoration:none;}
.p_total .p_imp a:hover span				{text-decoration:underline;}
.p_total .p_tot								{float:right; width:220px; padding:10px 12px; border:1px solid #CFCFCF; border-top:0px; background:#F5F5F5; font-size:14px; color:#000000; font-weight:bold;}
.p_total .p_tot .tx							{float:left; width:110px;}
.p_total .p_tot .txs						{color:#4B4B4B; font-size:12px; padding-bottom:3px;}
.p_total .p_tot .txr						{color:#EC0000; font-size:12px; padding-bottom:3px;}
.p_total .p_tot .tnr						{color:#4B4B4B; font-size:10px; font-style:italic; text-align:center; padding-bottom:3px;}
.p_total .p_tot .mt							{float:right; width:80px; text-align:right;}
.p_total .p_tot .mts						{color:#4B4B4B; font-size:12px; padding-bottom:3px;}
.p_total .p_tot .mtr						{color:#EC0000; font-size:12px; padding-bottom:3px;}
.p_derogation								{position:relative; float:left; width:46%; margin-top:10px; border:1px solid #AC1C1C; background:#F6EBEB; padding:5px 10px;}
.p_derogation .derog_titre					{position:absolute; top:-15px; left:10px; text-align:left; color:#AC1C1C; font-size:12px; font-weight:bold;}
.p_derogation .derog_item					{float:left; width:49.5%; color:#585858; font-size:12px;}
.p_derogation .derog_item input				{width:16px; height:16px; vertical-align:middle; background:none; border:0px;}
.p_derogation_droite						{float:right; border:1px solid #3DA5CF; background:#DAECF6;}
.p_derogation_droite .derog_titre			{color:#3DA5CF;}
.p_obs										{margin-top:10px; border:1px solid #D3D3D3; background:#FAFAFA; padding:12px 25px;}
.p_obs .p_ref_t								{color:#585858; font-size:12px;}
.p_obs .p_ref_t input						{width:200px; border:1xp solid #ADADAD; background:#FFFFFF; color:#585858; font-size:12px; padding:1px; vertical-align:middle;}
.p_obs .p_obs_t								{color:#585858; font-size:9px; margin-top:12px;}
.p_obs .p_obs_i								{color:#000000; font-size:10px; text-align:justify;}
.p_obs .p_obs_i textarea					{width:702px; border:1xp solid #ADADAD; background:#FFFFFF; height:59px; padding:2px 3px;}
.p_obs .p_obs_i textarea.no_inp				{color:#ADADAD; font-weight:bold;}
.p_obs .p_recap								{margin-top:12px;}
.p_obs .p_recap .p_addr						{float:left; height:auto; min-height:130px; _height:130px; border-left:1px solid #E6E6E6; font-weight:bold; color:#000000; line-height:16px;}
.p_obs .p_recap .p_addr .p_a_tit			{color:#FF4100; font-weight:normal;}
.p_obs .p_recap .p_addr .p_a_chx_tx			{font-weight:normal; text-align:justify; margin-top:4px; color:#EC0000; font-size:12px; line-height:14px; padding:0px 0px 0px 5px;}
.p_obs .p_recap .p_addr .p_a_chx_fp_admin_choix	{text-align:right; margin-top:4px;}
.p_obs .p_recap .p_addr .p_a_chx_fp_admin_choix a	{color:#2595B8;}
.p_obs .p_recap .p_addr .p_a_chx_fp_admin	{text-align:right; margin-top:4px; background:#FFFFFF; border-right:1px solid #FF4100; padding:0px 5px 0px 0px;}
.p_obs .p_recap .p_addr .p_a_chx_fp_admin input	{border:0px; width:16px; height:16px; background:none; vertical-align:middle; margin-left:5px;}
.p_obs .p_recap .p_addr .p_a_chx_fp			{font-weight:normal; text-align:right; margin-top:4px;}
.p_obs .p_recap .p_addr .p_a_chx_fp select	{width:105px; font-weight:bold; text-align:left; padding:1px 1px 1px 1px; margin-left:0px; vertical-align:middle; border:1px solid #323130; border-bottom:1px solid #E8E6E4; border-right:1px solid #E8E6E4;}
.p_obs .p_recap .p_addr .p_a_dat			{font-weight:normal; text-align:right;}
.p_obs .p_recap .p_addr .p_a_da2			{margin-top:4px;}
.p_obs .p_recap .p_addr .p_a_dat input		{width:105px; font-weight:bold; text-align:center; padding:1px 20px 1px 1px; margin-left:0px; vertical-align:middle; background:url('../utilauto/i-calendrier.png') no-repeat 84px 0px #FFFFFF; border:1px solid #323130; border-bottom:1px solid #E8E6E4; border-right:1px solid #E8E6E4; cursor:pointer;}
.p_obs .p_recap .p_addr .p_a_dat span		{font-weight:bold;}
.p_obs .p_recap .p_addr .p_a_dat span.red	{color:#EC0000;}
.p_obs .p_recap .p_addrf					{width:207px; border-left:0px;}
.p_obs .p_recap2 .p_addrf					{width:310px; border-left:0px;}
.p_obs .p_recap .p_addrl					{width:207px; padding-left:18px;}
.p_obs .p_recap2 .p_addrl					{width:310px; padding-left:28px;}
.p_obs .p_recap .p_conf						{float:right; width:300px;}
.p_obs .p_recap .p_conf .p_a_tit			{color:#FF4100; text-align:right;}
.p_obs .p_recap .p_conf .p_a_tit a			{color:#FF4100; text-decoration:underline;}
.p_obs .p_recap .p_conf .p_a_tit input		{border:0px; width:16px; height:16px; background:none; vertical-align:middle;}
.p_obs .p_recap .p_conf .p_valid			{float:right; width:224px; height:47px; padding-top:15px; margin-top:10px; cursor:pointer; background:url('../utilauto/i-cmd_bouton_confirmation.png') no-repeat top left #D5FFD6; text-align:center; font-weight:bold; color:#009812; font-size:14px;}

/* PAGE PRODUIT */
.lay_add_ref	{position:absolute; top:140px; right: 100px; width:614px; height:57px;}
.lay_add_ref .c_haut						{width:614px; height:8px;}
.lay_add_ref .c_bas							{width:614px; height:15px;}
.lay_add_ref .c_bas		{margin-top:-5px;}
.lay_add_ref .c_centre						{width:614px; margin: 8px 0px 0px -8px; background-color: #FF4100; border-radius: 5px; padding-top: 10px; padding-bottom: 10px; box-shadow: 10px 10px 5px #000;}
.lay_add_ref .c_fond						{position:absolute; top:0px; left:0px;}
.lay_add_ref .c_txt							{padding:7px 0px 2px 0px; color:#FFFFFF; font-family:Arial; font-size:13px; letter-spacing:0.8px;}
.lay_add_ref .c_txt input					{vertical-align:middle; text-align:center; color:#2C6F8B; font-weight:bold; font-size:16px; padding:0px; width:70px; height:20px; background:#FFFFFF; border:1px solid #A2A2A2; border-bottom:1px solid #FFFFFF; border-right:1px solid #FFFFFF;}
.lay_add_ref .c_txt input.submit			{cursor:pointer; /* margin-left:15px; */ color:#000000; font-size:12px; width:62px; height:23px; background:url('../i-cmd_bouton_ok.png') #CECECE no-repeat top left; border:0px;}
.lay_add_ref .c_txt .c_plus					{position:absolute; top:20px; left:293px; width:9px; height:9px; cursor:pointer;}
.lay_add_ref .c_txt .c_moins				{position:absolute; top:30px; left:293px; width:9px; height:9px; cursor:pointer;}
.lay_add_ref .c_txt .ligne1_mobile			{padding-left:45px; float:left;}
.lay_add_ref .c_txt .ligne2_mobile			{padding-left:5px; float:left;}
.lay_add_ref .c_ferme						{position:absolute; top:10px; right:20px; cursor:pointer;}
.lay_add_ref .rupture_message				{text-align:left; color:#000000; font-size:12px; line-height:16px; padding-left:20px;}
.lay_add_ref .rupture_message span			{color:#FFFFFF;}
.lay_add_ref .rupture_message span a		{color:#FFFFFF; text-decoration:underline;}
.lay_add_ref .rupture_message span a:hover	{color:#B0EDFF; text-decoration:none;}
.lay_add_ref .c_offre_l						{position:absolute; bottom:11px; left:20px; color:#B0EDFF; font-size:9px;}
.lay_add_ref .c_offre_l a					{color:#B0EDFF; text-decoration:none; font-size:9px;}
.lay_add_ref .c_offre_l a span				{color:#B0EDFF; text-decoration:underline; font-size:9px;}
.lay_add_ref .c_offre_l a img				{vertical-align:middle; text-decoration:none;}
.lay_add_ref .c_offre_l a:hover				{text-decoration:none;}
.lay_add_ref .c_offre_l a:hover span		{text-decoration:none;}

/* PAGES MES COORDONNEES */
.coordonnees h2								{font-size:30px; color:#FF4100; margin-bottom:20px;}
/* .contenu-coordonnees {margin: -50px 0px 50px;} */
.coordonnees .t_coo							{width:600px; height:auto; margin: 50px 0 0 280px;}
.coordonnees .t_coo .ligne					{color:#145492; height:22px;}
.coordonnees .t_coo .ligne .nom				{float:left; text-align:right; width:237px; font-weight:bold; color:#444444;}
.coordonnees .t_coo .ligne .i1				{float:right; text-align:left; width:358px;}
.coordonnees .t_coo .ligne .i1 input		{width:300px; text-align:left; height:18px; font-weight:bold; padding-left:2px; padding-right:2px; background-color:#FFFCFC; border:1px solid #C7C7C7; font-family:Trebuchet MS; font-size:12px; color:#000000;}
.coordonnees .t_coo .ligne .i2				{float:right; text-align:left; width:358px;}
.coordonnees .t_coo .ligne .i2 .ii1			{width:60px; text-align:left; height:18px; font-weight:bold; padding-left:2px; padding-right:2px; background-color:#FFFCFC; border:1px solid #C7C7C7; font-family:Trebuchet MS; font-size:12px; color:#000000;}
.coordonnees .t_coo .ligne .i2 .ii2			{width:231px; text-align:left; height:18px; font-weight:bold; padding-left:2px; padding-right:2px; background-color:#FFFCFC; border:1px solid #C7C7C7; font-family:Trebuchet MS; font-size:12px; color:#000000;}
.coordonnees .t_coo .ligne .i3				{float:right; text-align:left; width:358px;}
.coordonnees .t_coo .ligne .i3 input		{width:200px; text-align:left; height:18px; font-weight:bold; padding-left:2px; padding-right:2px; background-color:#FFFCFC; border:1px solid #C7C7C7; font-family:Trebuchet MS; font-size:12px; color:#000000;}
.coordonnees .t_coo .ligne .i4				{float:right; text-align:left; width:358px;}
.coordonnees .t_coo .ligne .i4 input		{width:150px; text-align:left; height:18px; font-weight:bold; padding-left:2px; padding-right:2px; background-color:#FFFCFC; border:1px solid #C7C7C7; font-family:Trebuchet MS; font-size:12px; color:#000000;}
.coordonnees .t_coo .ligne .i5				{float:right; text-align:left; width:358px; font-size:12px; color:#000000; font-weight:bold;}
.coordonnees .t_coo .valid					{margin-left: 145px; width: 200px; cursor: pointer;}
.coordonnees .t_coo .ligne .i6				{float:right; text-align:left; width:358px; color:#000000; font-weight:bold; padding-top:2px;}
.coordonnees .t_coo .ligne .i6 input		{width:14px; height:14px; background:none; border:0px; vertical-align:middle;}
.coordonnees .t_coo .btn-valid {text-shadow: 0px 1px 0px #FFF; background-color: #00ABEE; background-repeat: repeat-x; border-color: #C4C4C4; width: 200px; height: 40px; line-height: 40px; margin: 30px 0; color: #FFF;}
.coordonnees .t_coo .btn-valid:hover {background-color: #069BD6;}

/* PAGE D'ACTUALITES */
.bandeau_news								{position:relative; text-align:center; height:auto; margin:auto; background:transparent; clear:both;}
.autre_bandeau_news 						{position:relative; width:1000px; height:auto; margin:auto; background:transparent; padding-top:15px; padding-bottom:5px; clear:both;}
.ppl_news									{width:1002px; height:auto; margin:auto;}
.news_ppl									{float:left; width:1002px; height:auto; margin:auto; background:#FFFFFF;}
.news_ppl .image_gauche_news 				{float:left; width:500px; height:auto; padding:0px; margin:0px; text-align:center;}
.news_ppl .droite_news						{float:left; width:502px;}
.news_ppl .droite_news h1					{float:left; font-family:Trebuchet MS, Sans Serif; font-size:24px; font-weight:bold; color:#2595b8; padding-left:20px; width:482px; padding-top:10px;}
.news_ppl .droite_news .barre_haut			{float:left; padding-top:5px; width:500px; background:url('../utilauto/i-haut_news.jpg') no-repeat;}
.news_ppl .droite_news .milieu				{float:left; padding-top:10px; width:460px; font-family:Trebuchet MS, Sans Serif; font-size:14px; color:#2595b8; padding-left:20px; padding-right:20px; padding-bottom:10px;}
.news_ppl .droite_news .milieu a			{color:#E7001A; text-decoration:none;}
.news_ppl .droite_news .milieu a:hover		{color:#E7001A; text-decoration:underline;}
.news_ppl .droite_news .barre_bas			{float:right; padding-top:5px; width:500px; background:url('../utilauto/i-bas_news.jpg') no-repeat;}
.news_ppl .droite_news .date				{float:right; font-weight:bold; font-family:Trebuchet MS, Sans Serif; font-size:12px; color:#2595b8; padding-top:5px; padding-right:10px;}

/* LA LIGHTBOX DE LA PAGE CONTACT */
#filter										{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background-color:#000; z-index:10; opacity:0.3; filter:alpha(opacity=30);}
#box										{display:none; position:fixed; top:2px; left:25%; width:786px; height:200px; padding:48px; margin:0; z-index:101; overflow:none;}
#box .box_haut								{position:relative; margin:auto; background:url('../utilauto/i-lightbox_haut.png'); width:786px; height:101px;}
#box .box_haut .langues						{position:absolute; bottom:-12px; left:58px; z-index:10;}
#box .box_haut .langues img					{margin-right:5px; cursor:pointer;}
#box .box_haut .txt							{position:absolute; bottom:15px; right:55px; color:#FFFFFF; font-style:italic; font-weight:bold; font-size:20px; text-align:right;}
#box .box_milieu							{position:relative; margin:auto; background:url('../utilauto/i-lightbox_milieu.png') repeat-y; width:786px; height:auto; padding-top:15px; padding-bottom:15px;}
#box .box_milieu .annuler					{position:absolute; top:5px; right:50px;  width:70px; height:auto; color:#FF6A6A; font-size:10px;}
#box .box_milieu .annuler p					{float:left; width:40px;}
#box .box_milieu .annuler:hover				{position:absolute; top:5px; right:50px;  width:70px; height:auto; color:#FF6A6A; text-decoration:underline; cursor:pointer;}
#box .box_milieu .annuler img				{vertical-align:middle; margin-top:-2px; text-decoration:none;}
#box .box_milieu .destinataire				{float:left; text-align:right; left:15px; padding-top:35px; width:285px; padding-bottom:10px;}
#box .box_milieu .destinataire .texte-destination	{float:right; font-size:14px; font-weight:bold; color:#2595b8; height:21px; padding-top:5px;}
#box .box_milieu .autre						{float:left; text-align:right; left:15px; padding-bottom:5px; width:330px;}
#box .box_milieu .autre .autre-texte		{float:right; font-size:14px; font-weight:bold; color:#ababab; height:21px; padding-top:5px;}
#box .box_milieu .autre-champ-texte			{float:right; text-align:left; padding-bottom:5px; width:440px;}
#box .box_milieu .bouton_envoi				{float:right; text-align:left; padding-bottom:5px; width:440px;}
#box .box_milieu input						{border:1px solid #acacac; width:225px; height:auto; padding-top:2px; font-size:14px; }
#box .box_milieu textarea					{border:1px solid #acacac; width:225px; height:93px; font-size:14px; padding-top:2px;}
#box .box_milieu .destinataire-texte input	{border:1px solid #acacac; width:225px; height:20px; padding-top:2px; font-size:14px;}
#box .box_milieu .destinataire-texte		{float:right; text-align:left; padding-top:35px; padding-bottom:10px; width:485px;}
#box .box_bas								{position:relative; margin:auto; background:url('../utilauto/i-lightbox_bas.png'); width:786px; height:30px;}
.form										{width:550px; margin:auto; z-index:10;}
.form .texte								{padding-top:5px; padding-bottom:20px; font-weight:bold; color:#2595b8; font-size:14px;}
.form .tetxe a								{color:#e55260; text-decoration:underline;}
.form .formp								{float:left; height:20px; width:auto; padding-top:10px; font-weight:bold; color:#000000;}
.form .form1								{float:left; height:28px; width:430px; padding-bottom:5px;}
.form .formup								{width:460px; height:36px; margin-top: 20px;}
.form .form1 .txt							{float:left; width:167px; text-align:right; padding-right:3px; font-size:14px; font-weight:bold; color:#ababab;}
.form .form1 .inp							{float:right; width:245px; text-align:left; margin-right:2px; line-height:16px;}
.form .formup .inp							{width:275px;}
.form .form1 .inp input						{border:1px solid #acacac; width:225px; height:26px;}
.form .form1 .inp span.red					{font-size:11px; color:#000000; font-weight:bold;}
.form .form2								{float:left; height:103px; width:430px;}
.form .form2 .txt							{float:left; width:167px; text-align:right; padding-right:3px; font-size:14px; font-weight:bold; color:#ababab;}
.form .form2 .inp							{float:right; width:245px; text-align:left; margin-right:2px;}
.form .form2 .inp textarea					{border:1px solid #acacac; width:225px; height:93px;}
.form .submi								{float:right; width:150px; padding-right:70px;}
.form .submi .btn							{float:right; margin-top:30px; margin-bottom:15px; padding-top:2px; height:20px; width:150px; text-align:center;}
.form .annul								{float:left; width:150px; padding-left:180px;}
.form .annul .btn							{float:right; margin-top:30px; margin-bottom:15px; padding-top:2px; padding-right:30px; height:20px; width:150px; text-align:center;}
.form .submi .btn .send						{font-size:16px; font-weight:bold; color:#FFFFFF; letter-spacing:1px;}
.form .cnil									{color:#999999; font-size:11px; line-height:12px; margin-top:10px; margin-bottom:20px; text-align:justify;}
.form .cnil a								{color:#999999; text-decoration:underline;}
.form .cnil a:hover							{text-decoration:none;}
#confirmation								{display:none; position:absolute; top:130px; left:200px; width:400px; height:145px; padding-top:55px; z-index:6; color:#000000; font-size:14px; text-align:center; font-weight:bold;}
#confirmation:hover							{display:none; position:absolute; top:130px; left:200px; width:400px; height:145px; padding-top:55px; z-index:6; color:#000000; font-size:14px; text-align:center; font-weight:bold; cursor:pointer;}

/* LAYER DU CODE POSTAL */
#adresse									{position:absolute; top:100px; left:350px; width:501px; display:none; z-index:99;}
#adresse .ahaut								{width:400px; height:15px;  background:url('../i-fond_codepostal_haut.png') top left no-repeat; z-index:99; position:relative;}
#adresse .aferme							{position:absolute; top:10px; right:12px; z-index:99;}
#adresse .aferme a							{border:0px; text-decoration:none; z-index:99;}
#adresse .aferme img						{border:0px; z-index:99;}
#adresse .acentre							{width:400px; min-height:50px; height:auto; _height:50px; padding:0px; padding-left:25px; color:#000000; font-size:12px; background:url('./i-fond_codepostal_centre.png') top left repeat-y; z-index:99;}
#adresse .acentre a							{color:#000000; text-decoration:underline; z-index:99;}
#adresse .acentre a:hover					{text-decoration:none; z-index:99;}
#adresse .abas								{width:400px; height:15px;  background:url('../i-fond_codepostal_bas.png') top left no-repeat; z-index:99;}

/* LAYER DE CHARGEMENT */
#loading 									{display:none; z-index:98; position:fixed; top:0px; left:0px; width:100%; height:100%; background-color:#FFFFFF; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
#chargement									{display:none; z-index:99; position:fixed; top:10px; right:10px; width:250px; height:40px; background-color:#FFFFFF; text-align:center; border:3px solid #969696; padding-top:7px; font-size:18px; font-weight:normal;}
#chargement .image img						{border:0px; vertical-align:middle;}
#chargement .texte							{color:#848484;}

.actu_com									{position:fixed; z-index:998;text-align: center; top:0; left:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.7);}
.pub_utilauto									{position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; height:644px; margin:auto;}
.close_pub									{color:#FFF; font-size:16px; font-weight:bold; cursor:pointer; margin:auto; text-align:right; vertical-align:middle; margin-bottom:20px;}
.close_pub:hover							{color:#DDD; font-size:16px; text-decoration:underline;}

/* ACTU COMMERCIALE */
.photo_actucom 								{float:left; padding-top:10px; padding-left:20px;}
.texte_actucom 								{float:right; padding-top:10px; width:540px; padding-right:20px; padding-left:20px; text-align:justify;}
.paragraphe_actucom 						{padding-top:10px; color:#757575; font-size:14px;}
.titre_actucom 								{color:#2595b8; font-family:Arial; font-weight:bold; font-size:28px;}
.mini_actu_com							{position:absolute; top:150px; right:0; padding-left:15px; padding-top:90px; padding-right:0; z-index:150; width:45px; height:350px; background:url('i-bgbandeauactucom.png') no-repeat; cursor:pointer;}
.mini_actu_com:hover					{background:url('i-bgbandeauactucomhover.png') no-repeat;}
.mini_actu_com	div						{color: #333; writing-mode: tb-rl; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); white-space: nowrap; border: 0px solid red; display:block; text-align:left; height:20px; text-shadow: 0px 0px 1px #333; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-weight: normal;}

/* boutton ajouter commande */
.p_cont .p_gauche .r_link					{font-size:11px; font-family:Verdana; width:100%; margin:20px auto 25px;}
.p_cont .p_gauche .r_link a					{color:#000000; font-weight:bold; width:190px; height:26px; padding:6px 0; margin:0 auto; display:block; text-align:center; text-decoration:none;}
.p_cont .p_gauche .r_link a:hover			{text-decoration:none;}
.p_cont .p_gauche .r_link a.r_link_off		{background:url('../utilauto/i-cmd_bouton_newcmd.jpg') no-repeat top left #BFBFBF; height: 40px;}
.p_cont .p_gauche .r_link_no				{font-size:11px; font-family:Verdana; width:100%; margin:0 auto 6px; opacity:0.4; cursor:not-allowed;}
.p_cont .p_gauche .r_link_no span			{color:#000000; font-weight:bold; width:190px; height:40px; padding:6px 0; margin:0 auto; display:block; text-align:center; text-decoration:none; background:url('../utilauto/i-cmd_bouton_newcmd.jpg') no-repeat top left #BFBFBF;}
.p_cont .p_gauche .text_no_rlink			{text-align:center; font-size:11px; color:red; font-weight:bold; margin-bottom:20px;}

.conflictodp {
  width: 800px;
  max-height: 350px;
  padding: 10px 20px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #333;
  box-shadow: 1px 1px 12px #555;
  font: Helvetica,Arial,Tahoma,Sans-Serif;
  z-index: 999;
}
.conflictodp .close {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #333;
	cursor: pointer;
	border: 1px solid #333;
	line-height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font: 150%;
	font-size: 15px;
}
.conflictodp h4 {
  color: #16a0e1;
  margin: 2px;
  font-size: 15px;
  margin-bottom: 5px;
}
.conflictodp p {
  margin: 2px;
  font-size: 12px;
}
.wrapper {
  background: #fff;
  border: 1px dashed #999;
  padding: 5px;
  height: 230px;
  overflow-y: auto;
  margin-top: 15px;
}
.info-odp {
  background: #eee;
  padding: 3px;
  font-size: 12px;
}
.info-odp input {
  float: right;
  vertical-align: middle;
  font-size: 12px;
}
.ref-group {
  width: width:100%;
  border: 1px solid #A6B4DD;
  margin-bottom: 5px;
}
.ref-group h5 {
  color: #fff;
  background: #16a0e1;
  padding: 5px;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
.ref-group p {
  color: #16a0e1;
  padding: 3px;
  margin: 0;
  font-size: 12px;
}
.choix-odp {
  text-align: right;
  padding: 3px;
}
.choix-odp input {
  margin-left: 25px
}
.price-odp {
  color: #f47777;
  font-weight: bold;
  margin-left: 15px;
}
.qte-odp {
  color: #555;
  margin-right: 15px;
  font-weight: bold;
}
.qte-odp span {
  font-weight: inherit;
}
#validodptocmd {
  margin-top: 15px;
  float: right;
  border: 1px solid #999;
  background: #16a0e1;
  font-size: 18px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}
#validodptocmd:hover {
  background: #057fb7;
}
#cancelodptocmd {
  margin-top: 15px;
  float: right;
  border: 1px solid #666;
  background: #fff;
  font-size: 18px;
  color: #333;
  padding: 5px;
  margin-right: 20px;
  cursor: pointer;
}
#cancelodptocmd:hover {
  background: #ddd;
}

/** MODIFICATION DU BANDEAU CONNECTE **/
.welcome																{text-align:right;}
.welcome a																{color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:16px;}
.welcome a span															{text-decoration:none;}
.welcome a img															{vertical-align:middle;}
.welcome a:hover span													{text-decoration:underline;}
.bandeau_promo a														{color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:0.6vw;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.bandeau_promo a 									{color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:0.6vw;}
}
.bandeau_promo a span													{text-decoration:none;}
.bandeau_promo a img													{vertical-align:middle;}
.bandeau_promo a:hover span												{text-decoration:underline;}
.identite																{position:absolute; top:-20px; left:198px; width:170px; text-align:left; padding:20px 0px 0px;}
.identite .identite_nom													{position:absolute; top:2px; right:0px; width:550px; text-align:right; font-size:14px; color:#8A8A8A;}
.identite .identite_nom span											{}
.identite .identite_link												{height:17px;}
.identite .identite_link a												{color:#09AEED; font-weight:bold; text-decoration:none; font-size:12px;}
.identite .identite_link a span											{text-decoration:none;}
.identite .identite_link a img											{vertical-align:middle; margin:0px 5px 0px 0px;}
.identite .identite_link a:hover span									{text-decoration:underline;}


/* COOKIES */
.cmp_policy																{position:fixed; bottom:0px; left:0px; width:100%; padding:10px; border-top:2px solid #00ABEE; background:rgba(255,65,0,0.85); color:#FFF; z-index:99;}
.cmp_policy .cmp_gauche, .cmp_policy .cmp_droite						{float:left; width:calc(50% - 20px); padding:0px 10px;}
.cmp_policy .cmp_droite													{float:right;}
.cmp_policy .cmp_titre, .cmp_policy .cmp_sous_titre						{color:#00ABEE; font-size:20px; line-height:20px; padding:10px 0px 5px;}
.cmp_policy .cmp_titre													{text-align:center; font-size:24px; line-height:24px; text-transform:uppercase; padding:0px;}
.cmp_policy .cmp_sous_titre svg											{fill:#00ABEE; vertical-align:bottom;}
.cmp_policy .cmp_texte													{font-size:14px; line-height:18px; text-align:justify;}
.cmp_policy .cmp_texte a												{text-decoration:underline; color:#FFF;}
.cmp_policy .cmp_texte.cmp_detail										{padding:10px 10px 0px;}
.cmp_policy .cmp_choix													{text-align:right; text-transform:uppercase; padding:5px 0px; font-size:16px; margin-top:-30px;}
.cmp_policy .cmp_choix a												{background:#00ABEE; color:#FFF; padding:5px 8px; margin:0px 0px 0px 10px; text-decoration:none; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.cmp_policy .cmp_choix a:hover											{text-decoration:none;}
.cmp_gestion															{text-align:center; margin-top:-24px;}
.cmp_gestion a															{background:#00ABEE; color:#FFF; font-weight:bold; padding:5px 10px; text-decoration:none; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; border-top-left-radius:3px; border-top-right-radius:3px;}
.cmp_gestion a svg														{fill:#FFF; vertical-align:bottom;}
@media all and (max-width: 1400px) {
	.cmp_policy .cmp_choix												{margin-top:5px;}
	.cmp_scroll															{height:90px; overflow-y:auto;}
}
@media all and (max-width: 900px) {
	.cmp_policy .cmp_gauche, .cmp_policy .cmp_droite					{float:none; width:calc(100% - 20px);}
}
