@charset "utf-8";

h2 {
	color: #384547;
	margin: 45px 0 10px 0;
}

table.formu {
	width: 100%;
	margin-top: 21px;
	margin-bottom: 0;
}

table.formu > tbody > tr > td {
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

table.formu td.CT {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .1em;
	font-weight: bold;
}

table.formu td.C1, table.formu td.C3 {
	width: 25%;
}

table.formu td.C1 {
	border-right: 1px solid #fff;
}

table.formu td.C3 {
	border-left: 1px solid #fff;
}

.express {
	font-size: 1.05em;
}

table.selection td:first-child {width: 35%;}

#bo {
	margin-top: 5px;
}

.Coul1 {
	color: #fff;
	background-color: #e84446;
}

.Coul2 {
	color: #000;
	text-transform: uppercase;
	background-color: #e6e6e6;
}

.Coul3 {
	color: #fff;
	background-color: #5f777b;
}

.Coul4 {
	color: #fff;
	background-color: #7b9398;
}

.Coul5 {
	background-color: #384547;
	color: #fff;
}

.express label {
	font-size: .7em;
	line-height: 1.1;
	text-align: left;
	font-weight: bold;
}

.act {
	width: 100%;
	background: #ffb64c;
	border: 1px solid rgb(26, 171, 6);
	font-size: 16px; /* pour éviter le zoom sur iPhone */
	padding-left: 5px;	height: 25px; line-height: 25px; /* pour un padding équivalent sur Firefox */
}

option {
	text-align:left;
	background:#fffcd0;
	font-size: 1.3em;
}

option.act {
	text-align:left;
	background:#ffac80;
}

option.aut {
	background:#ddd;
}

input.aut {
	padding: 5px;
	width: 20%;
	border: 0;
}

input.act[type="text"] {
	padding: 5px;
	width: 100%;
	background: #ffbb59;
	border: 1px solid rgb(26, 171, 6);
}

optgroup.sep {
	background:#777;
	color:#fff;
	font-style: initial;
}

optgroup option {
	font-size:1em;
	color:#000;
}

img.part {
	border-color:#003060;
}

.actuellement {
	font-size: 12px;
	color: #000;
	display: inline;
	margin: 0;
}

table.selection {
	font-size: .8em;
	margin-top: 5px;
	width: 95%;
	margin-bottom: 5px;
	margin: auto;
}

table#bo {
	width: 100%;
}

table.selection input[type=checkbox] {
	width: 25px;
	height: 25px;
	vertical-align: sub;
	transition: all .5s;
	background-color: #fff;
	cursor: pointer;
}

table.selection td {
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.2;
}

#sejour {
	font-size: .77em;
	background-color: #fff;
	width: 100%;
}

#sejour td {
	line-height: 1.1;
	padding-left: 10px;
	overflow: hidden;
}

#sejour tr.init td {
	height: 0;
	padding: 0;
}

#sejour td.col3 hr {
	width: 60%;
	margin: 10px 0;
}

#sejour td.col4567 hr {
	margin: 6px 0;
}

#sejour td.col3 hr, #sejour td.col4567 hr {
	height: 2px;
	background-color: #e6e6e6;
}

#sejour tr.depart {
	height:20px;
	white-space: nowrap;
	cursor: pointer;
}

#sejour td.col4, #sejour td.col5, #sejour td.col6, #sejour td.col7 {
	padding: 1px 0;
	cursor: pointer;
	color: #0058FF;
	font-family: Verdana;
	font-size: .9em;
	vertical-align: middle;
}

#sejour tr.depart:hover td {
	background-color: red;
	color:#fff;
}

#sejour tr.depart:hover td img {
	opacity: .3;
}

#sejour tr.ad_cache td:first-child {
	pointer-events: none; /* permet de désactiver le :hover activé dans le tr */
	background-color: transparent !important;
}

#sejour td.col1 {
	overflow: visible;
}

#sejour td.col1 * {
	z-index: 1;
	text-shadow: 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff; /* au cas où le texte déborde sur la photo */
}

#sejour td.col1 {
	width: 15%;
	padding-bottom: 20px;
	color:#CC0000;
	font-size: 1.8em;
}

#sejour td.col2 {
	width: 20%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sejour td.col3 {
	width: 35%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sejour td.col4567 {
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 0;
	height: 1px;
}

#sejour td.col4 {
	width: 4%;
}

#sejour td.col5 {
	width: 7%;
}

#sejour td.col6 {
	width: 10%;
}

#sejour td.col7 {
	width: 10%;
	padding-right: 7px !important;
}

#sejour td.col7 img {
	border-radius: 3px;
}

