@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

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

*:focus {
	outline: none !important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html, body {
	width: 100%;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100vh;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #fff;
	background-color: #fff;
	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;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 50%;
	margin: 2em auto;
	padding: 0;
	color: #000;
	background-color: #000;
	border: none;
}

strong {
	font-weight: 600;
}

#top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 50px;
    color: #000;
	text-align: center;
	text-decoration: none;
	transition: .4s ease;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	color: #333;
}

h1 {
	display: none;
	visibility: hidden;
	opacity: 0;
	font-weight: 300;
	color: #fff;
	margin: 0 !important;
}

/* cache-cache ********************/
#menu-wrapper #hamburger-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}
/* fin ***********************/

.leurre {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(images/cache.png);
	background-position: top center;
	background-attachment: fixed;
	z-index: 2;
}
.backg {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	z-index: 1;
}
.backg img {
	width: 100%;
	min-width: 100% !important
}

header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	text-align: center;
	transition: 1s ease-in-out;
	z-index: 10;
}
header .logo {
	float: left;
	margin: 5px 10px 0 40px;
	width: auto;
	height: 88px;
	line-height: 70px;
	animation: fadeInLeft;
	animation-duration: .8s;
	transition: 1s ease-in-out;
}
header .logo img.spip_logo {
	width: auto;
	height: 60px;
	transition: .5s ease-in-out;
}
header .logo span {
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: .5s ease-in-out;
}
header .logo span img {
	width: auto;
	height: 60px;
	transition: .5s ease-in-out;
}

header nav {
	float: left;
	width: auto;
	height: 88px;
	line-height: 88px;
	font-size: .85em;
	font-weight: 300;
	animation: fadeInDown;
	animation-duration: .5s;
}
header nav a {
	display: inline-block;
	position: relative;
	height: auto;
	color: #fff;
	margin: 4px 0 0 20px;
	transition: .3s linear;
}
header nav a .souligne {
	position: absolute;
	left: 0;
	bottom: 26px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .25s ease-in-out;
}
header nav a:hover .souligne, header nav a.on .souligne {
	width: 100%;
}
header.scrolled {
	background-color: #fff;
	color: #000;
	padding-bottom: 20px;
}
header.scrolled nav a {
	color: #000;
}
header.scrolled nav a .souligne {
	background-color: #000;
}
header.scrolled .logo img.spip_logo {
	opacity: 0;
	transition: .5s ease-in-out;
}
header.scrolled .logo span {
	display: block;
	visibility: visible;
	opacity: 1;
	position: fixed;
	top: 10px;
	left: 40px;
	transition: .5s ease-in-out;
}

.lang {
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	z-index: 50;
	animation: fadeInRight;
	animation-delay: .5s;
	animation-duration: .25s;
	transition: .5s ease-in-out;
}
.lang a {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 0;
	text-transform: uppercase;
	transition: .3s ease;
}
.lang a.on {
	background-color: rgba(0,0,0,0.25);
}
.lang a:hover.off {
	background-color: rgba(0,0,0,0.25);
}
.lang.scrolled {
	transition: .5s ease-in-out;
}
.lang.scrolled a {
	color: #000;
	transition: .3s ease;
}

.lang.int, header.int {
	animation: none;
}

