#content {
    padding-bottom: 0;
}

.background {
    position: absolute;
    top: 100vh;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero .hero-content {
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.hero .hero-content .hero-left {
    position: relative;
}

.hero .toby-voice {
    position: absolute;
    font-family: "Yuji Boku", serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1.28px;
    line-height: 1.2;
    width: 80%;
}

.hero .voice-1 {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    white-space: pre;
}

.hero .voice-2 {
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
}

.hero .hero-content .hero-left .animation {
    width: 100%;
    height: 500px;
    transform: scaleX(-1);
}

.hero .hero-content .hero-right {
    flex: 1;
}

.hero .hero-content .hero-right .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero .hero-content .hero-right .content .slogan {
    font-weight: 600;
}

.hero .hero-content .hero-right .content .hero-cta {
    display: flex;
    gap: 1rem;
}

.presentation-refuge-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.presentation-refuge-content h2 {
    text-align: center;
}

.animation-2 {
    width: 100%;
    height: 300px;
}

.animation-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.presentation-refuge .text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.presentation-refuge .text-container {
    padding: 5rem 5rem;
}

.presentation-refuge .text p {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.presentation-refuge .second-part {
    display: flex;
    gap: 1.5rem;
}

.presentation-refuge .second-part .text {
    flex: 1;
}

.presentation-refuge .second-part .image {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.presentation-refuge .second-part .image img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 1rem;
}

.presentation-refuge .second-part .image .buttons {
    display: flex;
    justify-content: space-between;
}

.presentation-refuge .second-part .image button {
    font-family: "Young Serif";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: -2.56px;
    text-transform: capitalize;
    color: #46320D;
}

.presentation-refuge .second-part .image button.desabled {
    color: rgba(70, 50, 13, 0.50);
}

.presentation-refuge .second-part .image button:hover {
    color: rgba(70, 50, 13, 1);
}

.presentation-refuge .second-part .img-apres {
    display: none;
}


.dogs-list-section {
    position: relative;
}

.dogs-list-title {
    display: flex;
    align-items: center;
}

.dogs-list-title h2 {
    flex: 1;
}

.nav-arrows {
    display: flex;
    gap: .5rem;
}

.carousel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1rem;
    right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
    border-radius: 1.5rem;
    padding: 1rem;
    background: var(--Colors-Brand-Canin-900);
    color: var(--Colors-Brand-Coussinet-400);
}

.carousel-btn:hover {
    background-color: var(--Colors-Brand-Canin-800)
}

.carousel {
    margin-top: 3rem;
    position: relative;
    width: 100%;
}

.carousel-content {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
}

.carousel-content ul {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    transition: transform 0.3s ease;
}

.partners .partners-title, .actions .actions-title {
    display: flex;
    align-items: center;
}

h2~.subtitle {
    color: #6B6A6A;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.4px;
}

.partners-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}

.partners .partners-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners .partners-title h2 {
    flex: 1;
}

.partners-list {
    display: flex;
    gap: 2rem;
    padding: 1rem 2rem;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Colors-Brand-Canin-100);
}

.partners-list img {
    height: auto;
}

.refuge {
    background: var(--Colors-Brand-Canin-200);
}

.refuge-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 3rem;
}

.refuge-content>div {
    flex: 1;
}

.refuge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.refuge-grid .step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    position: relative;
}

.refuge-grid .step img {
    margin: auto;
}

.refuge-grid .step-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.refuge-content .step-number-container {
    width: 100%;
    position: relative;
}

.refuge-content .step:not(:first-child) .step-number {
    background: none;
    border: 2px solid var(--Colors-Brand-Canin-100);
}

.refuge-content .step:not(:first-child) .step-text {
    opacity: .5;
}

.refuge-grid .step-number-container::after {
    content: "";
    display: block;
    width: calc(100% - 4rem);
    height: 1px;
    position: absolute;
    right: 0;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    background: var(--Colors-Brand-Canin-900);
}

