@charset "utf-8";

/* General */
main, footer{
	font-size: 0.9rem
}

/* Header / Logo / Phone */
#header-logo { color: #fff; padding: 10px; }
#header-logo .logo { float: left; margin-right: 8px; }
#header-logo h1 { color: #ddd; font-size: .9em; }

#header-logo strong {
	color: #fff;
	font-size: 1.3em
}
#header-telephone { color: #ddd; text-align: right; }

.col {margin-top: 16px}

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.telephone { color: #f8283b; font-size: 1.3em; display: block; }

#header-telephone a:hover { text-decoration: none; }
.horaires { font-size: 13px; color: #000; }

/********************/
/* Navigation*/
/********************/
.navbar { z-index: 500; }
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
   padding-left: 1rem;
}

header li.nav-item:last-child { border-right: 0px solid #FFF!important; }
.zoom { transition: transform .4s; text-shadow: 0 0 10px black; }
.zoom:hover { transform: scale(1.2); text-shadow: 0 0 10px black; }

#listeDestination li, .imgListe img {
	float: left; list-style: none; margin: 0.2rem;
}



/* Adds margin bottom to the images NOT IN panels */
.image-grid img { margin-bottom: 1rem; }

/* Videos */

.cover {
  position: absolute;
  top: 131px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 454px;
}
.cover .hi {
	position: absolute;
	top: 0; left: 50%;
	padding-top: 155px;
	transform: translate(-50%, 0);
	color: #fff;;
	font-size: 40px;
  	-webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
	font-weight: 800;
	text-align: center;
}
.cover .hi span { text-shadow: 0 0 9px #000; }
.cover .hi a { font-size: 16px; font-weight: bold}
.cover .hi em {
  font-style: normal;
}
.cover .hi em.hidden {
  display: none;
}
.tv {
  position: absolute;
  top: 131px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.tv .screen.active {
  opacity: 1;
}
.bgNav { top: 126px!important; }

/* Content */
h2 { line-height: 2em; font-size: 1.5em; margin: 15px 0; }
h2.text-left {
	border-bottom: 1px solid #dfdfdf;
	border-image: linear-gradient(90deg, #0087cb, #fff) 1;
}

div.gradient .jumbotron {
	padding: 2rem 2rem!important;
	background: transparent;
	margin-bottom: 0;

}
div.jumbotron h1 {
	/*color: white;*/
} 
div.jumbotron object{ margin: 0 50px 0 auto; }
.gradient  {
		background: rgb(233,236,239);
		background: linear-gradient(135deg, rgba(233,236,239,1) 0%, rgba(255,255,255,1) 56%, rgba(233,236,239,1) 100%);
}
div.gradient  { margin-bottom: 1.5rem; }
footer.gradient  { 
	margin-bottom: 0; 
	background: rgb(233,236,239);
	background: linear-gradient(135deg, rgba(233,236,239,1) 0%, rgba(255,255,255,1) 56%, rgba(233,236,239,1) 100%);
}

/********************/
/* Footer */
/********************/
footer {
	padding: 20px 0; 
	/*border-top: 1px solid #ccc;*/
	margin-top: 20px;
}
.footer-travelevasion  {
	margin-bottom: 10px!important;
}
.footer-travelevasion ul li {
	float: left;
	margin: 0 10px 10px 0; list-style: none;
}

/********************/
/* Responsive Rulez */
/********************/


@media screen and (max-width:39.9375em) {
	
	div.page-drop { background: #000; }

	#header-telephone {
		text-align: center;
		border-top: 1px solid #ccc;
		padding-top: 7px;
	}

	.telephone, .horaires { display: block; }

	.horaires a {
		display: block;
		margin-top: 7px; padding: 8px;
		text-decoration: none; font-weight: bolder;
		border-top: 1px solid #ccc;
	}

	#header-logo { text-align: center; }
	#header-logo .logo { float: none; margin-bottom:5px; }
	.entete-landing { height: 250px; }
	.entete-landing .photo-landing {
		object-fit: cover;
		height: 250px;
	}
	.cover, .tv { top: 218px; }
	div.jumbotron { text-align: center; }
	div.jumbotron object { float: none!important; margin: 0 auto 10px auto; }
	
}

/* Affichage intermediaire et tablettes */
@media screen and (min-width:40em) and (max-width:63.9375em) {
	#block-communication,
	img.reass {
		display: none
	}
	.price-landing {
		font-size: 30px;
		top: 200px
	}
}
