#carousel-home .amanta-room-home-pictos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 25px 0;
    color: #fff;
}

.amanta-room-home-pictos__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 70px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.amanta-room-home-pictos__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
}

.amanta-room-home-pictos__item i {
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
}

@media (max-width: 767.98px) {
    .amanta-rhp-hide-mobile {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .amanta-rhp-hide-tablet {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .amanta-rhp-hide-desktop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .amanta-room-home-pictos__list {
        gap: 10px 70px;
    }

    .amanta-room-home-pictos__item i {
        font-size: 1.5rem;
    }
}

/* Le thème positionne .breadcrumb en absolute/left:0 (cf. .headless-post .breadcrumb
   qui repasse en relative pour centrer) : on reprend le même contournement. */
@media (max-width: 767.98px) {
    .breadcrumb.amanta-rhp-breadcrumb-center-mobile {
        position: relative;
        top: var(--bs-breadcrumb-margin-bottom);
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb.amanta-rhp-breadcrumb-center-tablet {
        position: relative;
        top: var(--bs-breadcrumb-margin-bottom);
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .breadcrumb.amanta-rhp-breadcrumb-center-desktop {
        position: relative;
        top: var(--bs-breadcrumb-margin-bottom);
        justify-content: center;
    }
}
