@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;
}
a {
	text-decoration: none;
	color: inherit;
	outline: none;
}
.largeur, #pf_haut, #pf_bas, #boncommande, .espaceclient, #cgv {
	margin: auto;
	position: relative;
	width: 100%;
	max-width: 1440px;
	min-width: 980px;
}
.hmini {
	min-height: 600px;;
}
.clear {
	clear: both;
}
.sectionpage {
    clear: both;
    width: 100%;
	max-width: 1440px;
	min-width: 980px;
}
.contenu {
	min-height: 600px;
}
/******* HEADER *******/
header{
	display:block;
	height: 124px;
	background-image:linear-gradient(to bottom, #121417 31px, #fff 31px,#fff 31px, #1D2022 31px, #1D2022);
}
.header-title{
	position:absolute;
	right: 550px;
	display:inline-block;
	font:italic 14px/31px Arial;
	text-transform:none;
	color:#aaa;
	margin:0;
	padding:0
}
@media (max-width:1080px){
	header .header-title{font-size:12px; right: 500px;};
}
.header-picto{
	position:absolute;
	right:330px;
	top:10px;
}
.header-picto a { margin-left: 10px; } 
.header-logo{
	height:92px;
	position:absolute;
	top: 49px;
	left: 20px;
}

.header-phone {
	position:absolute;
	display:inline-block;
	width:175px;
	right:0px;
	background:#afd91f url(/images/cadre/picto-phone.png) no-repeat 10px center;
	color:#000;
	font:700 20px/25px 'Titillium Web', sans-serif;
	letter-spacing:-0.02em;
	padding-left:42px;
	padding-right:13px;
	padding-top: 6px;
	white-space:nowrap;
	min-height:40px;
	text-decoration:none;
}
/*.header-phone img {
	height:15px;
	vertical-align:middle;
	margin-bottom:3px;
}*/
.header-compte{
	position:absolute;
	right:180px;
	top: 0px;
	width:150px;
	display:inline-block;
	/*background-color:#373737;
	border-bottom:1px #434342 solid;
	*/
	min-height:40px;
	text-align:center;
	
}
.header-compte .btn-compte{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	display:inline-block;
	vertical-align:middle;
	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;
	margin-right:0;
}	

.bandeau {
	display: block;
	width: 100%;
	min-width: 980px;
	max-width: 1920px;
	margin-bottom: 20px;
}

/* ----- HEADER MENU ------- */
header .menu {
	position: absolute;
	left: 300px;
	top: 80px;
    height: 40px;
    padding: 0 0 0 0;
    margin-top: 0;

}
@media (max-width:1230px) {
	.header-logo{ top: 8px; }
	header .menu { left: 20px; }
	header .header-title{font-size:12px; right: 360px;}
/*	.header-picto {	top: 37px; }*/
}
@media (max-width:1299px){
/*	header #home { display: none;};	*/
}
header .menu>li {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
    color: white;
    text-decoration: none;
    font: 600 16px/20px 'Nunito', sans-serif;

	
}
header .menu>li:first-letter {
	color:#afd91f;
}
header .menuder {
	position: relative;
	background: url(/images/cadre/menu-grey.png) no-repeat center bottom;
}
header .menuder:hover {
	background: url(/images/cadre/menu-green.png) no-repeat center bottom;
}
header .menu>li .ssmenu {
	display: none;
	position: absolute;
	top: 30px;
	left: -00px;
	background: #1d2022;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 400px;
	text-transform: none;
	font-size: 13px;
	z-index: 100;
}
@media (max-width:1230px) {
	header .menu>li .ssmenu { left: -140px; }
}
header .menu>li:hover .ssmenu {
	display: block;
}
header .menu>li .ssmenu a {
	display: block;
	position: relative;
	height: 40px;
	text-align: left;
	margin: 4px 8px;
	padding-left: 65px;
	padding-top: 8px;
	border-bottom: dotted 1px #999;
}
header .menu>li .ssmenu a:last-of-type {
	border-bottom: none;
}
header .menu>li .ssmenu a:hover { color: #afd91f; }
header .menu>li .ssmenu img {
	position: absolute;
	top: 0px;
	left: 5px;
}

/* RECHERCHE */

.headerrecherche {
	display:block;
	position: relative;
	height: 200px;
}

.headercarte {
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
}
.pointcircuit {
	display: block;
	position: absolute;
	background: #afd91f;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: solid 2px #fff;
}
.pointcircuit:hover {
	background: #07b7bd;
}

.hcartedetail {
	position: absolute;
	top: 10px;
	left: 250px;
	display: block;
	width: 240px;
	height: 160px;
    margin-top: 23px;
    position: relative;
    text-align: center;
    border-radius: 20px;
    border-top: solid 2px #afd91f;
    border-bottom: solid 2px #afd91f;
}
.hnomcircuit {
	display: block;
	position: absolute;
	bottom: 90px;
	left: 7px;
	width: 226px;
	font: italic 700 15px/18px 'Titillium Web', sans-serif;
	
	padding: 15px 0px;
	border-bottom: solid 2px #aaa;
	text-align: center;
}
.hnomcircuit div {
	display: block;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
}
.hcartedetail .detailplancircuit {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 7px;
	
}
.hcartedetail .detailplancircuit img {
	width: 100px;
	
}
#motrech {
	position: absolute;
	top: 0px;
	left: 550px;
	display: block;
	padding: 0;
}
.headertitrerech {
	display: block;
	font: italic 700 22px/24px 'Nunito', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin: 15px 0 0 38px;
	padding-bottom: 10px;
	background: url(/images/cadre/barre-sous-titre.png) no-repeat bottom center;
}
.headertitrerech::before {
    content: url('/images/cadre/icon-loupe.png');
    position: absolute;
    left: 0px;
    top: 25px;
}

.headerrecherche button {
    display: block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background: #afd91f;
    color: #000;
    height: 45px;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 200px;
    position: absolute;
}
.headerrecherche button > span {
	display: block;
    font: normal 700 20px/45px 'Titillium Web', sans-serif;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    white-space: nowrap;
}
.headerrecherche form>img {
	position: absolute;
}
.headerrecherche select {
	position: absolute;
	display: block;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    background: #2d2b2b;
    width: 250px;
    color: white;
    height: 45px;
    font: normal 500 14px 'Titillium Web', sans-serif;
    border: none;
    text-align-last: center;
    text-align: center;
}


/*---------- FOOTER ------------*/
footer {
	background: #1C1C1C;
	color: #fff;
	font: normal 12px/16px 'Nunito', sans-serif;
	padding: 20px 0 0 0;
	margin: 0;
	clear: both;

}
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 .bloc {
	float:left;
	margin: 30px;
	width: 500px;
}
footer .annexe {
	clear: both;
	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 ----- */

h1 {
	text-transform: uppercase;
	color: #373737;
	display: inline-block;
	background-color: white;
	font: italic 900 29px/32px 'Nunito', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px; 
	padding: 0;
	padding-bottom: 7px;
	border-bottom: 8px #afd91f solid;
}
.titre-large {
    display: block;
    text-align: center;
    background: url(/images/cadre/bg-titre-large.png) repeat-x 0 10px;
    margin-top: 10px;
    margin-bottom: 20px;

}
.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;
	border: none;
}
.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 32px/32px 'Titillium Web', sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
    color: #575a5c;
}
.baseline-titre-court {
    color: #0f95ca;
    text-align: center;
    font: italic 20px/22px 'Architects Daughter', cursive;
    margin-bottom: 15px;
}

