@media screen and (max-width:1280px) {
	.module_social_pictos { /*max-width:692px;*/ width:auto; } /* Mise à jour : RESPONSIVE 9 octobre 2023 */
	/* .module_social_pictos { max-width:692px; width:auto; margin-bottom:50px; } */
	
	.module_annonce { /*max-width:692px;*/ width:auto; overflow:hidden; }
	.module_annonce img { max-width:100%; }
	
	.module_newsletter { /*max-width:692px;*/ width:auto; padding:20px; box-sizing:border-box; }
	.module_newsletter .content .form .submit { float:none; height:32px; }
	
	.module_formations { width:auto !important; }

	.module_offres_ee,
	.module_formations_ee { /*max-width:692px;*/ width:auto; }
	.module_offres_ee .content .element,
	.module_formations_ee .content .element { height:auto; }
	.module_offres_ee .content .element .tableau .texte,
	.module_formations_ee .content .element .tableau .texte { padding:10px 14px; }
	.module_offres_ee .content .element .tableau .texte h3,
	.module_formations_ee .content .element .tableau .texte h3 { max-width:none; }
	.module_offres_ee .content .element .tableau .illustration,
	.module_formations_ee .content .element .tableau .illustration { padding:10px 14px; }
	.module_offres_ee .content .element .tableau .illustration img { width:80px; }
	
	.module_ee_news_formation { /*max-width:692px;*/ width:auto; }
}

@media screen and (min-width:630px) and (max-width:1280px) {
	.module_ee_news_formation .illustration { float:left; width:30%; margin:4px 15px 25px 0; }
}

@media screen and (max-width:410px) {
	.module_social_pictos .top_background h1 { display:block; background:none; border-right:none; border-bottom:1px dotted #C0C0C0; margin:-5px 0 15px 0; padding:0 0 15px 0; line-height:18px; }
	
	.module_newsletter .content .form .input { width:100%; box-sizing:border-box; margin-bottom:10px; }
	.module_verticalise_videos .autres_videos .vignette { width: auto;} /* Mise à jour responsive : 08 novembre 2023*/
	.module_verticalise_videos .autres_videos .vignette img.apercu { width: 100%;}  /* Mise à jour responsive : 08 novembre 2023*/
	.module_verticalise_videos .autres_videos .bouton_play { top: 50%; left: 50%; transform: translate(-50%, -50%);}  /* Mise à jour responsive : 08 novembre 2023*/
}
@media screen and (max-width:400px) {
	.module_verticalise_videos .autres_videos .vignette { margin-right: 0px;}
}