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



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

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

.acc_actu_rap_lien {
	display: inline-block;
	padding: 10px 0px 10px 0px;
	background: transparent;
	transition: 0.4s;
	width: 30%;
	margin: 1%;
	text-align: center;
	color: #1d1d1d;
}
.acc_actu_rap_lien:first-child {

}
.acc_actu_rap_lien:last-child {

}
.acc_actu_rap_lien:hover{

}

.acc_actu_img_cadre {
	display: inline-block;
	margin: 0px auto;
	width: 95%;
	height: auto;
	transition: 0.6s;
}
.acc_actu_img {/*border: 1px solid #0f0;*/
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 15vw;
	overflow: hidden;
}
.acc_actu_img img {
	width: 100%;
	height: auto;
	filter: saturate(0.6);
	transition: 0.3s;
}

.acc_actu_txt_glob {/*border: 1px solid #f00;*/
	display: block;
	margin: 10px auto 0px;
	padding: 0px 0px;
	width: 90%;
	height: 12vw;
	height: 11em;
	overflow: hidden;
}
.acc_actu_date {
	display: inline-block;
	color: #333;
	font-size: 0.9em;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.acc_actu_txt{/*border: 1px solid #00f;*/
	display: block;
	height: 8vw;
	height: 8em;
}
.acc_actu_titre {
	display: block;
	font-size: 18px;
	margin: 0px;
	color: #1d1d1d;
	font-family: open_sans, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
	/*font-family: "Abril Fatface", "abril_fatfaceregular", Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	text-transform: uppercase;*/
}
.acc_actu_intro {
	display: block;
	margin: 0px 0px;
	padding: 0px;
	color: #666;
	font-family: open_sans, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 0.9em;
}
.acc_actu_plus {
	display: inline-block;
	font-family: open_sans, Arial, sans-serif;
    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(1);
}

/* à 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;
}

@media screen and (max-width: 980px) {
	.acc_actu_rap_lien {
		width: 90%;
		height: auto;
	}
	.acc_actu_img_cadre {
		float: none;
		display: block;
		margin: 10px;
		padding: 10px;
		width: auto;
		height: auto;
	}
	.acc_actu_img {
		display: block;
		width: auto;
		height: auto;
	}
	.acc_actu_img img {
		width: 100%;
		height: auto;
	}
	.acc_actu_txt_glob {
		float: none;
		display: block;
		margin: 10px;
		padding: 0px 0px;
		width: auto;
		height: auto;
		overflow: visible;
	}
	.acc_actu_txt{
		height: 8vw;
	}
	.acc_actu_titre {
		line-height: 1em;
		font-size: 4.6vw;	
	}
	.acc_actu_intro {
		display: none;
	}
	.acc_actu_plus {
		display: none;
	}
}

.acc_presse_rap_lien {
	clear: both;
	display: block;
	color: #1d1d1d;
	margin: 0;
	padding: 2em 0 4em 0;
}
.acc_presse_img_cadre {
	float: left;
	display: block;
	margin: 0px;
	padding: 10px 10px;
	width: 300px;
	height: auto;
}
.acc_presse_img img{
	box-shadow: -10px 10px 10px rgba(50,50,50,0.2);
	width: 250px;
}
.acc_presse_txt_glob {
	float: left;
	width: 600px;
	margin: 0em 0 0 0;
}
.acc_presse_txt {
	margin: 1em 0;
}
.acc_presse_titre {
	font-family: open_sans, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
	padding-left: 3em;
}
.acc_presse_date {
	text-transform: uppercase;
	font-size: 0.9em;
}
.acc_presse_intro {
	display: block;
    font-family: 'PlayfairDisplay', Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 0.5em 0;
	quotes: initial;
}
.acc_presse_intro::before {
	content: '\201C \0000a0';
}
.acc_presse_intro::after {
	content: '\0000a0 \201D';
}
.acc_presse_resume {
	display: block;
	margin: 2em 0 1em 3em;
	color: #999;
	font-size: 0.8em;
	line-height: 1.8em;
}
.acc_presse_plus { /* proche de .bt_4 */
	display: inline-block;
	margin: 1em 0em 0em 3em;
	padding: 1.2em 2em;
	transition: 0.5s;
	border: 1px solid #000;
	color: #000;
	background: transparent;
	text-transform: uppercase;
	font-family: open_sans, "Arial Narrow", Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.acc_presse_plus:hover {
	background: #555;
	background: #5c595c;
	color: #fff;
	transition: 0.5s;
}

@media screen and (max-width: 980px) {
	.acc_presse_img_cadre {
		float: none;
		display: block;
		margin: 0px;
		padding: 10px 10px;
		width: auto;
		height: auto;
		text-align: center;
	}
	.acc_presse_img img{
		box-shadow: -10px 10px 10px rgba(50,50,50,0.2);
		width: 90%;
	}
	.acc_presse_txt_glob {
		float: none;
		width: auto;
		margin: 0em 0 0 0;
		text-align: center;
	}
	.acc_presse_txt {
		margin: 1em 0;
	}
	.acc_presse_titre {
		padding-left: 0em;
	}
	.acc_presse_date {
		text-transform: uppercase;
		font-size: 0.9em;
	}
	.acc_presse_intro {
	}
	.acc_presse_intro::before {
		content: '\201C \0000a0';
	}
	.acc_presse_intro::after {
		content: '\0000a0 \201D';
	}
	.acc_presse_resume {
		display: block;
		margin: 2em 1em;
		color: #999;
		font-size: 1em;
		line-height: 1.8em;
	}
	.acc_presse_plus {
		margin: 1em auto;
		padding: 1.2em 2em;
	}
	.acc_presse_plus:hover {
		background: #555;
		background: #5c595c;
		color: #fff;
		transition: 0.5s;
	}
}


/* 	FIN - Sommaire	*/



/* 
	L'article
	et ses composants
*/


#actu_article {
	
}
.actu_img {
	float: right;
	margin: 10px 0px 10px 40px;
	padding: 10px;
	width: 400px;
	background: #eee;
	border: 1px solid #ccc;
}
.actu_date {
	display: block;
	font-size: 2.7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 6px;
	font-family: open_sans, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.actu_intro {
	margin: 0px 0px 20px;
	padding: 0px;
    font-family: 'PlayfairDisplay', Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, sans-serif;
    font-weight: normal;
    font-style: italic;
	font-size: 1.2em;
	color: #333;
}
.actu_txt {
	margin: 2em 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: open_sans, lekton, Lato, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
	color: #666;
}
.actu_doc {
	text-align: left;
}
.actu_lien {
	display: inline-block;
	margin: 2em 0px;
	padding: 0em 2em 0em 0em;
    font-style: italic;
	font-size: 0.9em;
	color: #5c5c59;
	border: 1px solid #242;
	border-radius: 2em;
}
.actu_lien span {
	display: inline-block;
	margin: 0px 2em 0px 0px;
	padding: 1em 2em 1em 2em;
	color: #242;
	background: #e0e6e3;
	border-radius: 2em 0 0 2em;
}
.actu_lien:hover {
	color: #fff;
	background: linear-gradient(#363, #242);
}
.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_video {
	margin: 1em auto;
	text-align: center;
}
.actu_video iframe{
	margin: 0 auto;
}

@media screen and (max-width: 955px) {
	#actu_article {
		padding: 2vw;
		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;
	}
}


