body {
	font: 18px/21px 'Poppins', sans-serif;
	margin: 0;
	position: relative;
}

body * {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

body *:focus {
	outline: 1.5px solid lightgray;
	outline-style: dashed;
}

/* Bleu : #4478BB   (5e8dc5)
  Rouge : e50000
*/

a {
	color: #2b5784;
	transition: color 0.3s;
}
a:hover,
a:focus {
	color: #6b87c4;
	text-decoration: none;
}

.center {
	text-align: center;
}

.bleu {
	background-color: #4478BB;
	color: white;
}
.bleu a {
    color: white;
}

.rouge {
	background-color: #e50000;
	color: white;
}
.rouge a {
    color: white;
}

.btn {
	display: inline-block;
	background-color: #e50000;
	color: white;
	cursor: pointer;
	margin-top: 0.25em;
	padding: 25px 25px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 35px;
	text-decoration: none;
	transition: 0.3s background-color, 0.3s color;
}
@media (min-width: 860px) {
	.btn {
		padding: 30px 25px;
	}
}

.btn:hover,
.btn:focus {
	background-color: white;
	border: 1px solid rgba(0,0,0,0.3);
	color: #e50000;
	outline: none;
}

section {
	background-position: center;
	background-size: cover;
	padding: 50px 0 45px;
}

section#exposition {
	background-image: url(../img/escalier-du-phare.jpg);
}
@media (max-width: 859px) {
	section#exposition {
		background-position: 25%;
	}
}

section#exposition .wrap p {
	text-align: left;
	width: 70%;
}
@media (min-width: 700px) {
	section#exposition .wrap p {
		width: 40%;
	}
}
section#intro  {
	padding: 1em 0 0;
}
section#intro .wrap  {
	max-width: 900px;
}
section#intro p {
	font-size: 19px;
}

section#message-envoye  {
	padding: 75px 0 70px;
}
.parallax-photos {
	background: transparent;
	padding-bottom: 20%;
}


.wrap {
	padding: 0 2em;
	margin: 0 auto;
}
@media (min-width: 980px) {
	.wrap {
		max-width: 980px;
		padding: 0 4em;
	}
}

.liste {

}
.item {

}

h1 {
	color: #1b4774;
	font: 400 29px/35px 'Cinzel', serif;
	margin: 0;
}
@media (min-width: 860px) {
	h1 {
		font-size: 34px;
		line-height: 40px;
	}
}
section h1 {
	margin-bottom: 0.5em;
}
.bleu h1 {
	color: white;
}
#contact h1 {
	font-size: 26px;
	font-weight: normal;
}


h2 {
	color: #1b4774;
	font: normal 1.6em 'Cinzel', serif;
	margin: 0;
}

.bleu h2 {
	color: white;
}
#contact h2 {
	font-size: 1.1em;
	font-weight: normal;
}

h1+h2 {
	margin-top: -0.6em;
	font: 400 23px/28px Cinzel, sans-serif;
}
h2 + h3 {
	color: #1b4774;
    font: normal 1.2em 'Cinzel', serif;
    margin: 0;
}
.sous-titre {
	font: normal 1em 'Cinzel', serif;
	color: #333;
	margin-top: 0.27em;
}

h1+p {
	margin-top: 1.2em;
}

h2+p {
	margin-top: 0.5em;
}
ul+h2 {
	margin-top: 1.5em;
}
p+h2 {
	margin-top: 1em;
}
#contact h2+p {
	margin-top: 0;
}

p {
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 1em;
}
ul li {
    margin: 0 0 .75em;
}
blockquote {
	font-size: 17px;
	line-height: 28px;
    
}

.petit {
	font-size: 0.8em;
}

header {
	min-height: 350px;
	position: absolute;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(57, 63, 78, 0.37) 0%, rgba(125, 185, 232, 0) 50%);
}
@media (min-width: 860px) {
	header {
		min-height: 550px;
	}
}

.parallax-header {
	min-height: 350px;
	background: rgba(255,255,255,0.2);
}
@media (min-width: 860px) {
	.parallax-header {
		background: rgba(255,255,255,0.1);
		min-height: 550px;
	}
}
@media (max-width: 859px) {
	body:not(#page-accueil) .parallax-mirror {
		top: 75px !important;
		height: 275px !important;
	}
}

