/* Surcharge S4 Météo (thème tourisme-vosges) */

.s4m {
    margin: 0;
}

.s4m__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4m__icon svg {
    color: #304F4D;
    stroke-width: 1.5px;
    height: 20px;
}

.s4m__temp {
    color: #304F4D;
    font-weight: 400;
    font-size: max(1rem, 15px);
}

.s4m__city {
    color: #304F4D;
    font-weight: 400;
    font-size: max(1rem, 15px);
}