/*
Couleurs
#0ae abandonnée (couleur du logo)
#258 cartouche de l'onglet CONTACT
#003264 => #e0e3e6 , #303336 , #909396
rgb(0,50,100)

===

Hexadecimal : #003264
R: 0, G: 50, B: 100
CMJN(100, 50, 0, 61)
H: 210°, S: 100%, L: 20%


*/


@font-face {
    font-family: 'montserratlight';
    src: url('style/fonts/montserrat-light-webfont.eot');
    src: url('style/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('style/fonts/montserrat-light-webfont.woff') format('woff'),
         url('style/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('style/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('style/fonts/montserrat-regular-webfont.eot');
    src: url('style/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('style/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('style/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { /* à remplacer par ci-après */
    font-family: 'montserrat_italic';
    src: url('style/fonts/Montserrat-Italic.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratitalic';
    src: url('style/fonts/montserrat-italic-webfont.eot');
    src: url('style/fonts/montserrat-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/montserrat-italic-webfont.woff2') format('woff2'),
         url('style/fonts/montserrat-italic-webfont.woff') format('woff'),
         url('style/fonts/montserrat-italic-webfont.ttf') format('truetype'),
         url('style/fonts/montserrat-italic-webfont.svg#montserratitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratmedium_italic';
    src: url('style/fonts/montserrat-mediumitalic-webfont.eot');
    src: url('style/fonts/montserrat-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/montserrat-mediumitalic-webfont.woff2') format('woff2'),
         url('style/fonts/montserrat-mediumitalic-webfont.woff') format('woff'),
         url('style/fonts/montserrat-mediumitalic-webfont.ttf') format('truetype'),
         url('style/fonts/montserrat-mediumitalic-webfont.svg#montserratmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('style/fonts/montserrat-bold-webfont.eot');
    src: url('style/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('style/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('style/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('style/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: Lato, "montserratlight",'montserratregular',sans-serif;
	margin: 0;
}

a{
	text-decoration: none;
	cursor: pointer;
}
a img{
	border: 0;
}

embed, iframe, object, img, video {
	max-width: 100%;
}

.fin {
	clear: both;
}
.clearer , .fintoufin {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.w955 {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}
.w955ext {
	min-width: 955px;
	width: 80vw;
	max-width: 1450px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	.w955 {
		width: auto;
		padding: 1%;
	}
	.w955ext {
		min-width: initial;
		width: auto;
		max-width: initial;
		padding: 1%;
	}
}
.w855 {
	margin: 0 auto;
	width: 855px;
}
@media screen and (max-width: 855px) {
	.w855 {
		width: auto;
	}
}

.w755 {
	margin: 0 auto;
	width: 755px;
}
@media screen and (max-width: 755px) {
	.w755 {
		width: auto;
	}
}
.w655 {
	margin: 0 auto;
	width: 655px;
}
@media screen and (max-width: 655px) {
	.w655 {
		width: auto;
	}
}

.hautVide {
	padding-top: 10vh;
}
.basVide {
	padding-bottom: 10vh;
}
@media screen and (max-width: 655px) and (orientation: portrait) {
	.hautVide {
		padding-top: 5vh;
	}
	.basVide {
		padding-bottom: 5vh;
	}
}


/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	ENRICHISSEMENTS GENERIQUES 	    */
/*    	    				 	        */
/*    	    *** *** *** *** 	        */


/* Alignements */

/* alignements image/inline */
.alignD {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignG {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
	.alignG {
		float: none;
		margin: 0px auto 40px;
	}
	.alignD {
		display: block;
		float: none;
		margin: 0px auto 40px;
	}
}

/* alignements textes/blocs */
.txtAlignD {
	text-align: right;
}
.txtAlignG {
	text-align: left;
}
.txtAlignC {
	text-align: center;
}
.txtAlignJ {
	text-align: justify;
}

/*	lignes de separation	*/

.ligne_1 {
	margin: 20px 0px;
	padding: 0px;
	line-height: 1px;
	background: transparent;
	border: 0px;
	border-top: 1px solid #e3e3e3;
}

.titre_page {
	margin: 0;
	padding: 250px 0px;
	letter-spacing: 6px;
	line-height: calc(1em + 3.2vw);
	font-size: 5.4vw;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: none;
}

#image, #titre_page_image, #html_page_titre { /* fond image du grand titre de la page Html, ex-"#image" */
	margin: 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background: center center;
	background-size: cover;	
}

.titre_1 {
	font-size: 2.8em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 8px;
	border-bottom: 1px solid #edeeef;
	padding-bottom: 2ex;
}
.titre_2 {
	position: relative;
	height: 1em;
	margin: 10vh auto 6vh;
	padding: 0vh 0px 1vh;
	font-family: montserratbold;
	font-size: calc(4vw + 14px);
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #234;
	color: #789;
	z-index: 10;
	/* overflow: hidden; */
}
.titre_2 span {
	/* position: absolute; */
	display: block;
	font-size: calc(8px + 0.5vw + 0.5vh);
	/* text-transform: none; */
	color: #456;
	color: #003264;
	margin-top: -1em;
	z-index: 30;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.titre_2 a{
	color: #234;
	color: #789;
}
.titre_2 a:hover{
	color: #000;
}
.titre_2::after{
	position: absolute;
	top: 0.60em;
	z-index: 20;
	height: 0.40em;
	width: 100%;
	content: " ";
	display: block;
	/* margin: -0.5em 0 0; */
	background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.8), rgba(255,255,255,1));
	/* background: #fff; */
	border-top: 1px dashed rgba(150,150,150,0.2);
}


.titre_3 {
	font-family: "Arial", sans-serif;
	padding: 0px 0px 15px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #0ae;
	color: #258;
}
.titre_4 {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 30px 0px 0px 0px;
	font-size: 2em;
	font-weight: bold;
	color: #333;
}
.titre_5 {
	margin: 1.7em 0em 0.7em;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #0ae;
	color: #258;
}
.titre_6 {
	margin: 40px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.0em;
	font-family: 'montserratregular', "Montserrat", sans-serif;
	/*font-family: 'montserratbold', "Montserrat Bold", "Montserrat", Arial, Helvetica, sans-serif;*/
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	color: #4c4c4c;
}
.titre_7 {
	margin: 10px 0px 2vh;
	padding: 0px 0px 0px 0px;
	line-height: 1.2em;
	font-family: 'montserratbold', "Montserrat Bold", "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-size: 1.4em;
	/*font-weight: bold;*/
	font-style: normal;
	text-transform: uppercase;
	/* text-align: justify; */
	color: #0ae;
	color: #258;
}
.titre_8 {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 2em 0px;
	margin: 0px auto;
	font-size: 2em;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
}

.sous_titre_1 {
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 0.5em;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #456;
	letter-spacing: initial;
	line-height: 1.6em;
}
.sous_titre_3 {
	padding: 0px 0px;
	font-size: 1em;
	font-weight: bold;
	color: #258;
}


/* textes */
/* tous ne sont pas utilisé ici... */

.txt_page_titre {
	margin: 2em 0 0em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-size: 2.7em;
}
.txt_page_intro {
	margin: 1.7em 0 1.7em;
	font-family: montserratmedium_italic, "Trebuchet MS", trebuchet, sans-serif;
	font-size: 1.4em;
	/*font-weight: bold;
	font-style: italic;*/
	line-height: 1.6em;
	color: #0ae;
	color: #258;
}
.txt_page_texte { /* ce style doit permettre la mise en page Page::Og_CMS_affiche() */ 
	font-family: montserratlight, "Trebuchet MS", trebuchet, sans-serif;
	/* font-size: 1.4em; */
	font-size: calc(0.7em + 0.4vw);
	line-height: 1.6em;
	color: #333;
}
.txt_page_mention { /* entre texte et commentaires */ 
	font-size: 0.7em;
	line-height: 1.6em;
	color: #333;
}
.texte_1 {
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.2em;
	margin: 1em 1em 3em;
	text-shadow: 1px 1px #000;
	text-shadow: 1px 1px #000, 2px 2px #003264, 5px 5px 5px #003264;
}
.texte_2 {
	font-size: 17px;
	font-family: "Arial", sans-serif;
	line-height: 19px;
}

/* paragraphes */

.commentaire_1 {
	font-size: 1.0em;
    font-family: 'Montserrat Italic';
	color: #999;
}
.commentaire_2 {
	font-size: 1.0em;
	color: #0ae;
	color: #258;
}
.commentaire_3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	/* color: #258; */
}

/* autres paragraphes */
.alert_bad, .alerte_bad,
.alert_good, .alerte_good {
	margin: 0px 0px 4px;
	padding: 4px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.alert_bad, .alerte_bad {
	color: #E7670B;
	border: 1px solid #E7670B;
}
.alert_good, .alerte_good {
	color: #003264;
	border: 1px solid #003264;
}


@media screen and (max-width: 955px) {
	.titre {
		margin: 0;
		padding: 250px 0px;
		letter-spacing: 6px;
		line-height: 3.2vw;
		font-size: 5.4vw;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		border: none;
	}
	.titre_1 {
		text-align: center;
		font-size: 6.4vw;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1.3vw;
		margin: 35px 0px 0.5vw 0px;
	}
	.titre_4 {
		text-align: center;
		margin: 0;
		padding: 1.4em 0px 1em 0px;
		font-size: 2em;
		font-weight: bold;
		color: #333;
	}
	.titre_5 {
		margin: 1.7em 1em 0.7em;
		padding: 0px 0px 0px 0px;
		font-size: 1.0em;
	}
	.titre_6 {
		font-size: 1.8em;
		margin: 1.7em 0px 0.4em;
		text-align: center;
	}
	.titre_7 {
		margin: 1em 0px;
		text-align: center;
		font-size: 1.4em;
	}
	.texte_1 {
		font-size: 7.5vw;
		text-align: center;
		font-family: "Arial", sans-serif;
		margin: 35px auto;
		width: auto;
		line-height: 1.2em;
	}
	.txt_page_titre {
		text-align: center;
		margin: 1em 0 0em;
		font-size: 1.7em;
	}
	.txt_page_intro {
		text-align: justify;
		margin: 1.7em 0 1.7em;
		padding: 0px 1em;
		font-size: 1.4em;
		line-height: 1.4em;
		color: #0ae;
		color: #258;
	}
	.txt_page_texte { /* ce style doit permettre la mise en page Page::Og_CMS_affiche() */ 
		padding: 0px 1em;
		text-align: justify;
		font-size: 1.2em;
		line-height: 1.6em;
		color: #333;
	}
	.txt_page_mention { /* entre texte et commentaires */ 
		text-align: justify;
		padding: 0px 1em;
		font-size: 0.7em;
		line-height: 1.6em;
		color: #333;
	}
	.texte_2 {
		font-size: 4.5vw;
		font-family: "Arial", sans-serif;
		line-height: 6vw;
	}
	.texte_bt {
		font-size: 3.5vw;
		font-family: "Arial", sans-serif;
		line-height: 6vw;
	}
}

/* Boutons */

.bt_1 {
	padding: 0.5em 3em;
	transition: 0.5s;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
}
.bt_1:hover {
	background: #fff;
	color: #555;
	transition: 0.5s;
}
.bt_2 {
	padding: 0.7em 2em;
	border-radius: 2em;
	font-size: 1.1em;
	text-align: center;
	display: inline-block;
	background: #999;
	color: #fff;
	transition: 0.5s;
}
.bt_2:hover {
	background: #0ae;
	background: #258;
}
.bt_3 {
	background: #0ae;
	background: #258;
	color: #fff;
	padding: 5px 45px;
	border: 2px solid #0ae;
	border: 2px solid #258;
	transition: 0.5s;
}
.bt_3:hover {
	color: #0ae;
	color: #258;
	background: transparent;
	border: 2px solid #0ae;
	border: 2px solid #258;
	transition: 0.5s;
}
.bt_4 {
	font-size: 0.7em;
	color: #258;
	color: #000;
	padding: 3px 18px;
	background: transparent;
	background: rgba(100,100,100,0.1);
	/* border: 1px solid #dcddde; */
	transition: 0.5s;
}
.bt_4:hover {
	background: #258;
	color: #fff;
	border-color: #258;
	transition: 0.2s;
}


.bt_gris { /* gris=desat */
	opacity: 0.5;
	filter: saturate(0%);
	transition: 0.6s;
}
.bt_gris:hover { 
	opacity: 1;
	filter: saturate(100%);
	transition: 0.6s;
}

.bt_pdf {
	display: flex;
	flex-flow: row nowrap;
	align-content: center;
	/* justify-content: space-between; */
	align-items: center;
	align-items: stretch;
	/* padding-left: 40px; */
	/* padding: 0 20px 0 0px; */
	background: #e0e3e6;
	color: #666;
	/* border: 1px solid red; */
	border-radius: 1ex;
}
.bt_pdf div {
	/* border: 1px solid red; */
	display: inline-flex;
	padding: 4px 1em;
	align-self: center;
	flex: 1 1 auto;
	/* conteneur */
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	min-height: 40px;
}
/*
.bt_pdf:after {
	content: "\F34A";
}*/
@media screen and (max-width: 700px) {
	.bt_pdf div {
		flex-flow: column nowrap;
		align-items: flex-start;
	}
}
.bt_pdf span.doc_ico {
	border-radius: 1ex;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	/* align-content: center; */
	align-items: center;
	padding: 0 0 0 8px;
	min-height: 40px;
	background: #003264;
	background: #306294;
	color: #fff;
	flex: 0 0 40px;
	align-self: stretch;
}
.bt_pdf span.doc_libel {
	/* border: 1px solid red; */
	/* padding: 1em 2px; */
	color: #003264;
	font-size: 16px;
}
.bt_pdf span.doc_nom {
	/* border: 1px solid red; */
	/* padding: 1em 2px; */
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: 0.7em;
	color: #003264;
	font-weight: normal;
}
.bt_pdf:hover {
	background: #003264;
	color: #fff;
}
.bt_pdf:hover span {
	color: #fff;
}



/* LIENS */

.lien_1 {
	color: #000;
}
.lien_1:hover {
	color: #258;
	text-decoration: underline;
}
.lien_2 {
	color: #fff;
}
.lien_3 {
	color: #0ae;
	color: #258;
}
.lien_4 {
	color: #369;
	font-weight: bold;
}
.doc_1 {
	padding: 30px 0px 0px 0px;
	color: #0ae;
	color: #258;
}
.doc_1 img{
	width: 30px;
	height: 30px;
}
.doc_2 {
	padding: 10px 0px 50px 0px;
	color: #009cea;
}
.doc_2 img{
	width: 30px;
	height: 30px;
}

.bg_1 {
	/* background-color: #fff; */
	/* background-color: rgba(255,255,255,0.9); */
}

/* listes */
.liste_1 {
	list-style: none;
}
.liste_1 li{
	margin: 1em 0;
    font-family: 'montserratlight';
	font-size: 0.9em;
}
.liste_1 a{
	color: #258;
    font-family: 'montserrat_italic';
	font-size: 1.2em;
}

.liste_2 {
	/* list-style: none; */
}
.liste_2 li{
	margin: 0 0 1ex;
    font-family: 'montserratlight';
	font-size: 0.9em;
}

/* Blocs et cadres */

.cadre_1 {
	margin: 1em 5%;
	/* width: 80%; */
	padding: 1em 2em;
	background: #f3f6f9;
	
}
.cadre_2 {
	margin: 1em auto 1ex;
	padding: 1em 2em;
	display: inline-block;
	/* width: 80%; */
	background: #306294;
	color: #fff;
	border-radius: 1em;
}


/* Colonnes */

.col_med_1 {
	margin: 0px 0 60px 0;
	text-align: center;
	padding: 1em 0;
}
.col_med_1 a{
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 1%;
	width: 46%;
	width: 300px;
	height: 300px;
	background-color: #0ae;
	background-color: #f0fafe;
	background-color: #fff;
	background-color: rgba(255,255,255,0.4);	
	overflow: hidden;
	border-radius: 50%;
}
/*
.col_med_1 a:first-child{
	margin-right: 1%;
}
.col_med_1 a:last-child{
	margin-left: 1%;
}
*/
.col_med_1 a img:first-child{
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 1;
	transition: 0.8s;
	min-width: 500px;
	min-height: 400px;
	max-width: 600px;
	max-height: 600px;
	opacity: 0.0;
	filter: saturate(0%);
}
.col_med_1 p{ /*display: flex; à venir (compatibilité) */
	z-index: 2;
	position: relative;
	background: rgba(0,0,0,0.0);
	margin: 32% auto;
	width: 90%;
	height: 2.4em;
	color: #fff;
	color: #000;
	color: #666;
	line-height: 1.2em;
	padding: 1em 0;
	font-size: 1.6em;
	text-transform: uppercase;
	transition: 0.4s;
}
.col_med_1 p span{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.col_med_1 a:hover {
	background-color: rgba(255,255,255,0.8);	
}
.col_med_1 a:hover p{
	background: rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.0);
	color: #000;
}
.col_med_1 a:hover img:first-child{
	transition: 0.4s;
	opacity: 0.7;
}
@media screen and (max-width: 955px) {
	.col_med_1 {
		margin: 0;
	}
	.col_med_1 a{
		display: inline-block;
		margin: 4vw;
		width: 80vw;
		height: 80vw;
	}
	.col_med_1 p{
		font-size: 6vw;
	}
}


/* Colonnes Flex */

.bloc_col_flex {
	clear: both;
	display: flex;
	flex-flow: row nowrap;
}
@media screen and (max-width: 1024px) {
	.bloc_col_flex {
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: stretch;
	}
}

.bloc_col_flex_cadre_1 {
	clear: both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: start;
}
.bloc_col_flex_cadre_1 .cadre_1 {
	margin: 1em 2%;
	padding: 1em;
	/* flex-grow: 0; */
	/* flex-shrink: 2; */
}

/*						*/
/*		Tableaux		*/
/*						*/

.table_1 {
	margin: 4vh 0px;
	empty-cells: show;
	border-collapse: collapse;
}
.table_1 td {
	padding: calc(0.2vh + 1px) 1em;
	border: 1px solid rgba(100,100,100,0.2);
}
.th_1 td {
	font-weight: bold;
}


/*			*** *** *** *** ***			*/
/*										*/
/*			PAGES SPECIFIQUES			*/
/*										*/
/*	(BEM - Block, Element, Modifier)	*/
/*										*/
/*			*** *** *** *** ***			*/



/*						*/
/*		nav reseau		*/
/*						*/



/* fp partage reseaux */

#fp_partager {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 30px;
	line-height: 30px;
	margin: 0px 0px;
	padding: 0px;
	/*border: 1px solid #f00;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
.fp_reso_g {
	float: left;
}
.fp_reso_d {
	float: right;
}
a#fp_bt_partager {
	display: inline-block;
	color: #bbb;
	margin: 0px;
	padding: 0px 10px;
	font-size: 1em;
	line-height: 2em;
	/* et puis finalement... */
	display: none;
}
a#fp_bt_partager:hover {
	color: #999;
}
#fp_partager #nav_fp_reseaux {
	display: inline-block; /* none */
	position: absolute;
	top : 0px;
	right: 0px;
	list-style: none;
	width: 215px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: 0.4s;
	opacity: 0;
	/* et puis finalement... */
	opacity: 1;
}
#fp_partager:hover {
	opacity: 1;
	transition: 0.5s;
}
#fp_partager:hover #nav_fp_reseaux {
	display: inline-block;
	opacity: 1;
}
#fp_partager #nav_fp_reseaux li {
	display: inline-block;
	float: left;
	margin: 0px 10px 0px 0px;
}
#fp_partager #nav_fp_reseaux li a img{
	opacity: 0.1;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: 0.2s;
	width: 25px;
	height: 25px;
}
#fp_partager #nav_fp_reseaux li a:hover img{
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}


@media screen and (max-width: 955px) {
	#fp_partager {
		display: block;
		width: auto;
		height: auto;
		line-height: normal;
		margin: 0.2em 0px 0.3em;
		padding: 0.2em 0em 0.3em 0em;
		text-align: center;
	}
	.fp_reso_g {
		float: none;
	}
	.fp_reso_d {
		float: none;
	}
	a#fp_bt_partager {
		display: inline-block;
		color: #fff;
		margin: 0px;
		padding: 0px 10px;
		font-size: 1em;
		line-height: 2em;
	}
	#fp_partager #nav_fp_reseaux {
		display: block;
		position: relative;
		top : initial;
		right: initial;
		width: auto;
		height: auto;
	}
	#fp_partager:hover #nav_fp_reseaux {
		display: block;
	}
	#fp_partager #nav_fp_reseaux li {
		float: none;
		margin: 0px 4vw;
	}
	#fp_partager #nav_fp_reseaux li a img{
		opacity: 0.5;
		filter: saturate(0%);
	}
}



