@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i|Titillium+Web:300,300i,400,400i,600,600i,700,700i|Architects+Daughter|Anton');

html {
	margin:0;
	padding: 0;
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	
}
body {
	margin:0;
	padding: 0;
	font:16px/22px 'Nunito', sans-serif;
	color:#2d2b2b;
	height:100%;
}
* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dl,div {
	margin:0px;
	padding:0px;
	font-weight:normal;
	list-style-type:none;
}
*:focus { outline: none; }
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
.clear {
	clear: both;
}
.sectionpage {
    clear: both;
}
/******* HEADER *******/
header{
	display:block;
	min-height: 60px;
	background: #1D2022;
	text-align: center;
	padding: 0px 0px 8px 0px;
}
.header-title{
	display:block;
	width: 100%;
	font:italic 12px/13px Arial;
	text-transform:none;
	text-align: center;
	color:#aaa;
	margin: 0px 0px 10px 0px;
	padding: 4px 180px 4px 3px;
	background: #121417;
	border-bottom: solid 1px #aaa;
}
.menu-icon {
	position: absolute;
	top: 42px;
	left: 15px;
    width: 38px;
    height: 38px;
    transition: transform 0.5s;
    display: none;
}
.menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 26px;
    height: 2px;
    z-index: 2;
    transition: background 0.5s, transform 0.5s;
    background-color: #a1a1a1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
.menu-icon span::before, .menu-icon span::after {
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 2px;
    background-color: #a1a1a1;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transition: transform 0.5s;
}
.menu-icon span::after {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
}
.menu-icon:hover,.menu-icon:active,.menu-icon:focus{transform:scale(1.2)}
.header-logo {
	padding-right: 190px;
}
.header-logo img{
	width: calc(100% - 140px);
	max-width: 242px;
}
.btn-compte{
	position:absolute;
	top: 60px;
	right: 15px;
	background:#777677 url(/images/cadre/picto-casque.png) no-repeat 8px center;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	color:#fff;
	font:bold 10px/28px Arial;
	padding: 0 10px 0 36px;
	white-space:nowrap;
}	
.header-phone {
	position:absolute;
	display:inline-block;
	width:181px;
	top: 0px;
	right:0px;
	background:#afd91f url(/images/cadre/picto-phone.png) no-repeat 10px center;
	color:#000;
	font:700 21px/25px 'Titillium Web', sans-serif;
	letter-spacing:-0.02em;
	padding-left:42px;
	padding-right:13px;
	padding-top: 4px;
	white-space:nowrap;
	min-height:38px;
	text-decoration:none;
}
.header-phone img {
	height:15px;
	vertical-align:middle;
	margin-bottom:3px;
}
header .pictofb {
	position: absolute;
	right: 155px;
	top: 65px;
}
@media (max-width:630px) {
	.header-title {  padding-right: 3px;  }
	.header-logo { padding-right: 0px; }
	.header-phone {	display: none; }
	header .btn-compte { 
		top: 45px;
		right: 10px; 
		width: 26px;
		background: inherit;
		background: url(/images/mobile/moncompte.png) no-repeat center center;
		border: none;
		color: #1D2022;
		text-indent: -1000em;
	}
	header .pictofb { display: none; }
}
@media (max-width:480px) {
	header { padding-top: 8px; }
	header .header-title{ display: none;}
	header .btn-compte { top: 20px; }
	header .menu-icon { top: 16px; }
}
@media (max-width:300px){
	header .btn-compte { display: none; }
	.header-logo img{ width: calc(100% - 70px); }
	header { text-align: right; padding-right: 15px;}
	header .menu-icon { top: 15px; }
}

