/*
CSS sommaire
xboxygen.com by cmd-r.net

*/


/************************************/
/*		liste des articles			*/
/************************************/

#actu_sommaire {
	position:relative;
	z-index: 99;
	/*min-height: 1742px;*/
	}

#actu_sommaire #liste_articles li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	background-color:#f9f9f9;
	width:400px;
	height:98px;
	margin:15px 0px 15px 20px;
	}

/* flèche */
/*#actu_sommaire #liste_articles li:nth-child(odd):after {
	content: '';
	position: absolute;
	border-width: 10px 0px 10px 21px;
	border-style: solid none solid solid;
	//border-color: transparent rgba(204, 202, 196, 0.3) transparent;
	border-color: transparent #f9f9f9 transparent;
	top: 39px;
	left: 400px;
	}*/

#actu_sommaire #liste_articles li:nth-child(even):before { /* barre */
	content: '';
	position:absolute;
	border-width:0px 20px 2px 0px;
	border-style:solid;
	border-color:#f9f9f9;
	top:49px;
	left:-20px;
	}

#actu_sommaire #liste_articles li:hover {
	background-color:#7cb022;
	}

#actu_sommaire #liste_articles li.sect_31:hover {
	background-color:rgba(142, 108, 173, 1);
	}

#actu_sommaire #liste_articles li.sect_60:hover,
#actu_sommaire #liste_articles li.rub_66:hover {
	background-color:rgba(100, 182, 213, 1);
	}

#actu_sommaire #liste_articles li a.lien_news {
	display:block;
	width:400px;
	height:98px;
	color:#000;
	}

#actu_sommaire #liste_articles li:hover a.lien_news {
	color:#f9f9f9;
	}

#actu_sommaire #liste_articles li img.logo-jeu-som  {
	width:70px;
	height:90px !important;
	float:left;
	margin:4px 15px 4px 4px;
	}

#actu_sommaire #liste_articles li h2 {
	margin:0;
	padding:10px 0 0 0;
	width:340px;
	font-size:1.17em;/*17px*/
	line-height:1.3em;
	font-weight:300;
	}

#actu_sommaire #liste_articles li p.date {
	position:absolute;
	bottom:10px;
	left:89px;
	font-size:10px;
	color:#B7B7B7;
	}

#actu_sommaire #liste_articles li:hover p.date,
#actu_sommaire #liste_articles li:hover p.date a {
	color:#f9f9f9;
	}

#actu_sommaire #liste_articles li p.date a {
	color:#B7B7B7;
	}

#actu_sommaire #liste_articles li p.date a:hover {
	color:#fff;
	text-decoration:underline;
	}

/* #actu_sommaire #liste_articles li:nth-child(6n+7),
#actu_sommaire #liste_articles li:nth-child(6n+8) {
	margin-top : 243px;
	} */ /*update-15-01-20*/

/* allongement de la liste des news */
#actu_sommaire #liste_articles li:nth-child(19),
#actu_sommaire #liste_articles li:nth-child(20) {
	margin-top: 15px;
}

	/**************************/
	/* ensemble disque+fleche */
	/**************************/

#actu_sommaire #liste_articles li a.lien_news:before { /* disque general */
	content: '';
	position:absolute;
	border-width:13px 13px 13px 13px;
	border-radius:13px;
	border-style:solid;
	/*border-color:rgba(51, 51, 51, 0.3);*/
	border-color:rgba(207, 203, 190, 0.7);
	top:37px;
	right:25px;
	}

#actu_sommaire #liste_articles li.sect_9 a.lien_news:before { /* disque test */
	border-color: rgba(124, 176, 34, 0.4);
	}

#actu_sommaire #liste_articles li.sect_31 a.lien_news:before { /* disque edito */
	border-color: rgba(142, 108, 173, 0.4);
	}

#actu_sommaire #liste_articles li.sect_60 a.lien_news:before,
#actu_sommaire #liste_articles li.rub_66 a.lien_news:before { /* disque leplus + test leplus */
	border-color: rgba(100, 182, 213, 0.5);
	}

