body, html 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    color: #1E2528;
}



#body_dev footer .contenu
{
    height: calc(100vh - 115px);
}
.left 
{
    float: left;
}
.right 
{
    float: right;
}
.clear 
{
    clear: both;
}
.inline 
{
    display: inline-block;
}
SMALL, SUB, SUP { font-size: 0.60em;} 
SUB { vertical-align: sub !important;}
SUP { vertical-align: super !important;}
.relative 
{
    position: relative;
}
.contenu 
{
    width: 100%;
}
.middle 
{
    vertical-align: middle;
}
.bandeau
{
    width: 100%;
    position: relative;
}
.bandeau_menu 
{
    background: #1E2528;
    color: #fff;
    font-size: 50px;
    letter-spacing: 6px;
    height: 79px;
}
.bandeau_menu *:not(img)
{
    vertical-align: middle;
}
.bandeau_menu img
{
    margin-left: 20px;
}
.flex
{
    display: flex;
}
.none
{
    display: none;
}
.ligne_flex
{
    flex:1;
}
.rubrique_texte
{
    justify-content: center;
    align-self: center;
    letter-spacing: 1px;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
}
/*.texte_fin
{
    font-style: italic;
}*/
.texte_bleu
{
    color: #398CE6;
}
.texte_gras
{
    font-weight: bold;
}
.point_bleu
{
    width: 30px;
    height: 30px;
    border-radius: 62px;
    background: #398CE6;
    text-align: center;
    margin:auto;
}
.bandeau_sous_titre 
{
    text-align: center;
    width: 47%;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    background: #465055;
    padding-top: 8px;
    position: absolute;
    padding-bottom: 8px;
    bottom: 0px;
}
.rubrique_texte
{
    flex: 3;
}
.rubrique_image
{
    flex: 5;
}
.point_bleu {
    margin-top: 30px;
    margin-bottom: 30px;
}
a 
{
    color: inherit;
    text-decoration: none;
}
iframe
{
    border: none;
}

#overlay_handicap
{
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 99;
    height: 100vh;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 0px;

}
#overlay_handicap #img_cpf
{
    width: 60%;
    margin-top: 30px;
    cursor: pointer;
}
#overlay_handicap #close_footer
{
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 2px;
}
#overlay_handicap #bloc-txt-handicap
{
    padding: 50px;
    background: #fff;
    width: 70%;
    height: 80%;
    margin: auto;
    margin-top: 15px;
    position: relative;
    overflow-y: scroll;
}
#overlay_handicap #bloc-txt-handicap
{
    padding: 0px;
    overflow-y: inherit;
}
#overlay_handicap #bloc-txt-handicap
{
    height: 90%;
}
#overlay_handicap #close_handicap
{
    cursor: pointer;
    position: fixed;
    top: 18px;
    right: 12%;
}
 #overlay_handicap #close_handicap
{
    right: 16%;
}
#overlay_handicap .text
{
    color: #000;
    line-height: 26px;
    font-size: 18px;
}
#overlay_handicap .text
{
    line-height: 25px;
    font-size: 18px;    
}

/* RESPONSIVE */
@media screen and (max-width: 1280px)
{
    .bandeau_sous_titre
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 890px)
{
    .bandeau_sous_titre
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px)
{
    .rubrique_texte
    {
        line-height: 18px;
        font-size: 14px;
    }
    
    .point_bleu
    {
        width: 15px;
        height: 15px;
    }
    
    #bloc_developpement .point_bleu {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    
    .bandeau_menu {
        font-size: 35px;
    }
}


#demarche_qualite .a_demarche
{
    border: 3px solid #fff;
    width: 256px;
    text-align:center;
}
#demarche_qualite .text_demarche
{
    text-align: center;
    font-weight: bold;
}
.btn_inscri
{
    background: rgb(53,153,255); 
    color: #fff; 
    /* padding-left: 5px; 
    padding-right: 5px;  */
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 8px;
    /* margin-right: 45px; */
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}