/*---------- FOOTER ------------*/
footer {
	background: #1C1C1C;
	color: #fff;
	font: normal 12px/16px 'Nunito', sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
	clear: both;
}
footer .bloc {
	display: block;
	width: 100%;
	padding: 15px;
}
footer #cic {
	width: 100%;
	max-width: 476px;
}
footer p {
	margin-bottom: 5px;
}
footer .tel {
	font-size: 18px;
	color: #afd91f;
	margin: 12px 5px 5px 0px;
}
footer .expli {
	font-size: 12px;
	color: #aaa;
}
footer p.title {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}
footer p.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    border-bottom: 2px solid #afd91f;
}
footer hr {
	display: block;
    border: none;
    height: 1px;
    color: #3a3939;
    background-color: #3a3939;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

footer .annexe {
	display: block;
	width: 100%;
	text-align: center;
	font: normal 11px/13px 'Nunito', sans-serif;
	color: #aaa;
	padding-bottom: 15px;
}
footer .annexe li {
	display: inline-block;
}
footer .annexe li:before {
	content: '-';
	padding: 0px 3px 0px 3px;
}
footer .annexe li:last-of-type:before {
	content: '';
}
footer .annexe li:first-of-type:before {
	content: '';
}




/*---- GENERAL ----- */
.titre-large {
    display: block;
    text-align: center;
    background: url(/images/cadre/bg-titre-large.png) repeat-x 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.titre-large h1 {
    text-transform: uppercase;
    color: #373737;
    display: inline-block;
    background-color: white;
    font: italic 900 29px/32px 'Nunito', sans-serif;
    margin: 0;
    padding: 0 15px;
}
.titre-large p {
    background-color: white;
    font: italic 700 12px/15px 'Nunito', sans-serif;
    padding: 0 15px;
	margin: 0 0 15px 0;
}

.titre-court {
    margin: 40px 0 15px 0;
    display: block;
    text-align: center;
    background: url(/images/cadre/bg-titre-court.png) no-repeat center 10px #fff;
    font: normal 700 28px/28px 'Titillium Web', sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
    color: #575a5c;
}
.baseline-titre-court {
    color: #afd91f; /* #fb3c9b; #07b7bd */
    text-align: center;
    font: italic 18px/20px 'Architects Daughter', cursive;
    margin-bottom: 15px;
    padding: 0px 5px 0px 5px;
}

.dotted-line {
    border: none;
    color: #c2c1c1;
    background-color: #fff;
    letter-spacing: 2;
    font-size: 18px;
    padding: 0 0 10px;
    text-align: center;
    overflow: hidden;
    
}

/* ----- HOME ------- */
.box-voiture {
	display: block;
	width: 48%;
	box-sizing: border-box;
	float: left;
	position: relative;
	background: url(/images/home/bg-box-voiture.png) no-repeat top left;	
	cursor: pointer;
	margin-bottom: 10px;
}
@media (max-width: 500px){
	.box-voiture { width: 95%; }
}
.box-voiture .photo {
    display: block;
    text-align: left;
}
.box-voiture .photo img {
	display: inline-block;
	vertical-align: middle;
    margin: 17px 0 0 50px;
    max-width: 100%;
    max-width: calc(100% - 50px);
    -ms-interpolation-mode: bicubic;
    height: auto;
}
.box-voiture .titre {
    text-align: left;
    margin: 0;
    padding: 0 0 0 55px;
    font: italic 700 14px/20px 'Nunito', sans-serif;
    text-transform: uppercase;
    color: #373737;
}
.box-voiture .prix {
    font: normal 400 12px/18px 'Nunito', sans-serif;
    padding-left: 45px;
    margin: 0 0 15px 0;
}
.box-voiture .prix > div {
    float: right;
    display: inline-block;
    border: 2px #a5a5a5 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font: normal 12px 'Nunito', sans-serif;
    padding: 0 8px;
    margin-right: 29px;
    margin-top: 5px;
    transition: all 0.5s;
}
.box-voiture .prix > div:hover {
    background: #afd91f;
    border-color:  #afd91f;
    transition: all 0.5s;
}
.box-voiture .prix span {
    font: normal 700 30px/30px 'Titillium Web', sans-serif;
    color: #afd91f;
    text-shadow: #666 2px 2px 3px;
}
.box-voiture .prix .euro {
	margin-left: 3px;
	font-size: 0.8em;
}

.box-voiture .promo {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 132px;
    height: 100px;
    padding: 4px 11px 0 0;
    text-align: right;
    background: url(/images/home/bg-box-voiture-promo.png) no-repeat top right;
    font: normal 700 14px/18px 'Titillium Web', sans-serif;
    
    color: white;
}
.box-voiture .promo div {

    font: normal 700 22px/32px 'Titillium Web', sans-serif;
    color: #fa1a89;
    padding-right: 10px;

}
.box-link {
	display: block;
	width: 95%;
	box-sizing: border-box;
	float: left;
	position: relative;
	padding-left: 10px;
}
.box-link p {
    border-bottom: 1px white solid;
    background-color: #ededed;
    font: italic 12px/15px 'Nunito', sans-serif;
    padding: 2px 22px;
    margin: 0;
}

.box-link p img {
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
}
.text-home {
	text-align: center;
    font: normal 500 13px/18px 'Nunito', sans-serif;
    padding: 10px 10px 10px 10px;
}
.text-home p {
    color:#afd91f;
	font-weight: bold;
}

.home-bandeau-milieu {
	background-color: #222629;
	margin-top:25px;
	text-align: center;
}
.home-bandeau-milieu a {
	display: inline-block;
	width: 49%;
	padding: 0;
	margin: 0;
	text-align: center;
	
}
.home-bandeau-milieu img {
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: auto;   
}
@media (max-width: 500px){
	.home-bandeau-milieu a { width: 100%; }
}



.home-circuits .owl-nav{
	position:absolute;
	top:80px;
	left:0px;
	width:100%
}
.home-circuits .owl-nav div {
	width: 30px;
	height: 30px;
	position:absolute;
	background-size: contain;
}
.home-circuits .owl-prev{	
	left:10px;
    background: url(/images/cadre/arrow4-l.png)no-repeat center center;
    
}
.home-circuits .owl-next {
 	right:10px;
    background: url(/images/cadre/arrow4-r.png) no-repeat center center;
}
.home-circuit {
	position: relative;
	padding-top: 5px;
	background: #eee;
}
.home-circuit h4 {
    font: 700 20px/22px 'Titillium Web', sans-serif;
    color: #afd91f;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    padding: 3px 0px 4px 50px;
    background: #aaa;
}
.home-circuit #carte {
	width: auto;  
	position: absolute;
	top: 3px;
	left: 8px;
}
.home-circuit .taille {
	display: inline-block;	
	position: relative;
	width: 50%;
	/*background: #f00;*/
	padding-left: 55px;
	vertical-align: middle;
}
.home-circuit .taille > span {
    position: relative;
    top: 0;
    left: 25%; /*50*/
    height: 40px;
    padding-left: 25px;
    background: url(/images/home/top-sep-bleu.png) no-repeat left top;
    font: 700 12px/25px 'Titillium Web', sans-serif;
    color: #07b7bd;
    margin-bottom: 15px;
}
.home-circuit .taille > span > span {
    display: inline-block;
    font: 700 16px/12px 'Titillium Web', sans-serif;
}

.home-circuit .taille .trace {
	width: 40%; /*80*/
	max-width: 320px;
}
.home-circuit .details {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    line-height: 13px;
    text-align: justify; 
}
.home-circuit .circuitcaract {
	display: inline-block;	
	width: 48%;
	/*background: #d00;*/
	vertical-align: middle;
}
.home-circuit .circuitcaract li {
/*	background: #f00;*/
	position: relative;
    padding-left: 040px;
    margin: 0px 45px 0px 0px;
    min-height: 30px;
    font: normal 12px/13px 'Nunito', sans-serif;
    color: #aaa;
}
.home-circuit .circuitcaract li span {
	display: block;
	position: absolute;
	left: 0px; top:5px;
	min-width: 30px;
	text-align: center;	
}

.home-circuit .circuitcaract li img {
	display: inline-block;	
	width: auto;
}

.home-circuit .btnvoir {
    display: inline-block;
    background-color: #222629;
    text-transform: uppercase;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 15px 5px 5px;
    font: italic 500 14px/25px 'Titillium Web', sans-serif;
    margin: 18px 0px 15px 0px;
}
.home-circuit .btnvoir span.sup {
    font: 700 18px/25px 'Titillium Web', sans-serif;
    color: #afd91f;
    padding: 0 5px 0 10px;
}
.home-circuit .btnvoir span.v {
    font: italic 700 18px/25px 'Titillium Web', sans-serif;
}

@media (max-width: 600px){
	.home-circuits .owl-nav{ top:110px; }
	.home-circuit .taille {	display: block; margin: 0px 45px 0px 45px; padding: 0px;}
	.home-circuit .taille > span { left: 50%; }
	.home-circuit .taille .trace { width: 80%; }
	.home-circuit .circuitcaract {	display: block;		width: 100%; }
	.home-circuit .circuitcaract li {    margin: 0px 45px 0px 45px; }
}





.home-deroulement {
	display: block;
	text-align: center;
	color: #818181;
	clear: both;
	margin-bottom: 20px;
}
.home-deroulement h4 {
    margin: 40px 0 10px 0;
    background: url(/images/cadre/filet-carre.png) no-repeat bottom center;
    color: #9aa7af;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font: normal 700 32px/32px 'Titillium Web', sans-serif;
}
.home-deroulement .sstitre {
    font: normal 12px/17px 'Nunito', sans-serif;
    color: #818181;
    padding: 5px;
    margin-bottom: 10px;
}
.home-deroulement .intro {
    display: bloc;
    position: relative;
    padding: 5px;
    text-align: justify;
    font: normal 13px/18px 'Nunito', sans-serif;
}
.home-deroulement ul {
	text-align; center;
	vertical-align: top;
}
.home-deroulement li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 236px;
	padding-top: 30px;
	margin: 10px;
}
.home-deroulement .number {
    position: absolute;
    margin: auto;
    display: block;
    width: 72px;
    height: 72px;
    top: 0px;
    left: 82px;
    text-align: center;
    color: #afd91f;
    font: normal 72px/72px sans-serif;
    border: 1px #d7d7d7 solid;
    background-color: white;
    z-index:10;
}
.home-deroulement .bloc {
	position: relative;
    border: 1px #d7d7d7 solid;
    width: 235px;
}
.home-deroulement .txt {
    min-height: 86px;
    padding: 8px;
}
.home-deroulement img {
	max-width: 100%;
	height: auto;
}
.home-deroulement p {
    font: normal 12px/17px 'Nunito', sans-serif;
    color: #818181;
}
.home-deroulement .txt p { margin: 0; }
.home-deroulement strong {
    color: #ce3725;
    font-weight: bold;
}
.home-deroulement .arrow { display: none; }




