@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Futura';
src: url('typo/Futura.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

body,html{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto';
font-size: 18px;
background-color: #14262d;
color: #ffffff;
}

/* TYPO -------------------------- */
p{ margin: 0; padding: 0; }
h1{
	/*width:100%;*/
	font-family: 'Futura';
	font-size: 2em;
	font-weight: normal;
	color: #6ec1a3;
	margin: 10px 0 10px 0;	
	position: relative;
	float: left;
	clear: both;
}
h1:first-letter{
	font-size: 1.4em;
	color: #ffffff;
}
h1 p{
	display: inline;
	padding: 0 10px 0 10px;
	border-bottom:1px solid #6ec1a3;
}

h2{
	width:100%;
	font-family: 'Futura';
	font-size: 2em;
	font-weight: normal;
	color: #6ec1a3;
	margin: 0 0 20px 0;	
	position: relative;
	float: left;
	clear: both;
}
h2:first-letter{
	font-size: 1.4em;
	color: #ffffff;
}
h2 p{
	display: inline;
	padding: 0 20px 0 0;
	border-bottom:1px solid #6ec1a3;
}

h3{
	width:100%;
	font-family: 'Futura';
	font-size: 1.5em;
	font-weight: normal;
	color: #6ec1a3;
	margin: 0 0 20px 0;	
	position: relative;
	float: left;
	clear: both;
}
h3:first-letter{
	font-size: 1.4em;
	color: #ffffff;
}
h3 p{
	display: inline;
	padding: 0 20px 0 0;
	border-bottom:1px solid #6ec1a3;
}

.vert{ color:#6ec1a3; }
.bleuF{ color:#14262d; }
.bleuC{ color:#37505a; }
.blanc{ color:#ffffff; }

.mini{ font-size: 0.6em; }
.petit{ font-size: 0.9em; }
.grand{ font-size: 1.5em; }
.big{ font-size: 2em; }

.lienSimple{ color: inherit; text-decoration: none; }

/* --------------------------------- */

.hautGeneral{
	width: 100%;
	height: 80px;
	background-color: #14262d;
	border-bottom:4px solid #6ec1a3;
	display: grid;
	grid-template-columns: 180px 1fr 180px;
	grid-template-rows: 80px;
	align-items: center;
	position: relative;
	float: left;
}
.colGenGauche{
	height: 100%;
	display: flex;
    justify-content: flex-start;
	align-items: center;
}
.retourP{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #6ec1a3;
	position: relative;
	float: left;
}
.retourP img{
	max-height: 60%;
	width:auto;
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.titreGeneral{
	font-size: 1.5em;
	color: #14262d;
	position: relative;
	margin-left: 10px;
}
.colGenCentre{
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.logoGeneral{
	height: calc(100% - 20px);
	padding: 5px;
	border-radius: 8px;
	background-color: #14262d;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logoGeneral img{ max-height: 90%; width: auto; display: block; }
.colGenDroite{
	height: 100%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

.bas{
	width: 100%;
	margin-top: 40px;
	padding-top: 70px;
	position: relative;
	float: left;
}
.barreBas{
	width: 100%;
	height: 14px;
	background-color: #6ec1a3;
	position: relative;
	float: left;
}
.triangleBas{
	width: 120px;
	height: 70px;
	background-color: #6ec1a3;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	position: absolute;
	float: left;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 10;
}
.flexBasPage{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	float: left;
	margin: 20px 0;
}
.colBas200{
	width: 320px;
	position: relative;
	float: left;
	margin: 0 10px;
}
.colBas200.droite{
	text-align: right;
}
.colBasCentre{
	font-size: 1.3em;
	text-align: center;
	position:relative;
	float: left;
}
.menuBas{
	line-height: 1.6em;
}
.copyr{
	width: 100%;
	border-top: 1px solid #6ec1a3;
	padding: 10px 0 30px 0;
	font-size: 0.9em;
	text-align: center;
	position: relative;
	float: left;
}
.zonePartenaire{
	width: 100%;
	background-color:#37505a;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 20px 0;
	gap:30px;
}
.zonePartenaire.bas{
	margin: 0;
	padding: 10px 0;
	gap:5px;
}

.pageActu{
	width: 100%;
	background-color: #101a1d;
	display: flex;
	justify-content: center;
	position: relative;
}
.zoneAffichage{
	width: calc(100% - 10px);
	max-width: 1580px;
	background-color: #14262d;
	border: 1px solid #37505a;
	box-shadow: 0 0 5px #000000;
	position: relative;
	margin: 4px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap:40px;
}


/* BOUTON ------------------------------------- */
.boutonFull{
	width: 100%;
	height: 100%;
	position: relative;
}
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 5;
}

.bSavoir{
	width: 180px;
	border-radius: 8px;
	border: 1px solid #6ec1a3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	overflow: hidden;
	position: relative;
	float: left;
	clear: both;
	margin-top: 10px;
}
	.txtSavoir{
		color: #6ec1a3;
		position: relative;
		float: left;
		margin-right: 20px;
		z-index: 2;
	}
	.fleche{
		width: 25px;
		height: 20px;
		clip-path: polygon(25% 50%, 0 0, 100% 50%, 0 100%);
		background-color: #6ec1a3;
		position: relative;
		float: left;
		transition: 0.2s all;
		z-index: 2;
	}
	.fdBSavoir{
		width: 0;
		height: 100%;
		background-color: #6ec1a3;
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		transition: 0.2s all;
		z-index: 1;
	}
.bSavoir.flD{
	position: relative;
	float: right;
}
.bSavoir.flC{
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
.bSavoir:hover .fdBSavoir{ width: 100%; }
.bSavoir:hover .txtSavoir{ color: #14262d; }
.bSavoir:hover .fleche{ background-color: #14262d; transform: rotate(360deg); }

.bPage{
	padding: 10px 20px;
	border: 1px solid #6ec1a3;
	background-color: #6ec1a3;
	border-radius: 8px;
	font-family: 'Futura';
	font-size: 2.5em;
	color: #14262d;
	text-align: center;
	margin: 60px 0 20px 0;
	position: relative;
	float: left;
	overflow: hidden;
}
.bPage.flD{
	position: relative;
	float: right;
}
.bPage.flC{
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}
	.txtBPage{
		color: #14262d;
		position: relative;
		float: left;
		z-index: 2;
	}
	.txtBPage:first-letter{ color: #ffffff; font-weight: bold;}
	.fdBPage{
		width: 0;
		height: 100%;
		background-color: #14262d;
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		transition: 0.2s all;
		z-index: 1;
	}
.bPage:hover .fdBPage{ width: 100%; }
.bPage:hover .txtBPage{ color: #6ec1a3; }

/* ------------------------------------------ */
/* IMAGE ----------------------------------- */
.imMW{ max-width: 100%; height: auto; display: inline-block; }
.imMH{ max-height: 100%; width: auto; display: inline-block; }

.imCover{ width: 100%; height: 100%; object-fit: cover; display: inline-block; }
.imContain{ width: 100%; height: 100%; object-fit: contain; display: inline-block; }

/* ----------------------------------------- */

.titrePage{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.sectionPara{
	width: 100%;
	position: relative;
}
.contBandeau{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contDouble{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.contDouble.aHaut{ align-items: flex-start; }
.contGalerie{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	gap:10px;
}
.contBouton{
	width: 100%;
	position: relative;
	float: left;
	margin: 10px 0;
	padding: 10px 0;
}

.txt50{
	width:calc(50% - 60px);
	font-size: 1em;
	position: relative;
	padding: 10px;
}
.txt100{
	width:calc(100% - 40px);
	font-size: 1em;
	position: relative;
	padding: 10px;
}
.txt50 a{ color:#6ec1a3; text-decoration: none; }
.txt100 a{ color:#6ec1a3; text-decoration: none; }

.visu50{
	width:calc(50% - 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.visuGal{
	width:calc(25% - 20px);
	aspect-ratio:1/1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.vidYTFiche{
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.vidYTFiche iframe,  
.vidYTFiche object,  
.vidYTFiche embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
