
@media (min-width:960px) and (max-width:1200px) {
.date_actu {
	width: auto;
}
.texte_banniere {
	width: auto;
	padding: 30px 20px;
	height: auto;
	font-size: 2em;
}
div#bloc_aside_page {
	width: auto;
	/* display: flex; */
	justify-content: flex-end;/* margin-left: 20%; */
}
.conteneur_banniere {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.titre-aside {
	font-size: 20px;
}
.contain-bloc-aside li a {
	font-size: 80%;
}
.interne {
	width: auto;
	padding: 25px;
}
.content_left {
}
.bloc_telechargement {
	min-height: 125px;
}
.bloc_telechargement_wrapper {
	width: 48%;
	margin-right: 11px;
	min-width: 180px;
}
.bloc_telechargement_wrapper:nth-child(2n+2) {
	margin-right: 0;
}
.titre {
	display: flex;
	flex-wrap: wrap;
}
.letitre {
	width: 100%;
}
form#recherche {
	width: 86%;
	margin: 25px 0;/* flex-direction: row-reverse; */
}
input[type="submit"] {
	position: relative;
}
input#mot {
	margin-right: 0;
}
}