/* 		PAGE ACCUEIL		*/

/* 			video			 */

#video-fond {
  overflow: hidden;
  position: absolute;
  top: calc(36px + 1vh);
  right: 0;
  bottom: 0;
  left: 0;
}
#video-fond > video {
  width: 100%;
  /*height: 100%;*/
  position: absolute;
  top: 0;
  left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
  #video-fond > video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video-fond > video {
    width: 300%;
    left: -100%;
  }
}
/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
  #video-fond > video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
	#video-fond {
	  top: 0px;
  }
}


#acc_1 {
	background: url(style/fond_acc_1.jpg) no-repeat center center fixed;
	background-size: cover;
	padding-top: 60px;
}



#block_presentation {
	position: relative;
	text-align: center;
	padding: 35px 0px 80px 0px;
	padding: 0px;
	background: #003264 url(images/temporaires/img_port_gennevilliers_2.jpg) no-repeat center center; /* sauf si vidéo */
	background-size: cover;
	color: #fff;
	/* filter: contrast(110%) saturate(120%) brightness(80%); */
	/* pour la video
	background: transparent;
	position: relative;
	height: 80vh; */
}
#block_presentation article{
	margin: 4vw auto;
	margin: 0 auto;
	width: 100%; box-sizing: border-box;
	height: 100vh;
	padding: 1em 3em 3em;
	padding: 5vw 20vw calc(1em + 4vw) ;
	padding: 6vw 20vw calc(1em + 3vw) ;
	padding: calc(100px + 1vh) 20vw calc(4vh);
	padding: calc(100px + 2vh) calc(7vw + 7vh) calc(4vh);
	/* background-color: rgba(255,255,255,0.4);	 */
	/* background-color: rgba(0,50,100,0.6); */
	/* background: linear-gradient(rgba(0,50,100,0.6),rgba(0,25,50,0.6), aliceblue); */
	/* background: linear-gradient(rgba(0,50,100,0.6) 0%, rgba(0,25,50,0.6) 50%, rgba(150,150,150,0.5) 85%, rgba(0,50,100,0.6) 100%); */
	/* background: linear-gradient(rgba(10,50,100,0.3) 0%, rgba(0,10,20,0.1) 20%, rgba(100,80,100,0.5) 50%, rgba(0,0,0,0.2) 85%, rgba(0,50,100,0.6) 100%); */
	/* background: linear-gradient(rgba(10,50,100,0.3) 0%, rgba(10,50,100,0.1) 20%, rgba(10,50,100,0.5) 50%, rgba(10,50,100,0.2) 85%, rgba(10,50,100,0.6) 100%); */
	font-size: 1.1em;
	/* filter: contrast(80%) saturate(80%) brightness(120%); */
}
#block_presentation article .titre_1 {
	font-size: calc(12px + 1vh + 1vw);
	padding: 0.7vh 3vw 0vh;
	padding: calc(0.7vh + 2vh) calc(3vw + 3vh) 1vh;
	font-weight: bold;
	line-height: 1.3em;
	border: none;
	font-family: 'montserratregular';
}
#block_presentation article .texte_1 {
	font-size: 1.3em;
	letter-spacing: 2px;
	line-height: 1.6em;
	padding: 1vh 2vw 2vh;
	padding: 0vh 2vw 1.5vh;
	padding: 0vh calc(2vw + 2vh) 1.5vh;
}
#block_presentation article .texte_1 big {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 8px;
}
#block_presentation article .bt_1 {
    background-color: rgba(0,50,100,0.7);
	/* opacity: 0.6; */
	border-color: rgba(255,255,255,0.3);
	/* border: none; */
    background-color: rgba(0,50,100,0.2);
	border-color: rgba(0,50,100,0.6);
	padding: calc(1ex + 1vh) calc(1em + 2vw);
	
	border: none;
	background: linear-gradient(to bottom, rgba(0,50,100,0), rgba(0,50,100,0.6), rgba(0,50,100,0));
 	border-radius: 1em 1em ;
   /* background-color: transparent; */
}
#block_presentation article .bt_1:hover {
    color: #fff;
    background: #fff;
    background-color: rgba(0,50,100,0.6);
	opacity: 1;
	border-radius: 1em;
	box-shadow: 0 0 10px #ccc;
}

