/* ORANGE: f68f24
 * GRIS FOND:333
 * background: #2C2A2B;
 * GRIS MENU: 1d1d1b
 * ORANGE CLAIR: #F3C593
*/

@import url('https://fonts.googleapis.com/css?family=Anton|Oleo+Script|Pragati Narrow|Stardos+Stencil:700');
/* Pragati Narrow = Texte
 * Oleo+Script = Surtitre
 * Anton = Prix
 * Stardos+Stencil = Réduc (effet tampon) */

.contour {
/*    box-sizing: border-box;
    border: dashed 1px rgba(255,255,255,0.1);*/
}
/*
@viewport {
   width: device-width;
   zoom: 1;
}
*/
*{
	outline:none;
}
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dl,div {
	margin:0px;
	padding:0px;
	font-weight:normal;
	list-style-type:none;
}
a img{
	border:none;
}
a{
	text-decoration:none;
	color: inherit;
}
.clear {
	clear: both;
}
html, body {
    min-height: 100% !important;
	height: 100%;
	margin: 0; padding: 0;
}

/* ------------------ CADRE -------------------- */
body {
    height: 100%;
	width: 100%;
    margin: 0px;
    padding: 0px;
    
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 14px;
    line-height: 1.25em;
    /*font-weight: 300;
    font-size: 11px;*/
    
    background: #2C2A2B;
    background:url(/images/temp/Filet_Blanc_Fond.svg) no-repeat center 500px, linear-gradient(175deg, #2C2A2B 70%, #222 80%);
    background-size: 100% 100%;
    background-size:contain;
    background-attachment: fixed;
}
.largeur {
    margin: 0 auto;
    width: 980px;
}
@media only screen and (min-width: 1270px) {
    .largeur { width: 1250px; }
}

.general {
   /*height: auto;  Sert uniquement à définir une valeur pour que les enfants puisse avoir une height en % - mais c'est tj le min-height qui va l'emporter */
    min-height: -moz-calc(100% - 355px);
    min-height: -webkit-calc(100% - 355px);
    min-height: calc(100% - 355px); 
    padding: 10px 0px 15px 0px;
    background: #2C2A2B;
    box-shadow: #111 0px 8px 8px 4px;
    position: relative;
}
.genhreduit {
	position: relative;
    padding-top: 0px;
    /*height: auto;
    min-height: -moz-calc(100% - 155px - 20px);
    min-height: -webkitcalc(100% - 155px - 20px);
    min-height: calc(100% - 155px - 20px);*/
}
/* --
/* ------------------ FIN CADRE -------------------- */


/* ------------------ HEADER -------------------- */
header {
	display : block;
    height: 305px;
    width: 100%;
    min-width: 980px;
    margin: 0px;
    background:url(/images/header/bandeau/bandeau.jpg) no-repeat top center #010101;
        border-bottom: solid 1px #f68f24;
}
.entete {
    display: block;
    position: relative;
    height: 305px;
    
}
#h_logo {
    position: absolute;
    left: 15px;
    top: 15px;
    display : block;
    margin: 0 auto;
}
#h_menu {
    position: absolute;
    top: 5px;
    right: 300px;
    color: #fff;
    font-family: Anton, sans-serif;
    font-size: 14px;
    text-shadow: #000 0px 0px 2px;
}
#h_menu li {
    display: inline-block;
    margin: 0px 6px 0px 6px;
}
#h_contact {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    background: #F3C593;
    height: 32px;
    font-family: Anton, sans-serif;
}
#h_contact a {
    display: block;
    float: left;
}
#h_facebook {
    background: #f68f24;
    padding: 1px 4px 1px 6px;
}
#h_chat {
    background: #f68f24;
    padding: 1px 6px 1px 4px;
    cursor: pointer;
}
#h_panier {
    background: #f68f24;
    padding: 1px 6px 1px 4px;
}
#h_tel {
      display: block;
    float: left;
    font-size: 18px;
    line-height: 11px;
    padding: 8px 10px 5px 27px;
    background: url("/images/header/tel.png") 5px 5px no-repeat;
}
#h_moncompte {
    font-size: 11px;
    line-height: 11px;
    padding: 4px 10px 0px 30px;
    background: url("/images/header/moncompte.png") 5px 0px no-repeat;
}

#h_resabox {
    position: absolute;
    bottom: 0px;
    right: 17px;
    width: 255px;
    height: 50px;
    background: rgba(246,143,36,0.3);
    border-radius: 8px 8px 0px 0px;
}
#h_resabox div {
    position: absolute;
    bottom: 5px;
    right: 145px;
    text-align: right;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 1em;
    color: #fff;
    text-shadow: #000 2px 2px 1px;
}
#h_resabox img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#h_tel {
    
}
/* Adaptation Header réduit */
header.reduit {
    height: 155px;
    background:url(/images/header/bandeau/bandeau_reduit.jpg) no-repeat top center #010101;
}
header.reduit .entete {
    height: 155px;
}
header.reduit #h_menu {
    color: #fff;
}
/* Adaptation ecran large */
@media only screen and (min-width: 1270px) {
    #h_menu {
        right: 350px;
    }
    #h_menu a {
        margin: 0px 15px;
    }
}
/* ------------------ FIN HEADER -------------------- */


/* ------------------ FOOTER -------------------- */
footer {
	display : block;
    background: #111;
    margin: 0px;
    clear: both;
}
.baspage {
    box-sizing: border-box;
    padding: 8px;
    color: #999;
    font-size: 14px;
    line-height: 16px;
}
.baspage .col {
    display: block;
    float: left;
    width: 205px;
    border-right: solid 1px #31363A;
    padding: 10px 20px 10px  20px;
}
.baspage .col:last-child {
    border-right: none;
}
.baspage .col .sstitre {
    display: block;
    color: #f68f24;
    font-weight: bold;
    margin-bottom: 6px;
}
.baspage .col .tel {
    display: block;
    font-family: Anton;
    font-size: 22px;
    color: #f68f24;
    font-weight: normal;
    margin: 10px;
}
.baspage .col .email {
    display: block;
    font-size: 16px;
    color: #f68f24;
    font-weight: normal;
    margin: 10px;
}
@media only screen and (max-width: 1269px) {
   .baspage  #colvoit { display: none; }
   .baspage .col { width: 200px;}
}
/* ------------------ FIN FOOTER -------------------- */

/* ------------------ HOME -------------------- */
#b1 {
    display: flex;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 1270px) {
   #b1 {
        flex-direction: row;
   }
}
#b2 {
    display: flex;
    flex-direction: row;
}
#b3 {
    margin-left: 0px;
}
#b3 h1 {
    font-family: "Anton";
    font-size: 25px;
    color: #fff;
    margin: 15px 0px 20px 10px;
}
#b3 h1 span {
    font-family: "Oleo Script";
    color: #f68f24;
    margin: 0px 8px 0px 8px;
    position:relative;
    top:-2px;
}
#intro {
    box-sizing: border-box;
    margin: 8px;
    padding: 10px 12px 15px 12px;
    background: #111;
    color: #fff;
    width: 290px;
    order: 1;
    text-align: justify;
   font-size: 1.2em;
}
#intro h3 {
    display: block;
    color: #f68f24;
    margin-bottom: 5px;
}
#motrecherche {
    box-sizing: border-box;
    position: relative;
    padding: 8px;
    background: #111;
    color: #fff;
    width: 300px;
    order: 2;
    margin: 8px;
}
#tahome1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
#args {
    box-sizing: border-box;
    margin: 8px;
    padding: 10px 8px 8px 8px;
    background: #111;
    color: #fff;
    width: 290px;
    order: 3;
}
#args li {
    margin-bottom: 6px;
    padding: 2px 0px 0px 30px;
    background: url("/images/general/Picto_Triangle.png") 0px -2px no-repeat;
}

@media only screen and (min-width: 1270px) {
   #b1 {
    flex-direction: row;
   }
   #b2 {
    width: 290px;
    margin-right: 16px;
    flex-direction: column;
   }
   #intro {
    width: 100%;
    order: 1;
   }
   #motrecherche {
    width: 100%;
    order: 2;
   }
   #args {
    width: 100%;
    order: 3;
   }
}

