/* On retire le flex sur .container-fluid pour ne pas casser la grille Bootstrap */

#bloc_header .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

#bloc_header .logo {
    flex-shrink: 0;
}

#bloc_header div.bloc_textes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
}

#bloc_header div.bloc_texte_1 {
    margin: 0;
}

#bloc_header div.bloc_texte_1 p {
    color: #000;
    margin: 0;
    padding-right: 20px;
}

#details{
    text-align: center;
}