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



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


.acc_actu_rap_lien {
	display: block;
	clear: both;
	height: 174px;
	padding: 30px 0px 40px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: transparent;
	transition: 0.4s;
}
.acc_actu_rap_lien:first-child {
	border-top: 1px solid #fff;
}
.acc_actu_rap_lien:last-child {
	border-bottom: 1px solid #fff;
}
.acc_actu_rap_lien:hover{
	background: #F4F3F1;
	/*border-top: 1px solid #c4c3c1;
	border-bottom: 1px solid #c4c3c1;*/
	padding-left: 40px;
}

.acc_actu_img_cadre {
	float: left;
	display: block;
	margin: 0px 14px 10px 0px;
	padding: 10px;
	width: 250px;
	height: 160px;
	height: 200px;
	transition: 0.6s;
}
.acc_actu_img {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 160px;
	height: 200px;
	overflow: hidden;
}
.acc_actu_img img {
	width: 250px;
}
.acc_actu_rap_lien:hover .acc_actu_img_cadre  {
	margin-right: 30px;
}

.acc_actu_txt_glob {
	float: left;
	display: block;
	margin: 10px 0px 0px 14px;
	padding: 0px 0px;
	width: 550px;
	width: 500px;
	height: 170px;
	height: 200px;
	overflow: hidden;
	font-size: 1.4em;
}
.acc_actu_date {
	display: block;
	color: #999;
	color: #006c5c;
	font-size: 0.9em;
	font-size: 0.8em;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 18px;
	background: url("../style/trombone.png") no-repeat left center scroll;
}
.acc_actu_txt{
	display: block;
	/*height: 110px;
	overflow: hidden;*/
}
.acc_actu_titre {
	display: block;
	color: #999;
	color: #000;
	font-size: 1.4em;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0px;
	font-family: open_sanssemibold, sans-serif;
	text-transform: uppercase;
}
.acc_actu_intro {
	display: block;
	margin: 0px 0px;
	padding: 0px;
	color: #666;
    font-family: 'montserratlight';
	font-size: 1em;
	font-size: 0.8em;
	line-height: 1.4em;
}
.acc_actu_resum {
	display: block;
	display: none;
	margin: 6px 0px 8px;
	padding: 0px;
	color: #888;
	font-size: 0.7em;
	line-height: 1.4em;
	/*font-style: italic;*/
}
.acc_actu_plus {
	display: block;
	color: #F7AA34;
	font-family: open_sansbold, sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	margin: 8px 0px 0px;
	padding: 0px 0px 0px 14px;
	background: url("../style/fleche_1.png") no-repeat 2px center scroll;
	background-size: 6px;
	transition: 1s;
}
.acc_actu_rap_lien:hover .acc_actu_plus {
	color: #330;
}



/*	**********************	*/
/*		PAGE 1 ACTUALITE	*/
/*	**********************	*/


.actu_img {
	width: 100%;
	display: block;
	box-shadow: 0px 10px 9px -7px #8c938c;
}
.actu_date {
	color: #006c5c;
	font-size: 0.9em;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 18px;
	background: url("../style/trombone.png") no-repeat left center scroll;
}
.actu_intro {
	margin: 0px 0px 20px;
	font-family: open_sanssemibold, sans-serif;
	color: #666;
	font-size: 2.0em;
	line-height: 1.4em;
}
.actu_txt {
	margin: 0px 0px 50px;
	color: #333;
	font-family: montserratlight, sans-serif;
	font-size: 1.7em;
	font-size: 1.4em;
	line-height: 1.8em;
}
.actu_video {
	text-align: center;
}

.actu_doc {
	text-align: center;
	padding: 1vh 0;
}
.actu_doc .bt_3 {
	box-shadow: 0 0 2em 1ex #eee;
}
.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;
}

