/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Barlow+Condensed:wght@400;500;600&family=Poppins:wght@300;400;600&display=swap');

/*****************************/


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	background: #efebe4 url(images/bg_cecile.png) bottom right no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #444;
	text-align: center;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
	text-transform: none !important;
}

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	color: #a3bac0;
	background-color: #a3bac0;
	border: none;
}

#top {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
	cursor: pointer;
	font-size: 36px;
	color: #fff;
	background-color: #959e7f;
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	transition: .3s ease-in-out;
	z-index: 100;
}
#top:hover {
	background-color: #000;
}

ul.spip, ol.spip {
	margin: 0 0 .5em 2em;
}
ul.spip li, ol.spip li {
	padding: .25em 0;
}

.wow {
	animation-delay: .25s;
	animation-duration: 1s;
}

/* cache-cache ***********************************************/
.f-resp {
	display: none;
	visibility: hidden;
	opacity: 0;
}


/* fin des généralités générales *****************************/
header {
	position: fixed;
	z-index: 10;
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	background-color: #fff;
	animation-duration: 3s;
	border-bottom: 2px solid #fff;
	transition: .3s ease-in-out;
}
header .logo {
	float: left;
	width: 336px;
	margin: 0 30px 0 40px;
	transition: .3s ease-in-out;
}
header .logo img {
	width: 100%;
}

header.scrolled {
	border-bottom: 2px solid #a3bac0;
	transition: .3s ease-in-out;
}
header.scrolled .logo {
	width: 200px;
	transition: .3s ease-in-out;
}

h1 {
	display: none;
	visibility: hidden;
	opacity: 0;
}

header nav {
	float: left;
	margin-top: 104px;
	font-size: 1.2em;
	font-weight: 300;
	color: #000;
	text-transform: uppercase;
}
header.scrolled nav {
	margin-top: 54px;
	transition: .3s ease-in-out;
}
header nav a {
	color: #000;
	padding: 4px 16px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 4px;
	letter-spacing: 1px;
}
header nav a.coul-1 {
	background-color: #dce3ca;
	opacity: 0.5;
	transition: .4s ease-in-out;
	animation-delay: .8s;
	animation-duration: 1.5s;
}
header nav a.coul-2 {
	background-color: #e6dfd2;
	opacity: 0.5;
	transition: .4s ease-in-out;
	animation-delay: 1s;
	animation-duration: 1.5s;
}
header nav a.coul-3 {
	background-color: #f3e8e1;
	opacity: 0.5;
	transition: .4s ease-in-out;
	animation-delay: 1.2s;
	animation-duration: 1.5s;
}
header nav a.coul-4 {
	background-color: #c8d6d9;
	opacity: 0.5;
	transition: .4s ease-in-out;
	animation-delay: 1.35s;
	animation-duration: 1.5s;
}
header nav a:hover.coul-1, header nav a.coul-1-on {
	background-color: #c4d0a6;
}
header nav a:hover.coul-2, header nav a.coul-2-on {
	background-color: #cec0a5;
}
header nav a:hover.coul-3, header nav a.coul-3-on {
	background-color: #ebd9cd;
}
header nav a:hover.coul-4, header nav a.coul-4-on {
	background-color: #a3bac0;
}

main {
	display: block;
	width: auto;
	margin: 260px 0 40px;
	text-align: left;
	/*background-color: #fff;*/
	padding: 20px 10% 0;
	transition: 1s ease-in-out;
	flex: 1;
}
/*main.scrolled {
	background-color: #efebe4;
	transition: 1s ease-in-out;
}*/

.video {
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
}
.intro-txt {
	float: left;
	width: 64%;
	text-align: left;
}
.intro-txt p {
	margin: 0 0 1em;
}
.spip_doc_titre strong {
	font-weight: 400;
}
main section {
	margin-bottom: 1.5em;
}
main section p {
	margin: .8em 0 0;
}
main section h2.coul-1 {
	font-weight: 400;
	/*color: #7da5b0;*/
	color: #9bab75;
}
main section h2.coul-2 {
	font-weight: 400;
	/*color: #7da5b0;*/
	color: #a79674;
}
main section h2.coul-3 {
	font-weight: 400;
	/*color: #7da5b0;*/
	color: #c19e87;
}
main section h2.coul-4 {
	font-weight: 400;
	/*color: #7da5b0;*/
	color: #75969f;
}
main section .puce-1 {
	display: inline-block;
	background-color: #c4d0a6;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
main section .puce-2 {
	display: inline-block;
	background-color: #cec0a5;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
main section .puce-3 {
	display: inline-block;
	background-color: #ebd9cd;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
main section .puce-4 {
	display: inline-block;
	background-color: #a3bac0;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
main section .texte .logo-art {
	float: right;
	margin: 0 0 0 20px;
	width: 25%;
}
main section .texte .logo-art img {
	border-radius: 5px;
}
main section .texte a {
	color: #75969f;
	transition: .25s ease;
}
main section .texte a:hover {
	color: #000;
}
main section .complement {
	display: inline-block;
	/*background-color: #fff;*/
	color: #000;
	padding: 0 20px 10px 20px;
	margin: .5em 0 1em;
	border-radius: 5px;
}


footer {
	display: inline-block;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	padding: 20px 0;
	margin: auto;
	color: #000;
	font-family: 'Poppins';
	font-size: 14px;
}
footer a {
	color: #2e7587;
	transition: .25s linear;
}
footer a:hover {
	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 'Poppins', sans-serif;
	color: #000;
	text-transform: uppercase;
}
input.text {
	display: inline-block;
	width: 76%;
	height: 30px;
	line-height: 30px;
	padding: 10px 2%;
	background-color: rgba(256,256,256,0.4);
	border: 1px solid #444;
	border-radius: 6px;
	margin-bottom: .8em;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
textarea {
	display: inline-block;
	width: 76%;
	padding: 10px 2%;
	background-color: rgba(256,256,256,0.4);
	border: 1px solid #444;
	border-radius: 6px;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
input.text:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #000;
}
p.boutons {
	margin: 1em 0 0;
	text-align: right;
}
button {
	cursor: pointer;
	background-color: #959e7f;
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
	transition: .3s linear;
	border: 0;
	border-radius: 6px;
	padding: 10px 20px;
}
button:hover {
	background-color: #444;
}


@media (max-width: 954px){
	
	header .logo {
		float: none;
		text-align: center;
		width: 336px;
		margin: 0 auto;
	}
	
	header nav {
		display: inline-block;
		width: 100%;
		margin: 20px 0 0;
		text-align: center;
	}
	header nav a {
		letter-spacing: normal;
	}
	header.scrolled nav {
		margin-top: 20px;
	}
	
}

@media (max-width: 550px){
	
	#top {
		bottom: 100px;
		right: 20px;
	}
	
	header nav {
		font-family: 'Barlow Condensed';
		font-weight: 500;
	}
	header nav a {
		font-size: .95em;
		padding: 8px 14px;
		margin: 0 !important;
		border-radius: 0;
	}
	.video {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	.intro-txt {
		float: none;
		width: 100%;
		font-size: 1.1em;
	}
	.normal {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.f-resp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	main section .texte .logo-art {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	
}