.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: 25%;
	box-sizing: border-box;
	float: left;
	position: relative;
	background: url(/images/home/bg-box-voiture.png) no-repeat top left;	
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
}
.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;
	background-color: #ededed;
	box-sizing: border-box;
	float: left;
	padding: 6px 15px 6px 15px;
	position: relative;
	margin: 10px 0px 10px 30px;
}
.box-link p {
    border-bottom: 1px white solid;
    font: italic 12px/15px 'Nunito', sans-serif;
    padding: 4px 4px 4px 4px;
}
.box-link p:last-of-type{
	border: none;
}
.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;
    margin-bottom: 10px;
    padding: 0 150px 0 150px;
}
.text-home p {
    color:#afd91f;
	font-weight: bold;
}
.home-bandeau-milieu {
	background-color: #222629;
	margin-top:25px;
	height: 246px;
}
.home-bandeau-milieu>div {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top:25px;
}
.home-bandeau-milieu a {
	position: relative;
	width: 25%;
	padding: 0;
}
.home-bandeau-milieu img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


.home-circuits .owl-nav{
	position:absolute;
	top:129px;
	left:0px;
	width:100%
}
.home-circuits .owl-nav div {
	width: 45px;
	height: 45px;
	position:absolute;
}
.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;
}
@media (min-width:1100px){
	home-circuits .owl-prev{ left: -5%; }
	home-circuits .owl-next{ right: -5%; }
}
 