main {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

/******************* Titre principal ********************************/
h1.main-title {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 6vw;
	letter-spacing: -1px;
	z-index: 3;
}

section {
	position: relative;
	display: block;
	width: 80%;
	padding: 60px 10%;
	color: #000;
	background-color: #fff;
	font-size: 1em;
	font-weight: 400;
	z-index: 3;
}

section .texte p {
	margin: 0 0 1em;
}
section .texte {
	text-align: justify;
	line-height: 1.3;
}
section .texte a {
	color: #333;
	text-decoration: underline;
	transition: .25s linear;
}
section .texte a:hover {
	color: #000;
	text-decoration: none;
}

footer {
	position: relative;
	display: block;
	width: 90%;
	padding: 20px 5%;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	margin: 20px 0 0;
	color: #000;
	z-index: 200;
}
footer a {
	color: #444;
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
	transition: .3s linear;
}
footer a:hover {
	text-decoration: none;
}

/* intérieur ******************************/

section h2 {
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 0 .8em;
}
section h2.spip {
	font-size: 1.25em;
	font-weight: 400;
	margin: 1.5em 0 .8em;
}
section h2.titre-galerie {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0 0 1em;
}
section small {
	font-size: .8em;
	line-height: 1.25;
}
.spip_documents_right {
	float: right;
	width: 25%;
	margin: 0 0 1em 2em;
}
.spip_documents_right figure {
	width: 100%;
	text-align: right;
}
.spip_documents_left {
	float: left;
	width: 25%;
	margin: .5em 2em 1em 0;
}
.spip_documents_left figure {
	width: 100%;
	text-align: left;
}
.spip_documents_center {
	width: 25%;
	margin: 0 auto 1em;
}
.spip_documents_center figure {
	width: 100%;
}
figcaption strong {
	font-size: 13px;
	font-weight: 300;
}
.texte img.spip_documents {
	width: 25%;
	margin: 0 0 1em;
}

section.gals {
	position: relative;
	display: block;
	width: 90%;
	padding: 60px 5%;
	color: #000;
	background-color: #fff;
	font-size: 1em;
	font-weight: 400;
	z-index: 2;
}
h1.main-title-art {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 4vw;
	letter-spacing: -1px;
	z-index: 2;
}


/* formulaire ****************************/
.formulaire_spip {
	display: block;
	width: 100%;
	margin-top: 1em;
	color: #000;
}
.formulaire_spip.formulaire_login {
	margin-top: 0;
	font-size: 1em;
}
.formulaire_spip label {
	display: block;
	width: 100%;
	margin: .8em 0 5px;
	font-weight: 400;
	color: #000;
}
.formulaire_spip .obligatoire label {
	font-weight: 500;
}
.formulaire_spip.formulaire_login label {
	font-weight: 400;
}
.formulaire_spip input, .formulaire_spip textarea, .choix input.file {
	display: block;
	width: 94%;
	padding: 15px 3%;
	border-radius: 6px;
	border: 1px solid #000;
	font: 400 1em Arial, Helvetica, sans-serif;
	color: #000;
	transition: .3s linear;
}
.formulaire_spip input:focus, .formulaire_spip fieldset input.field:focus, .formulaire_spip textarea:focus {
	background-color: #eee;
}
.formulaire_spip fieldset {
	display: inline-block;
	margin-top: 1em;
	padding: 5%;
	width: 90%;
	border: 0;
}
.formulaire_spip fieldset.editer {
	display: inline-block;
	margin-top: 1em;
	padding: 0;
	width: 100%;
	border: 0;
}
.formulaire_spip textarea {
	margin-bottom: 1px !important
}
.formulaire_spip fieldset legend {
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	color: #20409A;
	border-top: 1px dotted #20409A;
}
.formulaire_spip fieldset.editer legend {
	font-size: 1em !important;
	font-weight: 500;
	color: #000;
	border: 0;
}
.formulaire_spip fieldset.editer {
	margin: 0 !important;
}
.formulaire_spip fieldset.editer p.explication {
	margin: 0 0 1em !important;
}
.formulaire_spip fieldset.editer.saisie_fichiers {
	margin-top: 1em !important;
	display: inline-block;
	width: 90%;
}
/*.formulaire_spip fieldset .choix {
	display: inline-block;
	width: 24%;
	margin: 0 !important;
	padding: 0;
	text-align: left;
	transition: .25s linear;
}*/
.formulaire_spip fieldset .choix, .formulaire_spip fieldset .choix_choix1, .formulaire_spip fieldset .choix_choix2, .formulaire_spip fieldset .choix_choix3, .formulaire_spip fieldset .choix_choix4, .formulaire_spip fieldset .choix_choix5 {
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	transition: .25s linear;
}
.formulaire_spip fieldset .choix input.file.plein {
	display: block;
	width: 100% !important;
	margin: 0 0 .5em;
	font-size: .85em;
}
.formulaire_spip fieldset .choix input.checkbox {
	float: left;
	width: 50px;
	margin: .9em 5px 0 0;
}
.formulaire_spip fieldset .choix label {
	font-weight: 400;
	font-size: .85em;
	color: #000;
	transition: .25s linear;
}
/*.formulaire_spip fieldset .choix:hover label {
	color: #EAE9E7;
}*/
.formulaire_spip.formulaire_login p.details {
	margin-top: .8em;
	text-align: right;
	font-weight: 400;
	font-size: .9em;
}
p.explication {
	margin: .25em 0 0;
	font-size: .8em;
}
p.boutons {
	margin: 2em 0 1em;
	text-align: right;
}
button {
	cursor: pointer;
	background-color: #444;
	color: #fff;
	padding: 10px 20px;
	border-radius: 6px;
	border: 0;
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: .3s linear;
}
button:hover {
	background-color: #000;
}
.formulaire_spip.formulaire_login p.boutons {
	margin: 0 !important;
}
.formulaire_spip.formulaire_login p.boutons input.submit {
	float: right;
	width: auto;
	background-color: #DA291C;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 16px;
	margin: 0 20px 30px 0;
	border-radius: 6px;
	transition: .3s linear;
	cursor: pointer;
}
.formulaire_spip.formulaire_login p.boutons input.submit:hover {
	background-color: #20409A;
}
.formulaire_spip.formulaire_login .erreur_message {
	display: inline-block;
	width: 100%;
	margin: .8em 0;
	font-size: 1.1em;
	color: #DA291C;
}
.reponse_formulaire_erreur {
	margin: 1em 20px 0 30px;
	font-size: 1.1em;
	font-weight: 600;
	color: #DA291C;
}

.message_retour_defaut {
	font-weight: 600;
	color: #333;
}
input.checkbox#champ_case_1 {
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #DA291C;
	margin-top: 10px;
}

