/* -- -- -- -- -- WELCOME - DÉBUT -- -- -- -- -- */

#welcome.welcome--brands {
    margin-inline: unset;
    border-radius: 0;
    margin-top: unset;
}

#welcome.welcome--brands .title::after{
    display: none;
}

#welcome.welcome--brands::before {
    background-image: url(../img/logosIcons/welcomeTop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 32px;
    height: auto;
    position: absolute;
    aspect-ratio: 1/1;
    z-index: 1;
    top: 0;
    right: -10%;
}

#welcome.welcome--brands::after {
    background-image: url(../img/logosIcons/welcomeBottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    width: 120px;
    height: auto;
    position: absolute;
    aspect-ratio: 196 / 418;
    z-index: 1;
    bottom: -70px;
    left: 0;
}

#welcome.welcome--brands .filigrane {
    bottom: 50px;
    height: 36%;
}

@media (width > 575px) {
    #welcome.welcome--brands {
        padding: 25% 24px 0px 24px;
        aspect-ratio: 1/1;
    }
    
    #welcome.welcome--brands::after {
        width: 160px;
        bottom: -90px;
    }

    #welcome.welcome--brands .filigrane {
        bottom: -20px;
        height: 30%;
        width: auto;
        right: 2.5%;
    }

    #welcome.welcome--brands::before {
        top: 0px;
        width: 240px;
        right: -1%;
    }
}

@media (width > 767px) {
    #welcome.welcome--brands {
        aspect-ratio: 1440/810;
        padding: 8% 20% 10% 20%;
    }

    #welcome.welcome--brands::before {
        width: 260px;
    }
}

@media (width > 991px) {
    #welcome.welcome--brands {
        aspect-ratio: 1440/540;
    }
}

/* -- -- -- -- -- WELCOME - FIN -- -- -- -- -- */


/* -- -- -- -- -- CONCESSIONS - DÉBUT -- -- -- -- -- */

/* -- -- -- -- -- CONCESSIONS - FIN -- -- -- -- -- */


/* -- -- -- -- -- MARQUES - DÉBUT -- -- -- -- -- */

.brands--brands {
    margin-bottom: 56px;
}

.brands--brands > .title {
    width: 80%;
}

.brands--brands .introduction {
    max-width: 100%;
}

.brandDetails {
    margin-top: 57px;
    display: grid;
    gap: 35px 53px;
}

.detail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    padding: 80px 40px 20px 20px;
}

.detail .illustration {
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.detail::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(67deg, rgba(22, 22, 51, 0.88) 3.36%, rgba(22, 22, 51, 0.30) 67.73%, rgba(22, 22, 51, 0.00) 95.32%);
    background-size: cover;
    background-repeat: no-repeat;
}

.detail .logoContainer {
    position: absolute;
    aspect-ratio: 1/1;
    width: 80px;
    height: auto;
    border-radius: 50vw;
    background-color: var(--white);
    padding: 20px;
    object-fit: contain;
    right: -15px;
    top: -15px;
}

.detail .logo {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.detail .name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-family: var(--ffFRe);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.detail .asset {
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: var(--ffMBo);
    text-transform: uppercase;
}

.detail * {
    color: var(--white);
}

.detail .button {
    width: fit-content;
    color: var(--black);
    margin-top: 10px;
}


#brands.brands--brands .corps {
    margin-block: 13px 0px;
    gap: 21px 0px;
}

#brands .detail .corps {
    margin-block: 8px 10px;
}

@media (width > 575px) {
    .detail {
        padding: 120px 120px 20px 20px;
    }
}

@media (width > 991px) {
    .brandDetails {
        row-gap: 71px;
    }

    .detail .name {
        font-size: 2.5rem;
        line-height: 2.8125rem;
    }

    .detail {
        aspect-ratio: 560/368;
    }
}

/* -- -- -- -- -- MARQUES - FIN -- -- -- -- -- */


/* -- -- -- -- -- SERVICE - DÉBUT -- -- -- -- -- */

.service {
    padding-block: 60px;
    background-color: var(--black);
    margin-inline: -30px;
}

.service *:not(.introduction *) {
    color: var(--white);
}

.service > .top {
    margin-bottom: 48px;
    padding-inline: 60px;
}

.service > .top > .title {
    width: 90%;
    max-width: 288px;
    margin-bottom: 13px;
}

.service__detail.swiper-slide {
    background-color: var(--white);
    border-radius: 16px;
    padding: 21px;
    height: auto;
}

.service .service__detail * {
    color: var(--black);
}

.service .iconContainer {
    aspect-ratio: 1/1;
    width: 48px;
    height: auto;
    border-radius: 50px;
    background-color: var(--primaryLight);
    padding: 14px;
    margin-bottom: 20px;
}

.service__detail .name {
    font-family: var(--ffMBo);
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 16px;
}

.service__detail .corps {
    font-family: var(--ffMRe);
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #737385;
}

.service .swiper {
    padding-inline: 60px;
}

@media (width > 575px) {
    .service > .top > .title {
        width: 100%;
        max-width: 490px;
    }

    .service > .top > .title::after {
        bottom: -15px;
    }

    .service .introduction {
        width: 85%;
    }

    .service .introduction * {
        line-height: 1.6875rem;
    }
}

@media (width > 767px) {
    .service .grid {
        display: grid;
        gap: 28px 23px;
        grid-template-columns: repeat(2, 1fr);
    }

    .service__detail {
        padding: 28px;
    }

    .service__detail .name {
        font-size: 1.5rem;
    }
}

/* -- -- -- -- -- SERVICE - FIN -- -- -- -- -- */


/* -- -- -- -- -- CONTACT - DÉBUT -- -- -- -- -- */

/* -- -- -- -- -- CONTACT - FIN -- -- -- -- -- */