.home-circuit .carte {
	position: relative;
	top: -20px;
	top: 0px;
	float: left;
	width: 20.83333%;
	width: 30%;
	min-height: 0.0625em;
    margin-top: 25px;
    margin-left: 4.16667%;
    padding-left: 0.3125em;
    padding-right: 0.3125em;  
   
}
.home-circuit .point-circuit {
	position: absolute;
    background: url(/images/home/point-circuit.png) no-repeat top left;
    display: block;
    height: 58px;
    width: 30px;
    cursor: pointer;
    transition: all 0.5s;
}
.home-circuit .point-circuit:hover,.home-circuit .point-circuit:active,.home-circuit .point-circuit:focus{transform:scale(0.8)}
.home-circuit .details {
    float: left;
    position: relative;
    width: 29.16667%;
    margin-left: 4%;
    margin-left: 0%;
    padding-right: 4%;
    padding-left: 0.3125em;
    border-right: 2px #d4d4d4 solid;
    font-size: 13px;
}
.home-circuit h4 {
    margin: 0;
    font: 700 30px/32px 'Titillium Web', sans-serif;
    color: #07b7bd;
    letter-spacing: -0.03em;
    margin-bottom: 15px;
    position: relative;
    left: 60px;
    left: -30px;
}

.home-circuit h4::before {
    position: relative;
    top: 2px;
    margin-right: 10px;
    content: url(/images/cadre/deco-quadrillage.png);

}
.home-circuit .details p { text-align: justify; }

.home-circuit .taille {
    position: relative;
    float: left;
    width: 37.5%;
    width: 30%;
    margin-left: 4%;
    padding-left: 0.3125em;
    padding-right: 0.3125em;
}
.home-circuit .taille > span {
	display: inline-block;
    position: relative;
    top: 0;
    left: 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 32px/25px 'Titillium Web', sans-serif;
}

.home-circuit .taille a {
    float: right;
    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-top:18px;
}
.home-circuit .taille a span.sup {
    font: 700 18px/25px 'Titillium Web', sans-serif;
    color: #afd91f;
    padding: 0 5px 0 10px;
}
.home-circuit .taille a span.v {
    font: italic 700 18px/25px 'Titillium Web', sans-serif;
}
.home-circuit .taille img {
	width: auto;
}
.home-circuit .taille .trace {
	max-height:150px;
	width: auto;
}

.home-circuit .taille ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}
.home-circuit .taille li {
	position: relative;
    background: url(/images/cadre/coche-rose.png) no-repeat left 7px;
    padding-left: 65px;
    margin-left: 15px;
    min-height: 27px;
    margin-bottom: 5px;
    font: normal 14px/27px 'Nunito', sans-serif;
}
/*.home-circuit .taille li span {
	display: inline-block;
	min-width: 30px;
	margin: 0 5px 0;
	text-align: center;	
}*/
.home-circuit .taille li span {
	display: block;
	position: absolute;
	left: 20px; top:5px;
	min-width: 30px;
	text-align: center;	
}

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



.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;
    margin-bottom: 15px;
}
.home-deroulement .intro {
    position: relative;
    float: left;
	width: 16%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    font: normal 13px/18px 'Nunito', sans-serif;
    background: url(/images/home/fleche-deroulement.png) no-repeat bottom right;
    padding-bottom: 130px;
}
.home-deroulement ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.home-deroulement li {
	position: relative;
	margin: 10px;
}
.home-deroulement .number {
    position: absolute;
    margin: auto;
    display: block;
    width: 72px;
    height: 72px;
    left: calc(50% - 36px);
    text-align: center;
    color: #afd91f;
    font: normal 72px/72px sans-serif;
    border: 1px #d7d7d7 solid;
    background-color: white;
}
.home-deroulement .bloc {
    border: 1px #d7d7d7 solid;
    margin-top: 55px;
    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: block;
    float: left;
    width: 5%;
    height: 15px;
    background: url(/images/home/fleche-s-deroulement.png) no-repeat top right;
    margin-top: 132px;
}




