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

body {
	margin: 0;
	padding: 0;
}
body * {
	box-sizing: border-box;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* HEADER */
header {
	background-image: url("../images/photo-header.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.content-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 100px 0;
	width: 90%;
}
a.logo-mobile {
	display: none;
}
nav {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 500;
	font-style: normal;
}
nav a {
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}
nav a.onglet {
	width: 10%;
}
nav a.logo {
	width: 58%;
}
nav a.logo img {
	max-width: 180px;
	width: 100%;
}
h1 {
	color: #fff;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 500;
	line-height: 100%;
	margin: 40% auto 40px auto;
}
span.date {
	display: block;
	font-size: 23px;
	text-transform: uppercase;
	line-height: 28px;
}
span.lieu {
	display: block;
	font-size: 18px;
	font-family: "adobe-garamond-pro", serif;
	font-style: normal;
	line-height: 24px;
}
div.RSVP {
	margin: 10px;
}
div.RSVP a {
	background: #471f2d;
	box-shadow: 0 0 10px #000;
	display: inline-block;
	color: #fff;
	font-family: "adobe-garamond-pro", serif;
	font-size: 22px;
	padding: 10px 30px;
	text-decoration: none;
	transition: all 0.3s linear;
	opacity: 0.9;
}
div.RSVP span {
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 10px auto 0 auto;
}
div.RSVP a:hover {
	opacity: 1;
}

/* INTRO */
section.intro {
	background: #7a6e2a;
	color: #fff;
	padding: 50px 0 10px 0;
	text-align: center;
}
.content-section {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}
h2 {
	font-family: "adobe-garamond-pro", serif;
	font-weight: 500;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
p {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 0.9rem;
	line-height: 1.2rem;
}
.content-section > img {
	max-width: 150px;
}

/* PROGRAMME */
section.programme {
	background-image: url(../images/illustrations.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #471f2d;
	padding: 40px 0;
	text-align: center;
}
.programme .content-section {
	max-width: 1000px;
	margin: 0 auto;
	width: 70%;
}
h2 img {
	display: block;
	max-width: 148px;
	margin: 0 auto;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	color: #786a21;
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-size: 1.7rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.programme p.infos {
	color: #471f2d;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.3rem;
	margin: 5px auto;
}
.programme p.txt {
	color: #471f2d;
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3rem;
}
.sep {
	width:3px;
}

/* LOGEMENT */
section.logement {
	background: #fff;
	color: #471f2d;
	padding: 40px 0;
	text-align: center;
}
.logement .content-section {
	max-width: 980px;
	margin: 0 auto;
	width: 70%;
}
.logement .content-section p {
	color: #471f2d;
}
.gites-liste {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	flex-wrap: wrap;
}
.gite {
	flex: 1 1 1;
	margin: 0 auto;
	padding: 10px;
	max-width: 250px;
	width: 33.33%;
}
.gite a {
	display: block;
	position: relative;
	text-decoration: none;
}
.complet {
	background: #7a6e2a;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 4px;
	position: absolute;
	text-transform: uppercase;
	top: 5px;
	right: 5px;
}
.gite a * {
	transition: all 0.3s linear;
}
.gite a:hover h3,
.gite a:hover p {
	color: #471f2d;
}
.gite img {
	margin: 0 auto 15px auto;
	max-width: 250px;
	width: 100%;
}
.gite h3 {
	color: #471f2d;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 0.8rem;
	text-transform: uppercase;
}
.gite p {
	color: #471f2d;
	font-family: "Montserrat", sans-serif;
	font-style: 400;
	font-size: 0.8rem;
}
.gite p.mentions {
	color: #471f2d;
	font-family: "Montserrat", sans-serif;
	font-style: 400;
	font-size: 0.6rem;
	line-height: 0.8rem;
}
/* CONTACT */
section.contact {
	background-image: url("../images/photo-footer.png");
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	/*border-top: #471f2d 20px solid;*/
	text-align: center;
	color: #fff;
	padding: 140px 0 50px 0;
}
.contact .content-section {
	max-width: 1000px;
	margin: 0 auto;
	width: 70%;
}
.contact .content-section p {
	font-size: 0.8rem;
}
.contact .content-section p a {
	color: #fff;
	text-decoration: none;
}
.contact h2 img {
	display: block;
	max-width: 200px;
	margin: 0 auto 20px auto;
}

/* vague */
.vague {
	width: 100%;
}

/* footer */
footer p {
	padding: 5px 25px;
}
footer p {
	color: #7a6e2a;
	font-size: 0.8rem;
	text-align: center;
}


@media screen and (max-width: 768px) {
	nav a.onglet {
		font-size: 14px;
		width: 15%;
	}
	nav a.logo {
		width: 36%;
	}
	nav a.logo img {
		max-width: 280px;
		width: 90%;
	}
	.content-section {
		margin: 0 auto;
		width: 80%;
	}
	.logement .content-section {
		width: 80%;
	}
}


@media screen and (max-width: 480px) {
	a.logo-mobile {
		display: block;
		width: 100%;
	}
	a.logo-mobile img {
		margin: 0 auto 10px auto;
		max-width: 46%;
	}
	nav {
		margin: 0 auto 20px auto;
	}
	nav a.onglet {
		width: 24%;
		font-size: 12px;
	}
	nav a.logo {
		display: none;
	}
	.content-header {
		padding: 15px 0 40px 0;
		width: 90%;
	}
	h1 {
		margin: 55% auto 40px auto;
	}
	h2 {
		font-size: 1.6rem;
	}
	h4 {		
		font-size: 1.5rem;
	}
	.gites-liste {
		display: flex;
		flex-direction: column;
		flex-flow: row wrap;
		flex-wrap: wrap;
	}
	.gite {
		border: 1px solid #efefef;
		flex: 1 1 1;
		padding: 20px;
		margin: 0 auto 20px auto;
		width: 100%;
	}
	.gite img {
		max-width: 100%;
		width: 100%;
	}
	/* CONTACT */
	section.contact {
		background-image: url("../images/photo-footer.png");
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
		color: #fff;
		padding: 70px 0 50px 0;
	}
	
	section.programme {
		background-image: url(../images/illustrations.png);
		background-size: 125%;
	}
	section.programme .content-section {
		width: 90%;
	}
}