#homedesc {
    color: #fff;
    background: #111;
    padding: 15px 25px 15px 25px;
    margin: 15px 0px 15px 0px;
   font-size: 1.2em;
}
#homedesc span {
    color: #f68f24;
}
.home_bloc {
    display: inline-block;
    position: relative;
    margin: 8px;
    height: 141px;
    width: 308px;
}
.hb2vert {
    display: inline-block;
    position: relative;
    margin: 0px 16px 8px 0px;
    height: 308px;
    width: 308px;
}
.hbmulti {
    box-sizing: border-box;
    height: 297px;
 
}
.home_bloc h2 {
   font-size: 13px;
   margin-bottom: 4px;
   line-height: 15px;
}
.home_bloc h2 span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
   line-height: 15px;
   color: #fff;
}
.hb_g {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height:141px;
    width: 158px;
}
.hb_g div {
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: 2px 20px 0px 5px;
    bottom: 8px;
    right: 30px;
    bottom: 4px;
    right: 47px;
    height: 18px;
    width: 75px;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: url("/images/triangle.png") 48px -4px no-repeat #fff;
    display: none;
}
.hb_d {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 158px;
    width: 150px;
    height:141px;
    color: #ccc;
    font-size: 12px;
    line-height: 1.1em;
    /*background: #1d1d1b;*/
    background: #111; 
    background: linear-gradient(165deg, #111 70%, #222 80%);
    
}
.hb_txt {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 3px 0px 6px;
}
.hbdO{
    color: #1d1d1b;
    /*background: #111;*/
    background: #f68f24;   
    background: linear-gradient(165deg, #f68f24 60%, #fba84c 80%);
}
.hb_fondreduc {
    position: absolute;
    top: 75px;
    left:-10px;
    font-family: 'Stardos Stencil', cursive;
    font-size: 56px;
    
    font-size: 48px;
    top: 95px;
    left:-3px;
    
    color: #2C2A2B;
    color: #f68f24;
     -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
    transform: rotate(-12deg);
    letter-spacing: -1px;
}
.hb_fondreduc sup { font-size: 32px;}
/*.hbdO .hb_fondreduc { color: #F3C593; }*/
.hbdO .hb_fondreduc { color: #F3C593;
    color: #2C2A2B;
}
.hb_prix {
    position: absolute;
    bottom: 4px;
    right: 12px;
    line-height: 1em;
    color: #fff;
    text-align: right;
}
.hb_prix div {
    display: block;
    font-family: 'Anton', Impact, sans-serif;
    font-size: 36px;
    text-shadow: 1px 1px 2px #999;
    line-height: 1em;
}
.hbdO .hb_prix div {
    text-shadow: 1px 1px 2px #333;
}

.hb_prix span { font-size: 0.8em; }
.hb3c { width: 467px; }
.hb3c .hb_g { width: 317px; }
.hb3c .hb_d { left: 317px; }

#homeavis {
    position: relative;
    box-sizing: border-box;
    display: block;
    float: right;
    margin: 10px 20px 10px 10px;
    padding: 10px;
    width: 630px;
    color: #111;
    height: 1200px;
    background: #f68f24;
    
}
#homeavis .blocavis {
    height: 1150px;
}

#homeavis h2 {
    font-family: "Oleo Script";
    margin: 5px 0px 10px 10px;
    color: #111;
    
}
#homeavis h2 span {
    font-family: "Pragati Narrow";
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}
#homeblbas {
    box-sizing: border-box;
    display: block;
    float: right;
    width: 300px;
    margin-right: 0px;
    text-align: center;
}
.homeblbas_elem {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 105px;
    background: #f68f24;
    margin: 10px 9px 9px 9px;
    padding: 13px 15px 15px 105px;
    text-align: center;
   line-height: 0.9em;
}
.homeblbas_elem div {
   font-size: 1.6em;
   font-family: Anton;
   margin-bottom: 7px;
}
.homeblbas_elem h3 {
   margin-bottom: 12px;
   font-size: 1.4em;
}

.homeblbas_elemsocial {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 105px;
    margin: 10px 9px 9px 9px;
    padding: 0px;
}
.homeblbas_3x {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 270px;
    height: 105px;
    margin: 10px 9px 9px 9px;
    text-align: center;
}
.homeblbas_TA {
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 240px;
    margin: 10px 19px 9px 25px;
    text-align: center;
}
.fg {
    background: #111;
    color: #fff;
}
.homeblbas_elem img{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 80px;
}
@media only screen and (min-width: 1270px) {
    #homeavis {
        height: 600px;
	}
	#homeavis .blocavis {
    height: 550px;
}
   #homeblbas {
        width: 580px;
        margin: 0px 0px 0px 10px;
   }
}
/* --------------- MOTEUR RECHERCHE -------------*/

#motrecherche h3 {
    
    display: block;
    color: #f68f24;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}
#motrecherche .zone_carte {
    position: relative;
    width: 213px;
    margin: auto;
}
#motrecherche .pointcircuit {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    z-index: 99; /**/
    background: #f68f24;
    border-radius: 2px;
}
#motrecherche .pointcircuit:hover {
    background: #26acd8;
    cursor: pointer;
}
#motrecherche #nomcircuit {
    position: absolute;
    display: block;
    visibility: hidden;
    top: 32px;
    right: 0px;
    padding: 3px 10px 3px 5px;
    color: #CCCCCC;
    font-size: 1em;
    font-weight: bold;
    border-radius: 10px 0px 0px 10px;
    background: rgba(0,0,0,.65);
    text-align: right;
    z-index: 999;
}
#motrecherche #rechvoiture {
    display: block;
    height: 35px;
    width: 175px;
    padding: 10px 0px 0px 50px;
    background:url(/images/home/Picto_Auto.png) no-repeat 0px center;
}
#motrecherche #rechcircuit {
    display: block;
    height: 35px;
    width: 175px;
    padding: 10px 0px 0px 50px;
    background:url(/images/home/Picto_Drapeau_Damier.png) no-repeat 0px center;
}
#motrecherche select {
    font-size : 0.80em; /* 11px */ /**/
    color: #555555;
    width: 175px;
}
#motrecherche #rech-btn {
    display: block;
    box-sizing: border-box;
    height: 18px;
    width: 85px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 1px 20px 0px 4px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    background: url("/images/triangle.png") 60px -4px no-repeat #fff;
    cursor: pointer;
}
    /* dans colgauche */
    .cadrecolgauche #motrecherche { width: 220px; }
    .cadrecolgauche #motrecherche select { width: 145px; }
    .cadrecolgauche #motrecherche #rechvoiture { width: 160px; }
    .cadrecolgauche #motrecherche #rechcircuit { width: 160px; }

    /* fin dans colgauche */
/* FIN MOTEUR RECHERCHE DANS HOME */
/* ------------------ FIN HOME -------------------- */


/* ----------- PAGE RUBRIQUE / CHOIX CIRCUIT SUR CARTE ---------- */
.listevs {
    margin-top: 15px;
}
.multiexpli {
    font-size: 16px;
    position: relative;
    top: -8px;
}
.voitsel {
   position: relative;
   width: 250px;
   height: 45px;
   margin-bottom: 8px;
   border-top: solid 1px #f68f24;
   -webkit-user-select: none; 
   -moz-user-select: none;
   user-select: none;
}
.voitsel:first-of-type {   border: none; }
.voitsel .nom {
   position: absolute;
   top: 4px;
   left: 95px;
   font-size: 15px;
}
.voitsel img {
   position: relative;
   width: 80px;
   top: 7px;
}
.voitsel .nbt {
   position: absolute;
   bottom: 0px;
   right: 43px;
   width: 45px;
   font-family: Anton;
   font-size: 22px;
   color: #ccc;
   text-align: center;
}
.btnp {
	position: absolute;
	bottom: -3px;
	right: 9px;
	background-image: url("/images/general/moinsplus.png");
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 25px;
	width: 43px;
    cursor: pointer;
   
}
.btnp:hover {
   background-position: 100% 50%;
}
.btnm {
	position: absolute;
	bottom: -3px;
	right: 81px;
	background-image: url("/images/general/moinsplus.png");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 25px;
	width: 43px;
    cursor: pointer;
   
}
.btnm:hover {
   background-position: 0% 50%;
}	