/* --------------- RUBRIQUE ------------------ */
.rubrique .listeformule li {
	display: flex;
}
.rubrique #titre {
    width: 100%;
    text-align :center;
    display: inline-block;
    font-size: 35px;
    margin: 10px auto 15px auto;
    padding: 0;
    line-height: 39px;
    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: 11px;
    line-height: 14px;
    font-family: 'Nunito', sans-serif;
    color: #2d2b2b;
    margin: 0 0 18px 0;
    text-align: center;
    padding: 0px 100px 0px 100px;
}
.rubrique .chapeau .surligne {
	font-size: 13px;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #0f95ca;
}

.rubrique .circuit .titrecircuit {
	position: relative;
    width: 100%;
    height: 38px;
    text-align: center;   
    background: url(/images/rubrique/rubtitre.png) bottom center no-repeat; 
}
.rubrique .circuit .titre {
    position: relative;
    height: 38px;
    width: 700px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
	padding-left: 80px;
	padding-right: 220px;
	font: 16px/38px 'Titillium Web', sans-serif;
	letter-spacing: -0.02em;
    
}
.rubrique .circuit .titre .trace {
    position: absolute;
    right: 110px;
    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: 6px;
}
.rubrique .circuit .carte {
    position: absolute;
    top: 3px;
    right: 190px;
}

.rubrique .separation {
	width: 100%;
	height: 7px;
	background: url(/images/rubrique/ombre.png) top left repeat-x;
}
.rubrique .formule {
    display: block;
    position: relative;
    height: 113px;
    padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px #d6d5d4 solid;
	overflow: hidden;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.rubrique .coltitre {
	/*float: left;
	width: 40%;*/
	flex: 2 0;
	min-width: 400px;
/*	background: #fcc;*/
}
.rubrique .formule .titrerub {
	font: normal 15px/16px 'Titillium Web';
    padding: 6px 0px 8px 220px;
    color: #333333;
    font-weight: bold;
}

.rubrique .formule .titrerubgras {
	display: block;
    font: bold 14px/15px 'Titillium Web';
    font-style: normal;
    font-weight: normal;
    margin-bottom: 8px;
}
.rubrique .formule .titrerubgras::before {
	content: '';
	display: inline-block;
	background-color: #afd91f;
	width: 9px;
	height: 9px;
	margin-right: 6px;
}
.rubrique .caract {
	display: none;
	padding-left: 210px;
	text-align: left;
}
.rubrique .caract div {
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
}
@media only screen and (min-width: 1280px) {
	.rubrique .caract {	display: block; }
	.rubrique .coltitre { min-width: 550px; }
}
.rubrique .photo {
	position: absolute;
	top: 10px;
	left: 5px;
/*	width: 170px;
	width: 392px;*/
	height: 90px;
}
.rubrique .pictoaac {
    display: block;
    position: absolute;
    top: 5px;
    left: 380px;
    z-index:10;
}
.rubrique .colpromo {
	/*float: left;
	width: 35%;*/
	height:50px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	
/*	background: #ccf;*/
	flex: 1 0;	
}
.rubrique .formule .nbtours {
	/*float: left;
    width: 25%;*/
    min-width: 260px;
    position: relative;
    height: 90px;
	border-left: 1px #b6c0c6 dashed;
	border-right: 1px #b6c0c6 dashed;
	text-align: center;

flex: 1 0;	
/*		background: #cfc;*/
}
.rubrique .formule .nbtours>a {
	display: inline-block;
	position: relative;
	width: 150px;
	top: 10px;
}
.rubrique .formule .nbt {
    display: block;
    position: absolute; 
    right: 75px;
    top: -8px;
    font-size : 36px;
    letter-spacing: 3px;
    font: 600 52px/52px 'Anton', sans-serif;
	color: #afd91f;
	

}
.rubrique .formule .nbt .nbseries {
    font-size : 40px;
}
.rubrique .formule .nbt .nbseriesx {
    font-size : 32px;
    margin: 0px 0px 0px 0px;
}
.rubrique .formule .tours {
    position: absolute; 
    top: 8px; left: 80px;
    font-weight: normal;
    font-size : 20px;
}


.rubrique .formule .auvolant {
    position: absolute; 
    top: 22px; left: 80px;
    font-size : 11px;
    font-weight: normal;
    color: #999999;
}
.rubrique .formuleavecseries .tours { left: 90px; }
.rubrique .formuleavecseries .auvolant { left: 90px; }
.rubrique .formuleavecseries .nbt { right: 65px; }

.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;
}
.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;
}

