@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Chivo);
@import url(https://fonts.googleapis.com/css?family=RobotoDraft:100,300,400,500,700,900,100italic,300italic,400italic,500italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700,900);

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	font-family: 'Hind', sans-serif;
}

html, body {
	height: auto;
	min-height: 100%;
}	



/* Global */

#formulaire select {
	padding: 4px 10px 4px 5px;
}

#formulaire label {
	color: #444;
}

#formulaire input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-sizing: border-box;
}


/* Résultat */

span#resultatNom p,
span#resultatPrenom p,
span#resultatTel p,
span#resultatEmail p,
span#resultatMdP p,
#resultatForm p,
span#resultat_Email p,
#resultat_Form p {
	text-align : center;
	margin-top:20px;
	background: #ffd14d; /* #fff7e2; et rgba(30, 64, 141, .2); */
	padding: 12px 30px;
	color: #444; /* #1e408d; */
}	


.is-selected .pika-button,
.has-event .pika-button {
    color: #fff !important;
    font-weight: bold;
    background: #5db9de;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-today .pika-button {
    color: #5db9de;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover
.pika-button {
    background: #1e408d !important;
}
	
	












/* Fil de navigation */

#fil {
	border-top: solid 2px white;
	width: 70%;
	margin: auto;
}

#fil span.word {
	box-sizing: border-box;
	margin: 15px 10px 10px;
	width: calc((100% - 60px) / 3);
	display: inline-block;
	text-align: center;
	font-weight: 400;
	color: #7a8ea7;
	position: relative;
	vertical-align: top;
}

#fil .active::before {
	content: "";
	width: 12px;
	height: 12px;
	text-align: center;
	display: table;
	margin: auto;
	position: absolute;
	left: calc(50% - 7px);
	border: solid 2px white;
	border-radius: 50%;
	top: -22px;
	background: #f4ba36;
	box-shadow: 1px 1px 12px #c2cdd5;
}

/*#fil span.split {
	content: "-";
	width: 30px;
	text-align: center;
	display: inline-block;
}

#fil span.split {
	width: 30px;
	text-align: center;
	display: inline-block;
}*/















/* Step 1 */

.step1 {
	background: rgba(255, 255, 255, 0.28);
	padding: 20px 40px;
}

.step1 #container {
	width: 100%;
	height: 600px;
}

.step1 #formulaire {
	overflow: hidden !important;
}

.step1 h1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Arial', sans-serif;
	margin-bottom: 18px;
	color: white;
}

.step1 #formulaire label {
	color: #000;
}

.step1 #formulaire label[for="jour_depart"],
.step1 #formulaire label[for="date_retour"],
.step1 #formulaire label[for="heure_arrive"],
.step1 #formulaire label[for="heure_atterrissage"] {
	font-size: 14px;
    font-weight: 700;
    color: #1e408d;
    display: block;
}


.step1 .left {
	margin-right: 15px;
}

.step1 .left,
.step1 .right {
	width: calc((100% - 15px) / 2);
	display: inline-block;
	vertical-align: top;
}


.step1 label {
	margin-bottom: 14px;
}

.step1 label[for="heure_arrive"],
.step1 label[for="heure_atterrissage"] {
	display: block;
}

.step1 .precision {
	display: block;
	width: 100%;
	margin-top: 14px;
	font-size: 15px;
	font-weight: 400;
    color: #222;
}

.step1 .left .precision {
	font-weight: 600;
}

.step1 > div > .precision {
    color: #fff !important;
}

.step1 #formulaire input {
	border: 1px solid silver !important;
}

.step1 #formulaire input:focus {
	border: 1px solid #1e408d !important;
}

.step1 #formulaire select {
	border: none;
	margin: 0 4px;
}

.step1 #formulaire input:not(#submit),
.step1 #formulaire select {
	color: gray !important;
	font-size: 14px;
}

.step1 #formulaire input[type="submit"] {
	color: #fff;
	display: table !important;
	border: none !important;
	float: right;
	text-transform: uppercase;
	-webkit-appearance : none;
	background: #f5a431 !important;
	cursor: pointer;
	padding: 0 20px !important;
	width: auto !important;
	margin: auto;
	font-weight: 600;
	letter-spacing: 1px;
	transition: .3s;
}

.step1 #formulaire input[type="submit"]:hover {
	background: #e33327 !important;
}