#actu_sommaire #liste_articles li:hover a.lien_news:before,
#actu_sommaire #liste_articles li.sect_9:hover a.lien_news:before,
#actu_sommaire #liste_articles li.sect_31:hover a.lien_news:before,
#actu_sommaire #liste_articles li.sect_60:hover a.lien_news:before,
#actu_sommaire #liste_articles li.rub_66:hover a.lien_news:before { /* disque survol */
	border-color:#f9f9f9;
	}

#actu_sommaire #liste_articles li a.lien_news:after { /* fleche disque */
	content: '';
	position: absolute;
	border-width: 7px 0px 7px 12px;
	border-style: solid none solid solid;
	border-color: transparent #f9f9f9 transparent;
	top:43px;
	right:30px;
	}

#actu_sommaire #liste_articles li:hover a.lien_news:after { /* fleche disque survol general */
	/*border-color: transparent rgba(51, 51, 51, 0.3) transparent;*/
	border-color: transparent rgba(207, 203, 190, 0.8) transparent;
	}

#actu_sommaire #liste_articles li.sect_9:hover a.lien_news:after { /* fleche disque survol test */
	border-color: transparent rgba(124, 176, 34, 0.4) transparent;
	}

#actu_sommaire #liste_articles li.sect_31:hover a.lien_news:after { /* fleche disque survol edito */
	border-color: transparent rgba(142, 108, 173, 0.4) transparent;
	}

#actu_sommaire #liste_articles li.sect_60:hover a.lien_news:after,
#actu_sommaire #liste_articles li.rub_66:hover a.lien_news:after { /* fleche disque survol leplus + test leplus */
	border-color: transparent rgba(100, 182, 213, 0.5) transparent;
	}

	/*******/
	/* fin */
	/*******/

#actu_sommaire .plusactu {
	position:relative;
	width:100%;
	padding:0 20px;
	margin:20px 0 0 0;
	}

#actu_sommaire .plusactu a {
	display:block;
	width:100%;
	padding: 13px 0px;
	background-color:#f9f9f9;
	color:#7cb022;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	}

#actu_sommaire .plusactu a:hover {
	background-color:#7cb022;
	color:#f9f9f9;
	}

#actu_sommaire .plusactu a:before { /* disque general */
	content: '';
	position:absolute;
	border-width:10px 10px 10px 10px;
	border-radius:10px;
	border-style:solid;
	border-color:rgba(51, 51, 51, 0.3);
	top:13px;
	right:290px;
	}

#actu_sommaire .plusactu a:after { /* fleche disque */
	content: '';
	position: absolute;
	border-width: 5px 0px 5px 9px;
	border-style: solid none solid solid;
	border-color: transparent #f9f9f9 transparent;
	top:18px;
	right:294px;
	}

#actu_sommaire .plusactu a:hover:before { /* disque survol */
	border-color:#f9f9f9;
	}

#actu_sommaire .plusactu a:hover:after { /* fleche survol */
	border-color: transparent rgba(51, 51, 51, 0.3) transparent;
	}


/****************************/
/*			inserts			*/
/****************************/

.insert {
	background-color:#d9d7d0;
	/*background-color:#CFCBBE;*/
	width:100%;
	height:188px;
	padding:15px 20px;
	/* position:absolute; */ /*update-15-01-20*/
	position:relative;
	z-index:0;
	margin : 15px 0;
	}

/* .insert.tests_edito {
	top:404px;
	}

.insert.cdc_dossiers {
	top:1016px;
	} */ /*update-15-01-20*/

.insert h3 {
	text-transform:uppercase;
	font-size: 1.4286em;
	font-weight: 600;
	line-height: 1.0;
	width:122px;
	height:158px;
	padding:23px 0 0 7px;
	}

.insert h3 span.t40 {
	font-size: 1.9em; /*39px*/
	line-height: 0.85;
	}

.insert #derniers_tests,
.insert #derniers_editos,
.insert #derniers_cdc,
.insert #derniers_dossiers {
	position:relative;
	width:400px;
	height:158px;
	}

.insert .letest,
.insert .lecdc,
.insert .ledossier {
	/*margin-bottom:4px;*/
	}