.rc_carte {
    display: block;
    float: left;
    position: relative;
    width: 600px;
    margin: 15px;
/*  height: -moz-calc(100vh - 155px - 20px);
    height: -webkitcalc(10vh - 155px - 20px);
    height: calc(100vh - 155px - 20px);
    max-height: 100vh; */
}
.rc_carte #ajaxwait {
    position: absolute;
    top: 240px;
    left: 300px;
    display: none;
}
#cartehome {
   display: block;
   background: #2C2A2B;
}
.genhreduit .rc_carte {
    /*height: auto;
    height: -moz-calc(100vh - 155px - 20px);
    height: -webkitcalc(100vh - 155px - 20px);
    height: calc(100vh - 155px - 20px);*/
}
.rc_circuit {
    position: relative;
    border-radius: 15px;
    width: 300px;
    height: 400px;
    margin: 20px 10px 10px 10px;
    float: left;
}
.rc_voiture {
/*    background: #fff;
    border-radius: 15px;*/
    position: relative;
    width: 260px;
    height: 400px;
    margin: 15px 10px 10px 20px;
    float: left;
    color: #fff;
    
}
.rc_vt {
    display: block;
    color: #F68F24;
    font-family: Anton, sans-serif;
    font-size: 26px;
    line-height: 26px;
    margin: 35px 0px 15px 0px;
}
.rc_vt:first-of-type {
    margin-top: 0px;
}

.rc_vt div {
    display: block;
	font-size: 18px;
    color: #fff;
    font-family: Oleo Script;
}
.rc_vdesc {
    display: block;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}
.rc_vdesc p {
    margin-top: 6px;
}
.rc_vbtn {
    display: block;
    color: #fff;
    color: #F68F24;
 /*   text-shadow: #000 1px 1px 3px; */
/*    font-family: Anton, sans-serif;*/
	font-size: 16px;
    line-height: 20px;
    padding: 6px 26px 6px 6px;
    border: solid 1px #F68F24;
    border-radius: 8px;
    margin-top: 40px;
    width:200px;
    text-align: center;
    background: url("/images/general/Picto_Triangle.png") 195px 13px no-repeat;

}
#cartehome polygon { fill: transparent; }
#cartehome #circuit rect {
	fill: #87CEEB; /* #497288 */
   stroke: #87CEEB;
   stroke-width:6;
   stroke-linecap: round;
   stroke-linejoin: round;
}
#cartehome #ville circle {
   fill: #F3C593;
   stroke: #F3C593;
   stroke-width:3;
   stroke-linecap: round;
   stroke-linejoin: round;
}
#cartehome #frontiere path {
   fill: none;
   stroke: #F3C593;
   stroke-width:4;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-miterlimit: 10;
}
#clickcarte {
   display: block;
   width: 70%;
   margin: auto;
   text-align:center;
   font-family: Arial, Helvetica;
   font-weight: bold;
   font-style: italic;
   font-size: 1em;
   color: #045B82;
}

#cartehome .cadre {
   fill: #497288;
   stroke: #497288;
   
   fill: #rgba(1,0,0,0.3);
   stroke: #rgba(1,0,0,0.3);
   
   stroke-width:2;
   stroke-linecap: round;
   stroke-linejoin: round;
}
#cartehome .fleche {
   fill:#F68F24;
}
#cartehome .blanc {
   fill: #F68F24;
   stroke: #F68F24;
   stroke-width:6;
   stroke-linecap: round;
   stroke-linejoin: round;
}
#cartehome .apartir {
	font-family: Arial;
	font-size: 8px;
}
#cartehome .nomcircuit {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 14px;
	fill: #fff;
}
#cartehome .prix {
	font-family: Anton, sans-serif;
	font-size: 24px;
	text-shadow: #333 2px 2px 2px;
}
#cartehome .euro {
	font-family: Anton, sans-serif;
	font-size: 18px;
	text-shadow: #333 2px 2px 2px;
}
#cartehome .et {
   opacity: 0;
	fill: #fff;
    transition-duration: 250ms;
    transition-timing-function: ease; /* Transition de type ease */ 
}
#cartehome .et:hover {
	transform: scale(1.1);
}
#cartehome #ville text {
	font-family: Anton, sans-serif;
   font-size: 14px;
   fill: #F3C593;
   text-shadow: #2C2A2B 0px 0px 3px;
}

.rc_circuit #selectcircuit {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999; /*999*/
    box-sizing: border-box;
    background: #2C2A2B;
    border: dashed 1px #666;
    width: 302px;
    border-radius: 15px;
    height: 622px;
    text-align: center;
    padding-top: 200px;
    font-family: Anton, sans-serif;
    font-size: 26px;
    line-height: 1.4em;
    color: #888;
   color: #87CEEB;
}

.rc_circuit #selectcircuitmulti{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999; /*999*/
    box-sizing: border-box;
    background: #2C2A2B;
    border: dashed 1px #666;
    width: 302px;
    border-radius: 15px;
    height: 622px;
    text-align: left;
    padding: 50px 10px 0px 10px;
    font-size: 16px;
    line-height: 1.4em;
    color: #888;
   color: #87CEEB;
}
.rc_circuit #selectcircuitmulti #compostagemulti {
    color: #fff;
    font-size: 16px;
    line-height: 1.15em;
    margin-top: 7px;
}

.rc_circuit .detcircuit {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 998;
    box-sizing: border-box;
    background: #2C2A2B;
/*    border: dashed 1px #333;*/
    width: 300px;
    border-radius: 15px;
    height: 600px;
    color: #fff;
    padding: 7px;
    padding-top: 82px;
    font-size: 12px;
    overflow: hidden;
}
.rc_dc_b {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 75px;
    border-radius: 15px 15px 0px 0px;
}
.rc_dc_b2 {
    display: none;
}
.rc_dc_n {
    font-family: Anton, sans-serif;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
}
.rc_dc_l {
    position: absolute;
    top: 120px;
    right: 15px;
    text-align: center;
    padding-right: 10px;
    color: #f68f24;
}
.rc_dc_l img {
    margin-bottom: 0px;
}
.rc_dc_d {
    display: block;
    padding: 10px 0px 15px 0px;
    height: 100px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    line-height: 1.15em;
}
.rc_dc_p {
    display: block;
    padding-top: 16px;
    font-family: Oleo Script;
    clear: both;
}
.rc_dc_p li {
    display: block;
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
    border-top: solid 1px #CCC;
    width: 100%;
    text-align: left;
    padding: 6px 0px 6px 0px;
    font-weight: bold;
}
.rc_dc_p li:first-child { margin-top: 5px; }
.rc_dc_p li:last-child { border-bottom: solid 1px #CCC; }
.rc_dc_p li img {
    display: block;
    position: absolute;
    top: 0px;
    right: 8px;
    /*height: 38px*/
}
.rc_dc_p li div {
    display: block;
    position: absolute;
    top: 3px;
    right: 16px;
    font-family: Oleo Script;
    font-size: 14px;
    color: #f00;
}
.rc_plng {
    display: block;
    text-align: right;
    font-size: 11px;
    margin-top:4px;
}
.rc_dc_t {
    display: block;
}
.rc_dc_t li {
    display: block;
    float: left;
    position: relative;
    width: 65px;
    height: 90px;
    background: #f68f24;
    margin-right: 7px;
    text-align: center;
    padding: 5px 0px 0px 0px;
    line-height: 1em;
    font-size: 10px;
}
.rc_dc_t li:last-child { margin-right: 0px; }
.rc_dc_t .compocircuit {
    display: block;
    float: left;
    position: relative;
    height: 90px;
    width: 210px;
    margin-left: 2px;
    text-align:  left;
    padding: 0px;
    line-height: 1.15em;
    font-size: 13px;
}
.rc_dc_t .compocircuit div{
    margin-bottom: 3px;    
}

.rc_dc_t .nbt {
    display: inline-block;
    position: relative;
    font-family: Anton, sans-serif;
    font-size: 36px;
    line-height: 36px;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 3px;
}
.rc_dc_t .nbt div {
    display: block;
    position: absolute;
    top: 2px;
    right: -10px;
    font-size: 14px;
    font-family: 'Pragati Narrow', Arial, sans-serif;
    writing-mode: vertical-lr;
    font-variant: small-caps;
}
.rc_dc_t .prix {
/*    position: absolute;
    bottom: 12px;
    right: 6px;*/
margin-top: 2px;
    font-family: Anton, sans-serif;
    font-size: 28px;
    line-height: 28px;
    
}
.rc_dc_t .prix span {
    font-family: Anton, sans-serif;
    font-size: 18px;
    padding-left: 2px;
    line-height: 18px;
}
.rc_dc_t .aulieu {
/*    position: absolute;
    bottom: 4px;
    right: 4px;*/
    font-size: 9px;
    line-height: 10px;
    
}
.rc_dc_t .aulieu span {
    font-size: 10px;
}
.rc_link {
    display: none;
}
.rc_dc_vg {
    height: 60px;
    padding-left: 10px;
}
@media only screen and (max-width: 1269px) {
    .rc_circuit {
        position: relative;
        width: auto;
        height: auto;
        margin: 25px 15px 15px 15px;
        float: left;
    }
    .rc_circuit #selectcircuit {
        display: none;
    }
    .rc_circuit .detcircuit {
        position: relative;
        width: 950px;
        height: 200px;
        padding-top: 10px;
        padding-left: 265px;
        margin-bottom: 30px;
        border: solid 1px #666;
        overflow:  visible;
    }
    .rc_dc_b {
        display: none;
    }
    .rc_dc_b2 {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 250px;
        height: 198px;
        border-radius: 15px 0px 0px 15px;
    }
    .rc_dc_n {
        border: none;
        margin: 0px 0px 4px 0px;
        padding: 0px;
    }
    .rc_dc_l {
        box-sizing: border-box;
        float: none;
        position: absolute;
        top:0px;
        left : 165px;
        width: 85px;
        padding: 6px;
        border-radius: 0px 0px 0px 20px;
        background: rgba(0,0,0,0.4);
        text-shadow: #000 2px 2px 2px;
    }
    .rc_dc_vg {
        display: block;
        font-size: 12px;
        height: auto;
        padding-left: 0px;
    }
    .localisation { display: inline; }
    .localisation:after { content: "   |   "; }
    .localisation:last-child:after { content: ""; }
    .rc_dc_d {
        width: 340px;
        padding: 7px 0px 5px 0px;
        height: 90px;
    }
    .rc_dc_p {
        position: absolute;
        top: 83px;
        right: 15px;
        width: 300px;
        padding: 5px 0px 5px 0px; 
    }
    .rc_dc_p li {
        padding: 3px 0px 3px 0px;
    }
    .rc_dc_p li:first-of-type { border-top: none; }
    .rc_dc_p li:last-child { border-bottom: none; }
    .rc_dc_p li div { top: 0px; }
    .rc_dc_p li img { top: -5px; height: 30px; }

    .rc_dc_p div {
        display: none;
    }

    
    .rc_dc_t {
        position: absolute;
        top: -12px;
        right: 25px;
    }
    .rc_plng { display: none; }
    .rc_link {
        display: inline-block;
        border-radius: 6px;
        padding: 4px 10px 4px 10px;
        background: #F68F24;
        
    }
}