/* Step 2 et 3 */

.step2,
.step3,
.step4,
.step5 {
	background: #d4dfe7;
}

.step2 #container,
.step3 #container,
.step4 #container,
.step5 #container {
	height:100%;
	width: 1200px;
	margin:auto;
	padding: 160px 0 50px;
}


/* Step2 */

.step2 #container .coordonnees,
.step2 .vol,
.step2 .options,
.step2 .infos {
	background: rgba(137, 202, 227, 0.8);
	padding: 20px;
	display: inline-table;
	box-sizing: border-box;
	width: 100%;
}

.step2 .col {
	display: table-cell;
	width: auto !important;
  padding: 10px;
}

.step2 select {
	display: inline !important;
	width: auto;
}

/* Tarif */
.tarif {
	background: #fff; /* #fff7e2; */
    display: block;
    padding: 30px;
}

.tarif:first-line {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #1e408d;
	font-weight: 600;
}

.tarif .highlight {
	font-weight: 600;
}

/* Vol */
.vol .col {
	width: 50% !important;
}

.vol select {
	max-width: 100px !important;
}

.infos-vol,
.infos-vehicule,
.infos-special {
	width: 100%;
	display: inline-table;
}

.infos-vehicule {
	padding: 10px 0;
}

.infos-vol {
	background: #54b8e0;
	margin-bottom: 15px;
	padding: 10px;
	box-sizing: border-box;
}

.infos-special::after {
	content: "";
	display: table-caption;
	height: 1px;
	width: 100%;
	text-align: center;
	background: #54b8e0;
	margin: 0 auto 10px;
}

/*.infos-special {
	padding: 0 15px;
}
*/

/*.step2 .left,
.step2 .right {
	width: calc((100% - 30px) / 2);
	display: inline-block;
	vertical-align: top;
}

.step2 .left {
	margin-right: 10px;
}

.step2 .right {
	margin-left: 10px;
}*/



/* Formulaire */

.step2 #formulaire br {
	display: none;
	font-size: 0;
}

/*.step2 #formulaire2,
.step2 #formulaire {
	background: rgba(137, 202, 227, 0.8);
    padding: 0 30px 30px;
}*/

.step2 #formulaire h1 {
	padding: 50px 0 12px;
	margin-bottom: 0;
	color: #5e5e5e;
	font-size: 24px;
	font-weight: 500;
}

.step2 #formulaire h1 .num {
	display: inline-block;
	border-radius: 4px;
	color: white;
	background: #f4ba36;
	padding: 4px 12px;
	margin-right: 10px;
	font-weight: 500;
}

#formulaire2 label[for="jour_depart"],
#formulaire label[for="jour_depart"],
#formulaire2 label[for="date_retour"],
#formulaire label[for="date_retour"] {
	color: #1e408d;
	font-size: 20px;
}

.step2 #formulaire label {
	display: block;
	margin-bottom: 4px;
}

.step2 #formulaire input {
	border: 1px solid #54b8e0 !important;
	/*width: auto;*/
	color: gray;
	margin-bottom: 8px;
	transition: .3s;
}

.step2 #formulaire input:focus {
	border: 1px solid #1e408d !important;
}

.step2 #formulaire select {
	border: none;
	color: gray;
	margin-bottom: 8px;
}

.step2 #formulaire textarea {
	border: none;
	color: gray;
	margin-bottom: 8px;
	padding: 12px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #54b8e0 !important;
	box-sizing: border-box;
	transition: .3s;
}

.step2 #formulaire textarea:focus {
	border: 1px solid #1e408d !important;
}

.step2 #formulaire input[type="submit"],
.step3 input[type="submit"] {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	background: #f4ba36;
	cursor: pointer;
	padding: 0 20px;
	width: 80%;
	margin: 0 auto;
	/*border: solid 1px white !important;*/
	border: none !important;
	font-weight: 600 !important;
	-webkit-appearance : none;
	letter-spacing: 1px;
	transition: .3s;
}

.step2 #formulaire input[type="submit"]:hover,
.step3 input[type="submit"]:hover {
	color: #f4ba36;
	background: #FFFFFF;
}

.step2 .consigne {
	margin-top: 20px;
	text-align: center;
}












