@font-face {
    font-family: 'Exmouth';
    src: url('polices/exmouth_-webfont.eot');
    src: url('polices/exmouth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/exmouth_-webfont.woff2') format('woff2'),
         url('polices/exmouth_-webfont.woff') format('woff'),
         url('polices/exmouth_-webfont.ttf') format('truetype'),
         url('polices/exmouth_-webfont.svg#exmouthregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
	box-sizing:border-box;	
}

html, body {
	margin:0; padding:0; width:100%; height:100%;
	font-family:"Playfair Display"; font-size:14px;
}

body {
	color:#414042;
	background-color:#FFF;
	text-align:center;
}

#main {
	position:relative; top:0; left:0; width:100%; min-height:100%; margin:0 auto;
	text-align:justify;
	background: url('images/fond_accueil.jpg') no-repeat center center #FFF;
	background-size: cover;
	padding-bottom:65px;
}



/* --------------------------------------------------------------- */
/*
/* Header
/*
/* --------------------------------------------------------------- */
#entete {
	position:relative; top:0; left:0;
	min-height:75px;
	background-color: #fff;
}

#entete #conteneur_logo {
	position:relative; top:0; left:0;
	color:#FFF;
	text-align: center;
}

#entete #conteneur_logo:before {
	content:"";
	position: absolute; top: 0; left: -125px;
	width:563px; height:241px;
	background: url('images/fond_logo.png') no-repeat center center;
	z-index:100;
}

#entete #conteneur_logo #logo {
	position: absolute; top: 0; left: 0;
	width:100%;
	color:#FFF;
	font-size: 54px;
	font-family: "Exmouth";
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	z-index:1000;
}

#entete #conteneur_logo #logo .haut_logo {
	display: inline-block;
	padding-top:15px;
}

#entete #conteneur_logo #logo .bas_logo {
	font-size: 39px;	
}

@media only screen and (max-width:800px) {
	#entete #conteneur_logo:before {
		display: none;	
	}
	
	#entete #conteneur_logo {
		position: relative; top: 0; left: 0;
		background-color: #2B3030;
		margin-left:-15px;
		margin-right:-15px;
		border-bottom:10px solid #2B3030;	
	}
	
	#entete #conteneur_logo #logo {
		position: relative; 
		display: block;
		padding:20px 10px;
		border-bottom:1px dashed #C7D853;	
		background-color: #2B3030;	
	}
	
	#entete #conteneur_logo #logo .haut_logo {
		padding:0;
	}
}

@media only screen and (max-width:450px) {
	#entete #conteneur_logo {
		position: relative;	
		
		width:auto;
	}
	
	#entete #conteneur_logo #logo {
		border:none;
		font-size: 48px;	
	}
}


/* --------------------------------------------------------------- */
/*
/* Menu
/*
/* --------------------------------------------------------------- */
#header_menu {
	display: none;	
}

#menu {
	position:relative; top:0px; left:0;
	width:100%; height:30px;
	font-family: 'Montserrat', sans-serif;
	margin:0; padding:0;
	margin-top:25px;
	
}

#menu ul {
	list-style-type:none; margin:0; padding:0;
}

#menu ul li {
	position:relative; top:0; left:0;
	display: inline-block;
	margin:0px; padding:0;
}

#menu ul li a {
	position: relative; top: 0; left: 0;
	text-decoration:none;
	display:block;
	padding:0px 20px 0px 25px;
	text-transform: uppercase;
	font-size:9pt;
	color:#383b3b;
}
#menu ul li.premier_li{
	    padding-bottom: 20px;
}

#menu ul li a:after {
	content:"|";
	position: absolute; top: 0; left: 0;
	color:#d9dbdc;
}
#menu ul li:first-child a:after {
	display: none;	
}


#menu ul li ul {
	position:absolute; top:25px; left:-7px;
	
	display:none;
	
	border:1px solid #dcdede;
	z-index: 100;
	background-color:#FFF;	
	line-height:normal;
}

#menu ul li:hover ul { 
	display:block; 
	margin:2px 0px;
}

#menu ul li ul li {
	clear:left;
	margin:0;
}
#menu ul li a.element_menu_deroulant {
	padding-top:10px;
	padding-bottom:10px;
}
#menu ul li a.element_menu_deroulant:after {
	display:none;
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	#entete #conteneur_logo:before{
		left:-150px;
	}
	#entete #conteneur_logo #logo{
		font-size: 45px;
	}
	#menu ul {
		padding-left:70px;
	}
	#menu ul li a {
		padding: 0px 10px 0px 12.5px;
		font-size:8pt;
	}
}


@media only screen and (max-width:800px) {
	#header_menu {
		display: block;	
	}
	
	
	#bouton_menu {
		float: none;
		font-size: 25px;
		text-transform: uppercase;
		margin: 0;
	}
	
	#boutons_contact {
		line-height: 50px;
		font-size: 25px;	
	}
	
	#boutons_contact a {
		color:#c7d853;
		display: inline-block;
		margin-left:15px;	
	}
	
	#menu {
		height:auto;
		/*display: block !important;*/	
	}
	
	#menu ul li {
		display: block;	
	}
	#menu ul li.premier_li{
	    padding-bottom: 0px;
	}
	
	#menu ul li a {
		font-size: 20px;
		padding:10px 0;
		text-align: center;
		border-bottom:1px dashed #C7D853;
	}
	
	#menu ul li:last-child a {
		border:none;
	}
	#menu ul li a:after {
		display: none;	
	}
}

@media only screen and (max-width:450px) {
	#boutons_contact a {
		margin-left:5px;	
	}
}

/* --------------------------------------------------------------- */
/*
/* Page
/*
/* --------------------------------------------------------------- */
#page {
	position:relative; top:0; left:0;
	min-height:350px;
}


