.layout-medical-hiddenside {
    position: relative !important;
    left: 6rem !important;   
    right: 1rem !important;
    width: calc(100vw - 9rem) !important;      /* Fixe la carte à 100px du bord gauche de l'écran */
}

.layout-medical-openside {
    position: relative !important;
    left: calc(200px + 1rem) !important;   
    right: 1rem !important;
    width: calc(100vw - 9rem) !important;      /* Fixe la carte à 100px du bord gauche de l'écran */
}

.medical-num {
    font-weight: 600;
    font-size: 32px;
    font-family: "Gotham-Bold", sans-serif;
}

.st3 {
    fill: grey !important;
}
