.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;
}
.txt_bandeau {background-color: rgba( 236, 199, 71,0.7);}


.INTERF_ficheFormation_cartouche_link.bouton_lien {
	display: none;
}

.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: 44px;
        margin: 0;
        font-weight: normal;
}


.forma_5 {
	vertical-align: top;
        text-align: center;
        width: calc(100%/6);
}
.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,
.bulles h5 a.INTERF_liensUtilisateur:visited {
	text-decoration: none;
        color: #fff;
}
.h5 {
	border:none;
	margin-bottom: 10px;
}
a#pdf {
	color: #fff !important;
	padding-left: 5px;
	display: block;
	background-color: #cfab5b;
	text-decoration: none !important;
	border-radius: 8px;
	padding: 5px;
	font-size: 18px;
	margin: 4px;
}


@media only screen and (max-width: 1200px) {
.forma_5 {
      width: calc(97%/3);
display: inline-block;
}}

@media only screen and (max-width: 850px) {
.forma_5 {
          width: calc(97%/2);
}

.actu_empty {
	left: 22.1%;
	top: 24%;
	height: 46%;

}}