@media screen and (max-width: 1400px) {
	#block_presentation article{
		padding: 4vh 0.5em 2em;
		width: auto;
		height: auto;
	}
	#block_presentation article .titre_1 {
		padding: 0 1vw 0vh;
	}
	#block_presentation article .texte_1 {
		font-size: 1.0em;
	}
}
@media screen and (max-width: 1024px) {
	#block_presentation article{
		/* margin: 1em; */
		padding: 0.6em 0.5em 2em;
		width: auto;
		height: auto;
	}
	#block_presentation article img { /* logo bis */
		display: none;
	}
	#block_presentation article .titre_1 {
		padding: 0 1vw 0vh;
	}
	#block_presentation article .texte_1 {
		font-size: 1.0em;
	}
}

#block_3_ports {
	margin: 2vh auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}
#block_3_ports a {
	flex: 1 0 25%;
	/* conteneur */
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	margin: 1vh 1vw;
	margin: 1.5vh 1.5vw;
	margin: calc(1vh + 1vw);
	padding: 5vh 1vw;
    background: #246;
	overflow: hidden;
	border-radius: 0;
	transition: 0.4s;
}
#block_3_ports a:hover {
	border-radius: 2em;
}
#block_3_ports a *{
	position: relative;
	padding: 0;
	margin: 0;
	color: #fff;
    font-family: 'montserratbold';
	font-size: calc(1vh + 1vw);
	text-transform: uppercase;
}
#block_3_ports a img {
	position: absolute;
	top: 25%;
	left: 25%;
	min-width: 150%;
	min-height: 150%;
	margin: -25%;
	opacity: 0.7;
	transition: 0.5s;
}
#block_3_ports a:hover img {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	#block_3_ports {
		margin: 2vh 2vw;
		flex-flow: column wrap;
		justify-content: space-center;
		align-items: stretch;
}
#block_3_ports a *{
	font-size: calc(10px + 1vh + 1vw);
	}
}