/* --------------- RUBRIQUE ------------------ */
.rubrique .listeformule li {
	display: flex;
}
.rubrique #titre {
    width: 100%;
    text-align :center;
    display: inline-block;
    font-size: 26px;
    margin: 0px auto 5px auto;
    padding: 10px;
    line-height: 28px;
    text-transform: uppercase;
    color: #373737;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.rubrique #titre .color{
    color: #0f95ca;
}
/*.rubrique #titre:before {
	display: inline-block;
	content: '';
	background: url(/images/rubrique/titre-gamme-l.png) no-repeat left;
	width: 50px;
	height: 23px;
}
.rubrique #titre:after {
    display: inline-block;
    content: '';
    background: url(/images/rubrique/titre-gamme-r.png) no-repeat right;
    width: 50px;
    height: 23px;
}*/
.rubrique .chapeau {
    font-size: 13px;
    line-height: 14px;
    font-family: 'Nunito', sans-serif;
    color: #2d2b2b;
    margin: 0 0 18px 0;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.rubrique .chapeau .surligne {
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #0f95ca;
}
.rubrique .circuit .titrecircuit {
	position: relative;
    width: 100%;
    height: 38px;
    text-align: left;   
    background: url(/images/rubrique/fleche-vert.png) 5px 15px no-repeat #585757; 
    margin-bottom: 5px;
    cursor: pointer;
}
.rubrique .circuit .titre {
    position: relative;
    height: 38px;
    text-transform: uppercase;
    color: #fff;
	padding-left: 25px;
	padding-right: 185px;
	font: 16px/38px 'Titillium Web', sans-serif;
	letter-spacing: -0.02em;
    
}
.rubrique .circuit .titre .trace {
    position: absolute;
    right: 90px;
    top: 6px;
}
.rubrique .circuit .longueur {
    position: absolute;
    right: 18px;
    top: 0px;
    font: 12px/38px 'Titillium Web', sans-serif;
    text-transform: none;
}
.rubrique .circuit .longueur:before {
	content: '/';
	padding-right: 4px;
}
.rubrique .circuit .carte {
    position: absolute;
    top: 3px;
    right: 150px;
}
@media (max-width: 600px) {
	.rubrique .circuit .longueur { display: none; }
	.rubrique .circuit .titre .trace { display: none; }
	.rubrique .circuit .carte { right: 8px; }	
	.rubrique .circuit .titre {	padding-right: 42px; }
	.rubrique .circuit .surle {	display: none; }
}
.rubrique .separation {
	display: none;
}



.rubrique .formule {
    display: block;
    position: relative;
	margin-bottom: 20px;
	min-width: 300px;
	flex-direction: column;
}
.rubrique .coltitre {
	position: relative;
	top: 0px; left: 0px;
	margin: 0; padding:0;
	display: block;
	/*text-align: center;*/
	width: 100%;
}

.rubrique .formule .titrerub {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font: normal 12px/13px 'Titillium Web';
	text-shadow:  1px 1px 4px #000;
    color: #0f95ca;
    color: #fff;
    font-style: italic;
    text-align: center;
    
    padding: 0px 150px 8px 8px;
}

.rubrique .fmulti .titrerub {
	font: normal 14px/15px 'Titillium Web';
	text-shadow:  1px 1px 4px #000;
    color: #afd91f;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

.rubrique .formule .titrerubgras {
	position: absolute;
	width: 100%;
	/*max-width: 360px;*/
	top: 0px;
	left: 0px;
	display: block;
    font: bold 14px/15px 'Titillium Web';
    font-style: normal;
    margin-bottom: 8px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 8px 5px;
    text-align: left;
}
.rubrique .formule .titrerubgras::before {
	content: '';
	display: inline-block;
	background-color: #afd91f;
	width: 9px;
	height: 9px;
	margin-right: 6px;
}
.rubrique .photo {
	/*display: inline-block;*/
	display: block;
	width: 100%;
	/*max-width: 580px;*/
}




.rubrique .colpromo {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 5px;
	height: 80px;
	min-width: 280px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
	align-items: center;
	
	
/*	position: absolute;
    right: 10px;
    top: -50px;
	*/
}
.rubrique .formule .col2 {
	background: linear-gradient(180deg, #ccc 70%, #fff 70%);
}
.rubrique .formule .nbtours {
	position: relative;
    height: 90px;
/*	border-left: 1px #b6c0c6 dashed;
	border-right: 1px #b6c0c6 dashed; */
	text-align: center;
	min-width: 280px;
	margin: auto;
	
	background: #ccc;
	
	display: flex;
	flex-direction: row;
	
	justify-content: space-evenly;
	
	width: 100%;
}
/*.rubrique .formule .nbtours>a {*/
.rubrique .formule .nbtoursA {	
	display: inline-block;
	position: relative;
/*	width: 150px;
	top: 18px;*/
	
	min-width: 60px;
	height: 76px;
	order: 2;
	align-self: center;
	text-align: center;
}
.rubrique .formule .nbt {
    display: block;
/*    position: absolute; 
    right: 80px;
    top: -8px;*/
    letter-spacing: 2px;
    font: 600 46px/46px 'Anton', sans-serif;
	/*color: #afd91f;*/
}
.rubrique .formule .nbt .nbseries {
    font-size : 40px;
}
.rubrique .formule .nbt .nbseriesx {
    font-size : 32px;
    margin: 0px 6px 0px 4px;
}
.rubrique .formule .tours {
    position: absolute; 
    bottom: 16px; left: 0px;
    width: 100%;
    text-align:center;
    
    font-weight: bold;
    font-size : 14px;
    line-height: 1em;
}
.rubrique .formule .auvolant {
    position: absolute; 
    bottom: 0px; left: 0px;
    width: 100%;
    text-align:center;
    font-size : 14px;
    font-weight: bold;
}

.rubrique .formule .nbtours .moins{
	display: block;
  /*  position: absolute;
    top: 11px; left: 22px;*/
    border: none;
	cursor: pointer;	
	min-width: 67px;
	height: 68px;
    background: url(/images/cadre/btnnbtours.png) no-repeat;
    padding: 0;
    z-index: 10;
    
    
    order: 1;
    align-self: center;
}
.rubrique .formule .nbtours .plus {
/*    position: absolute;
    top: 11px; right: 22px;*/
    border: none;
	cursor: pointer;	
	display: block;
	min-width: 67px;
	height: 68px;
	padding: 0;
    background: url(/images/cadre/btnnbtours.png) no-repeat;
    z-index: 10;
    
    
    order: 3;
    align-self: center;
}



/*.rubrique .formule .explitours {
	width: 100%;
	position: absolute;
	top: 0px; left: 0px;
	padding: 6px 100px 0px 100px;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #000;
}*/

.rubrique .formule .blocprix {
	display: inline-block;
    font: normal 21px 'Anton', sans-serif;
    text-align: right;
    line-height: 14px;
    padding-right: 10px;
    
    
    width: 143px;
    box-sizing:border-box;
    position:absolute;
    height: 65px;
    top: -65px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    padding: 7px;
    border-radius: 30px 0 0 0;
    
}
.rubrique .formule .prix {
    display: inline;
    white-space: nowrap;
    text-align: right;
    font: normal 36px/34px 'Anton', sans-serif;
    color: #afd91f;
}
.rubrique .formule .prixbarre {
    display: inline;
    padding-right: 3px;
    font-size : 14px;
    text-decoration: line-through;
    color: #666;
    
    color: #7fa90f;
}
.rubrique .formule .troisfois {
    font-size : 12px;
    color: #999999;
    letter-spacing: normal;
    
    color: #eee;
}

.rubrique .formule .promo { display: none; }
.rubrique .formule .promoimg {
	position: relative;
    width: 100px;
    height: 70px;
    text-align: right;
    font: normal 28px/28px 'Anton', sans-serif;
    padding: 20px 22px 0px 0px;
    
    align-self: center;
    order: 4;
    z-index:5;
}
.rubrique .formule .promoimg div {
	
}
.rubrique .formule .promoimg span {
	padding-left: 4px;
	font-size: 20px;
}
.rubrique .formule .promoimg img {
	position: absolute;
	top: 0px;
	left:0px;
	z-index: -1;
}
/*.rubrique .formule .voir {
	display: block;
	width: 55px;
	height: 29px;
}
.rubrique .formule .voir img {
	width: 55px;
	height: 29px;
}*/


.rubrique .formule .voir {
   font-family: Anton;
   font-weight: normal;
   font-size : 16px;
   color: #fff;
   padding: 8px 13px 8px 13px;
   background: #afd91f;
/*   background-image: -webkit-linear-gradient(top, #2fb5ea, #0f95ca);
   background-image: -moz-linear-gradient(top, #2fb5ea, #0f95ca);
   background-image: -ms-linear-gradient(top, #2fb5ea, #0f95ca);
   background-image: -o-linear-gradient(top, #2fb5ea, #0f95ca);
   background-image: linear-gradient(to bottom, #2fb5ea, #0f95ca);
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;*/
   
   display: block;
   color: #333;
   background-image: linear-gradient(to bottom, #afd91f, #cff93f);
   padding: 4px;
   text-align: center;
   border-radius: 0px 0px 13px 13px;
}

.rubrique .formule .col2 .titrerubgras { display: none; }
.rubrique .formule .col2 .titrerub { display: none; }

.rubrique .multi {
	display: block;
    position: relative;
    margin: auto;
    text-align: center;
    cursor: pointer;
    border: 1px #d6d5d4 solid;
    border-top: none;
    background: url(/images/rubrique/fleche-plus-offres.png) 10px 5px no-repeat,url(/images/rubrique/fleche-plus-offres.png) right 10px top 5px no-repeat, linear-gradient(to bottom, #eee, #fff), #eee;
    border-radius: 0 0 17px 17px;
    font: normal 11px/28px verdana;
    color: #000;
}

.rubrique .fmulti {
    display: none;
}
.rubrique .formuleavecseries { flex-direction: column;}
/*max-width: 380px;*/

@media (min-width:620px)  {
	.rubrique .formule { display: flex; flex-direction: row;	align-items: stretch;}
	.rubrique .formuleavecseries { flex-direction: row;}
	.rubrique .coltitre { width: 50%; background: #ccc; display: flex; flex-direction: column;justify-content: flex-end;}
	.rubrique .coltitre .photo {
		/*position: absolute;
		bottom: 0px;*/
	}
	.rubrique .formule .titrerub {  display: none;}

	.rubrique .formule .col2 {	
		width: 50%;		
		background: linear-gradient(180deg, #ccc 70%, #fff 70%);
		display: flex;
		flex-direction: column;
	}
	
	.rubrique .formule .col2 .titrerub { 
		display: block;
		position: relative;
		padding: 5px 10px 10px 10px;
		text-shadow: none;
		color: #333;
		font-size: 14px;
		line-height: 16px;
		background: #ccc;
		flex-grow: 2;
	}	
	.rubrique .formule .blocprix {
		left: -143px;
		top: auto;
		bottom: -30px;	
	}
	.rubrique .formule .nbtours {	
		max-width: none;
		flex-grow: 0;
	}
	.rubrique .formule .voir {	
		display: block;
		width: 95%;
		border-radius: 0px 0px 10px 0px;
		flex-grow: 0;
	}	
}


/* ------------------- PAGE FORMULE ----------------------- */
#pageformule {
	font-size: 11px;
	line-height: 11px;
}
#pf_haut {
	display: flex;
	flex-direction: column;
}
.pf_titrestage {
	padding: 10px;
	order: 0;
}
.pf_chapeau {
	padding: 10px;
	order: 1;
}
.pf_contenu {
	padding: 10px;
	order: 4;
}
.pf_choixtours {
	order: 2;
	padding: 10px;
}
.pf_listepromos {
	padding: 10px 10px 0px 10px;
	
	order: 3;
	position: relative;
}
.pf_choixcircuit {
	padding: 10px;
	order: 5;
}
#pf_bas {
	font-size: 13px;
	line-height: 1.1em;
}
.pf_avisglobal { display: none; }
.pf_compo { display: none; }
.pf_offre { display: none;	}
.pf_fichecircuit { display: none;	margin: 0px; padding: 0 10px 10px 10px; }
.pf_planning { display: none; padding: 10px; }
.pf_planning .deplacement {
	margin-bottom: 6px;
}
/* -------------------------------------------------------- */

.pf_titrestage {
}
.pf_titrestage h1 {
    border-bottom: 8px #afd91f solid;
    font: normal 26px 'Anton', sans-serif;
    line-height: 28px;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #373737;
}
.pf_titrestage h1 span {
	font-size: 20px;
}
.pf_chapeau {
	font: normal 13px 'Nunito', sans-serif;
    color: #1c1c1c;
    margin: 0px 0 0px 0;
}
.pf_contenu {
	display: block;
	font: normal 11px 'Nunito', sans-serif;
}
.pf_choixtours {
	position: relative;
	height: 95px;
	font-size: 11px;
	line-height: 1em;
	text-align: center;
	font-style: italic;
	min-width: 260px;
}

.pf_choixcircuit {
	flex: 1 1 290px;
	padding: 7px 10px 70px 10px;
	margin-top: 15px;
	position: relative;
	font: normal 11px/15px 'Nunito', sans-serif;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	color: #252525;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.pf_detnbtours { 
	display: none;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 50%;
	padding-right: 8px;
	font:700 52px 'Titillium Web', sans-serif;
}
.pf_ctlegende {
	text-align: left;
	font:700 16px/16px 'Titillium Web', sans-serif;
	position: absolute;
	bottom: 20px;
	left: 50%;
}
.pf_contenu>p {
    background: url(/images/formule/pictos-vert.png) no-repeat 0px 2px;
    padding-left: 60px;
    font: 800 13px 'Nunito', sans-serif;
    margin: 0 0 3px 0;
    color: #1c1c1c;
}

.pf_choixtours button {
	position: absolute;
	top: 15px;
	width: 68px;
	height: 68px;
	border: none;
	cursor: pointer;	
	display: block;
	background: url(/images/cadre/btnnbtours.png) no-repeat bottom left;
}
.pf_choixtours #pfmoinstours {
	left: 15px;
}
.pf_choixtours #pfplustours {
	background: url(/images/cadre/btnnbtours.png) no-repeat top right;
	right: 15px;
}

.listetarif {
	font-size: 11px;
	line-height: 1em;
}
.listetarif .tarif {
	display: block;
	position: relative;
	background: #ccc;
	
	margin: auto;
	margin-bottom: 15px;
	height: 115px;
	border-radius: 10px;
	max-width: 380px;
	min-width: 240px;
	
}
.listetarif .tarif_titre {
	position: absolute;
	top: 7px;
	right: 15px;
	font-weight: bold;
	font-size: 10px;

}
.listetarif .validite {
	position: absolute;
	top: 7px;
	right: 15px;
	font-weight: bold;
	font-size: 10px;
}

.listetarif .tarif .titrepromo {
	display: block;
	position: absolute;
	top: 24px;
	left: -3px;
	width: 100%;
	height: 30px;
	padding: 5px 220px 0px 5px;
	text-align: center;
	font: 500 14px 'Anton', sans-serif;
	color: #000;
	background: #afd91f;	
	border-radius: 3px 0px 0px 3px;
}
.listetarif .tarif#flash .titrepromo {
	background: #0f95ca;	
}
@media (max-width:320px)  {
	.listetarif .tarif .titrepromo { font-size: 0px; }
}



.listetarif .tarif .prix {
	position: absolute;
	top: 55px;
	left: 10px;
	width: 130px;
	font: 500 32px 'Anton', sans-serif;
    color: #afd91f;
    text-shadow: #666 1px 1px, #666 -1px 1px, #666 -1px -1px, #666 1px -1px;
    text-shadow: #fff 1px 1px, #fff -1px 1px, #fff -1px -1px, #fff 1px -1px;
    text-align: center;
    letter-spacing: 0.1em;
}

.listetarif .tarif#flash .prix {
	color: #0f95ca;
}