.insert .letest.mid,
.insert .lecdc.mid,
.insert .ledossier.mid {
	position:relative;
	}

.insert h4 {
	color:#f9f9f9;
	font-weight:300;
	line-height:1.2;
	margin:0;
	}

.insert a.full {
	display:block;
	position:absolute;
	top:0px;
	width:123px;
	height:158px;
	}

.insert a.full h4 {
	position:absolute;
	top:0px;
	left:0px;
	width:123px;
	height:158px;
	font-size:1.1429em;
	padding:20px 13px 0 8px;
	}

.insert .double_mid {
	position:absolute;
	top:0px;
	}

.insert a.mid {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	width:123px;
	height:77px;
	margin-bottom:4px;
	}

.insert a.mid h4 {
	position:absolute;
	/*top:-26px;*/
	top:0px;
	left:0px;
	width:123px;
	height:77px;
	font-size:.8571em;
	padding:6px 13px 0 8px;
	font-weight:400;
	}

.insert div.mid p.date {
	position:absolute;
	bottom:4px;
	right:4px;
	}

.insert p.date a {
	font-size:.7143em;
	color:rgba(249, 249, 249, 0.5);
	}
.insert p.date a:hover {
	color:rgba(249, 249, 249, 1.0);
	}

.insert a.lien_plus {
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:158px;
	line-height:158px;
	text-align:center;
	color:rgba(249, 249, 249, 1.0);
	font-size: 1.4286em;
	}


	/******************/
	/* derniers tests */
	/******************/

.insert #derniers_tests h3 {
	color:rgba(124, 176, 34, 0.8);
	/*background-color:rgba(170, 195, 121, 1.0);*/
	background-color:rgba(249, 249, 249, 0.7);
	}

.insert #derniers_tests a.full {
	left:126px;
	}

.insert #derniers_tests .double_mid {
	right:24px;
	}

.insert #derniers_tests h4 {
	background-color:rgba(124, 176, 34, 0.8);
	}

.insert #derniers_tests h4:hover {
	/*background-color:rgba(51, 76, 7, 0.35);*/
	background-color:rgba(124, 176, 34, 0.6);
	}

.insert #derniers_tests .full p.date {
	position:absolute;
	bottom:4px;
	right:155px;
	}

.insert #derniers_tests a.lien_plus {
	background-color:rgba(124, 176, 34, 0.8);
	}

.insert #derniers_tests a.lien_plus:hover {
	background-color:rgba(124, 176, 34, 0.6);
	}

/* alternative E3 */
.insert #insert_E3 a img {
	moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	box-sizing: border-box;
	border : 4px solid #fff;
	width: 400px;
	height: 158px;
}

.insert #insert_E3 a:hover img {
	opacity: 0.75;
}


	/*******************/
	/* derniers editos */
	/*******************/

.insert #derniers_editos {
	position: absolute;
	top:15px;
	left:440px;
	}

.insert #derniers_editos h3 {
	color:rgba(142, 108, 173, 0.8);
	/*background-color: rgba(142, 108, 173, 0.6);*/
	background-color:rgba(249, 249, 249, 0.7);
	}
.insert #derniers_editos h3.podcasts {
	color:rgba(142, 108, 173, 0.8);
	background: rgba(249, 249, 249, 0.7) url(images-V4/radio_microphone.png) bottom right no-repeat;
	background-size: 60%;
	}

.insert #derniers_editos h3 span.t31 {
	font-size:31px;
	line-height: 0.9;
	}
.insert #derniers_editos h3 span.t22 {
	font-size:22px;
	line-height: 0.9;
	}

.insert #derniers_editos .ledito:nth-child(1) {
	position:absolute;
	top:0px;
	left:126px;
	}

.insert #derniers_editos .ledito:nth-child(2) {
	position:absolute;
	top:0px;
	left:253px;
	}

.insert #derniers_editos a {
	display:block;
	}

.insert #derniers_editos h4 {
	position:absolute;
	top:0px;
	left:0px;
	width:123px;
	height:158px;
	font-size:1.1429em;
	padding:5px 8px 0 8px;
	text-align:center;
	background-color: rgba(142, 108, 173, 0.8);
	}