/* 		PAGE CONTACT		*/


#col_menu {
	float: right;
	width: 440px;
	margin: 0px 0px 20px 20px;
}
#col_menu_corps {
	background-color: #efefef;
	padding: 0px 0px 20px 0px;
	border: 1px solid #e0e0e0;
}
#col_adresse {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#col_message {
	/*width: 955px;*/
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
}
.raisonSociale {
	margin: 0px 0px 1em 20px;
	font-size: 1.2em;
	font-weight: normal;
	color: #0ae;
	color: #258;
}
.raisonSociale i{
	font-size: 0.7em;
	color: #666;
}
.coordonnees {
	margin: 0px 0px 40px 20px;
	font-size: 1em;
	/* font-family: Lato; */
	line-height: 1.4em;
	color: #666;
}
.coordonnees  b{
	font-family: "montserratregular";
	font-size: 1em;
	/* text-decoration: underline; */
	color: #333;
}


.form_message {
}
.form_contact {
	width: 500px;
	margin: 0px 0px 40px 0px;
}
.txt_coul_0 {
	color: #777;
}
.form_message fieldset.jeux_1 {
	float: left;
	width: 280px;
	border: 1px solid #ccc;
	margin: 0px 1% 10px 0px;
	padding: 2px 10px 10px;
}
@media screen and (max-width: 980px) {
	.form_message fieldset.jeux_1 {
		float: none;
		width: auto;
		border: 1px solid #ccc;
		margin: 0px 1% 10px 0px;
		padding: 2px 10px 10px;
	}
}
.form_message fieldset.jeux_1 legend{
	color: #f5bb02;
	font-weight: bold;
	padding: 0px 6px;
}

