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



/* 
	Sommaires
	(accueil, listes, rubrique, article, autres...)
*/

/* 	Actualités
	de la Page d'Accueil */

#acc_actu_list {
	/* flex */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: flex-start;
	/* forme */
	margin: 2vh 4vw;
}

.acc_actu_rap_lien {
	margin: calc(1vh + 1vw);
	/* max-width: 300px; */
	/* height: calc(150px + 10vh); */
	height: 310px;
	background: transparent;
	transition: 0.4s;
	text-align: center;
	color: #1d1d1d;
	position: relative;
	box-shadow: 0px 0px 6px 2px rgba(125,125,125,0.2);
}
.acc_actu_rap_lien:hover{

}

.acc_actu_img_cadre {
	height: auto;
	transition: 0.6s;
}
.acc_actu_img {/*border: 1px solid #0f0;*/
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* height: calc(150px + 12vh); */
	height: 230px;
	overflow: hidden;
	border-bottom: 1px solid #e6eff9;
}
.acc_actu_img img {
	/* height: auto; */
	width: auto;
	height: 230px;
	transition: 0.3s;
}
.acc_actu_img_fond { /* miage à remplacer par un ::after */
	display: none;
}

.acc_actu_txt_glob {
}
.acc_actu_date {
	display: none;
	color: #000;
	font-size: 0.9em;
	margin: 1ex 0px;
	padding: 0px 0px 0px 0px;
	/* text-decoration: underline; */
}
.acc_actu_rap_lien:hover .acc_actu_date {
	display: initial;
}
.acc_actu_txt{
	/* forme */
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0px auto 0px;
	padding: 0vh 1em 2vh;
	height: 3em;
	/* overflow: hidden; */
	background: #fff;
	/* opacity: 0.5; */
	transition: 0.3s;
	/* flex */
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: center;

}
.acc_actu_rap_lien:hover .acc_actu_txt {
	height: 12vh;
	opacity: 0.8;
	opacity: 1;
}
.acc_actu_titre {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #246;
	font-family: 'ralewaybold';
	font-family: 'ralewaymedium';
    font-weight: normal;
    font-style: normal;
}
.acc_actu_rap_lien:hover .acc_actu_titre {
	/* color: #00ACEF; */
	font-family: 'ralewaybold';
	margin: 1ex 0 0;
	font-size: 16px;
}
.acc_actu_intro {
	margin: 0px 0px;
	padding: 0px;
	color: #999;
    font-weight: 200;
    font-style: normal;
	font-size: 0.9em;
	display: none;
}
.acc_actu_rap_lien:hover .acc_actu_intro {
	display: initial;
}
.acc_actu_plus {
	display: inline-block;
    font-weight: bold;
    font-style: normal;
	font-size: 1.9em;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	transition: 0.2s;
}
.acc_actu_rap_lien:hover .acc_actu_intro  {
	/* color: #000; */
}
.acc_actu_rap_lien:hover .acc_actu_plus  {
	margin-left: 10px;
}
.acc_actu_rap_lien:hover .acc_actu_img img {
	/* filter: saturate(0); */
	/* filter: grayscale(0.5); */
	filter: brightness(0.6);
	transform: scale(1.7); 
}

/* à recycler en bt_ */
.acc_actu_plus_2 {
	border: 2px solid #555;
	border: 2px solid #5c595c;
	padding: 0.2em 1.6em;
	text-align: center;
	border-radius: 2em;
	background: #555;
	background: #5c595c;
	color: #fff;
}
.acc_actu_plus_2:hover {
	background: #fff;
	color: #0ae;
	color: #258;
	color: #555;
	color: #5c595c;
}



/* 	FIN - Sommaire	*/



/* 
	L'article
	et ses composants
*/


#actu_article {
	margin: 55px auto 70px;
}
.actu_img {
	float: right;
	margin: 0px 0px 2vh 4vw;
	/* padding: 10px; */
	width: 400px;
	background: #eee;
	/* border: 1px solid #ccc; */
	transition: 0.6s;
}
.actu_img:hover {
	transform: scale(2) translate(-30%,30%);
	box-shadow: 1vw 1vh calc(1vw + 1vh) rgba(0,0,0,0.5);
	z-index: 200;
}
.actu_date {
	display: block;
	font-size: 1em;
	color: #60696E;
	/* text-transform: uppercase; */
	/* font-weight: bold; */
	/* letter-spacing: 6px; */
}
.actu_clefs {
	
}
.actu_clefs a{
	color: #c30;
	color: #909396;
	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;
}
.actu_intro {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333;
	font-family: ralewaymedium_italic, Lato, sans-serif;
}
.actu_txt {
	margin: 37px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: open_sanssemibold, sans-serif;*/
	font-size: 1em;
	text-align: justify;
	line-height: 1.6em;
	color: #666;
}
.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-size: 1.2em;
	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: 0em 1em;
	padding: 0em 1em;
	font-family: Kepler, 'Playfair Display', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.8em;
	color: #003264;
	color: #258;
	color: #606366;
}
.actu_doc {
	text-align: center;
}
.actu_lien {
	display: inline-block;
	margin: 2em 0px;
	padding: 0em 2em 0em 0em;
    font-style: italic;
	font-size: 0.9em;
	color: #369;
	color: #5c595c;
	border: 1px solid #258;
	border-radius: 2em;
}
.actu_lien span {
	display: inline-block;
	margin: 0px 2em 0px 0px;
	padding: 1em 2em 1em 2em;
	color: #258;
	background: #e0e3e6;
	border-radius: 2em 0 0 2em;
}
.actu_lien:hover {
	color: #555;
	color: #fff;
	background: #258;
}
.actu_pdf {
	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;
}

@media screen and (max-width: 955px) {
	.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;
	}
}


