
/*    	    *** *** *** *** 	        */
/*    	    				 	        */
/*    	    	Module 	        		*/
/*    	    	Og-Actu 	        	*/
/*    	    				 	        */
/*    	    *** *** *** *** 	        */




/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 NAVIGATION		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


.nav_actu {
	margin: 0 auto;
	padding: calc(1.5vh + 1.5vw) 0 0 calc(1.5vh + 1.5vw);
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
	align-content: flex-start;
	gap: calc(1vh + 1vw);
	flex: 1 0 100%;
	box-sizing: border-box;
}
.nav_actu a {
	border-radius: 1em;
	padding: 0.5ex 1em;
	color: #999;
	border: 1px solid #999;
	font-size: 0.8em;
}
.nav_actu a:hover , .nav_actu a.bt_actif {
	color: #003264;
	border-color: #003264;
}

@media screen and (max-width: 800px) {
	.nav_actu {
		margin: 0 auto;
		padding: calc(1.5vh + 1.5vw) calc(1.5vh + 1.5vw);
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		gap: calc(1vh + 1vw);
		flex: 0 0 auto;
	}
}


/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 ACCUEIL		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/

#acc_list_actu {
	margin: 0 auto;
	padding: calc(1.5vh + 1.5vw);
	
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-evenly; */
	justify-content: flex-start;
	align-items: flex-start;
	gap: calc(1.5vh + 1.5vw);
}
#acc_list_actu article {
	/* margin: calc(1vh + 1vw); */
	/* max-width: 300px; */
	flex: 0 1 300px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	/* Flex contener */
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}
.acc_actu_vign {
	text-align: center;
}
.acc_actu_vign_img {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}
#acc_list_actu article.acc_actu_poster {
	min-height: 300px;
    justify-content: center;
    align-items: stretch;
}
#acc_list_actu article.acc_actu_poster a {
	flex: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#acc_list_actu article.acc_actu_poster img {
	filter: brightness(0.8);
}
#acc_list_actu article.acc_actu_poster a:hover img{
	filter: brightness(0.5);
}
.acc_actu_txt {
	padding: 2px 0 2px 2px;
	display: flex;
	flex-flow: column nowrap;
}
.acc_actu_date {
	padding-left: 2px;
	font-size: 12px;
	color: #333;
	font-weight: 300;
}
.acc_actu_titre {
	margin: 0.5vh 0;
	padding-left: 2px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.acc_actu_intro {
	padding: 2px 0 0 2px;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}
.acc_actu_bt {
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.acc_actu_bt_voir {
	margin-left: 7px;
	padding-left: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background: url("../style/bt_voir.png") no-repeat left center;
	transition: 1s;
}
.acc_actu_bt_voir:hover {
	color: #003264;
	transition: 0.2s;
}
.acc_actu_bt_modif {
	margin-right: 7px;
	padding-right: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 700;
	background: url("../style/bt_modif_noir.png") no-repeat right center;
	background-size: 20px;
	transition: 1s;
}
.acc_actu_bt_modif:hover {
	color: #003264;
	transition: 0.2s;
}
.acc_actu_bt_mess {
	background-color: #666;
	text-align: center;
	padding: 0 1em 1px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: none;
	border-radius: 4px;
}
.acc_actu_bt_mess:hover {
	background-color: #003264;
	transition: 0.2s;
}

.acc_actu_form_tem {
	padding: 0 10px 10px;
	position: relative;
	box-sizing: border-box;
	/* height: 0px; */
	display: flex;
	display: none;
	overflow: hidden;
	
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	/* align-content: stretch; */
	gap: 1em;
}
.acc_actu_form_tem_txt {
	flex: 1 1 100%;
	padding: 1ex 1em;
	border: 1px solid #d0d3d6;
	border-radius: 8px;
}

@media screen and (max-width: 760px) {
	#acc_list_actu {
		margin-top: 2vh;
		padding: 4vh calc(1.5vh + 1.5vw);
		justify-content: center;
		align-items: flex-start;
		gap: calc(1.5vh + 1.5vw);
		border-top: 1px solid #e0e3e6; 
	}
}



/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 ARTICLE		|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


#actu_consult {
	/* corps de page de l'actualité, avec sa nav, ses commentaires, etc. */
	display: flex;
	flex-flow: row wrap;
}

#actu_article {
	/* corps de l'Actualité uniquement */
	max-width: 800px;
	margin: calc(1.5vh + 1.5vw);
	margin-right: 0;
	margin-bottom: 0;
	padding: calc(1.5vh + 1.5vw);
	border: 1px solid #e0e3e6;
	border-radius:  calc(1.5vh + 1.5vw);
	
	/* Flex */
	display: flex;
	flex-flow: column nowrap;
}
#actu_article > * {
	order: 10;
}
.nav_actu ~ #actu_article {
	margin-top: calc(1vh + 1vw);
}
.actu_img {
	order: 2;
	/* float: right; */
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	max-height: 50vh;
	align-self: flex-start;
}