.form_message label {
	display: block;
	background: #efefef;
	margin: 0px 0px 8px;
	padding: 0.7em 1.2em;
	font-size: 0.9em;
	color: #888;
}
.form_message label.labWilde {
	background: transparent;
	border: none;
}
.form_message label.labSmart {
	background: transparent;
	border: none;
	display: inline;
	padding: 1px 4px 1px 4px;
}
.paralab {
	display: block;
	margin: 0px 0px 8px;
	padding: 0.7em 1.2em;
	font-size: 0.9em;
	color: #666;
	background: #efefef;
}
label.labinline {
	display: inline;
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: transparent;
}
label.labinline input{
	width: auto;
	border: none;
}

.form_message input:focus{
	border: none;
}

.form_message .entree {
	background: transparent;
	line-height: 1.2em;
	padding: 0;
	border: 0;
	outline: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 75%;
}
.form_message .selectionWilde {
	background: transparent;
	line-height: 11px;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 83%;
}
.form_message .selectionLite {
	background: transparent;
	line-height: 11px;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.form_message .codespam {
	background: #dfdfdf;
	line-height: 1em;
	padding: 0px 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	width: 2ex;
}
.form_message .area {
	height: 40px;
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.form_message .area_2 { /* non utilisé */
	height: 60px;
}
.form_message .area_3 {
	height: 135px;
}
.form_message #Envoyer {
	display: block;
	width: 100%;
	background: #999;
	border: 1px solid #8f8f8f;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #838383;
	/*border: none;
	background: none;*/
	margin: 0px;
	padding: 0px 6px 0px;
	line-height: 1.8em;
	height: 2.2em;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}
.form_message #Envoyer:hover {
	background: #0ae;
	background: #258;
	border: 1px solid #0ae;
	border: 1px solid #258;
	color: #fff;
}

