.formation {

	width: calc(99.8%/2);

}

.titre::before {
	background-image: url(../img/interface/logo_cultivons3.jpg);
	height: 115px;
}

.titre::after {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../img/interface/Lucie.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 120px;
	height: 120px;
}

.txt_titre {
	display: none;
}
.INTERF_txtMarquee {
	animation: droite 30s ease-out infinite;
}



#menu li:hover a.secteur_menu_a {
	line-height: 1em;
	font-size: 1em;
	display: block;
	padding: 0.8em;
	background-color: #7ca7b9;
}

@media screen and (max-width: 1250px)and (min-width: 999px){
.bandeau {
	height: 100px;
}

.page_accueil div#RL_div_header_master {
	height: auto;
}

.formation.vertical img {
	height: 100%;
	width: auto;
}
.formation {
	display: inline-block;
}
}