.container_logos_top_barre, .container_infos {
    display: flex;
    gap: 20px;
    align-items: center;
}

.container_infos {
    flex-wrap: wrap;
}

.container_infos_top_barre {
    display: flex;
    /*flex-wrap: wrap;*/
}

.container_logo {
   /* width: 17px;*/
   display: flex;
   align-items: center;
}

.email{
    font-weight: 300;
}

.telephone {
    margin-top: 3px !important;
}

.container_logos_top_barre {
    margin-top: 2px !important;
}

.container_logo img{
    width: 100%;
    object-fit: contain;
}

.logos_top_barre {
    width: 15px;
    height: 15px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: 0.3s;
}

.logos_top_barre:hover {
    background-color:var(--color_vert);
}

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

	.container_logos_top_barre {
        gap: 10px;
        margin-left: auto;
    }

    .email {
        font-size: 0.9rem;
    }

    .container_infos {
        gap: 0px;
    }

    .telephone {
        width: 100%;
        margin-left: 0;
        margin-top: 0 !important;
    }

    .top_barre .oxy-header-right {
        width: 100%;
    }

    .separateur {
        display: none;
    }

}

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

    .separateur {
        height: 30px;
    }
    
    .email {
        line-height: 1.2;
        margin-bottom: 3px;
    }

    .top_barre {
        padding-top: 7px;
        padding-bottom: 4px;
    }

    #_header_center-5-16 {
        display: none;
    }
    
    #_header_right-6-16,
    #shortcode-55-16 {
        width: 100%;
    }   

    .telephone {
        margin: 0 !important;
    }

    .container_infos_top_barre{
        align-items: center;
        width: 100%;
    }

    .container_infos {
        flex-direction: column;
        gap: 0;
        flex: 1;
    }

    .container_logos_top_barre {
        margin-top: 0 !important;
        gap: 15px;
        margin-left: 10px;
    }

}