<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.extrafields-1Suds-tout-courtLabel {
    display: none;
}

.grid .suds-tout-court { 
    width: 23%; 
    margin: 0 1%;
    margin-bottom: 30px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 2px 25px rgba(0,0,0,.15);
}

.grid .contentSuds-tout-court {
    padding: 0 25px 25px 25px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.grid .titleSuds-tout-court {
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #1e0f9b;
    padding: 0 25px;
}

.grid .highlightpicSuds-tout-court img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 1450px) {
    .grid .suds-tout-court { 
        width: 31%; 
    }
}

@media (max-width: 992px) {
    .grid .suds-tout-court { 
        width: 48%; 
    }
}

@media (max-width: 768px) {
    .grid .suds-tout-court { 
        width: 100%; 
    }
}</pre></body></html>