.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;
	
}


@media (max-width:1230px) {
	.rubrique .formule .nbtours .moins { left: 8px; } 
	.rubrique .formule .nbtours .plus { right: 8px; } 
	.rubrique .formule .explitours { 
		line-height: 0.9em;
		padding: 6px 78px 0px 78px;
	}
	.rubrique .formule .tours {
	    top: 10px; left: 76px;
	    font-size : 16px;
	}
	.rubrique .formule .auvolant {
	    top: 22px; left: 76px;
	    font-size : 10px;
	}
	.rubrique .formule .nbt {
      right: 78px;
	}
}
@media (max-width:1280px) {
	.formuleavecseries .tours {	display: none;	}
	.formuleavecseries .auvolant {	display: none;	}
	.rubrique .formuleavecseries .nbt {  right: 45px;	}
}

.rubrique .formule .blocprix {
	position: relative;
	
    /*position: absolute;
    right: 155px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);*/
    font: normal 21px 'Anton', sans-serif;
    text-align: right;
    line-height: 14px;
}
.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;
}
.rubrique .formule .troisfois {
    font-size : 12px;
    color: #999999;
    letter-spacing: normal;
}

.rubrique .formule .promo {
	display: none;
    position: absolute;
    top: 0px;
    left: 672px;
    height: 100%;
    width: 428px;
}
.rubrique .formule .promoimg {
/*    position: absolute;
    right: 25%;*/
    position: relative;
    width: 100px;
    height: 80px;
    text-align: center;
    /*font: bold 28px/28px 'Architects Daughter', sans-serif;*/
	font: bold 32px/18px Arial, sans-serif;
	letter-spacing:-1px;
    color: #666;
    padding: 25px 0px 0px 0px;
    
    /*
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);*/
        /*background: #00FF00; */
}
.rubrique .formule .promoimg span {
	padding-left: 4px;
	font-size: 20px;
}
.rubrique .formule .promoimg img {
	position: absolute;
	top: 0px;
	left:0px;
	z-index: -1;
}
@media (max-width:1180px) {
	/*.rubrique .formule .blocprix {	top: 58%; }*/
	.rubrique .formule .prixbarre {	
			position: absolute;
			top:-20px; right: 0px;
	}
	/*.rubrique .formule .promoimg { right: 240px; }*/
}
.rubrique .formule .voir {
	display: block;
	position: relative;
	top: 12px;
	margin-right: 15px;
/*    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    */
/*    background: #cff;*/
}
.rubrique .multi {
	display: block;
    position: relative;
    width: 320px;
    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) 287px 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 {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


/* ------------------- PAGE FORMULE ----------------------- */
#pageformule {
}
#pf_haut {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-items: flex-start;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	min-height: 570px;
}
.pfhautcol1 {
	/* en tant qu'element flex */
	order: 0;
	flex: 1 10 auto;
	padding: 0px;
	margin-right: 30px;
}
.pfhautcol2 {
	order: 1;
	width: 415px;
	flex: 0 1 auto;
	margin-right: 30px;
}
.pf_titrestage {
}
.pf_titrestage h1 {
    border-bottom: 8px #afd91f solid;
    font: normal 32px 'Anton', sans-serif;
    line-height: 34px;
    margin-bottom: 7px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #373737;
}
.pf_titrestage h1 span {
	font-size: 26px;
}
.pf_chapeau {
	font: normal 13px 'Nunito', sans-serif;
    color: #1c1c1c;
    margin: 20px 0 20px 0;
}
.pf_contenu {
	display: block;
	border: 1px #c3c3c3 solid;
	padding: 17px;
	font: normal 13px 'Nunito', sans-serif;
}
.pf_choixtours {
	position: relative;
	height: 95px;
	font-size: 11px;
	line-height: 1em;
	text-align: center;
	font-style: italic;
}
.pf_listepromos {
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
}
.pf_choixcircuit {
	order: 3;
	flex: 1 1 290px;
	border: solid 1px #c3c3c3;
	border-top: solid 7px #c3c3c3;
	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;
}
.pf_compo { display: none;	}
.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_offre { display: none; }
.pf_fichecircuit { display: none; }
.pf_planning { display: none;	margin: 10px; margin-bottom: 40px; padding: 10px; border: solid 1px #999; }

.pf_planning .mc {
    margin: 20px;
	column-count: 4;
	column-gap: 15px;
}
.pf_planning .circuit .titre {
    color: #afd91f;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
}
.pf_planning .deplacement {
	margin-bottom: 6px;
}



.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: 25px;
}
.pf_choixtours #pfplustours {
	background: url(/images/cadre/btnnbtours.png) no-repeat top right;
	right: 25px;
}

