.actu_empty {
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: url(../img/interface/defaut.jpg) no-repeat 0 0/cover;
}

.txt_bandeau {
	background-color: #ecc747;
	position: absolute;
	width: auto;
	top: 0;
	max-width: 40%;
	height: 100%;
}
.img_bandeau {
		max-width: 60%;
}
h3.libelle_bandeau {
	font: 300 35px/45px 'Knewave';
	color: #000;
	margin-top: 10%;
	text-transform: uppercase;
}
a.INTERF_liensInfoMaison:link {
	color: #000;
	text-decoration: none;
}

.page_accueil div#RL_div_header_master.scrolled {
	height: 565px;
}
#header_milieu {
	position: relative;
}
#menu > li {
	width: calc(100%/4);
}


.forma_5 {
	vertical-align: top;
        text-align: center;
        width: calc(100%/5);
}
.bulles .image {
	border-radius: 50%;
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
        transition: width 1s ease-in-out;
}

.scrolled .bulles .image {
	width: 80%;
}
.bulles .h3{
  
	text-transform: uppercase;
	display: inline-block;


}
.bulles .h3::after {
	width: 0;
	content: "";
	background-color: #000;
	height: 2px;
	display: block;
        transition: width 1s ease-in-out;
}

.bulles:hover .h3::after {
	width: 100%;
}

.bulles .h4{
    font-size: 20px;
}
  
.bulles h5 {
	background-color: #333;
	padding: 5px;
	border-radius: 10px;
        font-size: 16px;
        display: inline-block;
}
.bulles h5 a.INTERF_liensUtilisateur:link{
	text-decoration: none;
        color: #fff;
}
.h5 {
	border:none;
	margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
    
    .forma_5 {
	display: inline-block;
	width: 45%;
}
    
    
}