header{
	height: 60%;
	background-image: url(../images/hotel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.counterContainer{
	margin-top: 40vh;
	transform: translateY(-100%);
	position: absolute;
	width: 80%;
	left: 10%;
}
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	/* margin-right: 2%;
	margin-bottom: 20px; */
}
.end { margin-right: 0 !important; }
/* Column Grids End */
.counter{
	/* background-color: #ffffff;  */
	padding: 20px 0; 
	border-radius: 5px;
	width: 33.333%;
}
.count-title{ 
	font-size: 3em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	width: 72px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	background-color: #95c11f;
	line-height: 72px;
	border-radius: 50%;
	color: white; 
	box-shadow: 1px 1px 12px #555;
}
.count-text{ 
	font-size: 1.5em; 
	font-weight: normal;  
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center;
	color: white;
	font-family: 'GothaProMed';
}
@media screen and (max-width: 600px){
	.count-text{ 
		font-size: 1.1em; 
	}
}
.fa-2x{ 
	margin: 0 auto; 
	float: none; 
	display: table; 
	color: #4ad1e5; 
}
.introContainer h2{
	font-size: 3em;
	color: #95c11f;
	font-family: 'GothaProMed';
}
.introContainer p{
	width: 80%;
	margin-left: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 600px){
	.introContainer p{
		width: 100%;
		margin-left: 0%;
	}
}
.iconeContainer{
	margin-top: 50px;
}
.introContainer i{
	color: #95c11f;
}
.iconeContainer img{
	width: 80px;
}
.figureContainer{
	margin-top: 25px;
	width: 100%;
	float: left;
}
figure{
	text-align: center;
	font-size: 1.3em;
}
figcaption{
	padding-top: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}
.gallery{
	margin-top: 50px;
	width: 100%;
}

.gallery-cell{
	padding: 20px;
	width: 66%;
	counter-increment: gallery-cell;
}
.tarifHotel-Container{
	padding-top: 0px !important;
}
.tarifHotel-Container h2{
	font-size: 3em;
	color: #95c11f;
	font-family: 'GothaProMed';
}
.tarifChambre{
	margin: 10px;
}
.tarifHotel-Content img{
	width: 100%;
}
.header-tarif{
	font-size: 1.5em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid;
	color: #95c11f;
	font-family: 'GothaProMed';
}
.tarif{
	background-color: #565655;
	display: block;
	text-align: center;
	padding: 10px;
	color: white;
	font-size: 1.3em;
}
.footer-tarif{
	padding-bottom: 10px;
	margin-top: 5px;
}
.tarif-option img{
	width: 80px;
}
table{
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.iconeOption{
	width: 50px;
}
.lienResa{
	text-align: center;
	margin-top: 30px;
}
.lienResa a{
	display: inline-block;
	background-color: #95c11f;
	padding: 8px;
	color: white;
	border-radius: 50px;
	font-size: 1.5em;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  display: none;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}