
/* =========================================================
   V99 — SVG réels, plus grands, plus épais, bleu soutenu
   ========================================================= */

/* Neutraliser totalement les anciennes icônes V96/V97/V98 */
.mq95-topbar-layout .mq95-topbar-right a[href^="tel:"]::before,
.mq95-topbar-layout .mq95-topbar-right a[href^="mailto:"]::before {
    content: none !important;
    display: none !important;
    background: none !important;
}

/* Liens : garder le texte et aligner parfaitement les SVG */
.mq95-topbar-layout .mq95-topbar-right a[href^="tel:"],
.mq95-topbar-layout .mq95-topbar-right a[href^="mailto:"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;

    white-space: nowrap !important;
    text-decoration: none !important;
}

/* SVG commun */
.mq99-topbar-icon {
    display: inline-block !important;

    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;

    flex: 0 0 19px !important;

    color: #5E9FB6 !important;
    stroke: #5E9FB6 !important;

    vertical-align: middle !important;

    overflow: visible !important;
}

/* Forcer les traits */
.mq99-topbar-icon * {
    stroke: #5E9FB6 !important;
    stroke-width: 3.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    fill: none !important;
}

/* Tablette */
@media (max-width: 900px) {
    .mq99-topbar-icon {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px !important;
        min-height: 18px !important;
        flex-basis: 18px !important;
    }

    .mq99-topbar-icon * {
        stroke-width: 3.1 !important;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .mq99-topbar-icon {
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        min-height: 17px !important;
        flex-basis: 17px !important;
    }

    .mq99-topbar-icon * {
        stroke-width: 3 !important;
    }
}
