.titre::before {
    width: 100px;
    height: 84px;
    background-image: url(../img/interface/logo_beauregard.jpg);
}

.menu-item-li-forma-9::before {
    content: "Formation continue";
    display: block;
    background-color: #000;
}

.icone_inscription {
    text-decoration: none;
    background-color: #cfab5d;
    color: #fff;
    padding: 5px;
    font-size: 24px;
    text-transform: uppercase;
    animation: fadeblack infinite 2s;
}

#RL_div_footer_master::before {
    font-size: 25px;
}

a.INTERF_liensInfoMaison:link {
    color: #000;
}

td[bgcolor*="#8B97AF"],
td[bgcolor*="#8B97AF"] h5 {
    color: #fff;
}

.image img {
    display: block;
    width: 100%;
}

#menu > li {
    width: calc(100% / 6);
}

#menu li a {
    color: #000;

}

.el_menu_1, .el_menu_2, .el_menu_3, .el_menu_4, .el_menu_5, .el_menu_6,
div#RL_div_menuGch_VERTICAL,
#menu > li:hover > a {
    background-color: #fff;

}

/*
.menu-item-li-forma-1::before,
.menu-item-li-forma-24::before,
.menu-item-li-forma-21::before{
        background-color: #8b97af;
	display: block;
	padding: 0;
	line-height: 30px;
}

.menu-item-li-forma-1::before{
	content: 'Formation Initiales';
}

.menu-item-li-forma-24::before{
	content: 'Formation par apprentissage';
}

.menu-item-li-forma-21::before{
	content: 'Prestation d’accompagnement';
}

*/

hr {
    background-color: #8B97AF;
    max-width: 650px;
}

div#RL_div_contenuPageType_INTITULE_ENFANT,
h2#RL_div_contenuPageType_INTITULE_ENFANT,
.INTERF_ficheFormation_formation_accroche h3,
div#RL_div_contenuPageType_PARAG_TITRE {

    color: #000;
}

.scolled hr {
    max-width: 450px;
}

.INTERF_ficheFormation_formation_texte .h3 {
    color: #8B97AF;
    border-bottom: 3px dotted #8B97AF;
}

.slogan_bandeau,
h3.libelle_bandeau,
a.INTERF_liensUtilisateur {
    color: #8B97AF;
}

.scrolled div#RL_div_menuGch_VERTICAL,
.scrolled #menu li a,
.ient,
.fom_contact.bouton,
#RL_div_footer_master::before {
    background-color: #8B97AF;
}

.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,
.bulles h5 a.INTERF_liensUtilisateur:visited {
    text-decoration: none;
    color: #fff;
}

.h5 {
    border: none;
    margin-bottom: 10px;
}

.formation.horizontal {
    display: inline-block;
    min-height: 220px;
    vertical-align: top;
    background-color: #8B97AF;
    color: #fff;
    max-width: 650px;
}

.bandeau_description {
    text-align: center;
    margin-left: 0;
    color: #fff;
    font-style: normal;
}

.bandeau_titre_lien {
    background: #000;
    display: inline-block;
    width: auto;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}

.bandeau_titre_lien:hover {
    background: #8B97AF;
}

.formation.horizontal h5 a {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000 !important;
    margin: 15px;
    padding: 10px;
    display: block;
    max-width: 250px;
    margin: 10px auto;
}

.info_coordonnee span {
    margin: 0;

}

@media only screen and (min-width: 830px) {


    .bas {
        text-align: center;
    }

    .forma_5 {
        width: calc(100% / 3.5);
        display: inline-block;
    }
}

@media only screen and (max-width: 830px) {


    .forma_5 {
        vertical-align: top;
        width: calc(96% / 2);
        display: inline-block;
    }

}

@media only screen and (max-width: 500px) {


    .forma_5 {

        width: 100%;

    }

}

@media only screen and (min-width: 830px)and (max-width: 1200px) {
}

.basz {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.forma_5z {
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
    text-align: center;
}


@media (max-width: 900px) {
    .forma_5z {
        flex: 0 0 calc(50% - 20px);
    }
}


@media (max-width: 500px) {
    .forma_5z {
        flex: 0 0 100%;
    }
}

.bullesz img {
    width: 100%;
    height: auto;
    display: block;
}

.bullesz .image {
    border-radius: 50%;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    transition: width 1s ease-in-out;
}