.listetarif .tarif .prixbarre {
	position: absolute;
	top: 75px;
	left: 135px;
	font: 500 23px 'Anton', sans-serif;
    color: #333;
    text-align: left;
}
.listetarif .tarif .prixbarre svg {
	position: absolute;
	top: 2px;
	left: 5px;
}
.listetarif .prix_3x {
	position: absolute;
	top: 98px;
	left: 10px;
	width: 130px;
	text-align: center;
	font-size: 12px;
	
}
@media (max-width:350px)  {
	.listetarif .tarif .prix {	left: 0px;	}
	.listetarif .prix_3x {	left: 0px; }
	.listetarif .tarif .prixbarre {	
		font: 500 16px 'Anton', sans-serif;
		left: 125px;
	}
	.listetarif .tarif .prixbarre svg {
		position: absolute;
		width: 80%;
		top: -8px;
	}
}
@media (max-width:310px)  {
	.listetarif .prix_3x { display: none; }
	.listetarif .tarif .prix {	top: 65px;	}
	.listetarif .tarif .prixbarre {	 font-size:0;	}
	.listetarif .tarif .prixbarre svg { display: none; }
}
.listetarif .tarif .euro {
	font-size: 0.9em;
	margin: 0px 2px 0px 1px;
	position: relative;
	top: -1px;
	letter-spacing: 0em;
}
.listetarif .tarif .cent {
	display: inline-block;
	font-size: 0.7em;
	position: relative;
	top: -1px;
	letter-spacing: 0em;
}
.listetarif .economie {
	position: absolute;
	top: 10px;
	right: 170px;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	box-shadow: #333 1px 0px 2px;
	text-align: center;
	background: #fff;
	font: 500 28px 'Anton', sans-serif;
}
.listetarif .economie #percent{
	position: relative;
	top: 8px;
	left: 1px;
}
.listetarif .economie #percent span{
	font-size: 0.5em;
	position: relative;
	top: -0.6em;
	left: -2px;
	margin-left: 0.15em;
}
.listetarif .bon1an {
	position: absolute;
	top: 29px;
	right: 15px;
    font: 500 14px 'Anton', sans-serif;
    text-align: right
}
.listetarif select,.select {
	position: absolute;
	top: 28px;
	right:7px;
    font: normal 11px 'Nunito', sans-serif;
    width: 155px;
    max-width: 200px;
    height: 21px;
    border: none;
}
.encartcommander {
	position: absolute;
	right: 10px;
	bottom: 15px;
	font: 900 14px 'Nunito', sans-serif;
	text-transform: uppercase;
	background-color: #afd91f;
	color: #000;
	border: none;
	padding: 5px 10px 5px 10px;
	letter-spacing: -0.05em
}
.pf_ccentete {
	font: normal 14px 'Nunito', sans-serif;
	text-align: center;
}
.pf_ccnom {
	text-align: center;
	font: 500 18px 'Anton', sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px #e4e3e3 solid;
	margin-bottom: 15px;
}
.pf_ccillus {
	display: block;
	margin: 10px 0px 10px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.pf_cclong {
	display: inline-block;
	padding: 0 9px;
	font: normal 10px/18px 'Nunito', sans-serif;
	border-radius: 9px;
	background-color: #e9e9e9;
	margin-bottom: 20px;
}
.pf_choixcircuit button {
	font: 800 36px/36px 'Anton', sans-serif;
	position: absolute;
	bottom: 5px;
	width: 35px;
	border: none;
	cursor: pointer;	
	display: block;
	background: #fff;
	color: #afd91f;
}
.pf_choixcircuit .btnmoins {
	left: 10px;
}
.pf_choixcircuit .btnplus {
	right: 10px;
}
#pf_onglets {
	display: block;
	position: relative;	
	margin: 40px 0px 20px 0px;
	background-color: #dfdede;
	width: 100%;
	height: 40px;
	font: 500 20px/40px 'Anton', sans-serif;
	color: #1a171b;
}
#pf_onglets li {
	display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 60px;
    padding-right: 60px;
    border-right: 5px white solid;
    margin: 0;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    
}
#pf_onglets li::before {
    position: absolute;
    content: '';
    background-color: #afd91f;
    display: block;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 20px;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}
