#bloc_developpement
{
    /*box-shadow: 0px 55px 40px -27px rgba(70,80,85,0.58);*/
   /* padding-bottom: 114px;*/
}
#bloc_developpement .point_bleu
{
    margin-top: 30px;
    margin-bottom: 30px;
}

#information_developpement 
{
    margin-top: 15vh;
}
#information_developpement .bandeau_sous_titre 
{
    top: 0px;
    position:relative;
}
/*.bulle 
{
    border: 1px dashed #398CE6;
    width: 50vh;
    height: 50vh;
    background: rgba(57,140,230,0.1);
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    color: #465055;
    border-radius: 1000px;
    position: absolute;
}
.bulle span 
{
    display: block;
    padding-top: 23vh;
}*/
#mosaique_F 
{
    margin-left: 10% !important;
}
#mosaique_I .client
{
    margin:auto;
}
.rubrique_texte
{
    flex: 3;
}
.rubrique_image
{
    flex: 5;
}

/* RESPONSIVE */
@media screen and (max-width: 570px)
{
    #bloc_developpement .flex {
        display: block;
        margin-top: 30px;
    }
    
    .bandeau_menu {
        font-size: 20px;
    }
}