



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

.formation.vertical a {
margin-top: 0;
display: inline-block;
}
.actu_empty {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.formation.vertical td.texte {
	display: inline-block;
	width: 70%;
	top: 10%;
        background-color: rgba(0,0,0,0.5);
    
}
.formation.vertical td.photo {
	height: 100%;

}
.formation.vertical img {
	height: 100%;
	width: auto;
        transition: 2s height ease-out;
}
.formation.vertical img:hover {
	height: 120%;
	width: auto;
}
.formation.vertical td.photo, 
.formation.vertical td.texte,
.formation{
	    min-height: 275px;
            text-align: center;
}
.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;
}
.formation.vertical a::after {
	display: none;
}

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:  #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:1200px){
.formation.vertical {
	margin: 4px;
	width: 32%;
}
.content {
    max-width:1200px;
}
}
@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;
}  
}

@media only screen and  (max-width: 800px) {
    
 .txt_bandeau {
	width: 100%;
	display: block;
	height: auto;
	max-width: 100%;
}
}