.page_accueil div#RL_div_header_master.scrolled {
	height: 565px;
}
#header_milieu {
	position: relative;
}

h1,
h2,
h3,
h3.libelle_bandeau,
.INTERF_txtMarquee{
	font-family: 'Roboto slab';
}

h4,
h4.accroche_bandeau {
	font-family: 'Roboto';
}

.INTERF_txtMarquee, 
h4 {
	color: #7CA7B9;
      
}
.h5 {

        display: block;
          text-transform:none;
}
.txt_bandeau {background-color: rgba( 236, 199, 71,0.7);}



.scrolled div#RL_div_menuGch_VERTICAL, 
#menu li:hover , 
.info, 
.show-menu,
.fom_contact.bouton,
div#RL_div_footer_master{
	background-color: #7CA7B9;
}

.INTERF_txtMarquee {
	font-size: 16px;
	color:  #7CA7B9;
}

div#RL_div_contenuPageType_INTITULE_PARENT,
div#RL_div_contenuPageType_INTITULE_PARENT h1, 
h1#RL_div_contenuPageType_INTITULE_PARENT, 
.INTERF_ficheFormation_formation_titre 
{
	border-bottom: 2px solid #7CA7B9;
	color: #7CA7B9;
	font-size: 35px;
        margin: 0;
        font-weight: normal;
}

.INTERF_ficheFormation_formation_texte h4{
    color: #CEAB5D;
    
}
.INTERF_ficheFormation_formation_texte .h5 {
	color: #7ca7b9;
	margin: 2px;
	padding: 0;
}
.INTERF_ficheFormation_formation_texte h5::before{
    background-color: #7ca7b9;
    content: "";
    display: inline-block;
 
    margin-right: 5px;
    vertical-align: middle;
    height: 20px;
    width:20px;
    
}
.INTERF_ficheFormation_formation_texte  h3 {
        background-color: #7ca7b9;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	font-size: 25px;
}

.INTERF_ficheFormation_formation_texte h2 {
	font-size: 30px;
	text-align: center;
	margin: 10px;
	border-bottom: 3px solid #000;
}
.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%;
}
    
    
}