.listetarif {
	font-size: 11px;
	line-height: 1em;
}
.listetarif .tarif {
	display: block;
	position: relative;
	background: #ccc;
	margin-bottom: 15px;
	height: 115px;
	border-radius: 10px;
	
}
.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: 0px 245px 0px 10px;
	text-align: center;
	font: 500 20px 'Anton', sans-serif;
	color: #000;
	background: #afd91f;	
	border-radius: 3px 0px 0px 3px;
}

.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 .titrepromo {
	background: #0f95ca;	
}
.listetarif .tarif#flash .prix {
	color: #0f95ca;
}

.listetarif .tarif .prixbarre {
	position: absolute;
	top: 70px;
	left: 140px;
	width: 80px;
	font: 500 23px 'Anton', sans-serif;
    color: #333;
    text-align: center;
}
.listetarif .tarif .prixbarre svg {
	position: absolute;
	top: 2px;
	left: 15px;
}

.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 .prix_3x {
	position: absolute;
	top: 98px;
	left: 10px;
	width: 130px;
	text-align: center;
	font-size: 12px;
	
}
.listetarif .economie {
	position: absolute;
	top: 10px;
	left: 150px;
	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;
	background: url(/images/cadre/tick-blanc.png) no-repeat 5px center;
    background-color: rgba(0, 0, 0, 0);
	font: 900 14px 'Nunito', sans-serif;
	text-transform: uppercase;
	background-color: #afd91f;
	color: #000;
	border: none;
	padding: 5px 10px 5px 35px;
	letter-spacing: -0.05em;
	cursor: pointer;
}
.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-around;
	align-items: center;
}
.pf_cctrace {
	width: 50%;
}
.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: 12px;
	line-height: 1.2em;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	align-items: flex-start;
}
#boncommande .colgauche {
    width: 700px;
    padding: 10px;
    color: #333;
	order: 0;
	flex: 1 1 auto;
	margin-right: 30px;

}
#boncommande .coldroite {
    margin-top: 35px;
    margin-right: 10px;
	width: 220px;
	background: #dddddd;
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
	color: #666666;
	order: 1;
	flex: 0 0 auto;
}
#boncommande .panier { display: none; }
#boncommande .colgauche .formule {
	display: block;
	background: #fff;
	padding: 8px;
    color: #333;
    border-left: solid 5px #ccc;
    box-shadow: #ccc 3px 3px 3px;
    margin: 20px 0px 40px 0px;
}
#boncommande .titrestage {
    position: relative;
    font: 500 22px/20px 'Anton', sans-serif;
    text-transform: uppercase;
	margin-bottom: 5px;
}
#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 .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 {
	background: #fff;
	width: 100%;
	left: 0px;
	line-height: 50px;
	font-size: 3em;
	color: #afd91f;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	font: 500 3em 'Anton', sans-serif;
}
#boncommande .colgauche #bouton {
    display: block;
	margin: auto;
	height: 35px;
	cursor: pointer;
    padding: 0px 10px 0px 40px;
    font-family: Anton;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align :left;
    line-height: 26px;
    background: url('/images/cadre/tick-blanc.png') no-repeat 8px 8px #afd91f;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .colgauche #bouton:hover {
	background:url('/images/cadre/tick-blanc.png') no-repeat 8px 8px #48b8e0;
}
#boncommande .coldroite #bouton {
    display: block;
	margin: auto;
	height: 35px;
	cursor: pointer;
    padding: 0px 10px 0px 40px;
    text-transform: uppercase;
    font-family: Anton;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align :left;
    line-height: 26px;
    background: url('/images/cadre/tick-blanc.png') no-repeat 8px 8px #afd91f;
	border-radius: 10px 10px;
	outline:none;
	border:0 none;
}	
#boncommande .coldroite #bouton:hover {
	background:url('/images/cadre/tick-blanc.png') no-repeat 8px 8px #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.3em;