/* Step 3 */
.step3 h1,
.step4 h1 {
	padding: 50px 0 12px;
	margin-bottom: 0;
	color: #5e5e5e;
	font-size: 24px;
	font-weight: 500;
}

.step3 h2,
.step4 h2 {
	padding: 0px 0 12px;
	margin-bottom: 0;
	color: #1e408d;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Hind', sans-serif;
}

.step3 .blocs,
.step4 .blocs {
	margin-bottom: 50px;
	display: inline-table;
	width: 100%;
}

.step3 .bloc,
.step4 .bloc {
	display: table-cell;
	vertical-align: top;
	width: calc((100% - 30px) / 3);
	padding: 20px 35px;
	box-sizing: border-box;
	background: #98cee4;
}

.step3 .blocs .bloc:first-child,
.step4 .blocs .bloc:first-child {
	margin-right: 15px;
	border-right: solid 15px #d4dfe7;
}

.step3 .blocs .bloc:last-child,
.step4 .blocs .bloc:last-child {
	margin-left: 15px;
	border-left: solid 15px #d4dfe7;
}

/* Paiement */
.step3 #formulaire {
	overflow: hidden;
}

.step3 .payement {
	display: inline-table;
	width: 100%;
}

.step3 .left,
.step3 .right {
	display: table-cell;
	vertical-align: top;
	width: calc(50% - 15px)
}

.step3 .left {
	margin-right: 15px;
	border-right: solid 15px #d4dfe7;
	min-width: 350px;
	background: white;
}

.step3 .left h2 {
	background: white;
	padding: 20px 0 0 35px;
}

.step3 .right {
	background: #efefef;
    padding: 20px 35px;
}

.step3 .right #cgv,
.step3 .right #rgpd {
	display: inline;
	width: auto;
	height: auto;
	margin-right: 10px;
}

.step3 .red-highlight {
	color: #c4161c;
}


/* Buttons */
.step3 .buttons {
	float: right;
}

.step3 input[type="submit"] {
	width: auto !important;
	display: inline-block !important;
	-webkit-appearance : none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	margin-top: 20px;
}

.step3 .cancel,
.step3 .go-back {
	-webkit-appearance : none;
	width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 3px;
	padding: 0 20px;
	color: #fff;
	transition: .3s;
}

.step3 .cancel {
	background: #888;
}

.step3 .go-back {
	background: #54b8e0;
}

.step3 .cancel:hover {
	background: #666;
}

.step3 .go-back:hover {
	background: #4aa6cb;
}







/* Step 4 */

.step4 .total {
	margin-bottom: 30px;
}

.step4 .informations {
	margin-bottom: 50px;
}

.step4 .red-highlight {
	color: #c4161c;
}







/* Step 5 */

.step5 #container img {
	display: inline;
}























/* RESPONSIVE */


@media screen and (max-width: 1200px) {

    .step2 #container,
    .step3 #container,
    .step4 #container,
    .step5 #container {
		width: 90%;
	}

	#fil {
		width: 100%;
	}

}



@media screen and (max-width: 768px) {

	.step2 .col {
		display: inline-table;
		width: 100% !important;
	}

	.step3 .bloc,
	.step4 .bloc {
		display: block;
		width: 100% !important;
	}

	.step3 .blocs .bloc:first-child,
	.step4 .blocs .bloc:first-child {
		margin-bottom: 15px;
		margin-right: 0;
		border-right: none;
	}

	.step3 .blocs .bloc:last-child,
	.step4 .blocs .bloc:last-child {
		margin-top: 15px;
		margin-left: 0;
		border-left: none;
	}

	.step3 .left,
	.step3 .right {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.step3 .left {
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 480px) {

	.step1 .left,
	.step1 .right {
	    width: 100%;
	    display: inline-block;
	    vertical-align: top;
	}

	.step1 .left,
	.step1 .right {
		margin-bottom: 20px;
	}

	.step1 label[for="heure_arrive"],
	.step1 label[for="heure_atterrissage"] {
	    margin-top: -20px;
	}

	.step2 #formulaire h1 {
		text-align : center;
	}

}

















/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------                --------------- */
/* ---------------   CSS GLOBAL   --------------- */
/* ---------------                --------------- */
/* ---------------      MENU      --------------- */
/* ---------------       +        --------------- */
/* ---------------     FOOTER     --------------- */
/* ---------------                --------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */

