@charset "utf-8";
/* CSS Document

Couleur primaire orange : rgb(255,116,59) ou #FF743B 
font-family : caviardreams

*/

.newsContainer { width:96%; display:flex; flex-wrap:wrap; margin:2em auto 0 auto; justify-content:space-between; text-shadow:#000000 2px 2px 2px; }
	.newsRubrique { width:100%; display:block; }
		.newsContainer-menu-list { width:100%; border-bottom:#FFFFFF 1px solid;  background-color:rgba(0,0,0,0.5); padding:0.5em; }
		.newsContainer-menu-list-selected { width:100%; border-bottom:#FFFFFF 1px solid;  background-color:rgba(255,116,59); padding:0.5em; }
			.newsContainer-menu-list-selected a { color:#FFFFFF; }
			.newsContainer-menu-list a:link, .newsContainer-menu-list a:visited { color:rgba(255,116,59); }
			.newsContainer-menu-list a:hover, .newsContainer-menu-list a:active { color:#FFFFFF; }

		.newsWall { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; padding:1em 0; }
			.newsWall-container { width:30%; background-color:rgba(255,116,59); margin:1em 0; position:relative; }
				.newsWall-container-pict { width:100%; display:block; font-size:0; }
				.newsWall-container-title { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; padding:1em; }
					.newsWall-container-dateBox { width:100%; display:flex; flex-wrap:wrap; font-size:0.65em; padding:1em 0; justify-content:space-between; align-contenr:center; }
						.newsWall-container-dateBox-rub { padding:0.5em 1em; background-color:#666666; }
					.newsWall-container-titleBox { width:100%; text-align:center; padding:1em 0; }
						.newsWall-container-titleBox h3 { margin:0; padding:0; }

				.newsWall-container-overlay { position:absolute; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.85); color:#FFFFFF; overflow:hidden; width:100%; height:0; transition:0.5s ease; }
				.newsWall-container:hover .newsWall-container-overlay { height:100%; }
					.newsWall-container-overlay-content { width:100%; display:flex; flex-wrap:wrap; align-content:center; justify-content:center; padding:2em; position:relative; min-height:100%; }
						.newsWall-container-overlay-content a { color:#FFFFFF; }
						.newsWall-container-overlay-content h3, .newsWall-container-overlay-content p { width:100%; margin:0; padding:0; }
						.newsWall-container-overlay-content-btn { position:absolute; bottom:1em; width:50%; margin:0 auto; background-color:rgba(255,116,59); text-align:center; padding:0.5em 1em; }
							.newsWall-container-overlay-content-btn a:link, .newsWall-container-overlay-content-btn a:visited { text-shadow:none; color:#FFFFFF; }
							.newsWall-container-overlay-content-btn a:hover, .newsWall-container-overlay-content-btn:active { color:#000000; }

	.newsContainer-content { width:75%; margin:1em auto; display:flex; flex-wrap:wrap; align-content:space-between; padding:0; background-color:rgba(0,0,0,0.5); }
		.detailsNews-box { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; text-shadow:#000000 2px 2px 2px; }
			.detailsNews-box-title { width:100%; display:flex; flex-wrap:wrap; background-color:rgba(255,116,59); padding:0.5em 1em; border-bottom:#FFFFFF 1px solid; align-items:center; }
				.detailsNews-box-title-text { width:90%; }
				.detailsNews-box-title-btn { width:10%; }
					.detailsNews-box-title-btn a:link, .detailsNews-box-title-btn a:visited { color:#FFFFFF; }
					.detailsNews-box-title-btn a:hover, .detailsNews-box-title-btn a:active { color:#000000; }
			.detailsNews-pict { width:100%; position:relative; }
				.detailsNews-pict-box { width:100%; font-size:0; }
				.detailsNews-pict-copyright { position:absolute; bottom:0; right:0; display:flex; flex-wrap:wrap; padding:0.5em 1em; background-color:#FFFFFF; color:#000000; font-size:0.75em; justify-content:right; text-shadow:none; }
			.detailsNews-libelle { width:100%; display:flex; flex-wrap:wrap; padding:1em 2em; font-size:0.85em; justify-content:space-between; background-color:rgba(0,0,0,0.5); }
				.detailsNews-libelle-source { width:100%; padding:0.25em 0; }
					.detailsNews-libelle-source a:link, .detailsNews-libelle-source a:visited { color:rgba(255,116,59); }
					.detailsNews-libelle-source a:hover, .detailsNews-libelle-source a:active { color:#FFFFFF; }
			.detailsNews-texte { width:100%; padding:1em 2em; background-color:rgba(0,0,0,0.5); }
			.detailsNews-close { width:100%; display:flex; flex-wrap:wrap; justify-content:center; padding:0.5em 0; background-color:rgba(255,116,59); }
				.detailsNews-close:hover { background-color:#666666; }
				.detailsNews-close a:link, .detailsNews-close a:visited { color:#FFFFFF; }
				.detailsNews-close a:hover, .detailsNews-close a:active { color:#FFFFFF; }

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1280px) {
	/* 17-19 pouces */
}

@media screen and (max-width:1020px) {
	/* 15 pouces */
}

@media screen and (max-width:600px) {
	.newsContainer-menu, .newsContainer-content { width:100%; }
		.newsContainer-content { background-color:unset; }
		.newsWall { padding:1em 0; }
			.newsWall-container { width:100%; margin:1em 0; background:rgba(0,0,0,0.5); }
				.newsWall-container-title { display:none; }
				.newsWall-container-overlay { position:static; height:auto; margin-bottom:1em; background-color:unset; }
					.newsWall-container-overlay-content { padding:1em 1em 6em 1em; min-height:0; }
	
	.detailsNews-box-title-btn { position:static;  width:100%; text-align:center; }
	.detailsNews-pict-copyright { position:static; }
	.detailsNews-libelle div { padding:0.5em 0; }
	.detailsNews-texte { padding:1em; }
}