/* -----------------------------------------------
   Header — logo
----------------------------------------------- */

.main-header__logo-img {
    max-width: 181px;
    max-height: 54px;
}

/* -----------------------------------------------
   Curseur personnalisé — override pour performances GPU
----------------------------------------------- */

.custom-cursor__cursor {
    transition: transform 200ms ease-out;
    will-change: transform;
}

.custom-cursor__cursor-two {
    will-change: transform;
    left: 0;
    top: 0;
}

/* -----------------------------------------------
   Bannière principale
----------------------------------------------- */

.main-slider__hero-img {
    max-height: 45rem;
}

.main-slider-three__author {
    color: inherit;
    margin-top: 8px;
    font-size: 1rem;
}

/* -----------------------------------------------
   Photo du cabinet
----------------------------------------------- */

.cabinet-photo {
    height: 30rem;
    background-color: #6C4939;
    background-image: url('../images/resources/local.jpg');
    background-size: cover;
    background-position: center;
}

/* -----------------------------------------------
   Section Tarif
----------------------------------------------- */

.tarif-img {
    max-width: 100%;
}

.lottie-plant {
    max-width: 300px;
    margin: 10%;
}

/* -----------------------------------------------
   Suppression des shapes décoratives supprimées du template
   (évite les 404 référencées dans delogis.css)
----------------------------------------------- */

.section-title__title span:before {
    background-image: none;
}

/* -----------------------------------------------
   Sous-titres de section (remplace les h5 sémantiquement incorrects)
----------------------------------------------- */

.services-details__subtitle-plain {
    font-size: 1rem;
    color: var(--delogis-gray);
    margin-bottom: 13px;
}

/* -----------------------------------------------
   Photo de profil — section "À propos"
----------------------------------------------- */

.services-details__benefit-img img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* -----------------------------------------------
   Parcours de formation — section "À propos"
----------------------------------------------- */

.parcours-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-bottom: 60px;
}

.parcours-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.parcours-icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--delogis-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.parcours-icon span {
    font-size: 38px;
    color: var(--delogis-base);
}

.parcours-icon span.far {
    font-size: 30px;
}

.parcours-content {
    min-width: 0;
}

.parcours-content h3 {
    margin: 0 0 4px 0;
}

.parcours-content p {
    margin: 0;
}

.contact-page__form textarea {
    resize: none;
}
