@charset "UTF-8";
/* CSS Document */


/* POLICES */

@font-face {
    font-family: 'DeutschGothic';
    src: url('../fonts/DeutschGothic/Deutsch-Gothic.eot');
    src: url('../fonts/DeutschGothic/Deutsch-Gothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DeutschGothic/Deutsch-Gothic.woff2') format('woff2'),
        url('../fonts/DeutschGothic/Deutsch-Gothic.woff') format('woff'),
        url('../fonts/DeutschGothic/Deutsch-Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
Semplicita Pro Light
font-family: "semplicitapro", sans-serif;
font-weight: 300;
font-style: normal;
Semplicita Pro Regular
font-family: "semplicitapro", sans-serif;
font-weight: 400;
font-style: normal;
Semplicita Pro Italic
font-family: "semplicitapro", sans-serif;
font-weight: 400;
font-style: italic;
Semplicita Pro Medium
font-family: "semplicitapro", sans-serif;
font-weight: 500;
font-style: normal;
Semplicita Pro Semibold
font-family: "semplicitapro", sans-serif;
font-weight: 600;
font-style: normal;
Semplicita Pro Bold
font-family: "semplicitapro", sans-serif;
font-weight: 700;
font-style: normal;

PT Sans Narrow Regular
font-family: "pt-sans-narrow", sans-serif;
font-weight: 400;
font-style: normal;
PT Sans Narrow Bold
font-family: "pt-sans-narrow", sans-serif;
font-weight: 700;
font-style: normal;

*/

/* PAGE */

body {
	background-color: #FFF4E6;
	text-align: center;
	font-family: '';
} 

/* NAVBAR CONTACT */

.navbar {
	background-color: #E6F5FE;
	display: flex;
  	align-items: center;
	text-align: center;
}


.navbar-nom {
	font-family: 'DeutschGothic';
	font-size: 0.75em;
	color: #434E7F;
	padding-top: 15px;
	margin-right: 10px;
}

.nav-link {
	font-family: 'semplicitapro';
	color: #434E7F;
	font-size: 0.75em;
}

.navbar a {
    font-family: 'semplicitapro';
	color: #434E7F;
}

.navbar a:link {
	color: #434E7F;
}

.navbar a:visited {
	color: #434E7F;
}


.navbar a:hover {
	color: #A0C3A3;
}


.navbar-toggler {
  color: #434E7F;
	border: 0;
}

.navbar-toggler:hover {
  color: #A0C3A3;
  transition: ease 0.3s;
}

.navbar-toggler[aria-expanded="true"] {
color: #839EFF!important;
}




.gpsheaderimg {
  border: 0;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}


.dropdown-menu{
  background-color: #E6F5FE;
  border: none;
  transition: .4s ease;
}





.dropdown-item {
	font-family: 'semplicitapro';
	color: #434E7F;
}

.dropdown-horraires {
	font-family: 'semplicitapro';
	color: #434E7F;
	    padding-left: 5px;
	padding-right: 5px;
	width: 320px;
	text-align: left;
}

@media (max-width: 990px) { 
.drop-down-gps{
	text-align: center;
    margin: 0 auto;
}
.dropdown-horraires {
	text-align: center;
    margin: 0 auto;
}
	}


.dropdown-horraires-details {
	font-size: 0.75em;
}

h1 {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.5;
}

h2 {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
	line-height: 1.5;
}


.social-icons {
	display: flex;
	flex-direction: row;
    justify-content: center;
}

.social-icons li{
	display: flex;
	flex-direction: row;
    justify-content: center;
}

.icon_f {
  font-size: 1em;
  color: #434E7F;
  margin: 0 10px;
  transition: all 0.5s ease;
padding-top: 2.5px;
}

.icon_i {
  font-size: 1.3em;
    color: #434E7F;
    margin: 0 10px;
    transition: all 0.5s ease;
}

.icon_f:hover {
    transform: scale(1.2);
    color: #A0C3A3;
}

.icon_i:hover {
    transform: scale(1.2);
    color: #A0C3A3;
}




/* PREZ */

.INTRO {
	text-align: center;
	margin: 0 auto;
	margin-top: 0;
	width: 100%;
    background: linear-gradient(rgba(255,244,230,.85), rgba(255,244,230,.85)), url("../contenus/prez/auberge.jpg") top center;
    background-size: cover;
	height: 50vh;
}

.prez{
	padding-top: 15vh;
}

.prezgridrow {
	width: 90%;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
} 

.prezgrid {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
} 

.titre {
	text-align: center;
	font-family: 'DeutschGothic';
	font-size: 4em;
	color: #434E7F;
} 

.prezgrid img{
	margin: 0 auto;
	width: 500px;
} 

@media (max-width: 768px) { 
	
	.INTRO {
}
	
	.prezgrid titre {
	font-size: 3em;
} 

	.prezgrid img{
	width: 400px;
} 

}

@media (max-width: 576px) { 
	
	.INTRO {
}
	
	.prezgrid titre {
	font-size: 2em;
} 

	.prezgrid img{
	width: 250px;
} 

}


/* BIENVENUE */

.bienvenue {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

.bienvenuegrid {
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.bienvenuegrow1 {
	text-align: left;
	font-family: 'DeutschGothic';
	font-size: 1em;
	color: #D1BAA1;
}

.bienvenuegrow2 {
	width: 85%;
	text-align: left;
	font-family: "semplicitapro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3em;
	color: #434E7F;
}

.bienvenuegrow3 hr {
	color: #D1BAA1;
	size: 2px;
}


.bienvenuegrow4 {
	text-align: left;
	font-family: "semplicitapro", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1em;
	color: #434E7F;
	line-height: 2;
}


/* PRIVATISATION */

.privatisation {
	width: 75%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.privatisationgrid {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}


.privatisationrow1 {
	text-align: center;
	font-family: 'DeutschGothic';
	font-size: 1em;
	color: #D1BAA1;
}

.privatisationrow2 {
	text-align: center;
	font-family: "semplicitapro", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3em;
	color: #434E7F;
}

.privatisationligne {
	display: flex;
	flex-direction: column;
	}

.privatisationrow3 {
	text-align: center;
	}

.privatisationrow3 hr {
	color: #D1BAA1;
	size: 2px;
	width: 50%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
}


.privatisationrow4 {
	text-align: center;
	font-family: "semplicitapro", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1em;
	color: #434E7F;
	line-height: 2;
}

.privatisationimg {
	height: 200px;
	margin-top: 50px;
}

/*  l'auberge */

.lauberge {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.soixantequinze {
	width: 75%;
	text-align: justify;
	margin: 0 auto;
	margin-bottom: 100px;
	line-height: 2;
}

.laubergegrid {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
}

.laubergeimage {
	background-image: url("../contenus/prez/auberge.jpg");
    background-size: cover;
}

@media (max-width: 768px) {
	
.laubergeimage {
	height: 450px;
	width: 100%;
}
	}

.laubercol2 {
	background-color: #FFF9F3;
}

.laubergedeco {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 35px;
	width: 85px;
}


/*  Autour de l'auberge */

.autourdlaubergeimage {
	background-image: url("../contenus/prez/autour.jpg");
    background-size: cover;
}

@media (max-width: 768px) {
	
.autourdlaubergeimage {
	height: 450px;
	width: 100%;
}
	}


/*  Bar et restaurant */
.restaubar {
    background: url("../contenus/restau/dessert_fraise.jpg") top center;
    background-size: cover;
	width: 100%;
}

.restaubarboite {
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
}

.restaubarrow {
	width: 100%;
	display: flex;
	flex-direction: row;

}

.restaubarcol1 {

}

.restaubarcol2 {
	background-color: #FFF9F3;

}
.restaubarcol3 {

}

@media (max-width: 992px) {
	
.col992 {
	display: none;
}
	}

.restaudeco {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
	width: 130px;
}

/*  Galerie photo */

.galerie {
  background-color: #FFF9F3;
  text-align: center;
}

.titregalerie {
	 padding-top: 100px;
}

.photos-restaurant {
  width: 87.5%;
  margin: 0 auto;
  padding-bottom: 100px;
}


/* Pied de page */

.footer {
  background-color: #434E7F;
  text-align: center;
}

.infosjuri {
  width: 75%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.quica {
  text-align: center;
  color: #D1BAA1;
  font-family: 'DeutschGothic';
	font-size: 1.5em;
  
}

.quoica {
  text-align: center;
   color: #D1BAA1;
  	font-family: "semplicitapro", sans-serif;
  font-size: 0.75em;
  
}

.quoica a {
  text-align: center;
   color:#D1BAA1;
  	font-family: "semplicitapro", sans-serif;
  font-size: 1em;
  text-decoration: none;
  
}

.contactbutton {
text-decoration: none;
font-family: "semplicitapro", sans-serif;
font-style: normal;
color:#D1BAA1;
border: none;
background-color: transparent;
}