/* --------------------------------------------------------------- */
/*
/* Pied
/*
/* --------------------------------------------------------------- */
#pied {
	position:absolute; bottom:0; left:0;
	width:100%; min-height:42px; line-height: 42px;
	text-align:center;
	background-color: #fff;
	font-size: 12px;
}
/*
#pied .container {
	display:flex;
	flex-direction: row;
	align-items:center;
}*/

#conteneur_actus{
	background-color:#fff;
	position: relative;
    z-index: 20;
    padding:30px;
}
#conteneur_galerie{
	background-color:#fff;
	position: relative;
    z-index: 20;
    padding:30px;
}


#pied .abus_alcool, #pied .mentions {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;	
}


#pied a {
	color:#414042;
	text-decoration: none;	
}

#pied #langues {
	display: inline-block;
	/*margin-left:55px;*/
}

#pied #langues a {
	display: inline-block;
	margin:0 5px;
	height:20px;
	vertical-align: middle;
}
#pied #langues a img {
	height:20px; display: block;	
}

@media only screen and (max-width:450px) {
	#pied  {
		line-height: 22px;
		font-size: 13px;
		height:100px;
		height:auto;
		min-height: 65px;
	}
	
	#pied .container {
		display: block;	
		text-align: center;
	}
	
	#pied .container div {
		margin:10px 0;	
	}
}

/* --------------------------------------------------------------- */
/*
/* Général
/*
/* --------------------------------------------------------------- */

.vert {
	color:#c7d853;
}

a img {
	border:none;	
}

#page .conteneur_texte {
	position: relative; top: 0px;	left: 0;
	padding:30px;
	margin-bottom:150px;
}
#page .conteneur_texte:before {
	content:"";
	position: absolute; top: 0; left: 0;
	width:100%; height:100%;
	background: url('images/fond_accueil.jpg') no-repeat center center;
	overflow:hidden;
	-webkit-filter: blur(7px); /* Chrome, Safari, Opera */
    filter: blur(7px);
    z-index:1;
}
#page .conteneur_texte:after {
	content:"";
	position: absolute; top: 0; left: 0;
	width:100%; height:100%;
	background-color:rgba(255,255,255,0.2);
	z-index:2;
}

#page .conteneur_texte .texte {
	position: relative; top: 0; left: 0;
	padding:20px;
	background-color: #fff;
	z-index:10;
}
#page .conteneur_texte .texte.triangle:before {
	content:"";
	position: absolute; top: 50%; left: 50%;
	width:400px; height:400px;
	margin-top:-200px; margin-left:-200px;
	border:1px solid #FFF;
	transform:rotate(45deg);
	z-index:0;	
}

#page .conteneur_texte .texte * {
	position: relative;
	z-index:10;	
}

#page .conteneur_texte .texte p {
	line-height: 29px;	
}


#page h1 {
	position: relative; top: 0; left: 0;
	text-align: center;
	font-family: "Exmouth";
	font-size: 52px;
	margin-top:0;
	font-weight: normal;
	padding-bottom:5px;
	margin-bottom:25px;
}
#page h1:before {
	content:"";
	position: absolute; bottom: 0; left: 50%;
	width:22px; height:2px;
	margin-left:-11px;
	background-color: #e0e99f;	
}

#page .bouton {
	position: relative; top: 0; left: 0;
	display: inline-block;
	height:39px; line-height: 35px;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: 12px;
	border:2px solid #e6e7e8;
	color:#414042;
	letter-spacing: 2px;
	padding:0 25px;
	margin-top:15px;
	text-decoration: none;
}

#page .bouton i {
	margin-right:10px;
	font-size: 15px;
	color:#C7D853;	
}


@media screen and (max-width: 800px) {
	.triangle:before {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	#page h1 {
		font-size: 45px;
	}
	#page .conteneur_texte {
		padding:0px;
	}
	#page .conteneur_texte:before{
		display: none;
	}
}


#page .center { text-align:center; margin-left:auto; margin-right:auto; }
#page .left { float:left; margin:0 1em 0.5em 0; }
#page .right { float:right; margin:0 0 0.5em 1em; }
#page .clear { clear:both; }
#page hr { border-color:#ac2; color:#ac2; }

.cache { display:none; position:absolute; width:1px; height:1px; overflow:hidden; }
.print { display:none; }
.noprint { }


/* ------ Formulaire ------ */
#page form {
	margin:0; padding:0;
	text-align: left;	
}

#page form label {
	text-align: left;
	font-weight: normal;
}

#page form b {
	color:#F00;	
}

#page form input[type="text"], #page form input[type="tel"], #page form input[type="email"], #page form select {
	border:1px solid #cbd392;
	border-radius:5px;
	padding:3px;
}
#page form textarea {
	border-radius:5px;	
	border:1px solid #cbd392;
}


/* -- Bouton submit -- */



/* -- Bouton submit avec icone --*/
#page form button {
	background-color: #c1c988;
	color:#FFF;
	border:none;
	padding:5px 20px 5px 17px;
	border-radius:5px;
	text-transform: uppercase;
}

#page form button i {
	margin-right:15px;	
}

#page form b {
	position: absolute; top: 0; right: 0px;	
}



#page form .obligatoire {
	float:left;
	display: inline-block;
	margin-top:15px;
}

#page form .obligatoire b {
	position:relative;	
}



/* ------- Zoom DW ------- */
#z_ombre { 
	background-color:#222; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity:90); opacity:0.9; 
}
#z_image {
	border:10px solid #fff; 
	visibility:hidden; 
}
#z_titre { 
	height:10px; 
	color:#FFF; 
	background-color:#000;  
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity:70); 
	opacity:0.7; 
}
#z_close { 
	visibility:hidden;
}