/* --------- FIN PAGE RUBRIQUE / CHOIX CIRCUIT SUR CARTE -------- */



/* -------- PAGE INTERIEURE AVEC COLGAUGHE ------------- */
.cadrecolgauche {
    display: block;
    float: left;
    width: 230px;
    /*border-right: solid 1px #444;*/
    padding: 5px;
    text-align: center;
}
.cadrecolgauche #ConditionVente {
    color: #f68f24;
    margin-top: 15px;

}
.central {
    box-sizing: border-box;
    margin: 0 auto;
    width: 725px;
    margin-left: 250px;
    padding: 15px;
    color: #fff;
    font-size: 1.1em;
}
.central h1 {
    font-family: "Anton";
    font-size: 25px;
    color: #fff;
    margin: 10px 0px 25px 0px;
}
.central h1 span {
    font-family: "Oleo Script";
    color: #f68f24;
    margin: 0px 8px 0px 8px;
    position:relative;
    top:-2px;
}
.central .chapeau {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 25px;
    width: 710px;

}
.central h2 {
    display: block;
    margin-bottom: 15px;
    color: #f68f24;
}
.central h3 {
    display: block;
    margin-bottom: 8px;
    color: #f68f24;
}
.central p {
    margin-bottom: 8px;
}


#LesStagesDePilotage {
    display: block;
    margin: 20px 0px 20px 8px;
    width: 220px;
    padding: 4px 4px 14px 4px;
    background: #111;
    text-align: left;
    color: #fff;
}
#LesStagesDePilotage h3 {
    display: block;
    color: #f68f24;
    margin: 5px 0px 18px 5px ;
    width: 100%;
    text-align: left;
}

#LesStagesDePilotage .li1 {
    padding: 5px;
    border-top: dotted 2px #f68f24;
    color: #fff;
    margin-top: 9px;
}
#LesStagesDePilotage img {
    margin-right: 10px;
    position: relative;
    top: 8px;
}
#LesStagesDePilotage .li1 ul {
    margin-top: 4px;
}
#LesStagesDePilotage .li1 li {
    padding-left: 40px;
    color: #f68f24;
}

@media only screen and (min-width: 1270px) {
    .central { width: 990px; }
}
/* -------- FIN PAGE INTERIEURE AVEC COLGAUGHE ------------- */


/* REPRISE ANTERIEURE - PAGE RUBRIQUE -*/

.cssant {
     /*background: #353739;*/
    width: 960px;
    margin-left: 250px;
    padding: 15px;
    color: #fff;
    font-size: 1.1em;
}
.cssant h1 {
    font-family: "Anton";
    font-size: 25px;
    color: #fff;
    margin: 10px 0px 25px 0px;
}
.cssant h1 span {
    font-family: "Oleo Script";
    color: #f68f24;
    margin: 0px 8px 0px 8px;
    position:relative;
    top:-2px;
}
.cssant h2 {
    display: block;
    margin-bottom: 15px;
    color: #f68f24;
}
.cssant h3 {
    display: block;
    margin-bottom: 8px;
    color: #f68f24;
}
.cssant p {
    margin-bottom: 8px;
}

.cssant .spa{
	background:url(/images/ant/lp-sep.png) no-repeat;			
	height:2px;
}
.cssant h1.stage-de-pilotage{
/*	font:normal 13px arial;
	margin:5px 0 17px 20px;
	color:#ffffff;
	text-transform:uppercase;
	border:0;
	*/
}
.cssant h1.stage-de-pilotage span {
	color:#f86b1e;
}
.cssant h2.stage-de-pilotage{
	font:normal 18px arial;
	padding:12px 0 0 300px;
	color:#ffffff;
	text-transform:uppercase;
	border:0;
}
.cssant h2.stage-de-pilotage span {
	font-weight:bold;
	color:#f86b1e;
}
.cssant p.stage-de-pilotage{
	padding:0px 0 0 300px;
	font:normal 12px arial;
	color:#ffffff;
}
.cssant #lp{
	/*margin-left:18px;*/
	margin-bottom:30px;
	position:relative;
	width:704px;
	/*background:url(/images/ant/background-lp.png) repeat-y;			*/
}
.cssant .stage-pilotage-type-vehicule{
	position:relative;
	width:704px;
	height:102px;
	margin: 10px 0px 0px 0px;
     background-repeat: no-repeat;
}