/*    text-transform: uppercase; */
    font-variant: smallcaps;
    color: #0f95ca;
    background: #fff;
	margin: 30px 0px 0px 0px;
	padding: 9px 0px 9px 70px;
	
}
#boncommande .rubriquetitre .num {
   box-sizing: border-box;
   display: block;
   position :absolute;
   left: 10px;
   top: -2px;
   width: 40px;
   height: 40px;
   background: #0f95ca;
   border-radius: 20px;
   padding: 12px 0px 3px 0px;
   font-size: 1.4em;
   color:#fff; 
   text-align:center;
}
#boncommande .rubrique {
   padding: 15px 10px 20px 45px;
   margin: 0px 5px 0px 5px;
   border-bottom: dashed 1px #999;
}
#boncommande .rubrique:last-of-type {
	border-bottom: none;
	margin-bottom: 25px;
}
#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;
}
#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: #afd91f;
}

#boncommande #checkcgv {
	width: 250px;
	 overflow: hidden;
}
#boncommande #cgv {
	background: #FFFFFF;
	padding: 0px;
    font-weight: normal;
    text-align: left;
	margin-bottom: 0px;
	width: 100%;
    min-width: auto;
}


#boncommande .modepaiement {
	position: relative;
  	display: flex;
   	align-items:center;
   	justify-content: center;
  	width: 100%;
  	height: 55px;
  	min-height: 35px;
  	min-width: 200px;
  	font-family: 'Nunito', sans-serif;
  	font-size: 16px;
  	text-align: center;
    border: solid 3px #afd91f;
    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: #eee;
}


@media only screen and (min-width: 1300px) {
   #boncommande {
      padding: 0px 40px 0px 40px;
   }

   #boncommande .coldroite {	width: 300px;	min-width: 300px; }
}

#confirmationcommande {
	/*background: #FFFFFF;*/
    color: #333;
    
	box-sizing: border-box;
	width: 720px; /* 98%; */
	margin: auto;
	padding: 20px;
	min-height: 300px;
    font-size: 14px;
    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;
}

/* ---- Planning ---- */
#planningg {
	padding-bottom: 85px;
}
#planningg #listecircuit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items:flex-start;
}
#planningg #listecircuit .circuit {
    margin: 20px;
	column-count: 2;
	column-gap: 25px;
}
#planningg #listecircuit .circuit .titre {
    color: #afd91f;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 20px;
	
	
}
#planningg .deplacement {
	margin-bottom: 6px;
}

/* ---- Fin Planning ---- */


/* ############# ESPACE CLIENT ################# */
.espaceclient {
	text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.1em;
}
.espaceclient .sectionpage {
	display: block;
/*    background: #ffffff;*/
	padding: 10px;
	max-width: 640px;
	clear: none;
	text-align: left;
}
.espaceclient .ssfond{
    background: none;
	margin-top: 0px;
}
.espaceclient #resume {
	border-radius: 10px;
	padding: 10px 10px 20px 10px;
	margin-right: 20px;
	color: #666666;
	border: solid 1px #666;
    
}
@media only screen and (min-width: 1170px) {
	float: right;
	width: 350px;
}
.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-size: 28px;
    
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: #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;
    
}

.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: #333;
    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 : 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: -3px;
	width: 30px;
	height: 30px;
	background: #afd91f;
	border-radius: 15px;
	padding: 7px 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: #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;
}
.qs_hp {
	position: relative;
    font-size : 1em;
	margin: 10px 0px 30px 0px;
    color: #333;
}
.qs_blocreponse {
    text-align: center;
    margin: 5px 0px 25px 0px;
    color: #333;
}
.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: #333;
    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;
}

/* ############### CGV ################## */
#cgv {
	background: #FFFFFF;
	padding: 20px;
    font-weight: normal;
    text-align: left;
	margin-bottom: 65px;
}
#cgv .titreart {
	display: block;
	font-size: 1.2em;
	font-family: Anton;
	color: #afd91f;
	margin: 20px 0px 5px 0px;
}
#cgv li {
    list-style: disc inside;
}
#cgv p, ul { text-align: justify; }
header {
    background:url('/images/promos/480/header-1.jpg') no-repeat center top #FFFFFF;
}
.header-logo {
	top: 25px;
}
@media (max-width:1230px) {
	.header-logo{ top: 8px; }
}
 

	

 	

	

.box-voiture .promo { color: #666; }
.box-voiture .promo div {
font-size: 30px;
position: relative;
top: -10px; left: 10px;
 transform: rotate(8deg);
}