a .galerie {
	padding-bottom: 10px;
	transition: .2s linear;
}
a .galerie span {
	display: block;
	height: 2px;
	background-color: #000;
	width: 0;
	margin-top: 10px;
	transition: .5s ease-in-out;
}
a:hover .galerie span {
	width: 100%;
}
a .galerie h3 {
	font: 400 .9em 'Poppins', sans-serif;
	color: #444;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.2;
	margin: .6em 0 0;
	transition: .3s linear;
}
a:hover .galerie h3 {
	color: #000;
}
.lity-image-caption-text {
	text-transform: uppercase;
}
.lity-image-caption-text small {
	font-size: .85em;
	text-transform: none;
}

/* du responsive sinon rien *******************************/

@media screen and (max-width: 964px){
	
	header .logo {
		margin: 5px 10px 0 20px;
	}
	header nav {
		font-family: "Barlow Condensed";
		font-size: .9em;
	}
	header nav a {
		margin: 4px 0 0 15px;
	}
	header.scrolled .logo span {
		left: 20px;
	}
	
	section {
		width: 90%;
		padding: 60px 5%;
	}
	
}

@media screen and (max-width: 781px){
	
	#top {
		bottom: 20px;
		right: 20px;
		font-size: 40px;
	}
	header .logo {
		margin: 4px 10px 0 20px;
	}
	
	header nav {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	
	.spip_documents_right, .spip_documents_left {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	.spip_documents_center {
		width: 100%;
		margin: 0 0 1em;
	}
	.texte img.spip_documents {
		width: 100%;
	}
	
	footer {
		font-size: 14px;
		margin: 10px 0 0;
	}
	
}