#sejour tr.ad_nv {
	color: #15161D;
}

#sejour td.ad {
	text-align: center;
	cursor: pointer;
	opacity: .8;
}

#sejour td.ad:hover {
	opacity: 1;
	background: #ff500b;
	color: #fff;
}

@-webkit-keyframes t2 {
	0% {opacity:0;}
	100% {opacity:1;}
}

tbody.gpi {
	display: none;
	opacity: 0;
	-webkit-animation-name: t2; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
	animation-name: t2;
	animation-duration: 1.5s;
}

#sejour tbody.gpsv + tbody.gpi {
	display: table-row-group;
	opacity: 1;
}


#sejour td.col2 img {
	margin-top: 2px;
	margin-bottom: 2px;
	max-height: 400px;
}

#sejour td.col3 input {
	display: block;
	margin-top: 10px;
}

#sejour td.comble {
	opacity: .6;
	padding-left: 0;
}

td .pays {
	color: #384547;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

td .prix {
	color: red;
	position: relative;
	font-size: 1.1em;
}

td .to {
	margin-top: 15px;
	font-size: .6em;
}

td .to2 {
	text-transform: initial;
	float:right;
	display: none;
	max-width: 70%;
	overflow: hidden;
	white-space: nowrap;
}

div.type {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .06em;
}

div.type, div.type span {
	color: #FF7B00;
}

span.duree {
	color: #384547;
}

.titre {
	font-size: 1.15em;
	/* color: #000; */
	display: inline;
}

div.accroche {
	font-size: 1em;
	font-weight: normal;
	color: #384547;
	display: inline;
}

div.acc {margin-top:9px;}

#sejour tr.separation td {
	width: 100%;
	padding: 0;
	padding: 1px;
	background-color: rgba(56, 69, 71, .33);
}

tr.separation_pays td {
	font-size: 22px;
	color: #00A0D0;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	height: 0;
}

.pluspetit {font-size: .9em;}

#ListeVoyagiste {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	margin-top: 15px;
	margin-bottom: 20px;
}

#ListeVoyagiste img {
	margin: 5px;
	box-shadow: 0 0 1px #BFBFBF;
	border-radius: 4px;
}

.msg1 {text-align: justify; color: #555 ; margin: 0 auto 15px auto;}

#sejour tr#TitreResultats td {
	text-align: center;
	background-color: #436E77;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding: 5px;
	text-transform: uppercase;
	margin: 0;
	border-right: 1px solid #436E77;
}

#BilletAvion {
	text-transform: initial;
	font-size: .85em;
	overflow: hidden;
	text-align: left;
}

#nuage {
	text-align: center;
	font-size: .6em;
}

#nuage span {
	padding-left:3px;
	padding-right:3px;
	white-space: nowrap;
}

#nuage a {
	text-decoration:none;
	color:#fff;
}

#nuage a:visited {
	text-decoration:none;
	color:#fff;
}

#nuage a:hover {
	text-decoration:none;
	color: #ffc586;
}

#nuage a:active {
	text-decoration:none;
	color:#333DFF;
}

label {
	transition: all .1s;
}

label:hover {
	color:red;
}

#b3_rech, #b4_rech {
	font: inherit;
	margin: 2px 0;
	font-size: 1.1em;
}

#com0, #com1, #com2 {
	text-align: center;
}

#com1 {
	margin-top: 25px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #ddd;
	padding: 5px;
}

.pointer {
	cursor: pointer;
}

.control--checkbox {
	margin-bottom: 20px;
}

#message_patiente {
	font-size: 1.5em;
	padding: 15px;
	position: fixed;
	top: 330px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, .79);
	color: red;
	margin: auto;
	z-index: 10;
	line-height: 1.1;
}

#autresOffres p:first-child {
	font-size: 1.4em;
	text-align: center;
	margin-top: 35px;
}

#tousPays {
	text-align: center;
	overflow: hidden;
}

#tousPays2 {
	font-size: 1.4em;
	text-align: center;
	margin-top: 35px;
	line-height: 1.9;
	font-weight: bold;
}

#tousPays a {white-space: nowrap;}

#patiente1, #patiente3 {
	background-color: red;
	display: none;
	color: #fff;
	clear: both;
	padding: 10px 15px;
	font-size: 1.1em;
	margin: 2px 0;
}

#patiente1 {padding: 6px 15px;}

.optgroupM {visibility: hidden;}

@media screen and (max-width: 1599px) {
	table.selection {width: 100%;}
	#nuage {font-size: .6em;}
	#sejour td.col1 {width: 15%;font-size: 1.7em;/* padding-top: 18px; */}
	#sejour td.col2 {width: 19%;}
	#sejour td.col3 {width: 30%;}
	#sejour td.col4 {width: 6%;}
	#sejour td.col5 {width: 9%;}
	#sejour td.col6 {width: 12%;}
	#sejour td.col7 {width: 10%;text-align: right;}
}