.insert #derniers_editos h4:hover {
	background-color: rgba(142, 108, 173, 0.6);
	}

.insert #derniers_editos a p {
	position:absolute;
	top:120px;
	left:0px;
	color:#F9F9F9;
	font-size: .8571em;
	font-weight:300;
	width:123px;
	text-align:center;
	}

.insert #derniers_editos a p strong {
	font-size: 1em;
	}

.insert #derniers_editos a p strong:before {
	content:"\A";
	white-space:pre;
	}

.insert #derniers_editos a.lien_plus {
	background-color: rgba(142, 108, 173, 0.8);
	}

.insert #derniers_editos a.lien_plus:hover {
	background-color: rgba(142, 108, 173, 0.6);
	}


	/****************/
	/* derniers cdc */
	/****************/

.insert #derniers_cdc h3 {
	color:rgba(124, 176, 34, 0.8);
	/*background-color:rgba(170, 195, 121, 1.0);*/
	background-color:rgba(249, 249, 249, 0.8);
	}

.insert #derniers_cdc h3 .t22 {
	font-size:1.1em; /*22px*/
	}

.insert #derniers_cdc h3 .t37 {
	font-size: 1.85em; /*37px*/
	line-height:0.9;
	}

.insert #derniers_cdc .double_mid {
	left:126px;
	}

.insert #derniers_cdc a.full {
	right:24px;
	}

.insert #derniers_cdc h4 {
	background-color:rgba(124, 176, 34, 0.8);
	}

.insert #derniers_cdc h4:hover {
	/*background-color:rgba(51, 76, 7, 0.35);*/
	background-color:rgba(124, 176, 34, 0.6);
	}

.insert #derniers_cdc .full p.date {
	position:absolute;
	bottom:4px;
	right:27px;
	}

.insert #derniers_cdc a.lien_plus {
	background-color:rgba(124, 176, 34, 0.8);
	}

.insert #derniers_cdc a.lien_plus:hover {
	background-color:rgba(124, 176, 34, 0.6);
	}


	/*********************/
	/* derniers dossiers */
	/*********************/

.insert #derniers_dossiers {
	position: absolute;
	top:15px;
	left:440px;
	}

.insert #derniers_dossiers h3 {
	color:rgba(165, 157, 134, 0.8);
	/*background-color:rgba(165, 157, 134, 0.6);*/
	background-color:rgba(249, 249, 249, 0.7);
	}

.insert #derniers_dossiers h3 .t23 {
	font-size:1.15em; /*23px*/
	line-height:0.95;
	}

.insert #derniers_dossiers h3 .t22 {
	font-size: 1.1em; /*22px*/
	line-height:0.9;
	}

.insert #derniers_dossiers a.full {
	left:126px;
	}

.insert #derniers_dossiers .double_mid {
	right:24px;
	}

.insert #derniers_dossiers h4 {
	background-color:rgba(165, 157, 134, 0.8);
	}

.insert #derniers_dossiers h4:hover {
	background-color:rgba(165, 157, 134, 0.6);
	}

.insert #derniers_dossiers .full p.date {
	position:absolute;
	bottom:4px;
	right:155px;
	}

.insert #derniers_dossiers a.lien_plus {
	background-color:rgba(165, 157, 134, 0.8);
	}

.insert #derniers_dossiers a.lien_plus:hover {
	background-color:rgba(165, 157, 134, 0.6);
	}


/************************************/
/*			media queries			*/
/************************************/


@media (max-width: 1185px) {

	.insert #derniers_editos {
		position: relative;
		top:15px;
		left:0px;
	}

	.insert #derniers_dossiers {
		position: relative;
		top:15px;
		left:0px;
	}

}

	/********************/
	/* tablette paysage */
	/********************/

