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



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


.acc_actu_rap_lien {
	display: block;
	clear: both;
	/* height: 164px; */
	/* height: 204px; */
	padding: 40px 0px 40px 0px;
	padding: 6vh 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 article {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.acc_actu_img_cadre {
	/* float: left; */
	order: 1;
	flex-grow: 0;
	display: block;
	margin: 0px 14px 10px 0px;
	margin: 0px auto 10px 0px;
	padding: 10px;
	width: 250px;
	min-width: 250px;
	width: 30vw;
	height: auto;
	border: 1px solid #fff;
	transition: 0.6s;
}
.acc_actu_img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	width: 100%;
	height: auto;
	/* max-height: 180px; */
	/* box-sizing: border-box; */
	overflow: hidden;
}
.acc_actu_img img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 250px;
	width: 100%;
	width: auto;
	height: auto;
	max-height: 60vh;
}
.acc_actu_img_fond {
	display: none;
}

.acc_actu_txt_glob {
	/* float: left; */
	order: 2;
	flex-grow: 3;
	display: block;
	margin: 10px 2vw 0px 2vw;
	padding: 0px 0px;
	width: 580px;
	/* height: 200px; */
	overflow: hidden;
	font-size: calc(10px + 0.3vw + 0.3vh);
}
.acc_actu_date {
	display: block;
	color: #999;
	/* color: #666; */
	font-size: 0.9em;
	font-size: 0.8em;
	margin: 0px 0px 10px;
	/* padding: 5px 0px 0px 20px; */
	/* 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: #0ae;
	color: #258;
	font-size: calc(1.2em + 0.6vw);
	margin: 0px 0 1ex 0;
	/*
	font-family: open_sanssemibold, sans-serif;
	text-transform: uppercase;
	font-variant: small-caps;
	*/
	/* modification: 07/06/2024 */
	font-style: italic;
	font-weight: bold;
	font-size: calc(1.2em + 0.5vw);
}
.acc_actu_intro {
	display: block;
	margin: 0.2em 0px 0px;
	margin: calc(1vh + 1vw) 0px;
	padding: 0px;
	color: #666;
	font-family: montserratmedium_italic, "Trebuchet MS", trebuchet, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-family: montserratlight, "Trebuchet MS", trebuchet, sans-serif;
	color: #456;
}
.acc_actu_plus {
	display: inline-block;
	color: #0ae;
	color: #258;
	/* font-family: open_sansbold, sans-serif; */
	font-size: 0.7em;
	margin: 1em 0px 0px;
	/* background: url("../style/fleche_1.png") no-repeat left center scroll; */
	/* border: 2px solid #0ae; */
	/* border: 2px solid #258; */
	padding: 0.5em 2.0em;
	text-align: center;
	/* letter-spacing: 1px; */
	background: #0ae;
	background: #258;
	background: #c2c5c8;
	color: #fff;
	transition: 0.4s;
	border-radius: 2em 0;
}
.acc_actu_plus:hover {
	border-radius: 2em;
	border-radius: 0 2em;
	background: #fff;
	background: #258;
	color: #0ae;
	color: #258;
	color: #fff;
}
@media screen and (min-width: 801px) {
	.acc_actu_rap_lien:nth-child(odd) .acc_actu_ligne {
		order: 1;
		margin: 75px calc(50px + 1vw) 0 0;
	}
	.acc_actu_rap_lien:nth-child(odd) .acc_actu_txt_glob {
		order: 2;
		/* margin: 25px 25px 0px 0px; */
	}
	.acc_actu_rap_lien:nth-child(odd) .acc_actu_img_cadre {
		order: 3;
		/* margin: 0px 100px 0px 50px; */
	}
}

