/*
 * MediQual — Pourquoi choisir MediQual ?
 * On conserve les cartes et on applique uniquement la charte aux icônes.
 * Bleu : #0B6EA8
 * Turquoise : #159B95
 * Orange : #F47A2A
 */

.mq-why-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mq-why-icon {
    width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mq-why-icon svg {
    width: 44px !important;
    height: 44px !important;
    display: block !important;
    fill: none !important;
    stroke-width: 4.1 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.mq-why-blue svg { stroke: #0B6EA8 !important; }
.mq-why-teal svg { stroke: #159B95 !important; }
.mq-why-orange svg { stroke: #F47A2A !important; }