@media screen and (max-width: 980px) {
	#col_menu {
		float: none;
		width: auto;
		margin: 0px 1em 20px;
	}
	.form_contact {
		width: auto;
		margin: 0px 1em 20px;
	}
}


/*										*/
/* Page de présentation : Organigramme	*/
/* Fabrice Corlier 2021					*/

ul.organ_ {
    list-style: none;
    margin-top: 120px;
}

ul.organ_ li {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

ul.organ_ li .organ_back {
    background-color: #225588;
    border-radius: 100%;
    height: 225px;
    width: 225px;
    list-style: none;
    display: flex;
    z-index: 2;
}

ul.organ_ li .organ_back-pres {
    background-color: #225588;
    border-radius: 100%;
    height: 275px;
    width: 275px;
    list-style: none;
    display: flex;
    z-index: 2;
}

.organ_circle-pres {
    border-radius: 100%;
    height: 250px;
    width: 250px;
    z-index: 3;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: #2C8B9D;
}
.organ_pic {
    display: flex;
    border-radius: 100%;
    /* height: 190px; */
    /* width: 190px; */
    z-index: 2;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

.organ_pic-pres {
    display: flex;
    border-radius: 100%;
    height: 235px;
    width: 235px;
    z-index: 2;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}


.organ_profil {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.organ_profil-pres {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.organ_marg-l {
    margin-left: 25px;
    padding-right: 25px;
}

.organ_marg-t {
    margin-top: -10px;
}

.organ_marg-t2 {
    margin-top: -7px;
}

.organ_marg-t3 {
    margin-top: -5px;
}

.organ_pres {
    margin-left: -25px;
}

ul.organ_list-nth li:nth-child(even) {
    justify-content: flex-end;
    position: relative;
}

ul.organ_list-nth li:nth-child(odd) {
    justify-content: flex-start;
    position: relative;
}

.organ_titul-pres {
    position: absolute;
    height: 60px;
    width: 250px;
    width: 400px;
    background-color: #225588;
    border-radius: 65px;
    z-index: 1;
    margin-right: 125px;
    color: white;
    text-align: center;
    line-height: 0.9;
}

ul.organ_list-nth li:nth-child(even) .organ_titul {
    position: absolute;
    height: 60px;
    width: 250px;
    width: 400px;
    background-color: #225588;
    border-radius: 65px;
    z-index: 1;
    margin-right: 100px;
    color: white;
    text-align: center;
    line-height: 0.9;
}

ul.organ_list-nth li:nth-child(odd) .organ_titul {
    margin-left: 100px;
    position: absolute;
    height: 60px;
    width: 250px;
    width: 400px;
    background-color: #225588;
    border-radius: 65px;
    z-index: 1;
    color: white;
    text-align: center;
    line-height: 0.9;
}

ul.organ_list-nth li:nth-child(even) .organ_text {
    margin-right: 90px;
}

ul.organ_list-nth li:nth-child(odd) .organ_text {
    margin-left: 90px;
}

ul.organ_list-nth li:nth-child(even) .organ_name {
    color: white;
    text-align: center;
    margin-right: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

ul.organ_list-nth li:nth-child(odd) .organ_name {
    color: white;
    text-align: center;
    margin-left: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

ul.organ_list-nth li:nth-child(even) .organ_text {
    color: white;
    text-align: center;
    margin-right: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: -5px;
}

ul.organ_list-nth li:nth-child(odd) .organ_text {
    color: white;
    text-align: center;
    margin-left: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: -5px;
}

.organ_titul-pres {
    margin-left: 125px;
}

ul.organ_list-nth li:nth-child(odd) .organ_circle {
    background-color: #2C8B9D;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    z-index: 3;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

ul.organ_list-nth li:nth-child(even) .organ_circle {
    background-color: #a7f7e8;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    z-index: 3;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	overflow: hidden;
}

@media only screen and (max-width: 608px) {
    .organ_profil {
        margin-top: 10px;
    }
    .organ_profil-pres {
        padding-bottom: 25px;
    }
    .organ_titul-pres {
        height: 150px;
        width: 275px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -100px;
        padding-top: 150px;
        position: absolute;
        background-color: #225588;
        border-radius: 65px;
        z-index: 1;
        color: white;
        text-align: center;
        line-height: 0.9;
    }
    ul.organ_list-nth li:nth-child(even) .organ_titul {
        height: 150px;
        margin-right: 0px;
        width: 225px;
        margin-bottom: -75px;
        padding-top: 100px;
    }
    ul.organ_list-nth li:nth-child(odd) .organ_titul {
        height: 150px;
        margin-left: 0px;
        width: 225px;
        margin-bottom: -75px;
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
    ul.organ_list-nth li:nth-child(even) .organ_name {
        margin-top: 85px;
        text-align: center;
    }
    ul.organ_list-nth li:nth-child(odd) .organ_name {
        margin-top: 85px;
        text-align: center;
    }
    ul.organ_list-nth li:nth-child(even) .organ_text {
        text-align: center;
    }
    ul.organ_list-nth li:nth-child(odd) .organ_text {
        text-align: center;
    }
    ul.organ_list-nth li:nth-child(even) {
        justify-content: center;
        position: relative;
        margin-top: 100px;
    }
    ul.organ_list-nth li:nth-child(odd) {
        justify-content: center;
        position: relative;
        margin-top: 100px;
    }
    .organ_pres {
        margin-left: 0px;
        margin-top: 80px;
    }
    .organ_marg-l {
        margin-left: 0px;
        padding-right: 0px;
    }
    .organ_media-marg-l {
        width: 100%;
        margin-left: 45px;
    }
    .organ_media-marg-r {
        width: 100%;
        margin-left: -45px;
    }
    ul.organ_ {
        margin-right: 35%;
    }
}

/* Page de PREZ Adhérents */
.livr_map{ /* ifram map */
	width: 100%;
	height: 600px;
	box-sizing: border-box;
}



/*		*** *** *** ***		*/
/*							*/
/*			POP UP			*/
/*							*/
/*		*** *** *** ***		*/

.popup_fond {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: rgba(0,10,20,0.8);
	z-index: 10000;
	text-align: center;
}
.popup_fond_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10001;
}
.popup_bloc {
	position: absolute;
	top: 10vh;
	right: 0;
	left: 0;
	width: 70%;
	height: 75vh;
	max-height: 75vh;
	max-width: 70vw;
	/* height: auto; */
	/* width: auto; */
	margin: auto;
	overflow: hidden;
	z-index: 10002;
	background-color: #6cf;
	background-color: rgba(0,10,20,0.5);
}
/*
Couleurs
#cbc // fond lilas foncé
#39c // bleu du logo
#c9c0ac // fond beige

*/

.popup_image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	filter: brightness(0.2);
	z-index: 10003;
}
.popup_image_seule {
	/* width: 100%; */
	filter: brightness(1);
	z-index: 10003;
	max-height: 80vh;
	max-width: 80vw;
	height: auto;
	width: auto;
	margin: auto;
}
.popup_ferme_bt {
	z-index: 10004;
	position: absolute;
	top: calc(10vh - 0.6em - 4px);
	left: 0;
	right: 0;
	display: inline-block;
	width: 1.6em;
	height: 1.5em;
	margin: auto;
	padding: 0.3em 3px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	border-radius: 50%;
	border: 1px solid #000;
	box-shadow: 4px 4px 6px 0px #555;
	box-sizing: border-box;
	background: #789;
	color: #000;
	opacity: 0.8;
	transition: 0.6s;
}
.popup_ferme_bt:hover {
	border: 1px solid #003264;
	color: #003264;
	background: #fff;
	opacity: 1;
}
.pop_txt {
	position: relative;
	width: 99%;
	margin: 8vh auto 100vh;
	z-index: 10004;
	text-align: center;
	color: #fff;
	font-size: 1.5vw;
	text-shadow: 0px 0px 1px #000;
}
.popup_titre{
	margin-top: 4vh;
	font-size: 1.8em;
	text-transform: uppercase;
}
.popup_date{
	font-family: open_sanslight_italic, open_sans, sans-serif;
}
.popup_intro{
	font-family: open_sans, sans-serif;
	font-style: italic;
}
.pop_txt .bt_2 {
	margin-top: 10vh;
	padding: 0.7em 2.6em;
	font-size: 0.6em;
	text-shadow: none;
}
@media screen and (max-width: 680px) {
	.popup_fond {
		/*display: none;*/
	}
	.popup_bloc {
		width: 100%;
		max-height: 90vh;
	}
	.pop_txt {
		font-size: 4vw;
		margin-bottom: 0;
}
.popup_titre{
		margin-bottom: 2vh;
}
.popup_date{
	font-size: 1.4em;
	margin: 0 1vw 1vh;
}
.popup_intro{
	font-size: 1.2em;
	margin: 0 1vw;
}
.pop_txt .bt_2 {
	font-size: 1.0em;
	margin-top: 5vh;
	}
}
