<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed {
position:fixed;
top:0;
left:0;
}

#reservations h2{
	color:white;
}

.resa{
	width:100%;
	background:#7e8284;
	color:#faf8f8;
}
.resa:hover{
	color:#faf8f8;
}
.arrondi{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.ombre
{
    box-shadow: 5px 5px 5px #9b9b9b;
}

.carousel-control.right,
.carousel-control.left,
.carousel-indicators {
background-image:none !important;
}
.item {
    -webkit-transition: 0.2s ease-in-out left;
    -moz-transition: 0.2s ease-in-out left;
    -o-transition: 0.2s ease-in-out left;
    transition: 0.2s ease-in-out left;
}

/*		General CSS		*/
body{
	background: #faf9f9;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

a:focus{
	color: #fff!important;
	text-decoration: none!important;
}

.container{
	max-width: 1130px;
}

h1, #menu_nav {
	font-family: Raleway,sans-serif;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	font-weight: 300;
}



/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	z-index: 99;
	background-color: #41c17d;
	background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
}

header .logo{
	display: table-cell;
	margin: 15px 100px 0 0;
}

header .imglogotel{display:none}

@media (max-width: 1000px){
	header .imglogo{display:none;}
	header .imglogotel{display:initial;}
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;

	color: #43b779;
	
	font-size: 14px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 25px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #359663;
	color: #ffffff;
}

header nav{
	margin-top: 25px;
	display: table-cell;
}

header nav li{
	float: left;
	margin-left: 20px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #fff;
	font-size: 16px;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #B7EFD1!important;
}


/*		Hero section 		*/
#hero{
	background: url('../img/hero.jpg') no-repeat fixed center top;	
}
#hero_locations{
	background: url('../img/hero_location.jpg') no-repeat fixed center top;	
}
#hero2_locations{
	background: url('../img/hero2_emplacements.jpg') no-repeat fixed center top;
}
#hero_emplacements{
	background: url('../img/hero_emplacements.jpg') no-repeat fixed center top;
}
/*#hero2_emplacements{
	background: url('../img/hero2_emplacements.jpg') no-repeat fixed right center;
}*/
#hero_activite{
	background: url('../img/activite/hero_activite.jpg') no-repeat fixed center top;	
}

.hero{
	display: block;
	position: relative;
	width: 100%;
	height: 400px;
	background-size: cover;
}

.hero2{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	margin-top: 50px;
}

.hero .caption{
	width: 100%;
	margin-top: 20%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
}

.hero .caption h1{
	color: #41c17d;
	font-size: 38px;
	font-weight: bold;
	word-break: break-word;
	font-variant: small-caps;
	text-align:center;
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.hero .caption p{
	color: #D9EDF7;
	
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0 35px 0;
	font-variant: small-caps;
	text-align:center;
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

#slider .caption p{
	margin: 0;
}

a.app_store_btn{
	display: inline-block;
	text-decoration: none;
	padding: 15px 40px;
	border: 2px solid #525252;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 20px 20px 10px 0;
	color: #525252;
	font-size: 16px;
}

.play_icon,
.android_icon,
.iphone_icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 3px;
}

.play_icon{
	background: url('../img/play.png') no-repeat;
}

.iphone_icon{
	background: url('../img/iphone_app.png') no-repeat;
}

.android_icon{
	background: url('../img/android_app.png') no-repeat;
}


a.app_store_btn:hover,
a.app_store_btn:focus{
	border-color: #41c27d;
	color: #41c27d!important;
}

a.app_store_btn:hover .play_icon{
	background: url('../img/play_hover.png') no-repeat;
}

a.app_store_btn:hover .iphone_icon{
	background: url('../img/iphone_app_hover.png') no-repeat;
}

a.app_store_btn:hover .android_icon{
	background: url('../img/android_app_hover.png') no-repeat;
}

a.app_link{
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #636363;
	
	font-size: 16px;
}

a.app_link:hover,
a.app_link:focus{
	text-decoration: none;
	color: #41c27d!important;
}

a.app_store_btn,
.play_icon,
.iphone_icon,
.android_icon,
a.app_link{
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}