.cssant #lp table{
	width:100%;
}
.cssant .des{
	width:408px;
	vertical-align:top;
	background:url(/images/ant/puce.png) 10px top no-repeat;			
}
.cssant .des h3{
	padding:5px 0 0 28px;
	margin:0;
	font:normal 14px arial;
	text-transform:uppercase;
	/*color:#c5c4c4;*/
        color: #fff;
}
.cssant .des h3 span {
	color:#f86b1e;
}
.cssant .des p {
	padding:0px 0 0 28px;
	font:normal 10px arial;
	color:#838181;
}
.cssant .inf{
	width:74px;
	padding:0 13px 0 0;
	background:url(/images/ant/lp-sep2.png) right center no-repeat;			
	font:bold 10px "Arial Black";
	font-weight: 900;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
}
.cssant .inf div{
	/*
	border:1px #777676 solid;
	*/
	padding: 3px 0;
	width:74px;
	text-align:center;
}
.cssant .inf div span{
    display:block;
    clear:both;
    font-family: "Stardos Stencil";
    font-size: 24px;
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
    color:#f36f27;
}
.cssant .prb {
	text-align:right;
	font:normal 13px arial;
	color:#b1afaf;
	text-decoration: line-through;
}		
.cssant .pri {
	text-align:right;
	font:bold 18px arial;
	padding:0 10px 0 0;
	color:#f36f27;
}
.cssant .lnk{
	width:98px;
}
.cssant h1.prd, h2.prd{
	background:url(/images/ant/background-prd.png) no-repeat;			
	height:35px;
	width:704px;
	font:normal 12px/35px arial;
	margin:0 0 20px 0px;
	padding:0;
	color:#ffffff;
	text-transform:uppercase;
	border:0;
	text-indent:20px;
}
.cssant h1.prd span {	color:#f86b1e; }
.cssant h1.prd div {	padding: 0 12px 0 0;
	font:normal 14px/35px arial;
	float:right;
	color:#ffffff;
}
.cssant h1.prd div span{
	font:bold 20px/35px arial;
	color:#ffffff;
}

@media only screen and (max-width: 1269px) {
    .cssant {
        margin-left: 240px;
        width: 710px;
    }
}
/* ------- PAGES ----- */
#EspaceEntreprise {
    margin: auto;
    background: url(/images/st/cadre/espace-entreprise.png) no-repeat;
    width: 217px;
    height: 179px;
}
#EspaceEntreprise a {
    display: block;
    padding: 134px 30px 0 34px;
    font: normal 11px/12px arial;
    text-decoration: none;
    color: #3d3c3c;
}
/* ------- FIN PAGS ----------- */
/* ############# ESPACE CLIENT ################# */
.espaceclient {
	text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.1em;
}
.espaceclient .sectionpage {
	display: block;
/*    background: #ffffff;*/
	padding: 10px 10px 10px 10px;
	width: 640px;
	margin: 20px;
	clear: none;
    
	text-align: left;
    
}
.espaceclient .ssfond{
    background: none;
	margin-top: 0px;
}
.espaceclient  #resume {
	width: 350px;
	float: right;
	background: #dddddd;
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
	color: #666666;
    
}
.espaceclient .ec_video {
    position: relative;
    display: block;
   width: 640px;
   height: 360px;
}
.ec_video iframe, .ec_video object, .ec_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.espacevideo h1 {
    width: 100%;
    font-family: "Anton";
    font-size: 28px;
    color: #fff;
line-height: 1.2em;
    text-align :center;
    text-transform: uppercase;
	margin-top: 30px;
}
.espacevideo h1 .stage{
    font-family: "Oleo Script";
    color: #f68f24;
}

.espacevideo .fbshare {
   	box-sizing: border-box;
    width: 100%;
    text-align :center;
    font-family: 'Pragati Narrow';
    font-size : 18px;
    color: #4267b2;
    background: #fff;
    margin: 20px 0px 10px 0px;
    padding: 0px 10px 10px 10px;
}
.espacevideo .fbsharebtn {
    position: relative;
    margin-left: 15px;
    background: #fff;
}
.espacevideo .fbsharebtn div {
    position: relative;
    top: 6px;
}
.espacevideo .sectionpage {
	display: block;
	padding: 10px 10px 10px 10px;
	width: 1050px;
	margin: auto;
	clear: none;
    color: #fff;
}

.espacevideo .ec_videofull {
    position: relative;
    display: block;
    margin: auto;
   width: 960px;
   height: 540px;
}
.ec_videofull iframe, .ec_videofull object, .ec_videofull embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*----------- ESPACE CLIENT CHOIX DATE ------------------------*/
.espaceclient .bouton, .espaceclient input[type=submit] {
    display: inline-block;
	white-space: normal;
	cursor: pointer;
    padding: 5px 10px;
    font-family: Anton;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
	color: #FFFFFF;
    background: #f68f24;
	outline:none;
	border:0 none;
	border-radius: 10px 10px;
	min-width: 180px;
	margin: 10px 0px 10px 0px;
}
.espaceclient .bouton:hover {	background: #497288; }
.espaceclient .bouton:disabled,.espaceclient .bouton[disabled] {
	background: #555555;
	cursor: not-allowed;
}
.espaceclient .sectionpage .soustitre {
	position: relative;
    font-family: Anton;
    font-size : 14px;
    text-align: left;
    text-transform: uppercase;
    color: #555555;
    background: #e4e3e3;
	margin: 10px 0px 20px 0px;
	padding: 5px 0px 5px 60px;
}
.espaceclient .sectionpage .soustitre .num {
	display: block;
	position :absolute;
	left: 10px;
	top: 0px;
	width: 29px;
	height: 21px;
	background: #f68f24;
	border-radius: 15px;
	padding: 6px 0px 3px 1px;	
	font-size: 20px;
    font-weight: normal;
	color:#fff; 
	text-align:center;
}
.espaceclient .intitule {
    display: block;
    color: #51A0B5;
    margin-top: 10px;
}
.espaceclient .detail {
    display: block;
}
.espaceclient .champreponse {
    display: block;
    font-weight: bold;

}
.espaceclient li {
    display:list-item;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 30px;
    list-style-type: disc;
}
.espaceclient #confirmation li {
    display:list-item;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 30px;
    list-style-type: disc;
}

.espaceclient  #choixoptions li {
    display:list-item;
    list-style-type: none;
}
.espaceclient  #choixoptions .tableoption {
    width: 700px;
}

.espaceclient  input[type=radio] {
	display: inline-block;
	position: relative;
	top: 3px;
    margin: 5px 5px 2px 0px;
}

.espaceclient .compoform {
	display: block;
    margin: 5px 5px 10px 30px;
}

.espaceclient  #choixdate {
	
}
#choixdate input {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
#choixdate .titre {
    display: block;
    margin: 0px 0px 5px 0px;
    position: relative;
    left: 0px;
    font-weight: bold;
}
#choixdate .stage_1 {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
    color: #ffffff;
}
#choixdate .stage_2 {
	display: block;
	margin: 8px;
	padding: 3px 6px 6px 25px;
	color: #aaa;
}
#choixdate .stage_3 {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
    color: #aaa;
}
#choixdate .stage_4 {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
    color: #aaa;
}
#choixdate .stage_promo {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
}
#choixdate .stage_disabled {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
}
#choixdate .detail {
    display: block;
    padding-left: 25px;
    line-height:1.3em;
}

/* SATISFACTION */

.quest_sat .soustitre {
    text-transform: none;
}
.qs_hp {
	position: relative;
    
    font-size : 1.2em;
    color: #555555;
	margin: 10px 0px 30px 0px;
    color: #fff;
}
.qs_blocreponse {
    text-align: center;
    margin: 5px 0px 25px 0px;
    color: #fff;
}
.qs_blocreponse input[type=radio] {
    position: relative;
    top: 1px;
    margin-left: 20px;
}
.qs_reponse {
    display: inline-block;
    width: 100px;
    height: 60px;
    text-align:center;
    cursor: pointer;
    margin: 0px 15px 0px 0px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}
.qs_reponse div {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 5px;
    border: none;
    background: url('/images/qs_smiley.png') 0px 0px no-repeat;
}		
.qs_reponse .r1 { background-position : 0px 0px; }
.qs_reponse .r2 { background-position: -40px 0px; }
.qs_reponse .r3 { background-position: -80px 0px; }
.qs_reponse .r4 { background-position: -120px 0px; }
.qs_reponse .r5 { background-position: -160px 0px; }
.qs_reponse .r0 { background-position: -200px 0px; }

.qs_reponse .r1:hover { background-position : 0px -40px; }
.qs_reponse .r2:hover { background-position: -40px -40px; }
.qs_reponse .r3:hover { background-position: -80px -40px; }
.qs_reponse .r4:hover { background-position: -120px -40px; }
.qs_reponse .r5:hover { background-position: -160px -40px; }
.qs_reponse .r0:hover { background-position: -200px -40px; }

.sel .r1 { background-position : 0px -40px; }
.sel .r2 { background-position: -40px -40px; }
.sel .r3 { background-position: -80px -40px; }
.sel .r4 { background-position: -120px -40px; }
.sel .r5 { background-position: -160px -40px; }
.sel .r0 { background-position: -200px -40px; }

.qs_merci {
	position: relative;
	font-size : 1.3em;
	color: #555;
	background: #e4e3e3;
	margin: auto;
	text-align: center;
	padding: 30px;
	margin: 50px;
}

/*
#h_menu { display: none; }
.colgauche {display: none; }
#h_resabox { display: none; }
#h_contact { display: none; }*/