#pf_onglets li:hover, li.selected {
	background: #2d2b2b url(/images/formule/fleche-bas.png) no-repeat right 20px center;
	color: #fff;
	
}

.pf_planning .t {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 6px;
}

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


/* ############# BON COMMANDE ################## */
#boncommande {
   font-size: 13px;
   line-height: 1em;
}

#boncommande .colgauche {
    padding: 10px;
    color: #000;
}
#boncommande .panier {
	display: block;
	margin: 0px 0px 8px 5px;
	font-size: 1.4em;
	color: #666666;
}
#boncommande .colgauche .formule {
	padding: 8px;
    color: #000;
    border-bottom: solid 1px #333;
}
#boncommande .titrestage {
    position: relative;
    font-weight: normal;
    font: 500 22px/20px 'Anton', sans-serif;
    text-transform: uppercase;
	margin-bottom: 5px;
    color: #000;
}
#boncommande .titrestage .nbtours{
    font-size : 31px;
}
#boncommande .titrestage .voiture{    color: #afd91f;}
#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: 35px 10px 10px 10px;
	background: #dddddd;
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
	color: #333;
}
#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;
	font-family: Anton;
	width: 100%;
	left: 0px;
	line-height: 50px;
	font-size: 3em;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	color: #afd91f;
	background: #fff;
}
#boncommande .colgauche #bouton {
    display: block;
	margin: auto;
	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:  #afd91f;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .colgauche #bouton:hover {
	background: #48b8e0;
}
#boncommande .coldroite #bouton {
    display: block;
	margin: auto;
	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:  no-repeat 8px 8px #afd91f;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .coldroite #bouton:hover {
	background: #0f95ca;
}
#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: #afd91f;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .coldroite #valider:hover {
	background: #0f95ca;
}
#boncommande .rubriquetitre {
	position: relative;
    font-family: Anton;
    font-size : 1.2em;
    line-height: 1.1em;
