@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #000;
	background-color: #fff;
	animation: fadeIn;
	animation-duration: 3s;
	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: 100%;
	margin: 2em 0;
	padding: 0;
	color: #acbbd1;
	background-color: #acbbd1;
	border: none;
}

strong {
	font-weight: 600;
}

#top {
	position: fixed;
	bottom: 20px;
	right: 0;
	font-size: 50px;
    color: #fff;
	background-color: #304225;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	background-color: #F4E300;
	color: #000;
}

.wow {
	animation-delay: .5s;
	animation-duration: 1s;
}

/* cache-cache ****************************************/
.temp {
	display: none;
	visibility: hidden;
	opacity: 0;
}

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

.logo {
	position: fixed;
	top: 0;
	left: 40px;
	animation: fadeInDown;
	animation-duration: 1s;
	z-index: 10;
}
.logo img {
	width: auto;
	height: 90px;
}

header {
	position: fixed;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #F4E300;
	color: #000;
	height: 90px;
	text-align: right;
	z-index: 5;
	transition: .25s ease-in-out;
}
header span {
	display: inline-block;
	width: auto;
	margin: 14px 40px 0 0;
	color: #000;
	text-transform: uppercase;
}
header span p {
	font-size: 1.5em;
	font-weight: 700;
	color: #304225;
	letter-spacing: 1px;
	text-transform: none;
}

section.home {
	display: inline-block;
	width: 100%;
	min-width: 100vw;
	position: absolute;
	top: 90px;
	left: 0;
	background-color: #304225;
	z-index: 2;
}
section.home.interieur {
	background-color: #304225 !important;
	color: #fff;
}
section.home .video {
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0 5%;
	z-index: 2;
}
section.home .video img {
	width: 100%;
	min-width: 100%;
}

/* pavés de menu ****************************/

section.home .menu, section.home.interieur .menu {
	display: block;
	margin: 0;
	text-align: center;
}

section.home .item-intro {
	display: block;
	background-color: #304225;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.3;
	padding: 40px 30px;
	text-align: center;
}
section.home .item-intro h2 {
	font-size: 2.5em;
	font-weight: 700;
	color: #F4E300;
	line-height: 1.2;
	margin: 2em 0 0;
}
section.home .item-intro a {
	color: #F4E300;
	transition: .25s ease-in-out;
}
section.home .item-intro a:hover {
	color: #fff;
}
section.home .item-intro p {
	margin: 1em 0 .5em;
}
section.home .item-intro small {
	text-transform: none;
}
.argumentaire {
	display: inline-block;
	width: 80%;
	padding: 30px 10%;
	text-transform: none;
	font-size: .8em;
	text-align: left;
	background-color: #fff;
}
.argumentaire span {
	display: inline-block;
	width: 100%;
	margin: 0 0 .8em;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.argumentaire strong {
	color: #304225;
	display: inline-block;
	width: 100%;
	font-weight: 700;
	margin-bottom: .25em;
}
.raisons {
	display: inline-block;
	width: 90%;
	margin: 30px auto 0;
	padding: 15px 5%;
	background-color: #F4E300;
	text-transform: none;
	font-size: .9em;
	text-align: left;
	font-family: 'Barlow Condensed';
	line-height: 1.2;
}
.raisons h4 {
	margin: 0 0 .8em;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #304225;
	text-transform: uppercase;
}
.partners h3 {
	margin: 0 0 .8em;
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: #304225;
	text-transform: uppercase;
}
.raisons .spip_document_center img {
	margin-bottom: .4em;
}
.raisons strong {
	color: #304225;
}
.partners {
	display: inline-block;
	width: 60%;
	padding: 30px 20%;
	text-align: center;
	background-color: #fff;
}
.partners .item-part {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.partners .item-part img {
	width: 80%;
	margin: 0 10%;
}
.mots {
	display: inline-block;
	width: 80%;
	margin: 30px auto 0;
	padding: 25px 10%;
	background-color: #fcf5a9;
	font-size: .9em;
	font-style: italic;
	text-align: justify;
	line-height: 1.2;
}

footer {
	display: block;
	width: 80%;
	background-color: #304225;
	color: #fff;
	padding: 30px 10% 40px;
	font-size: .75em;
	line-height: 1.35;
	text-align: center;
}
footer h2.spip {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 0 1em;
}
footer .item-foot {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer a {
	color: #F4E300;
	font-weight: 600;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #fff;
}
.footer small {
	font-size: .9em;
}

.argumentaire-int {
	display: inline-block;
	width: 80%;
	margin: 40px auto 30px;
	font-size: .9em;
	text-align: left;
}
.argumentaire-int p {
	margin: 1em 0;
}
.argumentaire-int h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 0 1em;
	color: #F4E300;
}
.argumentaire-int h2.spip {
	font-size: 1.3em;
	font-weight: 600;
	margin: 1em 0 .5em;
	color: #F4E300;
}
.argumentaire-int a {
	color: #fcf5a9;
	font-weight: 600;
	transition: .25s ease-in-out;
}
.argumentaire-int a:hover {
	color: #fff;
}


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

@media screen and (max-width: 851px){
	
	.logo {
		left: 20px;
	}
	.logo img {
		width: 220px;
	}
	header span {
		font-size: .85em;
	}
	header span p {
		font-size: 1.2em;
	}
	
}

@media screen and (max-width: 680px){
	
	header span {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.temp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	section.home .menu .item-intro h2 {
		line-height: 1;
		margin: .5em 0 .2em !important;
	}
	.argumentaire div, .raisons div, footer div {
		margin: 0 0 1em;
	}
	
}