.about_video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.about_video iframe{
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.close_video{
    text-decoration: none;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50px;
    right: 50px;
    background: url('../img/close_video.png') no-repeat;
    z-index: 9999;
}



/*		Featured on section 		*/

.featured_on{
	padding: 25px;
	background: #f3f3f3;
}

.featured_on img{
    width : 100%;
    height: 100%;
}


/*		About vert section 		*/

.aboutvert{
	padding: 50px 0;
	background-image: -moz-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -o-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: -webkit-linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
	background-image: linear-gradient(bottom, #47ad76 0%, #47ad76 0.27%, #40c27d 99.46%, #40c27d 100%);
}

.aboutvert img {
	max-width: 100%;
	height: auto;
	margin-top:10px;
}

.aboutvert .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.aboutvert .iphone img{
	width: 100%;
	height: auto;
}

.aboutvert .features_list{
	margin-left: 50px;
	color: #ccc;
}

.aboutvert .features_list h1{
	color: #fff;
	
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.aboutvert .features_list p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

.aboutvert .features_list ul{
	margin-bottom: 30px;
}

.aboutvert .features_list ul li{
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.aboutvert .features_list ul li.location{
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 20px;
	text-indent: 0px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

.aboutvert .features_list table{
	color:#fff;
	border-color:#fff;
}

/* about blanc */
.about img {
	max-width: 100%;
	height: auto;
	margin-top:10px;
}

.about .iphone{
	max-width: 339px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.about .iphone img{
	width: 100%;
	height: auto;
}

.about .features_list{
	margin-left: 50px;
}

.about .features_list h1{
	font-size: 34px;
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 20px 0;
	word-break: break-word;
}

.about .features_list p{
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

.about .features_list ul{
	margin-bottom: 30px;
}

.about .features_list ul li{
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#msg_accueil p, #liste_accueil a{
	color: white;
	font-size: 16px;
	margin-bottom: 45px;
	line-height: 32px;
}

#liste_accueil ul li{
	display: block;
	position: relative;
	color: white;
	font-size: 16px;
	line-height: 44px;
	text-indent: 25px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

#liste_accueil ul li{
 margin-left:10px;
}

#liste_accueil ul li.camera_icon{	
	background: url('../img/icon1.png') no-repeat;
	background-position: 0 3px; 
}

#liste_accueil ul li.video_icon{	
	background: url('../img/icon2.png') no-repeat;
	background-position: 0 3px; 
}

#liste_accueil ul li.eye_icon{	
	background: url('../img/icon3.png') no-repeat;
	background-position: 0 3px; 
}

#liste_accueil ul li.pic_icon{	
	background: url('../img/icon4.png') no-repeat;
	background-position: 0 3px; 
}

#liste_accueil ul li.loc_icon{	
	background: url('../img/icon5.png') no-repeat;
	background-position: 0px 3px; 
}

#liste_accueil ul li span{
	display: inline-block;
}


/*		Footer 		*/

footer{
	padding: 50px 0;
	margin-top:50px;
	text-align: center;
	background: #ccc;
}

footer .app_platform li{
	margin: 0 0 0 60px;
}

footer .app_platform li:first-child{
	margin: 0;
}

footer .copyright{
	margin-top: 60px;
	color: #757171;
	
	font-size: 12px;
	letter-spacing: .5px;
}

footer .copyright a{
	color: #565555;
}

.wdng_classobj#wdng_recherche {
    min-height: 250px;
}


@media (max-width: 1024px) {
	header nav li{
		margin-left:5px;
	}
}




/*		Responsive CSS 		*/

@media (max-width: 767px) {
	
	.notel{
		display:none;
	}

	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #47ad76;
		position: absolute;
		margin-top: 70px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		margin-left:5px;
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #389965;
	}


	header nav li:first-child a{
		border-top: 1px solid #389965;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}






	/*		Hero section 		*/
	.hero{
		padding:0;
	}
	
	.hero .caption {
		margin-top: 60%;
	}

	/*		About Section 		*/
	.about .features_list {
		text-align: left;
		margin: 0;
	}

	.about .features_list ul li{
		margin-bottom: 10px;
	}

	.about .features_list ul li:last-child{
		margin: 0;
	}

	.aboutvert .features_list {
		text-align: left;
		margin: 0;
	}

	.aboutvert .features_list ul li{
		margin-bottom: 10px;
	}

	.aboutvert .features_list ul li:last-child{
		margin: 0;
	}

	a.app_link{
		display: block;
		margin-top: 20px;
	}
}
</pre></body></html>