/*    text-transform: uppercase; */
    font-variant: smallcaps;
    color: #0f95ca;
	margin: 30px 0px 10px 0px;
	padding: 9px 0px 9px 55px;
	
}
#boncommande .rubriquetitre .num {
   box-sizing: border-box;
   display: block;
   position :absolute;
   left: 5px;
   top: -2px;
   width: 40px;
   height: 40px;
   background: #0f95ca;
   border-radius: 20px;
   padding: 10px 0px 3px 0px;
   font-size: 1.4em;
   color:#fff; 
   text-align:center;
}
#boncommande .rubrique {
   padding: 7px;
   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: #999; font-weight: normal;}
#boncommande .colgauche .comm_det {font-family: Arial; font-size: 12px; text-decoration: none; color: #999; 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 #0f95ca;

}
#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: #0f95ca;
}


#boncommande .modepaiement {
	position: relative;
  	display: flex;
  	flex-direction: column;
   	align-items:center;
   	justify-content: center;
  	width: 100%;
  	min-height: 45px;
  	min-width: 200px;
  	font-family: MyriadPro;
  	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 div {
	position: relative;
  	display: flex;
   	align-items:center;
   	justify-content: center;
   	margin: 5px;
}
#boncommande .modepaiement img {
	margin-right: 15px;
}
#boncommande .modepaiement:hover {
	background: #eee;
}



