<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-full-services .titre-h2-services strong {
    font-weight: 500
}

.div-full-services .titre-h2-services {
    margin: 50px 20px 20px;
    text-align: center
}

.div-full-services .titre-h2-services p {
    margin: 0;
    font-weight: 300;
    font-size: 25px !important
}

.carousel-nouveaux-services .slide {
    margin: 20px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden
}

.carousel-nouveaux-services .service-image {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.carousel-nouveaux-services .service-bloc-contenu {
    background-color: var(--couleurVitrine);
    padding: 10px
}

.carousel-nouveaux-services .service-bloc-contenu h3 {
    text-align: center;
    color: #fff;
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700
}

.carousel-nouveaux-services .slide {
    box-shadow: var(--briks-shadow-1, 0 0 10px 0 var(--briks-color-translucid-dark-4, rgba(0, 0, 0, .1))) !important
}</pre></body></html>