@media screen and (max-width: 1024px), screen and (max-width:1185px) {

	#actu_sommaire #liste_articles li {
		width:318px;
		margin:10px 0px 10px 20px;
	}

	#actu_sommaire #liste_articles li a.lien_news {
		width:318px;
	}

	#actu_sommaire #liste_articles li h2 {
		width:305px;
	}

	#actu_sommaire #liste_articles li a.lien_news:before,
	#actu_sommaire #liste_articles li a.lien_news:after {
		border-width:0px 0px 0px 0px;
	}

	/* #actu_sommaire #liste_articles li:nth-child(6n+7),
	#actu_sommaire #liste_articles li:nth-child(6n+8) {
		margin-top : 238px;
	} */ /*update-15-01-20*/

	#actu_sommaire #liste_articles li:nth-child(19),
	#actu_sommaire #liste_articles li:nth-child(20) {
		margin-top : 15px;
	}

	#actu_sommaire .plusactu a:before { /* disque general */
		right:210px;
	}

	#actu_sommaire .plusactu a:after { /* fleche disque */
		right:214px;
	}

	/* .insert.tests_edito {
		top:374px;
	}

	.insert.cdc_dossiers {
		top:956px;
	} */ /*update-15-01-20*/

	.insert h3 {
		display:none;
	}

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers,
	.insert #insert_E3 {
		width:318px;
	}

	.insert #derniers_tests a.full,
	.insert #derniers_dossiers a.full {
		left:0px;
	}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:201px;
	}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid,
	.insert #derniers_cdc a.full {
		right:68px;
	}

	.insert a.lien_plus {
		width:64px;
	}

	.insert #derniers_editos,
	.insert #derniers_dossiers {
		position: absolute;
		top:15px;
		left:358px;
	}

	.insert #derniers_editos .ledito:nth-child(1) {
		left:0px;
	}

	.insert #derniers_editos .ledito:nth-child(2) {
		left:127px;
	}

	.insert #derniers_cdc .double_mid {
		left:0px;
	}

	.insert #derniers_cdc .full p.date {
		right:72px;
	}

}

	/*********************/
	/* tablette portrait */
	/*********************/

@media screen and (max-width: 768px), screen and (max-width: 1023px) {

	#actu_sommaire {
		position:relative;
		width:100%;
	}

	#actu_sommaire #liste_articles li,
	#actu_sommaire #liste_articles li a.lien_news {
		/*width:400px;*/
		width:91%;
	}

	#actu_sommaire #liste_articles li h2 {
		width:100%;
	}

	#actu_sommaire #liste_articles li a.lien_news:before { /* disque general */
		border-width:13px 13px 13px 13px;
	}

	#actu_sommaire #liste_articles li a.lien_news:after {
		border-width: 7px 0px 7px 12px;
	}

	#actu_sommaire #liste_articles li:nth-child(even):before { /* barre */
		content: '';
		display:none;
	}

	/* #actu_sommaire #liste_articles li:nth-child(6n+7) {
		margin-top : 411px;
	} */ /*update-15-01-20*/

	#actu_sommaire #liste_articles li:nth-child(6n+8) {
		margin-top : 10px;
	}

	#actu_sommaire #liste_articles li:nth-child(19) {
		margin-top : 10px;
	}

	#actu_sommaire .plusactu a:before { /* disque general */
		right:49px;
	}

	#actu_sommaire .plusactu a:after { /* fleche disque */
		right:53px;
	}

	.insert {
		height:361px;
	}

	.insert h3 {
		display:block;
		/*font-size:1.28em;*/
	}

	/*.insert #derniers_editos h3 span.t31 {
		font-size:1.6em;
	}*/

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers  {
		width:400px;
		margin: 0 auto;
	}

	.insert #insert_E3 {
		width: 100%;
		text-align: center;
	}

	.insert #derniers_editos {
		position: relative;
		top:15px;
		left:0px;
	}

	.insert #derniers_dossiers {
		position: relative;
		top:15px;
		left:0px;
	}

	/* .insert.tests_edito {
		top:728px;
	}

	.insert.cdc_dossiers {
		top:1837px;
	} */ /*update-15-01-20*/

	.insert #derniers_tests a.full,
	.insert #derniers_dossiers a.full {
		left:126px;
	}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:155px;
	}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid {
		right:24px;
	}

	.insert a.lien_plus {
		width:20px;
	}

	.insert #derniers_editos .ledito:nth-child(1) {
		left:126px;
	}

	.insert #derniers_editos .ledito:nth-child(2) {
		left:253px;
	}

	.insert #derniers_cdc .double_mid {
		left:126px;
	}

	.insert #derniers_cdc a.full {
		right:24px;
	}

	.insert #derniers_cdc .full p.date {
		right:27px;
	}

}

	/******************/
	/* mobile paysage */
	/******************/