@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: #333;
	box-sizing: border-box;
	margin: auto;
	padding: 20px;
	min-height: 300px;
    font-size: 11px;
    line-height: 1.1em;
}
#confirmationcommande .titre {
	color: #afd91f;
	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;
}






/* ############# ESPACE CLIENT ################# */
.espaceclient {
	text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 1.1em;
}
.espaceclient .sectionpage {
	display: block;
/*    background: #ffffff;*/
	padding: 10px 10px 10px 10px;
	margin: 5px;
	clear: none;
    
	text-align: left;
    
}
.espaceclient .ssfond{
    background: none;
	margin-top: 0px;
}
.espaceclient  #resume {
   background: #dddddd;
   border-radius: 5px;
   padding: 10px 10px 20px 10px;
   margin: 10px;
   color: #666666;
}
.ec_video {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
}
.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: 16px;
    color: #333;
line-height: 1.2em;
    text-align :center;
    text-transform: uppercase;
	margin-top: 30px;
}
.espacevideo h1 .stage{

    color: #afd91f;
}

.espacevideo .fbshare {
   box-sizing: border-box;
   width: 100%;
   text-align :center;

   font-size : 18px;
   color: #fff;
   background: #6287d2;
   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;
	margin: 5px;
	clear: none;
	text-align: left;
    color: #333;
}

