
#menu > li {
	width: calc(100%/6);
}
/*.menu-item-li-forma-7::before {
	content: "CAP Maintenance des Matériels";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}

.menu-item-li-forma-2::before {
	content: "BAC Pro Maintenance des Matériels";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}

.menu-item-li-forma-12::before {
	content: "Titre Pro Technicien de Maintenance";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}
*/


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

.formation.vertical a {
margin-top: 10px;
display: block;
}

.formation.vertical td.texte {
	display: inline-block;
	width: 80%;
	top: 0;
        background-color: rgba(0,0,0,0.5);
    
}
.formation.vertical td.photo {
	height: 100%;

}
.formation.vertical img {
	height: auto;
	width: 100%;
	transition: 2s width ease-out;
}
.formation.vertical img:hover {
	height: auto; 
	width: 120%;
}
.formation.vertical td.photo, 
.formation.vertical td.texte,
.formation{
	    min-height: 300px;
            text-align: center;
}
.formation.vertical td.photo {
	left: 0;
}

.texte a,.texte a:hover {
	color: #fff;
}
.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;
}
.formation.vertical a::after {
	display: none;
}

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


.el_menu_1 {
	background-color:  #45521F;
}
.el_menu_2 {
	background-color:  #ECC747;
}
.el_menu_3 {
	background-color:  #CEAB5D;
}
.el_menu_4 {
	background-color: #92542A;
}
.el_menu_5 {
	background-color: #472612;
}
@media only screen and (min-width:830px){
.formation {
	width: calc(99.8%/4); 


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

}
.formation.vertical img {
	height: auto;
	width: 100%;
	transition: 2s width ease-out;
}
  .formation.vertical img:hover {
	width: 120%;
	height: auto;
}  
}