@media screen and (max-width: 640px), screen and (max-width: 767px) {

	#actu_sommaire #liste_articles li {
		width:100%;
		height:102px;
		margin:0px;
	}

	#actu_sommaire #liste_articles li:nth-child(odd) {
		background-color:#F6F6F6;
	}

	#actu_sommaire #liste_articles li:nth-child(odd) {
		background-color:#FFF;
	}

	#actu_sommaire #liste_articles li:hover:nth-child(odd) {
		background-color:#7cb022;
	}

	#actu_sommaire #liste_articles li a.lien_news {
		width:100%;
	}

	#actu_sommaire #liste_articles li h2 {
		width:90%;
		font-weight:300;
	}

	#actu_sommaire #liste_articles li img.logo-jeu-som  {
		margin:6px 10px 6px 8px;
		}

	#actu_sommaire #liste_articles li a.lien_news:before,
	#actu_sommaire #liste_articles li a.lien_news:after {
		border-width:0px 0px 0px 0px;
	}

	/* #actu_sommaire #liste_articles li:nth-child(6n+7) {
		margin-top : 361px;
	} */ /*update-15-01-20*/

	#actu_sommaire #liste_articles li:nth-child(19) {
		margin-top : 0px;
	}

	#actu_sommaire #liste_articles li:nth-child(6n+8) {
		margin-top : 0px;
	}

	#actu_sommaire .plusactu a:before { /* disque general */
		right:210px;
	}

	#actu_sommaire .plusactu a:after { /* fleche disque */
		right:214px;
	}

	.insert {
		padding:15px 0px;
		margin: 0;
	}

	/* .insert.tests_edito {
		top:612px;
	}

	.insert.cdc_dossiers {
		top:1585px;
	} */ /*update-15-01-20*/

	.insert h3 {
		display:none;
	}

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers {
		width:318px;
		margin-left: auto;
		margin-right: auto;
	}

	.insert #insert_E3 a img {
		border: 0px;
	}

	.insert #derniers_tests a.full,
	.insert #derniers_dossiers a.full {
		left:0px;
	}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:201px;
	}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid,
	.insert #derniers_cdc a.full {
		right:68px;
	}

	.insert a.lien_plus {
		width:64px;
	}

	.insert #derniers_editos,
	.insert #derniers_dossiers {
		position: relative;
		top:15px;
		left:0px;
	}

	.insert #derniers_editos .ledito:nth-child(1) {
		left:0px;
	}

	.insert #derniers_editos .ledito:nth-child(2) {
		left:127px;
	}

	.insert #derniers_cdc .double_mid {
		left:0px;
	}

	.insert #derniers_cdc .full p.date {
		right:72px;
	}

	#actu_sommaire .plusactu a:before,
	#actu_sommaire .plusactu a:after {
		display:none;
	}

}

@media screen and (max-width: 480px), screen and (max-width: 567px) {

	#actu_sommaire #liste_articles li {
		width:100%;
		padding-left:5px;
	}

	#actu_sommaire #liste_articles li a.lien_news {
		width:100%;
	}

	#actu_sommaire #liste_articles li h2 {
		width:90%;
	}

	#actu_sommaire #liste_articles li a.lien_news:before { /* disque general */
		border-width:13px 13px 13px 13px;
	}

	#actu_sommaire #liste_articles li a.lien_news:after {
		border-width: 7px 0px 7px 12px;
	}

	.insert h3 {
		display:block;
	}

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers {
		width:400px;
	}

	.insert #derniers_editos {
		position: relative;
		top:15px;
		left:0px;
	}

	.insert #derniers_dossiers {
		position: relative;
		top:15px;
		left:0px;
	}

	/* .insert.tests_edito {
		top:612px;
	}

	.insert.cdc_dossiers {
		top:1585px;
	} */ /*update-15-01-20*/

	.insert #derniers_tests a.full,
	.insert #derniers_dossiers a.full {
		left:126px;
	}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:155px;
	}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid {
		right:24px;
	}

	.insert a.lien_plus {
		width:20px;
	}

	.insert #derniers_editos .ledito:nth-child(1) {
		left:126px;
	}

	.insert #derniers_editos .ledito:nth-child(2) {
		left:253px;
	}

	.insert #derniers_cdc .double_mid {
		left:126px;
	}

	.insert #derniers_cdc a.full {
		right:24px;
	}

	.insert #derniers_cdc .full p.date {
		right:27px;
	}

}