.encadre {
	background-color: #f0f0f0;
	padding: 1em 2em;
	margin-left: -2em;
	margin-right: -2em;
	border-radius: 1em;
}

#logo {
	background-color: #e50101;
	background-image: url(../img/logo-mobile.png);
	background-position: center center;
	background-size: 190px 54px;
	padding: 10px 30px 10px 20px;
	width: 100%;
	height: 80px;
}
@media (min-width: 860px) {
	#logo {
		background-image: url(../img/logo.png);
		background-position: 18px 19px;
		background-size: 190px 197px;
		border-bottom-right-radius: 25px;
		padding: 20px 30px 30px 20px;
		width: 240px;
		height: 247px;
	}
}
#titre-page {
	width: 350px;
	position: absolute;
	top: calc(50% + 18px);
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 860px) {
	#titre-page {
		height: 350px;
		background-color: rgba(255,255,255,0.1);
		border: 3px solid white;
		border-radius: 175px;
		top: 50%;
	}
}
#titre-page p {
	font: normal 60px Poppins, sans-serif;
	color: #122e4d;
	position: absolute;
		top: 50%;
	width: 100%;
}
@media (min-width: 860px) {
	#titre-page p {
		text-shadow: 0 0 20px rgba(255,255,255,0.4);
		transform: translateY(-50%);
	}
}
#page-hebergement #titre-page p {
	font-size: 45px;
}
#reserver {
	font-size: 34px;
	margin-top: 0.25em;
padding-top: 1em;
}
#page-chambres #titre-page p {
	font-size: 45px;
}
#page-chambres #contenu img {
max-width: 100%;
}
#page-gardiens #titre-page p {
	font-size: 45px;
}
header nav {
	background-color: #1b4774;
	position: absolute;
	top: 80px;
	left: 0;
	text-align: center;
	width: 100%;
}
@media (min-width: 860px) {
	header nav {
		background-color: inherit;
		position: absolute;
		top: 0;
		left: inherit;
		right: 20px;
		text-align:left;
		width: auto;
	}
}
@media (min-width: 960px) {
	header nav {
		right: 20px;
	}
}

nav>ul {
	margin: 0;
	padding: 0;
}
nav>ul>li {
	display: inline-block;
}
@media (max-width: 859px) {
	body:not(#page-accueil) header nav>ul>li:nth-child(1) {
		display: none;
	}
	body#page-accueil header nav>ul>li:nth-child(5) {
		display: none;
	}
}
header nav a {
	color: white;
	font-size: 16px;
	padding: 11px 7px 13px;
	display:inline-block;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s, background 0.3s;
}
@media (min-width: 860px) {
	header nav a {
		border-bottom-left-radius: 35px;
		border-bottom-right-radius: 35px;
		display: block;
		padding: 17px 18px 22px;
		font-size: 18px;
	}
}
@media (min-width: 960px) {
	header nav a {
		font-size: 19px;
		padding: 21px 25px 30px;
	}
}
header nav a:hover,
header nav a:focus,
header nav a.actif {
	color: #e50101;
	background: white;
	outline: none;
}
header nav a.actif {
	cursor: default;
	background: rgba(255,255,255,0.7)
}
@media (min-width: 860px) {
	header nav .reserver {
		background-color: #e50000;
	}
}


.sr, #logo>span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

footer {
	background-color: #e50000;
	min-height: 200px;
	padding: 0 2em;
}

footer * {
	color: white;
	font-size: 15px;
	line-height: 22px;
}
footer .wrapper-liens {
	padding: 100px 0 1.5em;
}
footer a:hover,
footer a:focus {
	color: #eee;
	text-decoration: none;
}
footer #copyright {
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 0;
	padding: 150px 0 1em;
}
@media (min-width: 860px) {
	footer #copyright {
		line-height: 22px;
		font-size: 15px;
	}
}
#page-accueil footer #copyright {
	padding: 1em 0 1em;
}


.aligne-droite {
text-align: right;
}

#carte-google {
width: 100%;
height: 300px;
}


