/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,500,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,600);

*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

body, html{
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F2F4;
	/*background-image: url(images/cocotiers.jpg);*/
	/*background-repeat: no-repeat;
	background-position: top 50px center;
	background-attachment: fixed;*/
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

#top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	font: 700 3em 'Open Sans', sans-serif;
	color: #a2ac6d;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	animation-name: clignote;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	z-index: 100;
}
#top:hover{
	color: #a3293e;
}
@keyframes clignote {
0%{color: #a2ac6d;}
50%{color: #a3293e;}
100%{color: #a2ac6d;}
}

.slogan span, .menuresp {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.slogan {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 48px;
	background: #fff;
	font: 600 18px 'Oswald', sans-serif;
	color: #a2ac6d;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 48px;
	text-align: center;
	z-index: 10;
}
.slogan.cbp-af-header-shrink {
	border-bottom: 2px solid #a2ac6d;
}
.logo {
	position: fixed;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	width: 360px;
	text-align: center;
	transition: all 0.25s linear;
	z-index: 50;
}
.logo img {
	width: 340px;
	background: #fff;
	padding: 0 10px 10px;
	/*border-radius: 0 0 50% 50%;*/
	transition: all 0.25s;
}

.logo.cbp-af-header-shrink {
	top: 50px;
	left: -40px;
	transform: none;
}
.logo.cbp-af-header-shrink img {
	width: 145px;
	margin: -2px 0 0 0;
	/*border-top:2px solid #444;*/
	border-right: 2px solid #a2ac6d;
	border-bottom: 2px solid #a2ac6d;
	border-left: 2px solid #a2ac6d;
}

.slider {
	display: inline-block;
	width: 66%;
	margin: 240px 17% 20px;
	background-color: #fff;
	padding: .5%;
}
.slider img {
	width: 100%;
}

#home {
	display: inline-block;
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
	background: linear-gradient(transparent, #ECE6D7);
}

.menu {
	position: sticky;
	top: 58px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font: 600 1.1em 'Oswald', sans-serif;
	text-transform: uppercase;
	z-index: 10;
}
.menu a {
	color: #fff;
	background-color: #a2ac6d;
	padding: 10px 20px 8px;
	margin: 0 6px;
	transition: .3s ease;
}
.menu a:hover {
	background: #a3293e;
}

/* ancres +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.ancre {
  display: block;
  height: 20px;
  padding-top: 40px;
  visibility: hidden;
}

.contenu {
	display: inline-block;
	text-align: center;
	width: 62%;
	margin: 20px 16%;
	background-color: rgba(255,255,255,0.7);
	padding: 20px 2%;
	color: #000;
	border-bottom: 2px solid #a2ac6d;
}
.contenu h1 {
	font: 600 1.4em 'Oswald', sans-serif;
	color: #a2ac6d;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}
.contenu .texte {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	font: 400 1.2em 'Lato', sans-serif;
	color: #000;
	text-align: justify;
	line-height: 1.25;
}
.contenu .texte span.logo-article {
	float: right;
	display: inline-block;
	width: 30%;
	margin: 0 0 .5em 20px;
}
.contenu .texte span.logo-article-left {
	float: left;
	display: inline-block;
	width: 30%;
	margin: 0 20px .5em 0;
}
.contenu .texte .txt a, .footer .texte .txt a {
	color: #a2ac6d;
	text-decoration: none;
	transition: .25s ease;
}
.contenu .texte .txt a:hover, .footer .texte .txt a:hover {
	color: #000;
}

.contenu a h5 {
	font: 600 1em 'Oswald';
	text-transform: uppercase;
	color: #000;
	margin: .25em 0 0;
}
.contenu a:hover h5 {
	color: #a2ac6d;
}

.contenu a .photos img {
	transition: .3s linear;
}
.contenu a:hover .photos img {
	opacity: .8;
}

.footer {
	display: inline-block;
	width: 90%;
	text-align: center;
	margin: 80px 0 0 auto;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 5%;
	border-radius: .5em;
}
.footer .texte {
	width: 100%;
	margin: 0 auto;
	font: 400 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.25;
}
.footer a i {
	font-size: 3em;
	margin: 0 10px 15px;
	color: #a2ac6d;
	transition: .25s linear;
}
.footer a:hover i {
	color: #000;
}

/* formulaire ****************************/
.formulaire_spip {
	display: inline-block;
	width: 100%;
	margin: 2em auto 0 auto;
}
label {
	display: inline-block;
	width: 17%;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 0 2% .8em 0;
	font: 400 1.2em 'Lato', sans-serif;
	color: #000;
	text-transform: uppercase;
}
input.text {
	display: inline-block;
	width: 76%;
	height: 30px;
	line-height: 30px;
	padding: 10px 2%;
	background-color: #a3293e;
	border: 0;
	border-radius: 6px;
	margin-bottom: .8em;
	font-size: 1em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
textarea {
	display: inline-block;
	width: 76%;
	padding: 10px 2%;
	background-color: #a3293e;
	border: 0;
	border-radius: 6px;
	font-size: 1em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
input.text:focus, textarea:focus {
	background-color: #a2ac6d;
	border: none;
}
p.boutons {
	margin: 1em 0 0;
	text-align: right;
}
button {
	cursor: pointer;
	background-color: #a2ac6d;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	transition: .3s linear;
	border: 0;
	border-radius: 6px;
	padding: 10px 20px;
}
button:hover {
	background-color: #a3293e;
}


/*********************** */

@media (max-width: 1470px) {
	
	.logo {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.slogan {
		letter-spacing: normal;
	}
	.slogan span {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		font-weight: 600;
		color: #000;
		letter-spacing: 1px;
		margin-right: 10px;
	}
	.slider {
		margin-top: 100px;
	}
	
}

@media (max-width: 1280px) {
	
	.logo.cbp-af-header-shrink {
		left: 0;
		width: 144px;
	}
	.logo.cbp-af-header-shrink img {
		width: 140px;
		border-right: 2px solid #a2ac6d;
		border-bottom: 2px solid #a2ac6d;
		border-left: 2px solid #a2ac6d;
		/*padding: 10px 10px 10px 10px;*/
	}
	
	.menu a {
		padding: 6px 12px;
	}
	label {
		font: 400 1em 'Lato', sans-serif;
	}
	
}

@media (max-width: 820px) {
	
	.slogan {
		height: 56px;
		padding: 12px 0;
		line-height: 1.3;
	}
	.slogan span {
		display: inline-block;
		width: 100%;
	}
	
	.slider {
		width: 83%;
		margin: 120px 9% 20px;
	}
	
	.menu {
		top: 86px;
		font: 600 1em 'Oswald', sans-serif;
	}
	
	.contenu {
		display: block;
		width: 78%;
		margin: 40px auto;
		padding: 20px;
	}
	
	.contenu .texte span.logo-article, .contenu .texte span.logo-article-left {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	
	label {
		width: 98%;
		margin: 0 0 .5em 0;
		text-align: left;
	}
	input, textarea {
		width: 96%;
		margin: 0 0 1em 0;
		text-align: left;
	}
	
}

@media (max-width: 584px) {
		
	.slogan {
		font-size: .9em;
	}
	.slogan span {
		font-size: 1.5em;
	}
	.menu {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.menuresp {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		width: 100%;
		top: 82px;
		font: 600 1.15em 'Oswald', sans-serif;
		text-transform: uppercase;
		background-color: #a2ac6d;
		padding: 10px 0;
		text-align: center;
		line-height: 1.6;
		position: sticky;
		z-index: 10;
	}
	.menuresp a {
		display: inline-block;
		color: #fff;
		margin: 0 6px;
		transition: .25s linear;
	}
	.menuresp a:hover {
		color: #000;
	}
	.contenu a .photos {
		margin-bottom: 20px;
	}
	
}