.refuge-grid .step-number {
    width: 3rem;
    height: 3rem;
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Colors-Brand-Canin-100);
    color: var(--Colors-Brand-Canin-900);
    font-family: "Young Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.square {
    height: 144px;
    width: 144px;
    background-color: var(--Colors-Brand-Canin-100);
    border-radius: 8px;
    margin: auto;
}

.refuge-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.refuge-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    div {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
}

.recruitment {
    padding-top: 6rem;
    padding-bottom: 6rem;

}

.recruitment-content {
    display: flex;
    gap: 3rem;
}

.recruitment-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.recruitment-right {
    flex: 1;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.recruitment-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actions {
    position: relative;
    background: var(--Colors-Brand-Coussinet-100);
    overflow: hidden;
}

.actions svg {
    position: absolute;
    bottom: -5rem;
    right: 0;
    width: 60%;
    z-index: 1;
}

.actions-title h2 {
    flex: 1;
}

.actions-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 10;
}

.actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    gap: 1.5rem;
    text-align: center;
    align-items: end;
}

.situation-item {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.situation-item img {
    width: 70%;
    margin: auto;
}

.situation-item .situation-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.frame-5 {
    position: relative;
    overflow: hidden;

    .img-trait-2 {
        position: absolute;
        width: 100vw;
        left: 0;
        z-index: 1;
        opacity: 0.8;
        pointer-events: none;
    }

    .title {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 64px;
        z-index: 2;
    }

    .list-cards {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 64px;
        z-index: 2;

        .card {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            padding: 24px;
            border-radius: 8px;
            width: calc(50% - 12px);
            text-align: center;

            img {
                width: 111px;
                height: 111px;
                aspect-ratio: 1/1;
            }

            div {
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 16px;
                flex: 1;
                align-self: center;

                p {
                    color: var(--Colors-Brand-Canin-900);
                }
            }

            &.brown {
                background-color: var(--Colors-Brand-Canin-100);
                border: 1px solid var(--Colors-Brand-Canin-700);
            }

            &.pink {
                background-color: var(--Colors-Brand-Coussinet-100);
                border: 1px solid var(--Colors-Brand-Coussinet-600);

                h6 {
                    color: var(--Colors-Brand-Coussinet-600);
                }
            }
        }
    }
}

.rs {
    background-color: var(--Colors-Brand-Canin-200);
}

.rs-content .rs-posts {
    margin-top: 3rem;
    display: flex;
    gap: 1.5rem;
}

.rs-content .rs-posts img {
    width: calc(25% - 1.125rem);
}

@media (max-width: 768px) {

    .hero {
        padding-top: 0;
    }

    .presentation-refuge-content {
        gap: 6rem;
    }

    .hero .hero-content {
        flex-direction: column;
    }

    .presentation-refuge {
        padding-top: 6rem;
    }

    .presentation-refuge .text-container {
        padding: 0;
    }

    .presentation-refuge-content {
        gap: 1.5rem;
    }

    .dogs-list-title {
        flex-direction: column;
    }

    .presentation-refuge .text p, .text-bold {
        font-size: 1.5rem;
    }

    .nav-arrows {
        display: none;
    }

    .second-part {
        flex-direction: column;
    }

    .partners-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .refuge-content {
        flex-direction: column-reverse;
    }

    .actions-title, .partners-title {
        flex-direction: column-reverse;
        align-items: start !important;
        gap: .5rem;
    }

    .recruitment-content {
        flex-direction: column;
        gap: 1.5rem;
    }

    .actions-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
    }

    .frame-5 .list-cards {
        flex-direction: column;
        align-items: normal;
        gap: 1.5rem;
    }

    .frame-5 .list-cards .card {
        width: 100%;
        gap: 1rem;
    }

    .rs-content .rs-posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-content .rs-posts img {
        width: 100%;
    }

    .carousel {
        margin-top: 1.5rem;
    }

    .partners-content {
        gap: 1.5rem;
    }

    .partners {
        padding-bottom: 6rem;
    }

    .frame-5 .title {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero .hero-content .hero-right .content .hero-cta {
        flex-direction: column;
        align-items: normal;
    }

    .buttons-cta {
        flex-direction: column;
    }
}