.titre::before {
	background-image: url(../img/interface/MFR_cultivons.jpg);
        width: 130px;


}
#menu > li {
	width: calc(100%/4);
        background-color: #8B97AF;
}

.INTERF_txtMarquee {
	color: #000;

}

h3.libelle_bandeau,
.actualite_titre,
.block_actu.glacier a.INTERF_liensUtilisateur,
.block_actu.feuille a.INTERF_liensUtilisateur,
.slogan_bandeau{
color: #8B97AF;
}

hr,
.ient,
.fom_contact.bouton{
	background-color: #8B97AF;

}

#menu li a {
	color: #fff;
}
#menu li ul li.secteur_menu a {
	display: block;
	line-height: 42px;
	background-color: #000 !important;
	color: #fff !important;
}
.INTERF_ficheFormation_formation_texte .h3 {
	color: #8B97AF;
	border-bottom: none;
	font-family: Knewave;
	font-size: 30px;
}
[bgcolor*="#CEAB5D"], [bgcolor*="#CEAB5D"] h3, [bgcolor*="#CEAB5D"] h4, [bgcolor*="#CEAB5D"] a.INTERF_liensUtilisateur,.INTERF_ficheFormation_formation_texte [bgcolor*="#CEAB5D"] .h3 {
  color: #fff;
}
.formation.vertical h3, .formation.vertical h5 {
	font-family: Knewave;
	font-weight: 300;
	font-size: 35px;
}

.bis .txt_bandeau {
    background-color:rgba(124, 167, 185,0.5);
}

.formation.vertical a {
	/* margin-top: 0; */
	display: block;
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	padding: 5px 0 0 0;
        background-color: transparent;
        
}

.formation.vertical h4 {
	color: #fff;
	background-color: rgba(255,255,255,0.5);
	max-width: 90%;
	margin: 0 auto;
	margin-top: 5px;
}
.formation.vertical hr {
	background-color: #fff;
	max-width: 80%;
}

.formation.vertical a::after {
	content: "";
        display: block;
        border-bottom: 2px dotted #fff;
        height: 2px;
        width: 80%;
        margin: 0 auto;
        opacity: 0.5; 
        background-color: transparent;
}
.formation.vertical td.photo {
	height: 100%;

}
.formation.vertical img {
	height: auto;
	width: 100%;

}


.formation.vertical td.photo {
	left: 0;
}

.texte h3 {
	font-size: 25px;
}
.formation.vertical h5 a {
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.8);
	color: #000 !important;
	margin: 15px;
        max-height: 250px;
        padding: 10px;
}


div#RL_div_M_identite_MFR {
	font-size: 18px;
}
a.INTERF_liensInfoMaison:link {
	color: #7CA7B9;
}
#RL_div_footer_master::before {
display:none;
}


.el_menu_1 {
	background-color:  #CEAB5D;
}
.el_menu_2 {
	background-color:  #ECC747;
}
.el_menu_3 {
	background-color:  #DFD7CD;
}
.el_menu_4 {
	background-color: #92542A;
}
.el_menu_5 {
	background-color: #909B25;
}
.el_menu_6 {
	background-color: #8B97AF;
}



@media only screen and (min-width:830px)and (max-width: 1300px) {
    
    .formation.vertical {
	width: calc(99.8%/3);

}

.formation.vertical td.photo, .formation.vertical td.texte {
	min-height: 450px;
}
.formation.vertical img {
	height: auto;
	width: 100%;
	transition: 2s width ease-out;
}
  .formation.vertical img:hover {
	width: 120%;
	height: auto;
} 
.formation.vertical h3, .formation.vertical h5 {
	font-size: 28px;
}
}

@media only screen and (max-width:999px){
.formation.vertical {
	width: 80%;
	margin: 0 auto;
	display: block;
	max-width: 650px;
	min-height: 450px;
}
.formation.vertical td.texte {
	/* min-height: 100%; */
	top: 10%;
	position: absolute;
	width: 60%;
	margin: 0 20%;
	height: auto;
	/* background-color: #000; */
	min-height: auto;
}    
}


@media only screen and (max-width:650px){
.formation.vertical {
	width: 100%;
	min-height: 350px;
}
   
}