@media screen and (max-width: 400px), screen and (max-width: 479px) {

	#actu_sommaire #liste_articles li {
		width:100%;
		height:102px;
		margin:0px;
	}

	#actu_sommaire #liste_articles li a.lien_news {
		width:100%;
	}

	#actu_sommaire #liste_articles li h2 {
		width:95%;
	}

	#actu_sommaire #liste_articles li img.logo-jeu-som  {
		margin:6px 10px 6px 8px;
		}

	#actu_sommaire #liste_articles li a.lien_news:before,
	#actu_sommaire #liste_articles li a.lien_news:after {
		border-width:0px 0px 0px 0px;
	}

	/* #actu_sommaire #liste_articles li:nth-child(6n+7) {
		margin-top : 361px;
	} */ /*update-15-01-20*/

	#actu_sommaire #liste_articles li:nth-child(6n+8) {
		margin-top : 0px;
	}

	#actu_sommaire .plusactu a:before { /* disque general */
		right:210px;
	}

	#actu_sommaire .plusactu a:after { /* fleche disque */
		right:214px;
	}

	.insert {
		padding:15px 0px;
	}

	/* .insert.tests_edito {
		top:612px;
	}

	.insert.cdc_dossiers {
		top:1585px;
	} */ /*update-15-01-20*/

	.insert h3 {
		display:none;
	}

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers {
		width:318px;
	}

	.insert #insert_E3 {
		width: 100%;
	}

	.insert #derniers_tests a.full,
	.insert #derniers_dossiers a.full {
		left:0px;
	}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:201px;
	}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid,
	.insert #derniers_cdc a.full {
		right:68px;
	}

	.insert a.lien_plus {
		width:64px;
	}

	.insert #derniers_editos,
	.insert #derniers_dossiers {
		position: relative;
		top:15px;
		left:0px;
	}

	.insert #derniers_editos .ledito:nth-child(1) {
		left:0px;
	}

	.insert #derniers_editos .ledito:nth-child(2) {
		left:127px;
	}

	.insert #derniers_cdc .double_mid {
		left:0px;
	}

	.insert #derniers_cdc .full p.date {
		right:72px;
	}

	#actu_sommaire .plusactu a:before,
	#actu_sommaire .plusactu a:after {
		display:none;
	}

}


@media screen and (max-width: 360px), screen and (max-width: 399px) {

	.insert a.lien_plus {
		width:20px;
		}

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers {
		width:274px;
		}


	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid,
	.insert #derniers_cdc a.full {
		right:24px;
		}
}


@media screen and (max-width: 320px), screen and (max-width: 344px) {

	.insert #derniers_tests,
	.insert #derniers_editos,
	.insert #derniers_cdc,
	.insert #derniers_dossiers {
		width:250px;
		}

	.insert #derniers_tests .double_mid,
	.insert #derniers_dossiers .double_mid,
	.insert #derniers_cdc a.full {
		right:0px;
		}

	.insert #derniers_tests .full p.date,
	.insert #derniers_dossiers .full p.date {
		right:188px;
		}

	.insert #derniers_cdc .full p.date {
		right:56px;
		}

	.insert a.lien_plus,
	.insert #derniers_editos a.lien_plus {
		display:none;
		}

	#actu_sommaire #liste_articles li h2 {
		padding:4px 0 0 0;
		font-size: 1.1429em;
		line-height:1.2em;
		}

}