/* ------------------- PAGE FORMULE ----------------------- */
.pf_colg {
    float: left;
    box-sizing: border-box;
    padding: 15px;
    width: 480px;
    color: #fff;
}
.pf_colg .photocir {
    float: right;
    margin-left: 10px;
}
.pf_colg .circ { position: relative; }
.pf_colg .plan {
    position: absolute;
    width: 120px;
    top: 10px;
    right:10px;
}    
.pf_colt {
    float: left;
    box-sizing: border-box;
    padding: 15px;
    width: 500px;
    color: #fff;
}
.pf_cf_plustours {
    width: 460px;
    text-align: center;
    color: #f68f24;
    cursor: pointer;
    font-variant: small-caps;
}
.pf_cf_plustours span {
    padding: 0px 15px 0px 15px;
    position: relative;
    top: -3px;
}
.pf_cf_plustours img {
    padding: 0px 3px 0px 3px;
}
.pf_cf {
    position: relative;
    top: 0px;
    left: 0px;
    padding-bottom: 15px;
    width: 455px;
    border: solid 1px #999;
    color: #fff;
    background: #2c2a2b;
}
.recomm .pf_cf {
    border: solid 2px #f68f24;
}
.pass .pf_cf {
    border: solid 2px #f00;
}
.perf .pf_cf {
    border: solid 2px #87CEEB;
}
.pf_cf_hidden {
    display: none;
}
.pf_cf_cadre {
    position: relative;
    margin-bottom: 15px;
}
.pf_cf_addon {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -21px;
    left: 15px;
    height: 28px;
    font-size: 16px;
    line-height: 1em;
    padding: 2px 25px 3px 25px;
    text-align: center;
    background: #f00;
    border-radius: 12px 12px 0px 0px;
    border: solid 4px #2c2a2b;
}
.recomm .pf_cf_addon {
    background: #f68f24;
}
.pass .pf_cf_addon {
    background: #f00;
}
.perf .pf_cf_addon {
    background: #87CEEB;
}
.pf_cf_nbt {
    position: absolute;
    top: 8px;
    left: 10px;
    text-align:right;
    font-family: Anton;
    font-size: 48px;
    line-height: 1em;
    padding-right: 18px;
}
.pf_cf_nbt div {
    display: block;
    position: absolute;
    font-family: 'Pragati Narrow', Arial, sans-serif;
    font-size: 16px;
    font-variant: small-caps;
}
.pf_cf_nbt_legv {
    bottom: 4px;
    right: -14px;
    writing-mode: vertical-lr;
    text-align: right;
}
.pf_cf_nbt_legh {
    bottom: -29px;
    left: 2px;
}

.pf_cf_comp {
    padding: 12px 0px 0px 70px;
    line-height: 1.10em;
    min-height: 45px;
    font-size: 14px;
    width: 320px;
}
.pf_cf_comp .compo_novolant {
    color: #fff;
    font-size: 0.8em;
}
.encart {
    width: 455px;
}
.encart .prix_ref {
    box-sizing: border-box;
    position: absolute;
    top:8px;
    right: 0px;
    font-weight: normal;
    font-size: 9px;
    font-family: Anton;
    padding-right: 25px;
    color: #666;
    text-align: right;
    width: 100px;
}
.encart svg {
    position: absolute;
    bottom: -3px;
    right: 30px;
    
}
.encart .prix_ref span {
    font-size: 22px;
    line-height: 22px;
    color: #f68f24;
    /*text-shadow: #ccc 2px 2px ;*/
}
.encart .prix_ref:before {
    content: "Prix constaté";
}
.encart .prix_ref span{
    font-size: 2.4em;
}
.encart .prix_ref .decimale{
    font-size: 1.8em;
}
.euro {
	padding-left: 0.1em;
	font-size: 0.75em;
}
.pf_cf_cp {
    display: block;
    text-align: right;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 5px 0px 5px;
    color: #666;
    flex-grow: 1;
    max-width: 160px;
}
.listetarif {
    position: relative;
    top: -10px;
    left: 15px;
    display:flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    line-height: 1em;
    width: 440px;
}
.listetarif .tarif {
    display: block;
    box-sizing: border-box;
    position: relative;
    text-align: right;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 5px 20px 5px;
    color: #2c2a2b;
    flex-grow: 1;
    max-width: 160px;
       min-width: 140px;
    background: #f68f24;
    min-height: 90px;
    padding: 3px 5px 0px 0px;
    line-height: 1em;
    font-weight: bold;
    font-size: 11px;
}
.tarif_titre{
	font-weight: bold;
}
#flash {
    background: url("/images/formule/tarif_flash.png") no-repeat 1px 55px #f68f24;
}
/* ORANGE: f68f24
 * GRIS FOND:333
 * GRIS MENU: 1d1d1b
 * ORANGE CLAIR: #F3C593*/
.listetarif #percent{
    position: absolute;
    font-family: 'Stardos Stencil', cursive;
   /* bottom: 20px;
    left: 0px;
    font-size: 46px;
    color: #F3C593;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 1;
    letter-spacing: -3px; */
    bottom: 33px;
    left: 12px;
    font-size: 28px;
    
    
    
    color: #000;
    
    color: #F3C593;
    font-size: 40px;
    bottom: 20px;
    
/*    text-shadow: #F3C593 1px 1px 2px;*/
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
    letter-spacing: -1px;
}
.listetarif #percent span {
    font-size: 18px;
    padding-left: 2px;
}
#flash #percent {
	bottom: 30px;
	color: #fff;
}
.economie  .detail{
    position: absolute;
    bottom: 1px;
    left:4px;
    font-size: 10px;
    font-stretch: ultra-condensed;
    z-index: 100;
}
.listetarif .encartcommander {
    display: block;
    position: absolute;
    bottom:-4px;
    right: -3px;
    text-align :center;
    width: 90px; 
   min-width: auto;
    height: 25px;
    padding: 1px 0px 0px 0px;
    font-family: Anton;
    font-size: 1.3em;
    border-radius:8px;
    outline:none;
/*    color: #ffffff;
    text-shadow:0px 1px 0px #cc54b4;
    background: #F3C593;
    background-image: -webkit-linear-gradient(top, #F3C593, #f68f24);
    background-image: -moz-linear-gradient(top, #F3C593, #f68f24);
    background-image: -ms-linear-gradient(top, #F3C593, #f68f24);
    background-image: -o-linear-gradient(top, #F3C593, #f68f24);
    background-image: linear-gradient(to bottom, #F3C593, #f68f24);
    background-image: linear-gradient(to bottom, #F3C593, #f68f24);
    
    
    border:0 none;
    text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.5);
    */

    border: solid 4px #2c2a2b;
    background: #497288;
    background: #87CEEB;
    color: #2c2a2b;
    font-size: 1.2em;
    padding: 0px 0px 2px 0px;
    height: 28px;
    right: -8px;
    bottom: -8px;
    
    cursor: pointer;
    text-transform: uppercase;
    z-index: 100;
}
.listetarif .tarifcoin {
    position: absolute;
    top: -4px;
    left: -4px;
}
.listetarif .flashdate {
    z-index:100;
    line-height: 1.05em;
    font-weight: bold;
    font-size: 11px;
}

.listetarif .prix_3x {
    position: absolute;
    bottom:-19px;
    right: 3px;
    color: #666;
    z-index: 1000;
}

.listetarif .prix {
    display: block;
    position: absolute;
    bottom: 29px;
    font-size: 32px;
    right: 5px;
    color: #fff;
    font-family: Anton;
    z-index: 100;
    text-shadow: #2c2a2b 1px 1px;
}
.cent {
	display: inline-block;
        display: none;
	font-size: 0.75em;
}
.pf_cf_p {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 80px;
    background: #f68f24;
    color: #000;
    padding: 2px 5px 0px 0px;
    line-height: 1.1em;

}
.pf_cf_pb {
	box-sizing: border-box;
	position: absolute;
	top:6px;
	right: -15px;
	width: 180px;
	height: 45px;
	text-align:right;
	font-size: 10px;
	font-family: Anton;
	padding-right: 25px;
	color: #aaa;
}
.pf_cf_pb div {
	font-size: 22px;
	line-height: 22px;
	color: #f68f24;
	text-shadow: #ccc 2px 2px ;
}
.pf_cf_p img { 
	position: absolute;
	bottom: -17px;
	left: -12px;
}

