@media (min-width: 992px) {
    .page-template-page-mini-home main>img {
        top: 34%;
    }
}

.headerPageMini__text {
    display: flex;
    flex-direction: column;
}

    .headerPageMini__text h1 {
        line-height: 96%;
        margin-bottom: 24px;
    }
    @media (min-width: 768px) {
        .headerPageMini__text h1 {
            font-size: 6rem;
        }
    }

.headerPageMini__text > .breadcrumb {
    margin-bottom: 12px;
}

.headerPageMini__description {
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    margin-top: 24px;
    order: 100;
}
@media (min-width: 992px) {
    .headerPageMini__description {
        padding-right: 95px;
        margin-bottom: 24px;
        margin-top: 0;
        order: initial;
    }
}

.headerPageMini__link {
    row-gap: 20px;
}

.headerPageMini__link-content {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--color-tertiary);
    border-radius: 32px;
    position: relative;
    height: 100%;
    min-height: 166px;
    position: relative;
}
    .headerPageMini__link-content img {
        max-width: 40px;
        margin-bottom: 6px;
    }
    .headerPageMini__link-content a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .headerPageMini__link-content strong {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    @media (min-width: 768px) {
        .headerPageMini__link-content strong {
            font-size: 1.6rem;
        }
    }
    .headerPageMini__link-content .btn {
        margin-top: 8px;
        font-size: 1.4rem;
        padding: 8px 12px;
    }
    @media (min-width: 992px) {
        .headerPageMini__link-content .btn {
            display: block;
            height: 0;
            opacity: 0;
            overflow: hidden;
            padding: 0;
            margin: 0;
            transition: height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
        }

        .headerPageMini__link-content:hover .btn {
            height: auto;
            opacity: 1;
            padding: 8px 12px;
            margin-top: 8px;
            /* Remet le padding pour afficher le bouton */
        }
    }

.headerPageMini__picture-item {
    display: none;
}
@media (min-width: 992px) {
    .headerPageMini__picture-item {
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        display: block;
    }
}

.headerPageMini__picture {
    position: relative;
}
    .headerPageMini__picture .headerPage__circle{
        bottom: initial;
        left: calc(100% - 170px);
        top: 192px;
    }
    @media (min-width: 1200px) {
        .headerPageMini__picture .headerPage__circle{
            top: 265px;
        }
    }
    @media (min-width: 1400px) {
        .headerPageMini__picture .headerPage__circle{
            top: 300px;
        }
    }
    .headerPageMini__picture .headerPage__circle::before {
        width: 330px;
        height: 330px;
        border: 50px solid var(--gray-700);
        mix-blend-mode: initial;
    }


.headerPageMini__ancre {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .headerPageMini__ancre {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}
    .headerPageMini__ancre a{
        width: 36px;
        height: 36px;
        display: flex;
        margin: 0 auto;
        background-color: var(--gray-700);
        align-items: center;
        justify-content: center;
        color: var(--white);
        border-radius: 50%;
        transform: rotate(90deg);
        transition: all .2s;
    }
    .headerPageMini__ancre a:hover {
        background-color: var(--gray-300);
        color: var(--color-primary);
    }

.page-template-page-mini-home main {
    overflow-x: hidden;
}
.page-template-page-mini-home .contentPage {
    padding: 0;
}

.headerPageMini {
    position: relative;
    padding-bottom: 72px;
}
    .headerPageMini > img{
        position: absolute;
        left: -122px;
        top: 27%;
        opacity: .3;
        z-index: -1;
        display: none;
    }
    @media (min-width: 992px) {
        .headerPageMini > img{
            display: block;
        }
    }

.headerPageMini__row {
    --bs-gutter-x: 10px;
}
@media (max-width: 991px) {
    .headerPageMini__row {
        padding-top: 20px;
    }
}