.espacevideo .ec_videofull {
   position: relative;
   padding-bottom: 56.25%;
   height: 0;
   overflow: hidden;
   max-width: 100%;
}
.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: #afd91f;
	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 : 20px;
    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: 4px;
	width: 29px;
	height: 21px;
	background: #afd91f;
	border-radius: 15px;
	padding: 0px 0px 3px 1px;	
	font-size: 15px;
    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: -1px;
    margin: 5px 2px 2px 15px;
}

.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: #333;
}
#choixdate .stage_2 {
	display: block;
	margin: 8px;
	padding: 3px 6px 6px 25px;
	color: #666;
}
#choixdate .stage_3 {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
    color: #666;
}
#choixdate .stage_4 {
    display: block;
    margin: 8px;
    padding: 3px 6px 6px 25px;
    color: #666;
}
#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;
     font-size : 11px;
     background: #afd91f;

}
.quest_sat .soustitre div {
    text-transform: none;
     font-size : 11px;
}
.qs_hp {
	position: relative;
    font-size : 1em;
    color: #333;
	margin: 10px 0px 30px 0px;
}
.qs_blocreponse {
   display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
    
}
.qs_reponse {
    width: 50px;
    height: 60px;
    text-align:center;
    cursor: pointer;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    color: #333;
    font-size : 11px;
    line-height: 11px;
}
.qs_reponse div {
   display: block;
   width: 20px;
   height: 20px;
   margin: auto;
   margin-bottom: 5px;
   border: none;
   background: url('/images/qs_smiley.png') 0px 0px no-repeat;
   background-size: 120px 40px;
   
}		
.qs_reponse .r1 { background-position : 0px 0px; }
.qs_reponse .r2 { background-position: -20px 0px; }
.qs_reponse .r3 { background-position: -40px 0px; }
.qs_reponse .r4 { background-position: -60px 0px; }
.qs_reponse .r5 { background-position: -80px 0px; }
.qs_reponse .r0 { background-position: -100px 0px; }

.qs_reponse .r1:hover { background-position : 0px -20px; }
.qs_reponse .r2:hover { background-position: -20px -20px; }
.qs_reponse .r3:hover { background-position: -40px -20px; }
.qs_reponse .r4:hover { background-position: -60px -20px; }
.qs_reponse .r5:hover { background-position: -80px -20px; }
.qs_reponse .r0:hover { background-position: -100px -20px; }

.sel .r1 { background-position : 0px -20px; }
.sel .r2 { background-position: -20px -20px; }
.sel .r3 { background-position: -40px -20px; }
.sel .r4 { background-position: -60px -20px; }
.sel .r5 { background-position: -80px -20px; }
.sel .r0 { background-position: -100px -20px; }

.qs_merci {
	position: relative;
	font-size : 1.3em;
	color: #555;
	background: #e4e3e3;
	text-align: center;
	padding: 30px;
	margin: 50px;
}
/* ############### CGV ################## */
#cgv {
	background: #FFFFFF;
	padding: 20px;
	font-weight: normal;
    text-align: center;
	margin-bottom: 65px;
	font-size: 11px;
	line-height: 12px;
}
#cgv h1 { margin-bottom: 8px; }
#cgv .titreart {
    display: block;
	font-size: 1.1em;
	margin: 20px 0px 5px 0px;
    text-decoration: underline;
    color: #afd91f;
    font-weight: bold;
	text-align: left;
}
#cgv li { list-style: disc inside; }
#cgv p, ul { text-align: left; }
.promohome {
    display: block;
    width: 100%;
    height: 300px;
    background: url('/images/promos/480/promo-1.jpg') no-repeat center top;
}
.rubrique .formule .promoimg { color: #000;  top: -5px;}