.pf_optionsincl {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-size: 20px;
    color: #f68f24;    
}
.pf_optionsincl .comprend {
    display: block;
    position: absolute;
    top: -30px;
    left: 15px;
}
.pf_optionsincl li {
    width: 114px;
    border-left: solid 1px #f68f24;
    padding: 5px 8px 5px 8px;
    min-height: 170px;
    text-align: center;
    font-size: 14px;
}
.pf_optionsincl li span {
    color: #fff;
    font-family: "Oleo Script";
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}
.pf_optionsincl li:first-of-type {
    border-left: none;
}
.pf_optionsincl img {
    display: block;
    margin: auto;
    margin-bottom: 12px;
}
.pf_cf_p .commander { 
	position: absolute;
	bottom:3px;
	right: 3px;
	background: #ccc;
	font-size: 12px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
}
.pf_cf_p_t {
	display: block;
	position: absolute;
	bottom: 33px;
	font-size: 32px;
	right: 5px;
	color: #fff;
	font-family: Anton;
}
.pf_options {
    clear: both;
    color: #fff;
    padding: 10px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.pf_options p {  margin-bottom: 6px; }
.pf_options span { color: #f68f24; }
.pf_options .euro { color: #fff; }
.pf_options .opicto {
    float: left;
    margin-right: 8px;
}
.pf_options_t {
    clear: both;
    display: block;
    margin: 25px 0px 10px 15px;
    font-size: 20px;
    color: #f68f24;    
}
.pf_options li {
    display: block;
    position: relative;
    top: 8px;
    margin-bottom: 25px;
    padding: 10px 10px 20px 10px;
    background: #111;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;
    width: 260px;
    background: #222;
    border-radius: 10px;
    border: solid 1px #111;
}
.pf_options li .ill {
    display: block;
    margin: 10px 0px 20px 0px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pf_options li .titre {
    font-family: "Oleo Script";
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}
.pf_options li .prix {
    border-radius: 5px;
    padding: 3px 15px 3px 15px;
    position: absolute;
    top: -7px;
    right:-3px;
    background: #f68f24;
    font-family: Anton;
    font-size: 18px;
    color: #fff;
    text-shadow: #111 1px 1px 2px;
}
.pf_infocomp {
    clear: both;
    color: #fff;
    padding: 10px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    background: #111;
}
.pf_infocomp h3 {
       font-family: "Oleo Script";
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px
}
.pf_infocomp p {  margin-bottom: 6px; }
.pf_infocomp span { color: #f68f24; }
.pf_infocomp li {
    display: block;
    position: relative;
/*    margin-bottom: 25px; */
    padding: 10px 10px 20px 10px;
    background: #111;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;
    width: 450px;
}
@media only screen and (min-width: 1270px) {
    .pf_infocomp li {    width: 570px; }
    .pf_optionsincl {
        flex-direction: column;
        width: 255px;
        float: left;
        padding: 15px;
        margin-top: 0px;
    }
    .pf_optionsincl .comprend {
        display: block;
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .pf_optionsincl li {
        border-top: solid 1px #f68f24;
        border-left: none;
        text-align: left;
        height: auto;
        min-height: auto;
        padding: 13px 0px 13px 0px;
        width: 240px;
    }
    .pf_optionsincl li:first-of-type {
        display: block;
        border-top: none;
    }
    .pf_optionsincl li span {
        font-size: 1.2em;
        margin-bottom: 0px;
    }
    .pf_optionsincl img {
        display: inline-block;
        margin: inherit;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .pf_optionsincl div {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
        width: 165px;
    }
    .pf_options {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    .pf_options li {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        width: 250px;
    }
}
/* -------------------------------------------------------- */

/* ------------- PAGES CIRCUITS -------------------*/
#pagecircuits li {
    position: relative;
    float: left;
    height: 320px;
    width: 290px;
    margin: 12px;
    border-radius: 10px;
    border: solid 2px #f68f24;
    /*background: #f68f24;*/
}
#pagecircuits h2 {
    padding: 10px 0px 10px 8px;
    font-size: 20px;
    background: #f68f24;
    color: #2c2a2b;
    font-weight: bold;
}
#pagecircuits .divimg {
    overflow: hidden;
    width: 290px;
    border-radius: 10px 10px 0px 0px;
}
#pagecircuits .trace {
    float: right;
    text-align: center;
    margin: 0px 10px 15px 10px;
}
#pagecircuits .loc {
    display: block;
    font-size: 0.8em;
    padding-left: 8px;
    line-height: 1.1em;
}
#pagecircuits .desc {
    display: block;
    padding: 8px;
}
#pagecircuits a {
        position: absolute;
    bottom: -14px;
    right: -10px;
    font-size: 1em;
    font-weight: bold;
    color: #F68F24;
    background: #2c2a2b;
    border-radius: 8px;
    border: solid 3px #F68F24;
    padding: 5px 15px 5px 15px;
}

/* ############# BON COMMANDE ################## */
#boncommande {
   font-size: 1.2em;
}


#boncommande .colgauche {
    width: 700px;
    padding: 10px;
    float: left;
    color: #fff;
}
#boncommande .panier {
	display: block;
	margin: 0px 0px 8px 5px;
	font-size: 1.4em;
	color: #666666;
}
#boncommande .colgauche .formule {
	background: #f68f24;
	padding: 8px;
    color: #fff;
}
#boncommande .titrestage {
    position: relative;
    font-weight: normal;
    font-size : 22px;
    line-height: 12px;
    text-transform: uppercase;
	margin-bottom: 5px;
    color: #fff;
}
#boncommande .titrestage .nbtours{
    font-size : 31px;
}
#boncommande .titrestage .voiture{
    color: #fff    ;
   font-family: "Oleo Script";
}
#boncommande .colgauche .circuit {
	font-size: 1.2em;
	display: block;
	margin-bottom:5px;
}
#boncommande .colgauche .beneficiaire {
	font-size: 1.2em;
	display: block;
	margin-bottom:5px;
	font-weight: bolder;
}
#boncommande .colgauche .promo {
	color: #000;
	font-size: 1em;
	margin-bottom:3px;
}
#boncommande .colgauche .promotitre {
	font-size: 1.2em;
	font-weight: bold;
}


#boncommande .coldroite {
    margin-top: 35px;
    margin-right: 10px;
	width: 220px;
	float: right;
	background: #dddddd;
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
	color: #666666;
}
#boncommande .coldroite .total{
	font-weight: bold;
}
#boncommande .coldroite .reglement{
	line-height: 20px;
	padding: 10px 10px 20px 10px;
}

#boncommande .coldroite input[type=radio] {
	position: relative;
	top: 3px;
	margin-right: 5px;
}
#boncommande .coldroite .prix {
	font-weight: bold;
	background: #cccccc;
	width: 100%;
	left: 0px;
	line-height: 50px;
	font-size: 3em;
	color: #f68f24;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
}
#boncommande .colgauche #bouton {
    display: block;
	margin: auto;
	height: 35px;
	cursor: pointer;
    padding: 0px 10px 0px 60px;
    font-family: Anton;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align :left;
    line-height: 26px;
    background: url('/images/formule/panier-blanc.png') no-repeat 8px 8px #f68f24;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .colgauche #bouton:hover {
	background:url('/images/formule/panier-blanc.png') no-repeat 8px 8px #48b8e0;
}
#boncommande .coldroite #bouton {
    display: block;
	margin: auto;
	height: 35px;
	cursor: pointer;
    padding: 0px 10px 0px 60px;
    font-family: Anton;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align :left;
    line-height: 26px;
    background: url('/images/formule/panier-blanc.png') no-repeat 8px 8px #f68f24;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .coldroite #bouton:hover {
	background:url('/images/formule/panier-blanc.png') no-repeat 8px 8px #48b8e0;
}
#boncommande .coldroite #valider {
    display: block;
	margin: auto;
	margin-top: 15px;
	height: 35px;
	cursor: pointer;
    padding: 0px 10px 0px 10px;
    font-family: Anton;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align :left;
    line-height: 26px;
    background: #f68f24;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .coldroite #valider:hover {
	background: #48b8e0;
}
#boncommande .rubriquetitre {
	position: relative;
    font-family: Anton;
    font-size : 1.3em;