/*
===================================================================
	Tableaux
===================================================================

*/
table{
	border-collapse: collapse;
}
table tr *:first-child {
	padding-right: 2em;
}
table th,
table td {
	padding: 0.5em 0 0.5em 0;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table th {
	text-align: left;
}


/*
===================================================================
	Colonnes
===================================================================

*/
.colonnes .col {
	margin-bottom: 2em;
}
@media (min-width: 800px) {
	.colonnes {
		display: flex;
	}
	.colonnes .col {
		flex: 50%;
	}
	.colonnes form.col {
		flex: 60%;
		padding-right: 2.5em;
	}
	.colonnes #coord.col {
		flex: 40%;
	}
	.colonnes .col.col-jour {
	    padding-right: 2em;
	}
	.colonnes .col.col-phart {
	    padding-left: 2em;
	}
}



/*
===================================================================
	Onglets
===================================================================

*/
#onglets {
	text-align: center;
	margin: 1.5em 0 0;
}
@media (min-width: 860px) {
	#onglets {
		margin: 2.5em 0 1.5em;
	}
}
#onglets a {
	display: block;
	text-decoration: none;
	border: 1.5px solid transparent;
	color: black;
	font-size: 21px;
	font-weight: 100;
	padding: 0.3em 0.6em;
	border-radius: 0.7em;
	margin-left: 0.25em;
	transition: border-color 0.1s;
}
@media (min-width: 860px) {
	#onglets a {
		font-size: 26px;
		margin-left: 1em;
		padding: 0.4em 0.8em;
	}
}
#onglets a:hover {
	border-color: #e50000;
	transition: border-color 0.2s;
}
#onglets a.actif {
	border-color: #e50000;
	cursor: default;
}
#onglets li:first-child a {
	margin-left: 0;
}



/*
===================================================================
	Formulaire de contact
===================================================================

*/
form {
	margin-bottom: 1.5em;
}
label {
	display: block;
}
input {
	border: 1px solid #818181;
	border-radius: 20px;
	font-size: 25px;
	padding: 10px 30px;
	width: 100%;
	margin-top: 28px;
}
form.placeholder input {
	border-radius: 30px;
}
@media (min-width:600px) {
	input {
		margin-top: 0;
		padding: 30px;
	}
}
textarea {
	border: 1px solid #818181;
	border-radius: 20px;
	font-size: 25px;
	height: 250px;
	padding: 10px 30px;
	width: 100%;
	margin-top: 28px;
}
form.placeholder textarea {
	border-radius: 30px;
}
@media (min-width:600px) {
	textarea {
		margin-top: 0;
		padding: 30px;
	}
}

form .btn {

	min-width: 150px;
	font-family: Poppins, sans-serif;
	font-size: 19px;
}

form .btn:hover,
form .btn:focus {
	background-color: white;
	color: #e50000;
}

form p {
	position: relative;
}

form label {
	color: #e50000;
	font-weight: normal;
	font-size: 20px;
}

form.placeholder label {
	position: absolute;
	top: 0;
	left: 10px;
	transition: font-size 0.2s, top 0.2s, opacity 0.5s;
}

form .nbradultes,
form .nbrenfants {
	min-width: 75px;
	width:18%;
}

@media (min-width:600px) {
	form.placeholder label {
		top: 30px;
		left: 30px;
	}
	form.placeholder input:focus+label,
	form.placeholder textarea:focus+label {
		font-size: 95%;
		top: 5px;
		left: 31px;
		opacity: 0.8;
	}
	form.placeholder input.is-filled+label,
	form.placeholder textarea.is-filled+label {
		font-size: 85%;
		top: 5px;
		left: 31px;
		opacity: 0;
	}


	form.label-petit { margin-left: -4px; margin-right: -4px; width: 70%;}
	form.label-petit label { margin-left: 4px;}
	form.label-petit input { padding: 20px 30px;}


}

form.label-petit .combien input {
	margin: 0.25em 0 0.25em 4px;
	padding: 15px 25px;
	text-align: center;
}
form fieldset.radio {
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
}
form fieldset.radio legend {
	color: #e50000;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0.5em;
}
form fieldset.radio label.radio {
	font-size: 17px;
	font-weight: 400;
	color: inherit;
	margin-bottom: 0.5em;
}
form fieldset.radio input[type=radio] {
	width: 30px;
	margin: 6px 0 3px 4px;
	float: left;
}
