@charset "utf-8";
@import url("../commun-index.css?v=16");

.tactile {display: none;}

h1 {
	margin-bottom: 0;
}

.main_resu {
	background-color: #fff;
    padding-top: 1px;
}

.main_resu section {
	background-color: #fff;
}

/*
.main_resu section + section {
	padding-top: 14px;
}
*/

.main_resu h2, h3, h4, h5, h6 {
	line-height: 1;
	margin: 14px;
	color: #384547;
}

.main_resu p, .main_resu ul {
	margin-left: 14px;
	margin-right: 14px;
	color: #384547;
	font-size: .9em;
}

/* .main_resu h2, .main_resu .infoPays > p { */
.main_resu .infoPays > p {
	text-align: justify;
}

.main_resu h2, .main_resu .infoPays > * {
	margin-left: 0;
	margin-right: 0;
}

.main_resu p + h2, .main_resu section + section {
	margin-top: 30px;
}

a:active {
	text-decoration: none;
	color: #333DFF;
}

body.toutes, body.mes {
	background-color: transparent;
	width: 1px; /* iFrame sur iPhone */
	min-width: 100%; /* iFrame sur iPhone */
}

.aide {
	background-color: #5c578e;
	color: #eee;
	padding: 0 4px 0 3px;
	border-radius: 4px;
	white-space: nowrap;
}

table.haut {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	width: 100%;
}

td.partenaire {
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 24px;
}

td.partenaire img {
	width:80px;
}

/* bloc recherche */

.recherche {
	background-color: #e6e6e6;
	font-size: .8em;
	position: relative;
}

.multivols img {float:right;}

#titreRecherche {
	padding-left: 10px;
	padding-top: 4px;
	font-size: 18px;
	color: #fff;
	background-color: #e84446;
	text-transform: uppercase;
	height: 35px;
	letter-spacing: .1em;
	margin: auto;
}

#titre {
	font-size:10px;
	color:#fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

#centre_conteneur {width: 100%;margin-top: 25px;}

#infosup1, #infosup2 {
	display: none;
}

/* onglets */

#header {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #fb7274;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#header ul li {
	padding: 4px 10px 0 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#header ul li.actif {
	background-color: #e84446;
}

#header ul li.actif::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgb(230, 230, 230);
	position: relative;
	display: block;
	margin: auto;
	margin-top: 4px;
}

#header ul li:not(.actif):hover {
	background-color: rgb(24, 116, 137);
}

#header > ul a {
	width:auto;
	color: #fff;
}

#resu {
	background-color: #e6e6e6;
	width: 100%;
}

td.centre_contenue {
	background-color:#fff;
	text-align:center;
}

.bloc {
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}

.titreBloc {
	font-size: 1.4em;
	width: 100%;
}

#blocVilles {
	width:33%;
}

#blocVilles input[type="text"] {
	width:100%;
}

#grpNonAdultes div {
	white-space: nowrap;
	overflow: hidden;
}

#blocDemarrer {
	position: absolute;
	padding: 0;
	bottom: 15px;
	right: 18px;
}

#blocDemarrer button {
	max-width: 240px;
	text-transform: uppercase;
}

#aller_flex_bouton, #retour_flex_bouton {
	opacity: .5;
	transition: all .2s;
	margin-bottom: 10px;
}

#aller_flex_bouton:hover, #retour_flex_bouton:hover {
	opacity: .9;
}

#aller_flex_bouton button, #retour_flex_bouton button {
	cursor: pointer;
	font-size: .95em;
	border: 0;
	width: 135px;
	background-color: #fff;
}

.date_flex {
	width: 135px;
	text-align: center;
}

.date_flex label {
	cursor: pointer;
}

.date_flex input {
	vertical-align: middle;
}

.date_flex .date_sel, .date_flex .date_non_sel {
	text-align: left;
	white-space: nowrap;
}

.date_flex .navi img {
	cursor: pointer;
	width: 16px;
	height: 16px;
	opacity: .7;
}

.date_flex .date_sel {
	background-color: #ff8f5c;
}

#resultats {min-height: 550px;}

.jePerso {
	float: right;
	font-size: .95em;
	height: auto;
	line-height: .9;
	outline: none;
	margin: 0 6px 6px 6px;
	padding: 3px 6px 4px 6px;
}

@media screen and (max-width: 990px) {
	select {
		-webkit-appearance: none;
		text-align: center;
		padding-left: 15px !important;
	}
	.recherche {
		font-size: 1em;
	}
	#blocVilles {
		display: block;
		width: 100%;
	}
	#blocDemarrer {
		position: static;
		float: none;
		text-align: center;
		width: 100%;
		padding: 10px;
		bottom: 0;
	}
	#blocDemarrer button {
		font-size: 1.1em;
		width: auto;
		padding: 10px 15px;
	}
	.date_flex .date_sel, .date_flex .date_non_sel {
		font-size: .9em;
		padding: 3px 0;
	}
	#header ul li {
		letter-spacing: 0;
		line-height: 1;
		word-wrap: normal;
	}
	#header ul li.actif::after {
		margin-left: 0;
	}
	.date_flex .navi img {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 950px) {
	.jePerso {
		padding: 9px;
		margin-top: 0;
	}
}

@media screen and (max-width: 990px) and (min-width: 551px) {
	#blocVilles tr {
		display: inline-block;
		width: 50%;
		padding-right: 20px;
	}
	#blocVilles tr td {
		padding-left: 0;
	}
	#blocVilles tr:nth-child(3) {
		display: block;
		width: 100%;
	}
	#blocVilles tr:nth-child(3) td:nth-child(1) {
		display: none;
	}
	#blocVilles tr:nth-child(3) td:nth-child(2) {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.main_resu h2, .main_resu .infoPays > * {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media screen and (max-width: 640px) {
	.bloc {
		padding: .3em .8em;
	}
	#blocVilles tr td {
		padding: 3px 0;
	}
	.titreBloc {
		font-size: 1.2em;
		font-weight: bold;
	}
	#blocAller {
		padding-right: 0;
		width: 49%;
	}
	#blocRetour {
		padding-left: 0;
		padding-right: 0;
		width: 49%;
	}
	#blocPersonnes {
		width: 100%;
		padding-right:0;
	}
	#blocPersonnes #grpAdultes, #blocPersonnes #grpNonAdultes {
		display: inline-block;
		vertical-align: top;
	}
	#blocPersonnes #grpAdultes {
		width: 44%;
	}
	#blocPersonnes #grpNonAdultes {
		width: 54%;
	}
	table.recherche td {
		display: block;
		margin: 0;
		height: auto;
		padding: 0 15px;
	}
	#header ul li {
		font-size: .7em;
	}
	.multivols img {
		position: relative;
		top: -15px;
	}
	.main_resu h2 {
		font-size: 1.3em;
	}
	.main_resu h2, .main_resu .infoPays > * {
		margin-left: 12px;
		margin-right: 12px;
	}
	.jePerso + h2 {
		clear: both;
		margin-top: 55px;
	}
}