@media screen and (max-width: 800px) {
	/*
	.acc_actu_rap_lien {
		padding: 1vh 0;
		height: auto;
	}
	.acc_actu_img_cadre {
		float: none;
		display: block;
		margin: 0px;
		padding: 0px;
		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;
	}
	.acc_actu_titre {
		line-height: 1em;
		font-size: 3.6vw;	
	}
	.acc_actu_intro {
		display: none;
	}
	.acc_actu_plus {
		display: none;
	}*/
	.acc_actu_rap_lien {
		padding: 0px 0px;
	}
	.acc_actu_rap_lien article {
		flex-flow: column nowrap;
		/* justify-content: space-between; */
	}
	.acc_actu_txt_glob {
		/* order: 2; */
		flex-grow: 1;
		width: auto;
		box-sizing: border-box;
		overflow: visible;
		margin: 1vh 1vw 4vh;
		text-align: center;
	}
	.acc_actu_titre {
		text-align: center;
	}
	.acc_actu_date {
		display: inline-block;
		margin: 0 auto 1em;
	}
	.acc_actu_intro {
		margin: 1vh 0px;
		text-align: justify;
	}
	.acc_actu_img_cadre {
		/* order: 3; */
		flex-grow: 1;
		margin: 1vh 0 10px;
		padding: 0;
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}
	.acc_actu_img {
		width: 100%;
		box-sizing: border-box;
		overflow: visible;
	}
	.acc_actu_img img {
		display: block;
		margin: 0px auto;
		padding: 0px;
		width: 100%;
		max-height: initial;
		height: auto;
	}
	.acc_actu_plus {
		order: 4;
		display: block;
		margin: 3vh 20vw 6vh;
		width: auto;
	}
}

/* hover seulement écran large */
@media screen and (min-width: 700px) and (orientation: portrait) {
	.acc_actu_rap_lien:hover{
		background: #eee;
		/*
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		*/
		padding: 40px 0px 40px 40px;
	}
	.acc_actu_rap_lien:hover .acc_actu_img_cadre  {
		margin-right: 30px;
		background: #ccc;
		border: 1px solid #bbb;
	}
}
@media screen and (max-width: 800px) and (orientation: landscape) {
	.acc_actu_rap_lien {
		padding: 1vh 0;
		height: auto;
	}
	.acc_actu_img_cadre {
		float: none;
		display: block;
		margin: 0px;
		padding: 0px;
		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;
	}
	.acc_actu_titre {
		line-height: 1em;
		font-size: 3.6vw;	
	}
	.acc_actu_intro {
		display: none;
	}
	.acc_actu_plus {
		display: none;
	}
	.acc_actu_rap_lien {
		height: 80vh;
	}
}

/* 	FIN - Sommaire	*/



/* 
	L'article
	et ses composants
*/


#actu_article {
	margin: 55px auto 70px;
	padding: 0px 0 60px;
	/* border-bottom: 1px solid #e3e3e3; */
	border-top: 1px solid #e3e3e3;
	padding: 60px 0 60px;
	font-family: montserratlight, sans-serif;

}
.actu_img {
	/* float: right; */
	margin: 10px 0px 10px 40px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 400px;
	width: 100%;
	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: 100;
}
*/
.actu_date {
	display: block;
	font-size: 2.3em; /* version fin d'année avec les mois en "embre" */
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
	padding: 0 0 1vh 0;
}
.actu_clefs {
	
}
.actu_clefs a{
	color: #c30;
	color: #909396;
	font-family: montserrat_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 {
	margin: 2vh 0px 4vh;
	line-height: 1.4em;
	font-family: 'montserratbold', "Monserrat Bold", "Monserrat", Arial, Helvetica, sans-serif;
	/* font-size: 1.6em; */
	/* font-size: 1.4em; */
	/*font-weight: bold;*/
	font-style: normal;
	text-transform: uppercase;
	color: #258;
	text-align: center;
	/* font-size: 2.2em; */
	font-size: calc(10px + 2vw);
	padding: 1vh 1vw;
}
.actu_intro {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #003264;
	font-family: montserratmedium_italic, "Trebuchet MS", trebuchet, sans-serif;
	text-align: center;
}
.actu_txt {
	margin: 37px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: open_sanssemibold, sans-serif;*/
	font-size: 1em;
	font-size: calc(1em + 0.2vw);
	/* text-align: justify; */
	line-height: 1.8em;
	/* color: #666; */
	/* max-width: 774px; ??? */
}

@media only screen and (min-width: 1382px) {
	.actu_titre {
		font-size: calc(18px + 1vw);
	}
}

@media screen and (min-width: 1024px) {
	.actu_txt {
		/* petite bordure */
		border-left: 1px solid #eee;
		padding-left: 2vw;
	}
}

.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 {
	max-width: 1024px;
	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;
}

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


