/* Atelier — section services : caption sous l'image au survol (desktop) */

#contact {
    scroll-margin-top: 7rem;
}

.at-service-area .at-service-sales-wrap.fix {
    overflow: visible;
}

.at-service-area .at-service-img-wrapper {
    height: 350px;
}

.at-service-area .at-service-item .content .text {
    display: none;
}

.at-service-area .at-service-item:hover .text {
    max-height: 0;
    opacity: 0;
}

.at-service-area .at-service-caption {
    margin-top: 20px;
}

.at-service-area .at-service-caption__item {
    display: none;
}

.at-service-area .at-service-caption__item.is-active {
    display: block;
}

.at-service-area .at-service-caption__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--at-neutral-900);
    margin-bottom: 6px;
}

.at-service-area .at-service-caption__subtitle {
    font-size: 15px;
    font-weight: 500;
    color: var(--at-neutral-500);
    margin-bottom: 12px;
}

.at-service-area .at-service-caption__text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--at-neutral-700);
}

/* Mobile / tablette : texte développé dans la colonne droite */
@media (max-width: 1198px) {
    .at-service-area .at-service-caption {
        display: none;
    }

    .at-service-area .at-service-item .content .text {
        display: block;
        opacity: 1;
        max-height: none;
        max-width: none;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
        color: var(--at-neutral-700);
    }

    .at-service-area .at-service-item:hover .text {
        opacity: 1;
        max-height: none;
    }
}

/* Galerie atelier */
.mg-gallery-area .at-gallery-item {
    margin-bottom: 30px;
}

.mg-gallery-area .at-gallery-item img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