@media screen and (max-width: 990px) {
	table.formu .C1 {display: none;}
	table.formu td.C3 {width: 30%;}
	#ListeVoyagiste br {display: none;}
	#sejour tr#TitreResultats td {border-right: 0;}
	#sejour tr td[colspan="3"] {border: 0;}
	#sejour td.col1 {overflow: hidden;width: 15%;font-size: 1.3em;padding-top: 10px;border-left: 0;}
	td .to {display: none;}
	td .to2 {display: block;}
	#sejour td.col2 {width: 0%;}
	#sejour td.col2 img {position: absolute; width: 13%; margin-top: 38px; left: 9px;}
	#sejour td.col3 {width: 37%;}
	#sejour td.col3 .pays {display: none;}
	#sejour td.col4567 {border-right: 0;}
	#sejour td.col4 {width: 8%;}
	#sejour td.col5 {width: 13%;}
	#sejour td.col6 {width: 15%;}
	#sejour td.col7 {width: 13%; border-right: 0;}
	#sejour td.comble, #sejour td.ad {width: 100%; border-right: 0;}
	#BilletAvion {display: none;}
}

@media screen and (max-width: 640px) {
	table.formu .C3 {display: none;}
	table.formu td {display: table-cell;width: auto;text-align: left;}
	#sejour {font-size: .9em;}
	#sejour tr td {display: block;}
	#sejour tr.init td {display: none;}
	#sejour tr.separation td {border-top: 10px solid #436E77; padding: 0;}
	#sejour tr td[colspan="3"] {display: none;}
	#sejour td.col1 {width: 100%; padding: 0 10px; font-size: 1.8em}
	#sejour td .to {display: block; font-size: .7em; position: absolute; right: 10px; margin-top: -65px; width: 100px; text-align: center;}
	#sejour td .to2 {display: none;}
	#sejour td.col2 {width: 100%; padding: 0 10px;}
	#sejour td.col2 img {position: static; width: auto; margin-top: 0; padding-right: 2px;}
	#sejour td.col3 {width: 100%; padding: 0 10px; font-size: 1.1em}
	#sejour td .ch6 {font-size: 1.3em;}
	#sejour td.col4567 {width: 100%; padding: 10px; height: auto;}
	#sejour td.col4, #sejour td.col5, #sejour td.col6, #sejour td.col7 {margin: 0; color: #fff; font-size: 1.3em; line-height: 35px;}
	#sejour td.col4 {width: 17%; padding-left: 5px;}
	#sejour td.col5 {width: 27%;}
	#sejour td.col6 {width: 31%;}
	#sejour td.col7 {width: 25%; border-right: 0; margin: 0;}
	#sejour td.comble {width: 100%; border-right: 0; margin: 0 0 10px 0; padding-left: 10px;}
	#sejour tr.depart, #sejour tr.ad_nv {
		display: block;
		background: #FF7B47;
		color: #fff;
		padding: 4px 0;
		border: 0;
		cursor: pointer;
		font-size: 1em;
		margin: 0 10px 4px 10px;
		height: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#sejour tr.depart {overflow:hidden;} /* IOS6 */
	#sejour tr.ad_nv {font-size: 1.2em;padding: 0 0 10px 0;}
	#sejour tr.ad_nv td {padding: 0;}
	#sejour hr {display: none;}
	.pourpub {display: none;}
	.pluspetit {font-size: 1em;}
	#com0 input {width: 100%;}
	#autresOffres {display: none;}
	#b4_rech {font-size: 1.2em;}
	#sejour td.col1 * {pointer-events: none;}
	#sejour tr.depart:hover td {background-color: inherit;}
	#sejour tr.depart:hover td img {opacity: 1}
	#patiente3 {width:100%;}
}

@media screen and (max-width: 480px) {
	#sejour tr.depart {position: relative;}
	#sejour td.col4, #sejour td.col5, #sejour td.col6, #sejour td.col7 {line-height: 1.1;}
	#sejour td.col4 {width: 23%;}
	#sejour td.col5 {width: 77%;}
	#sejour td.col6 {width: 100%; margin-left: 23%;}
	#sejour td.col7 {width: 28%; position: absolute; top: 0; right: 0;}
	table.selection td:first-child {width: 28%; padding-left: 0; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; -o-hyphens: none; hyphens: none; word-wrap: none;}
	table.selection td:first-child + td {padding-right: 0;}
}