/*    text-transform: uppercase; */
    font-variant: smallcaps;
    color: #fff;
    background: #f68f24;
	margin: 30px 0px 0px 0px;
	padding: 9px 0px 9px 70px;
	
}
#boncommande .rubriquetitre .num {
   box-sizing: border-box;
   display: block;
   position :absolute;
   left: 10px;
   top: -10px;
   width: 50px;
   height: 50px;
   background: #2c2b2a;
   border-radius: 25px;
   padding: 19px 0px 3px 0px;
   font-size: 1.4em;
   color:#f68f24; 
   text-align:center;
}
#boncommande .rubrique {
   background: #111;
   padding: 15px 10px 10px 45px;
   margin: 0px 5px 0px 5px;
   border-radius: 0px 0px 15px 15px;
}
#boncommande .coldroite .comm_det {font-family: Arial; font-size: 12px; text-align: center; text-decoration: none; color: #aaa; font-weight: normal;}
#boncommande .colgauche .comm_det {font-family: Arial; font-size: 12px; text-decoration: none; color: #aaa; font-weight: normal;}
#boncommande #modeexpe {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	background: url(/images/rubrique/carre-rose.png) no-repeat 0px center;
}
#boncommande #modeexpe td {
	padding-left: 15px;
}
#boncommande #bcoptions td {
    padding: 6px 0px 6px 0px;
    border-bottom: solid 1px #f68f24;

}
#boncommande #bcoptions tr:first-child td {
    padding-top: 0px;
    border-bottom: none;
}
#boncommande #bcoptions tr:last-child td {
    border-bottom: none;
}
#boncommande #bcoptions div {
    display: block;
    padding-left: 74px;
}
#boncommande #bcoptions img {
    margin: 5px 12px 12px 12px;
}
#boncommande #bcoptions a {
    color: #f68f24;
}


#boncommande .modepaiement {
	position: relative;
  	display: flex;
   	align-items:center;
   	justify-content: center;
  	width: 100%;
  	height: 55px;
  	min-height: 35px;
  	min-width: 200px;
  	font-size: 16px;
  	text-align: center;
    border: solid 1px #555;
    border-radius: 28px;
    margin-bottom: 20px;
  	transition: 0.2s ease-in-out;
  	background: #ffffff;
  	color: #000;
  	cursor: pointer;
}
#boncommande .modepaiement img {
	margin-right: 15px;
}
#boncommande .modepaiement:hover {
	background: #f68f24;
}

@media only screen and (min-width: 1270px) {
   #boncommande {
      padding: 0px 40px 0px 40px;
   }
   #boncommande .colgauche {  width: 720px; }
   #boncommande .coldroite {	width: 300px; }
}

#confirmationcommande {
	/*background: #FFFFFF;*/
    color: #fff;
	box-sizing: border-box;
	width: 720px; /* 98%; */
	margin: auto;
	padding: 20px;
	min-height: 300px;
    font-size: 1.2em;
}
#confirmationcommande .titre {
	color: #f68f24;
	font-size: 1.2em;
	font-weight: bold;
}
#confirmationcommande .logopaiement {
    float: right;
    text-align: center;
}
#confirmationcommande #PaymentRequest {
    float: left;
}
#boncommande .errormsg {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: red;
  font-weight: bold;
}

/* ---- Planning ---- */
#planningg {
    
}
#planningg #listecircuit {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#planningg .ts {
    margin-top: 10px;
}
#planningg #listecircuit .circuit {
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display:table;
}
/* ---- Fin Planning ---- */
/* ---------------- AVIS -------------*/
.blocavis {
    position: relative;
    display: inline-block;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    vertical-align: top;
    margin: 10px 10px 10px 10px;
    color: #fff;
    line-height: 1.1em;
    overflow: hidden;
    height: 392px;
}

.blocavis .avis {
    display: inline-block;
    margin: 0px 0px 15px 0px;
    text-align: left;
}
.blocavis .signature {
    display: block;
    font-weight: bold;
    color: #111;
}
.blocavis .note {
    display: inline-block;
    font-weight: normal;
    color: #AAAAAA;
}
.blocavis .stage {
    display: block;
    font-style: italic;
    color: #497288;
}
.avis {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding: 8px 10px 0px 0px;
    
}
.plusavis {
    /*position: absolute;
    bottom: 0px;
    left: 0px;
    width: 600px;
    padding: 20px 0px 5px 0px;
    background: #F68F24;
    text-align: right;
    
    overflow: visible;*/
}
.plusavis a {
    position: absolute;
    bottom: -14px;
    right: -10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #2c2a2b;
    background: #F68F24;
    border-radius: 8px;
    border: solid 3px #2c2a2b;
    padding: 7px 7px 7px 7px;
}


/************* SLIDER PAGE FORMULE **********************/

.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
  
  /* Spécifique */
  position: relative;
  margin: 10px 0px 18px 0px;
  
}
.csslider > input {  display: none;}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {  margin-left: -900%;}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {  margin-left: -800%;}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {  margin-left: -700%;}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {  margin-left: -600%;}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {  margin-left: -500%;}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {  margin-left: -400%;}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {  margin-left: -300%;}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {  margin-left: -200%;}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {  margin-left: -100%;}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {  margin-left: 0%;}
.csslider > ul {
  position: relative;
  width: 916px;
  height: 483px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  background-color: #3a3a3a;
  border: 10px solid #3a3a3a;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  /* Spécifique */
  width: 450px;
  height: 230px;
  border: none;
}
.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > ul > li.scrollable {
  overflow-y: scroll;
}
.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation > div {
  margin-left: -100%;
}
.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}
.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #71ad37;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
  
  background: #f68f24;
}
.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}
.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  
  left: -6px;
  width: 400px;
  z-index: 1000;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #71ad37;
  margin: 0 0px;
  
  box-shadow: inset 3px -3px 0 2px #f68f24;
}
.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*#region MODULES */
/*#endregion */

/************* FIN SLIDER PAGE FORMULE **********************/

#page404 {
    padding: 20px;
    margin: 20px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}
#page404 h1 { margin: 70px;  color: #f68f24; }

/* ************ PAGE VOITURES **************************** */
.pv_voit {
   display: block;
   position: relative;
   margin: 50px 30px 0px 0px;
   padding: 15px 15px 35px 0px;
   border: solid 2px #f68f24;
   border-radius: 20px;
   min-height: 100px;
}
.pv_logo {
   position: absolute;
   top: -34px;
   left: 15px;
}
.pv_pano {
   float: left;
   margin: 25px 10px 0px 10px;
}
.pv_voit a {
   display: block;
   position: absolute;
   bottom: -20px;
   right: -20px;
   background: #2c2a2b;
   padding: 10px 15px 10px 15px;
   border: solid 2px #f68f24;
   border-radius: 20px;
}
.pv_voit h2 {
   font-family: 'Oleo Script';
   padding-left: 630px;
   margin-bottom: 6px;
}
.pv_voit ul {
   padding-left: 630px;
}
.pv_voit span {
   color: #f68f24;
   padding-right: 10px;
}
@media only screen and (max-width: 1269px) {
    .pv_voit { margin-top: 60px; }
   .pv_pano {
         margin: 15px 20px 20px 20px;
         float: none; }
   .pv_voit h2 {  padding-left: 15px; }
   .pv_voit ul {  padding-left: 15px; }
   .pv_voit h2 {  margin-bottom: 14px; }
}
#cgv .titreart {
    display: block;
	font-size: 1.1em;
	margin: 20px 0px 5px 0px;
    text-decoration: underline;
    color: #f68f24;
    font-weight: bold;
}

#cgv li {
    list-style: disc inside;
}
body {
    background:url('/images/promos/479/bg-2.jpg') repeat center 0px #222222;
}
 

header {
    background: url('/images/promos/479/header-1.jpg') no-repeat top center #010101;
    background-image: image-set('/images/promos/479/header-1.webp' type('image/webp'),'/images/promos/479/header-1.jpg' type('image/jpeg'));
} 
 
header.reduit {
    background: url('/images/promos/479/header_reduit-1.jpg') no-repeat top center #010101;
} 
 
    #promo1 {
        background: url('/images/promos/479/p1.png') no-repeat 1px 55px #c00;
        color: #fff;
    }
    #promo2 {
        background: url('/images/promos/479/p2.png') no-repeat 1px 55px #C00;
        color: #fff;
    }
     
header { border: none; }
.general { 
    box-shadow: #100px 15px 8px 4px;
    box-shadow: none;
}

header { border: none; } 	

#promo1 #percent {
    bottom: 36px;
    left: 7px;
    color: #fff;
    text-shadow: #000 0px 0px 6px;
    letter-spacing: 1px;
}
#promo1 #percent span {
    padding-left: 0px;
}
#promo2 #percent {
    bottom: 36px;
    left: 7px;
    color: #fff;
    text-shadow: #000 0px 0px 6px;
    letter-spacing: 1px;
}
#promo2 #percent span {
    padding-left: 0px;
}