.actu_date {
	order: 3;
	font-size: 0.7em;
	letter-spacing: 4px;
	text-align: center;
	background: #999;
	background: #b0b3b6;
	border-radius: 1em 1em 0 0;
	color: #fff;
	margin: 0 0 1em;
	padding: 4px 1.2em;
	/* flex: 0 0 10%; */
	align-self: flex-start;
	
}
.actu_clefs {
	order: 3;
}
.actu_clefs a{
	color: #c30;
	color: #909396;
	font-style: italic;
	font-size: 0.8em;
	padding: 0 1em 0 0;
}
.actu_clefs a::before {
	content: "\00023";
	padding: 0 0 0 0;
}
.actu_clefs a:hover{
	color: #036;
}
@media screen and (max-width: 700px) {
	.actu_clefs {
		text-align: center;
	}
}

.actu_titre {
	order: 1;
	margin: 0;
	padding: 0;
	/* padding: 1vh 0; preferer flex gap */
	line-height: 1.4em;
	font-size: 1.2em;
	font-size: calc(10px + 2vw);
	font-size: calc(12px + 1vw);
	font-weight: bold;
	font-style: normal;
	/* text-transform: uppercase; */
	color: #003264;
	/* text-align: center; */
}
.actu_intro {
	order: 1;
	margin: 1vh 0px 20px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #003264;
	color: #606366;
	/* font-weight: bold; */
	font-style: italic;
	/* text-align: center; */
}
.actu_txt {
	order: 5;
	margin: 2vh 0px 4vh 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: open_sanssemibold, sans-serif;*/
	font-size: 1em;
	/* text-align: justify; */
	line-height: 1.8em;
	/* color: #666; */
	max-width: 774px; 
}
.actu_txt p {
	margin: 1em 0px 0px 0px;
}
.actu_txt p + p {
	margin: 1.4em 0px 0px 0px;
}
.actu_txt b {
	/* font-family: open_sanssemibold, sans-serif; */
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	color: #333;
}
.actu_txt i {
	font-family: Kepler, 'Playfair Display', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
.actu_txt blockquote {
	margin: 1em 2em 1em 1em;
	padding: 0em 4em 0em 2em;
	text-indent: -3em;
	font-family: Kepler, 'Playfair Display', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 2.0em;
	color: #003264;
	color: #258;
	color: #036;
}
.actu_doc {
	text-align: center;
	margin: 4vh 0 7vh;
}
.actu_lien {
	display: inline-block;
	margin: 2em 0px;
	padding: 0em 2em 0em 0em;
    font-style: italic;
	font-size: 0.85em;
	color: #369;
	color: #5c595c;
	border: 1px solid #258;
}
.actu_lien span {
	display: inline-block;
	margin: 0px 2em 0px 0px;
	padding: 1em 2em 1em 2em;
	color: #258;
	background: #e0e3e6;
}
.actu_lien:hover {
	color: #555;
	color: #fff;
	background: #258;
}
.actu_pdf {
	margin: 1em auto;
	margin: 1em auto;
	text-align: center;
}
.actu_pdf a {
	margin: 1vh auto;
	display: inline-block;
}
.actu_pdf a:last-child {
	margin-bottom: 4vh;
}
.actu_pdf a img {
	margin-right: 0.5vw;
}
.actu_pdf a span {/*
	font-family: "Trebuchet MS", trebuchet, sans-serif;
	font-size: 0.8em;
	font-weight: normal;*/
}
.actu_video {
	margin: 1em auto;
	text-align: center;
}
.actu_video iframe{
	margin: 0 auto 1vh;
}

.actu_bt_haut { /* fin d'actu */
	order: 10;
}

#actu_list_tem {
	margin: calc(1.5vh + 1.5vw);
	margin-right: 0;
}


@media screen and (max-width: 800px) {
	#actu_consult {
		/* corps de page de l'actualité, avec sa nav, ses commentaires, etc. */
		flex-flow: column nowrap;
		
	}
	#actu_article {
		/* corps de l'Actualité uniquement */
		max-width: 100%; box-sizing: border-box;
		margin: calc(1.5vh + 1.5vw) auto;
		padding: 1.5vh 1.5vw;
		border: none;
		
		/* Flex */
		display: flex;
		flex-flow: column nowrap;
	}
	.actu_titre {
		text-align: center;
	}
	.actu_img {
		float: none;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		width: 100%;
		border: none;
	}
	.actu_date {
		font-size: 1.2em;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.actu_intro {
		padding: 0 7vw;
		font-size: 1.2em;
		text-align: center;
		line-height: 1.4em;
	}
	.actu_doc {
		padding: 4vw 0;
		text-align: center;
	}
	.actu_lien {
		display: block;
		padding: 0px 0px 1em;
		max-height: 7em;
		overflow: hidden;
		text-align: center;
		border: none;
		background: #e0e3e6;
	}
	.actu_lien span {
		display: block;
		margin: 0px 0px 1em;
		padding-bottom: 0.5em;
	}
	#actu_list_tem {
		max-width: 100%; box-sizing: border-box;
		margin: calc(1.5vh + 1.5vw) auto;
		padding: 1.5vh 1.5vw;
}

}



/*		_.-oO°(			  )°Oo-._		*/
/*										*/
/*		|		 AUTEUR			|		*/
/*										*/
/*		¨°Oo-._	 _____	  _.-oO°¨		*/


