/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Poppins:ital,wght@0,300;0,400;0,600;1,400&family=PT+Serif:ital@0;1&display=swap');

/*****************************/


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body#home {
	position: relative;
	width: 100%;
	background: antiquewhite url("images/bg_leon.jpg") bottom right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	display: flex;
	flex-direction: column;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #000;
	text-align: center;
	overflow: 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: #CC1618;
	background-color: #CC1618;
	border: none;
}

#top {
	position: fixed;
	bottom: 100px;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 100;
	transition: .3s linear;
}
#top img {
	height: 60px;
	opacity: .6;
	transition: .3s linear;
}
#top:hover img {
	opacity: 1;
}


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 ***********************************************/


/* fin des généralités générales *****************************/

.social {
	position: fixed;
	top: 15px;
	right: 30px;
	width: 200px;
	text-align: right;
	animation-duration: 1.5s;
	animation-delay: 1s;
	z-index: 50;
}
.social a i {
	font-size: 36px;
	color: #CC1618;
	margin-left: 10px;
	transition: .3s ease;
}
.social a:hover i {
	color: #CC1618;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	animation-delay: .5s;
	animation-duration: 1.5s;
	z-index: 10;
}
.logo img.spip_logo {
	width: 100%;
	border: 20px solid #fff;
	border-radius: 0 0 20px;
}

section.home {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.intro {
	position: absolute;
	top: 50%;
	left: 240px;
	transform: translateY(-50%);
	display: block;
	text-align: left;
}
h1 {
	font: 400 3.5vw 'PT Serif';
	font-style: italic;
	color: #fff;
	margin: 0;
	animation-delay: 1s;
	animation-duration: 2s;
}
h1 small {
	font-style: normal;
	font-size: 2.8vw;
}

.citations {
	margin-top: 50px;
	display: inline-block;
	width: 100%;
	color: antiquewhite;
	font: 400 italic 1.4vw 'PT Serif';
	animation-delay: 1.5s;
}
.citations .anim {
	display: block;
	width: 100%;
}

.suite {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: auto;
	text-align: center;
	z-index: 5;
	animation-delay: 1s;
	animation-duration: 1s;
}
.suite img {
	height: 60px;
	margin: 0 auto;
	transform: rotate(180deg);
	opacity: .5;
	transition: .3s linear;
}
.top img {
	height: 60px;
	margin: 0 auto;
	opacity: .5;
	transition: .3s linear;
}
.suite:hover img, .top:hover img {
	opacity: 1;
}

section.bleu {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url("images/bg_leon_bleu.jpg") bottom right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	animation-delay: .5s;
	animation-duration: 3s;
}

.top {
	position: absolute;
	bottom: 30px;
	right: 45px;
	width: 80px;
	height: auto;
	text-align: center;
	z-index: 5;
	animation-delay: 1s;
	animation-duration: 1s;
}

.header {
	position: absolute;
	top: 15px;
	left: 60px;
	display: block;
	text-align: left;
	z-index: 2;
}
h2 {
	font: 400 2em 'PT Serif';
	font-style: italic;
	color: #fff;
	margin: 0;
	animation-delay: 1s;
	animation-duration: 2s;
}
h2 small {
	font-style: normal;
	font-size: .85em;
}
h3 {
	margin: 6px 0 0;
	font: 400 1.2em 'PT Serif';
	color: antiquewhite;
	animation-delay: 1s;
	animation-duration: 2s;
}
h3 em {
	padding-left: .5em;
}

.txt-intro {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 50%;
	transform: translateY(-50%);
	display: block;
	font-size: 1.05em;
	color: #fff;
	line-height: 1.3;
	text-align: justify;
}
.txt-intro strong {
	font-size: 1.2em;
	color: beige;
}
.txt-intro p {
	margin: .5em 0 0;
}
.txt-intro p:first-of-type {
	margin: 0 !important;
}
.txt-intro p.next {
	font-size: 30px;
	text-align: right;
}
.txt-intro p.next a {
	color: antiquewhite;
	transition: .3s linear;
}
.txt-intro p.next a:hover {
	color: white;
}

section.rouge {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url("images/bg_leon_rouge.jpg") bottom right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	animation-delay: .5s;
	animation-duration: 3s;
}

.menu {
	position: absolute;
	top: 50%;
	left: 60px;
	width: 60%;
	transform: translateY(-50%);
	display: block;
	color: #fff;
	text-align: left;
}

a .item span {
	display: inline-block;
	width: 100%;
	font: 400 1.8vw 'PT Serif';
	color: antiquewhite;
	margin-bottom: 10px;
	transition: .3s linear;
}
a .item span small {
	font-family: 'Poppins';
	font-size: 1vw;
}
a .item img {
	width: 90%;
	margin-bottom: 6px;
	border-radius: 20px 0;
	transition: .25s linear;
}
a:hover .item span {
	color: #fff;
}
a:hover .item img {
	border-radius: 0;
	box-shadow: 4px 4px 6px rgba(0,0,0,.7);
}

section.vert {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url("images/bg_leon_vert.jpg") bottom right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	animation-delay: .5s;
	animation-duration: 3s;
}

footer {
	display: block;
	padding: 20px 0;
	width: auto;
	margin: auto 0 0;
	text-align: center;
}

/* pages intérieures ******************************************************/

#haut {
	position: fixed;
	bottom: 100px;
	right: 15px;
	display: none;
	cursor: pointer;
	z-index: 100;
	transition: .3s linear;
}
#haut img {
	height: 60px;
	opacity: .6;
	transition: .3s linear;
}
#haut:hover img {
	opacity: 1;
}

body#int {
	position: relative;
	width: 100%;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #fff;
	background: #6b493f url("images/bg_int_bio.jpg") bottom right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
}

main {
	display: inline-block;
	width: auto;
	margin: 160px 30% 30px 60px;
	text-align: justify;
	animation-delay: .5s;
	animation-duration: 3s;
}
main img.right {
	float: left;
	width: 50%;
	margin: 0 20px 10px 0;
}
h3.int-h {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.txt-art {
	font-size: .9em;
	line-height: 1.25 !important;
}
.txt-art p {
	margin: 1em 0 0;
}

/* formulaire *******************/

.formulaire_spip {
	display: inline-block;
	width: 100%;
	margin-top: 2em;
}
fieldset {
	display: inline-block;
	width: 90%;
	padding: 16px 5%;
	margin-bottom: 1.5em;
	border: none;
	text-align: left;
	border-top: 3px solid #2E759E;
	background-color: #eee;
}
legend.legend span {
	background-color: #EE8815;
	padding: 6px 12px;
	font: 500 1.4em 'Barlow Condensed';
	color: #fff;
}
.editer {
	display: inline-block;
	margin: 0 0 20px;
	width: 100%;
}
label.editer-label {
	float: left;
	width: 30%;
	margin-right: 5%;
}
input.text, textarea {
	float: left;
	width: 60%;
	padding: 15px 2%;
	border: 2px solid #2e759e;
	border-radius: .4em;
}
fieldset.saisie_case {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
legend.legend {
	padding: 0 !important;
	border: none;
}
p.boutons {
	text-align: right;
}
button {
	border: 0;
}
button.submit span {
	background-color: #2E759E;
	font: 500 2em 'Barlow Condensed';
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px 20px;
	border: none;
	border-radius: .2em;
	transition: .3s linear;
}
button.submit span:hover {
	background-color: #295AA0;
}

/***************************************************************************/


@media (max-width: 520px){
	
	
	
}



