/* -------------------------- ALL -------------------------- */

.frontpage{
    width: auto;
}

body {
    overflow: hidden;
}

body > * {
    margin-inline: 30px;
    max-width: 1400px;
}

body > * b {
    font-family: var(--ffMBo);
}

@media (width > 1460px) {
    body > * {
        margin-inline: auto;
    }
}

.title {
    font-family: var(--ffTMe);
    font-size: 1.875rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    position: relative;
    width: 65%;
}

.title::after {
    display: block;
    content: "";
    aspect-ratio: 1/1;
    width: 46px;    
    height: auto;
    background-image: url(../img/logosIcons/titleAfter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (width > 991px) {
    .title::after {
        clip-path: circle(0% at 50% 50%);
        width: 66px;
    }

    .title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

.title--without::after {
    display: none;
}

.corps {
    font-family: var(--ffMRe);
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--black);
}

.introduction,
.introduction > *,
.introduction p > b {
    color: var(--primary);
    font-family: var(--ffMBo);
}

.button {
    background-color: var(--grey);
    border-radius: 50px;
    padding: 8px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--black);
    font-size: .875rem;
    font-family: var(--ffMRe);
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
}

.button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    transform: translate(-50%, 50%) scale(0);
    transition: .5s ease;
    z-index: -1;
}

.button::before {
    background-image: url("../img/logosIcons/arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    content: "";
    display: inline-flex;
    color: var(--black);
    background-color: var(--white);
    border-radius: 50px;
    aspect-ratio: 1;
    width: 24px;
    height: auto;
    padding: 2px;
    position: relative;
    z-index: 1;
}

.circle {
    display: none;
    z-index: 11;
}

@media (width > 991px) {
    .corps {
        font-size: 1rem;
        line-height: normal;
    }
}

@media (width > 1199px) {
    .circle {
        display: block;
        position: absolute;
        bottom: -50%;
    }

    .circle svg {
        aspect-ratio: 1/1;
        width: 100%;
        height: auto;
    }
}

@media (pointer:fine) {
    .button:hover::after {
        transform: translate(-50%, 50%) scale(2.5);
    }
    
    .button:hover {
        color: var(--white);
        padding-inline: 13px 7px;
        transition: all .5s ease;
    }

    #activities .accordion p > a:hover::after {
        transform: translate(-50%, 50%) scale(2.5);
    }
    
    #activities .accordion p > a:hover {
        color: var(--white);
        padding-inline: 13px 7px;
        transition: all .5s ease;
    }
}

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

#welcome {
    background-image: url(../img/backgrounds/backgroundHero.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-block: 11px 15px;
    border-radius: 8px;
    padding: 24px 24px 55% 24px;
    aspect-ratio: 330/486;
    position: relative;
    overflow: hidden;
}

#welcome .catchphrase {
    aspect-ratio: 230/170;
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
}

#welcome .car {
    position: absolute;
    bottom: -16%;
    left: -16.5%;
    z-index: 1;
    width: 132.5%;
    max-width: unset;
}

#welcome .filigrane {
    position: absolute;
    z-index: 0;
    right: -6%;
    bottom: 20px;
    height: 51%;
    aspect-ratio: 551/246;
    object-position: left;
}

#welcome .catchphrase--desktop {
    display: none;
}

@media( width > 575px) {
    #welcome {
        aspect-ratio: 330/410;
    }

    #welcome .filigrane {
        right: -5%;
        height: 61%;
    }

    #welcome .car {
        bottom: -18%;
        left: -15.5%;
    }
}


@media( width > 660px) {
    #welcome {
        aspect-ratio: 330 / 350;
    }

    #welcome .car {
        bottom: -22%;
        width: 120%;
        left: -4%;
    }

    #welcome .filigrane {
        right: -14px;
    }
}

@media (width > 767px) {
    #welcome {
        aspect-ratio: 8/10;
    }
    
    #welcome .car {
        bottom: -19%;
        width: 130%;
        left: -15%;
    }
}

@media (width > 880px) {
    #welcome {
        aspect-ratio: 7 / 8;
    }
}

@media (width > 991px) {
    #welcome {
        max-width: 1800px;
        width: calc(100% - 60px); 
        aspect-ratio: 1202/544;
        margin-inline: auto;
        margin-bottom: 32px;
        padding: 24px;
        background-size: 200vw;
    }

    #welcome .catchphrase {
        aspect-ratio: 349/211;
        max-width: 25%;
        margin: 41px 0px 0px 20px;
    }

    #welcome .car {
        width: 85%;
        left: unset;
        bottom: -35%;
        right: -10%;
    }

    #welcome .catchphrase {
        display: none;
    }

    #welcome .catchphrase--desktop {
        display: block;
        opacity: 0;
    }

    #welcome .car {
        transform: translateX(-120%);
    }

    #welcome {
        background-position: 0% center;
    }

    #welcome .filigrane {
        right: -35%;
        bottom: 0;
        height: 101%;
        object-fit: cover;
        width: auto;
    }
}

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


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

#concessions {
    display: flex;
    gap: 33px;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    max-width: 856px;
}

#concessions::-webkit-scrollbar {
  display: none;
}

#concessions .item {
    width: 61px;
    object-fit: contain;
    height: 41px;
    aspect-ratio: 61 / 41;
    max-width: none;
    max-height: none;
}

#concessions .link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 33px;
}

#concessions .link:last-child {
    gap: unset;
}

#concessions .link:not(:last-child):not(:nth-child(6))::after {
    display: block;
    content: "";
    height: 65px;
    width: 1px;
    background-color: var(--black);
}

@media (width > 767px) {
    #concessions .item {
        width: 110px;
        height: 51px;
    }
}

@media (width > 991px) {
    #concessions {
        justify-content: center;
        overflow-x: unset;
        margin-inline: auto;
        gap: 32px;
        max-width: 90%;
    }

    #concessions .item {
        width: auto;
        max-width: 60px;
        height: auto;
        max-height: unset;
    }

    #concessions .link {
        flex: unset;
        gap: 32px;
    }
}

@media (width > 1199px) {
    #concessions .item {
        width: 82px;
        max-width: 82px;
        height: 55px;
        max-height: 55px;
        object-fit: contain;
    }

    #concessions .link,
    #concessions {
        gap: 35px;
    }
}

@media (width > 1399px) {
    #concessions .item {
        width: 102px;
        max-width: 102px;
        height: 75px;
        max-height: 75px;
    }
}

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


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

#brands {
    margin-top: 66px;
}

#brands .title {
    max-width: 217px;
    width: 100%;
}

#brands .corps {
    margin-block: 36px 25px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}

#brands #thumbnails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 24px 20px;
}

#brands .thumbnail {
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 10px 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    aspect-ratio: 172/213;
}

#brands .thumbnail > .logo {
    max-height: 80px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

#brands .linkContainer {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    width: 100%;
}


#brands .linkContainer .icon {
    border-radius: 8px;
    background-color: var(--primary);
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    object-fit: contain;
    transition:  transform .3s ease, border.3s ease, background-color .3s ease
}

@media (width > 575px) {
    #brands .title {
        max-width: 265px;
    }

    #brands .title::after {
        right: -45px;
    }

    #brands .thumbnail > .logo {
        max-height: 100px;
    }

    #brands .linkContainer .icon {
        height: 32px;
        width: 32px;
        padding: 8px;
    }

    #brands .linkContainer {
        gap: 16px;
    }
}

@media (width > 767px) {
    #brands .title {
        max-width: 515px;
    }

    #brands #thumbnails {
        grid-template-columns: repeat(3, 1fr);
    }

    #brands .title::after {
        right: -35px;
        rotate: -90deg;
        bottom: 17px;
    }

    #brands #thumbnails {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (width > 991px) {
    #brands .linkContainer .icon {
        height: 40px;
        width: 40px;
        padding: 8px;
    }

    #brands .linkContainer {
        gap: 24px;
    }

    #brands {
        display: flex;
        flex-wrap: wrap;
        gap: 44px 73px;
        max-width: 1440px;
        margin-inline: 30px;
        justify-content: flex-start;
        position: relative;
        margin-top: 85px;
    }
    
    #brands #thumbnails {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    #brands .thumbnail {
        padding-inline: 32px;
        justify-content: space-evenly;
        aspect-ratio: 220 / 213;
    }

    #brands > .title {
        width: 285px;
        max-width: unset;
        margin-top: 12px;
        height: fit-content;
    }

    #brands .title::after {
        rotate: 0deg;
        right: 0px;
        bottom: 0px;
    }

    #brands > .corps {
        width: 60%;
        margin-block: unset;
        padding-right: unset;
    }

    #brands .thumbnail > .logo {
        height: 100%;
        max-height: 94px;
        max-width: 110px;
    }
}

@media (width > 1199px) {
    #brands .circle {
        right: -45%;
        bottom: -59%;
        transform: rotateX(180deg);
    }

    #brands .thumbnail > .logo {
        max-height: 124px;
        max-width: 130px;
    }

    #brands #thumbnails {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    #brands > .corps {
        padding-right: unset;
    }
}

@media (width > 1439px) {
    #brands .circle {
        right: -52%;
        bottom: -66%;
    }
}

@media (width > 1499px) {
    #brands {
        margin-inline: auto;
    }
}

@media (width > 1599px) {
    #brands .circle {        
        right: -47%;
        bottom: -76%;
    }

    #brands .circle svg {
        width: 120%;
    }
}

@media (width > 1919px) {
    #brands .circle {  
        right: -50%;
        bottom: -86%;
    }

    #brands .circle svg {
        width: 130%;
    }
}

@media (width > 2199px) {
    #brands .circle {
        right: -60%;
        bottom: -76%;
    }
}

@media (pointer:fine) {
    #brands .linkContainer .icon:hover {
        /* background-color: var(--primarylight); */
        border: 1px solid var(--primary);
        /* filter: brightness(0) saturate(100%) invert(46%) sepia(96%) saturate(2372%) hue-rotate(213deg) brightness(98%) contrast(92%); */
        transform: scale(1.1);
        transition: transform .3s ease, border.3s ease, background-color .3s ease;
    }
}

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


/* -- -- -- -- -- ACTIVITÉS - DÉBUT -- -- -- -- -- */

#activities {
    margin-block: 89px;
}

#activities .title {
    width: 265px;
}

#activities .title::after {
    rotate: -90deg;
    right: -38px;
    bottom: 10px;
}

#activities > .content,
#activities .accordion__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#activities .accordion > .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
}

#activities .accordion .content__corps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#activities .accordion .content__corps > p > b {
    font-family: var(--ffMBo);
}

#activities .introduction {
    font-size: 1.375rem;
    line-height: 1.875rem;
}

#activities .point {
    font-family: var(--ffTMe);
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: var(--primary);
}

#activities .accordionsign {
    width: auto;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primaryLight);
    font-size: 1rem;
    aspect-ratio: 1/1;
    padding: 10px;
}

#activities .less {
    display: none;
}

#activities .titleContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#activities .accordion[open] .more {
    display: none;
}

#activities .accordion[open] .less {
    display: block;
}

#activities .accordion {
    background-color: var(--white);
    will-change: height;
}

#activities .accordion.is-expanding,
#activities .accordion.is-closing {
    overflow: hidden!important;
}

/*#activities .accordion.active-illustration {
    background-color: var(--white);
    z-index: 2;
}*/

#activities .accordion[open] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
}

#activities .accordion ul > li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: var(--ffMBo);
}

#activities .accordion ul > li::before {
    content: '';
    display: block;
    background-color: var(--black);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}

#activities .accordion > .content__corps > * {
    width: 85%;
}

#activities .accordion p {
    font-family: var(--ffMRe);
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: var(--black);
}

#activities .accordion p > a {
    background-color: var(--grey);
    border-radius: 50px;
    padding: 8px 10px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--black);
    font-size: .875rem;
    font-family: var(--ffMRe);
    line-height: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
}

#activities .accordion p > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    transform: translate(-50%, 50%) scale(0);
    transition: .5s ease;
    z-index: -1;
}

#activities .accordion p > a::before {
    background-image: url("../img/logosIcons/arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    content: "";
    display: inline-flex;
    color: var(--black);
    background-color: var(--white);
    border-radius: 50px;
    aspect-ratio: 1;
    width: 24px;
    height: auto;
    padding: 2px;
    position: relative;
    z-index: 1;
}

#activities .accordion > .illustration {
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
}

@media (width > 575px) {
    #activities .title {
        width: 285px;
    }

    #activities .title::after {
        right: -40px;
        bottom: 10px;
    }
}

@media (width > 767px) {
    #activities .title {
        width: 485px;
    }

    #activities .title::after {
        right: -39px;
        bottom: 16px;
    }

    #activities .accordion > .content > *.illustration {
        border-radius: 8px;
        width: 40%;
    }

    #activities .accordion > .content {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    #activities .accordion .content__corps {
        width: 100%;
    }
}

@media (width > 991px) {
    #activities .title::after {
        right: -60px;
        bottom: 10px;
    }

    #activities .accordion[open] {
        overflow: visible!important;
        z-index: 0;
    }

    .accordion:not(.active-illustration) > .content > *.illustration {
        display: none;
    }

    #activities {
        margin-top: 102px;
    }

    #activities .title {
        width: 343px;
    }

    #activities .accordion__container {
        position: relative;
        width: 50%;
        min-height: unset;
        transition: all .25s ease;
        overflow: visible;
    }

    #activities .accordion__container:has([open]) {
        min-height: 573px;
        transition: all .25s ease;
    }

    #activities .accordion {
        position: static;
    }

    #activities .accordion > .content {
        position: static;
    }

    #activities .accordion[open] > .content > *.illustration {
        display: block;
        position: absolute;
        left: calc(100% + 40px);
        top: 0;
        height: 573px;
        width: 44vw;
        max-width: 600px;
        z-index: 10;
    }

    #activities .accordion:not([open]) > .content > *.illustration {
        display: none;
        position: absolute;
        top: 0;
    }

    #activities .accordion ul > li {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    #activities .accordion ul > li::before {
        top: 13px;
    }

    #activities .accordion p {
        font-size: 1rem;
        line-height: normal;
    }

}

@media (width > 1199px) {
    #activities .title,
    #activities .introduction,
    #activities .accordion,
    #activities .accordion.active-illustration .illustration {
        opacity: 0;
    }

    #activities .accordion[open] > .content > *.illustration {
        left: calc(6% + 40px);
        width: 90%;
    }

    #activities {
        max-width: 1440px;
        margin-bottom: 145px;
    }
}

@media (width > 1499px) {
    #activities {
        margin-inline: auto;
    }

    #activities .accordion[open] > .content > *.illustration {
        left: calc(10% + 40px);
    }
}

@media (width > 1799px) {
    #activities .accordion[open] > .content > *.illustration {
        left: calc(15% + 40px);
    }
}

/* -- -- -- -- -- ACTIVITÉS - FIN -- -- -- -- -- */


/* -- -- -- -- -- ENGAGEMENTS - DÉBUT -- -- -- -- -- */

#commitments {
    margin-bottom: 89px;
}

#commitments > .illustration {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 24px;
    aspect-ratio: 330/379;
}

#commitments .title {
    width: 295px;
}


#commitments > .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#commitments .commitment .subtitle {
    font-family: var(--ffMBo);
    text-transform: uppercase;
    font-size: 1.625rem;
    line-height: normal;
    color: var(--primary);
    position: relative;
    padding-left: 58px;
}

#commitments .commitment .subtitle::before {
    content: '';
    display: block;
    background-image: url(../img/logosIcons/check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#commitments .description {
    font-family: var(--ffMRe);
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: var(--black);
}

#commitments .commitment {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#commitments .description ul > li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: var(--ffMRe);
}

#commitments .description ul > li::before {
    content: '';
    display: block;
    background-color: var(--black);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 9px;
    left: 3px;
}

@media (width > 575px) {
    #commitments .title {
        width: 405px;
    }

    #commitments .title::after {
        right: -2px;
        bottom: -2px;
    }
}

@media (width > 767px) {
    #commitments .title {
        width: 655px;
    }

    #commitments .title::after {
        right: -6px;
        bottom: -36px;
    }

    #commitments > .illustration {
        aspect-ratio: 3/2;
    }
}

@media (width > 991px) {
    #commitments {
        display: flex;
        gap: 40px;
        margin-bottom: 138px;
        position: relative;
    }

    #commitments > .illustration {
        aspect-ratio: 16/7;
        margin-bottom: unset;
        width: 50%;
    }

    #commitments > .content {
        gap: 32px;
    }

    #commitments .title {
        width: 395px;
        margin-bottom: 8px;
    }

    #commitments .title::after {
        right: 0px;
        bottom: 0px;
    }

    #commitments .commitment .subtitle {
        font-size: 1.25rem;
        line-height: normal;
        padding-left: 32px;
    }

    #commitments .description,
    #commitments .description ul > li {
        font-size: 1rem;
        line-height: normal;
    }

    #commitments .commitment .subtitle::before {
        width: 24px;
        height: 24px;
    }

    #commitments .description ul > li::before {
        width: 4px;
        height: 4px;
        top: 5px;
    }

    #commitments .description ul > li {
        padding-left: 15px;
    }
}

@media (width > 1199px) {
    #commitments .illustration,
    #commitments .title,
    #commitments .commitment {
        opacity: 0;
    }

    #commitments {
        max-width: 1440px;
        gap: 81px;
    }

    #commitments .circle {
        left: -50%;
        bottom: -100%;
        transform: rotate(120deg);
    }
}

@media (width > 1439px) {
    #commitments {
        position: relative;
    }

    #commitments .circle {
        left: -38%;
        bottom: -120%;
    }
}

@media (width > 1499px) {
    #commitments {
        margin-inline: auto;
    }
}

@media (width > 1599px) {
    #commitments .circle > svg {
        width: 110%;
    }

    #commitments .circle {
        left: -47.5%;
        bottom: -127.5%;
    }
}

@media (width > 1699px) {
    #commitments {
        left: -100px;
    }
}

@media (width > 1919px) {
    #commitments .circle > svg {
        width: 130%;
    }

    #commitments .circle {
        left: -58%;
        bottom: -145.5%;
    }
}

@media (width > 2199px) {
    #commitments .circle {
        left: -45%;
        bottom: -145.5%;
    }
}

/* -- -- -- -- -- ENGAGEMENTS - FIN -- -- -- -- -- */


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

#clients {
    background-color: var(--black);
    margin-inline: 1px;
    padding: 40px 30px;
    border-radius: 15px;
    padding-bottom: unset;
    margin-bottom: 95%;
}

#clients .content {
    color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

#clients .title {
    width: 100%;
}

#clients .paragraph * {
    font-family: var(--ffMBo);
    font-size: 1rem;
    line-height: 1.375rem;
}

#clients .paragraph ul > li {
    list-style: none;
    padding-left: 25px;
    position: relative;
}

#clients .paragraph ul > li::before {
    content: '';
    display: block;
    background-color: var(--white);
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 9px;
    left: 9px;
}

#clients > .illustration {    
    position: relative;
    bottom: -11px;
    margin-top: 30px;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 339 / 467;
    margin-bottom: -85%;
}

@media (width > 575px) {
    #clients {
        margin-bottom: 85%;
    }
}

@media (width > 767px) {

    #clients {
        margin-bottom: 37.5%;
    }

    #clients > .illustration {
        aspect-ratio: 13 / 10;
        margin-bottom: -32.5%;
    }
}

@media (width > 991px) {
    #clients {
        display: flex;
        align-items: center;
        gap: 66px;
        margin-inline: auto;
        max-width: 824px;
        padding: 50px 240px 50px 115px;
        margin-bottom: 135px;
    }

    #clients .content {
        margin-block: 30px;
    }

    #clients > .illustration {
        position: relative;
        bottom: unset;
        margin-top: unset;
        width: 70%;
        height: auto;
        border-radius: 8px;
        aspect-ratio: 339 / 467;
        margin-bottom: unset;
        margin-right: -60%;
    }
}

@media (width > 1199px) {
    #clients .content,
    #clients .illustration {
        opacity: 0;
    }

    #clients {
        gap: 96px;
        position: relative;
        left: -5%;
        max-width: 1024px;
        padding-left: 235px;
    }

    #clients > .illustration {
        margin-right: -50%;
    }
}

@media (width > 1299px) {
    #clients {
        padding-left: 115px;
    }
}

@media (width > 1439px) {
    #clients {
        left: 26px;
    }
}

@media (width > 1499px) {
    #clients {
        max-width: 1140px;
    }
}

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


/* -- -- -- -- -- CAROUSSEL - DÉBUT -- -- -- -- -- */

#caroussel {
    margin-inline: 11px;
    margin-bottom: 89px;
    overflow: hidden;
}

#caroussel .swiper-button-prev,
#caroussel .swiper-button-next {
    background-color: var(--primary);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    left: 0;
    display: block!important;
}


#caroussel .swiper-button-next {
    left: unset;
    right: 0;
}

#caroussel .swiper-button-prev::after,
#caroussel .swiper-button-next::after {
    content: "";
    display: block;
    background-image: url(../img/logosIcons/arrowWhite.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 25%;
    left: 25%;
}


#caroussel .swiper-button-next::after {
    transform: rotate(180deg);
}

#caroussel .swiperContainer {
    padding-inline: 53px;
    position: relative;
    overflow: hidden;
}

#caroussel .swiper {
    position: static;
    overflow: hidden;
}

#caroussel span:has(.swiper-button-prev),
#caroussel span:has(.swiper-button-next) {
    position: absolute;
    background-color: var(--white);
    height: 100%;
    width: 50px;
    top: 0;
    display: block;
    z-index: 10;
}

#caroussel span:has(.swiper-button-prev) {
    left: 0px;
    display: flex;
    justify-content: flex-start;
}

#caroussel span:has(.swiper-button-next) {
    right: 0px;
    display: flex;
    justify-content: flex-end;
    width: 54px;
}

#caroussel .swiper-wrapper {
    align-items: center;
    z-index: 0;
}

@media (width > 991px) {
    #caroussel {
        margin-inline: auto;
        max-width: 1066px;
        margin-bottom: 111px;
    }

    #caroussel .swiper-backface-hidden .swiper-slide img {
        max-height: 96px;
        height: 100%;
        width: auto;
    }
    
    #caroussel .swiperContainer {
        margin-inline: 60px;
    }
}

@media (width > 1199px) {
    #caroussel .swiperContainer {
        margin-inline: auto;
        max-width: 1100px;
    }
}

/* -- -- -- -- -- CAROUSSEL - FIN -- -- -- -- -- */


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

#contact {
    margin: 0px 0px 62px 0px;
    padding: 59px 30px 54px 30px;
    background-color: #edf2fe;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: calc(100% + 0px);
}

#contact .title {
    width: 281px;
}

#contact .title::after {
    bottom: -7px;
    right: -28px;
}

#contact .formular {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: -48px;
}

#contact .introduction {
    font-family: var(--ffMRe);
    font-size: 1.125rem;
    line-height: normal;
    width: 98%;
}

#contact .informations {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: -28px;
}

#contact .information {
    background-color: var(--white);
    border-radius: 16px;
    padding: 31px 20px 34px 21px;
    display: flex;
    gap: 16px;
}

#contact .name {
    font-family: var(--ffMBo);
    font-size: 1.25rem;
    line-height: 2rem;
}

#contact .information .icon {
    aspect-ratio: 1 / 1;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

#contact .information .subtitle {
    font-family: var(--ffMBo);
    font-size: .9375rem;
    line-height: 1.5rem;
    color: var(--black);
}

#contact .information .description a,
#contact .information .description a:visited,
#contact .information .description a:hover,
#contact .information .description a:active {
    font-family: var(--ffMRe);
    font-size: 1rem;
    line-height: 1.5rem;
    color: #737385;
    text-decoration: underline!important;
}

#contact .information .details,
#contact .information .description {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#contact .information .description {
    gap: 4px;
    width: 70%;
}

#contact .information .details p {
    font-family: var(--ffMRe);
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #737385;
}

#contact .information .details p > a[href^="tel:"],
#contact .information .details p > a[href^="mailto:"] {
    text-decoration: none!important;
    white-space: nowrap;
}

@media (width > 575px) {
    #contact .title {
        width: 366px;
    }

    #contact .title::after {
        bottom: -3px;
        right: -34px;
    }
}

@media (width > 767px) {
    #contact .information .description {
        width: auto;
    }

    #contact {
        display: grid;
        row-gap: 32px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        background-image: url(../img/backgrounds/backgroundContact.png);
    }

    #contact .formular {
        margin-top: unset;
    }

    #contact .wpcf7 {
        grid-area: 2 / 1 / 3 / 2;
    }

    #contact .name {
        grid-area: 2 / 2 / 3 / 3;
        font-size: 1.125rem;
        line-height: 1.25rem;
    }

    #contact .informations {
        margin-top: 30px;
        grid-area: 2 / 2 / 3 / 3;
    }

    #contact .formular {
        grid-area: 1 / 1 / 2 / 2;
    }
}

@media (width > 991px) {
    #contact {
        padding-block: 118px;
        column-gap: 106px;
        justify-content: center;
    }

    #contact .title {
        width: 385px;
    }

    #contact .title::after {
        bottom: -6px;
        right: -35px;
    }

    #footer .menu > li.contactLink > a {
        padding-block: 8px;
    }
}

@media (width > 1199px) {
    #contact {
        max-width: 1440px;
        margin-inline: auto;
        padding-inline: unset;
        position: relative;
        background-color: unset;
        background-image: unset;
        grid-template-columns: 474px 366px;
    }

    #contact .background {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: -27.5vw;
        width: 130vw;
        height: 100%;
        background-image: url(../img/backgrounds/backgroundContact.png);
        background-color: #edf2fe;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }
}

@media (width > 1399px) {
    #contact {
        grid-template-columns: 55% 37%;
        column-gap: 8%;
        padding-inline: 30px;
    }
}

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


/* -- -- -- -- -- RÉSEAUX SOCIAUX - DÉBUT -- -- -- -- -- */

#networks {
    margin-bottom: 61px;
    padding-bottom: 76px;
}

#networks .title {
    width: 83%;
}

#networks .links {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 24%;
    width: fit-content;
    padding-inline: 65px;
    margin-inline: auto;
    --particle-before-rotate: 0deg;
    --particle-before-scale: 0;
    --particle-after-rotate: 180deg;
    --particle-after-scale: 0;
}

#networks .links::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -100%;
    right: 0;
    background-image: url(../img/logosIcons/titleAfter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: auto;
    aspect-ratio: 1/1;
    /* rotate: 180deg;
    transform: rotate(var(--particle-after-rotate, 180deg)) scale(var(--particle-after-scale, 0)); */
}

#networks .links::before {
    display: block;
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    background-image: url(../img/logosIcons/titleAfter.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: auto;
    aspect-ratio: 1/1;
    rotate: 180deg;
}

#networks .link {
    height: 56px;
    width: auto;
    aspect-ratio: 1/1;
    background-color: var(--primary);
    border-radius: 56px;
    padding: 18px;
}

#networks .link .logo {
    max-height: 20px;
    max-width: 20px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (width > 575px) {
    #networks .title {
        width: 100%;
        text-align: center;
    }
}

@media (width > 767px) {
    #networks .links {
        margin-top: 14%;
    }
}

@media (width > 800px) {
    #networks {
        margin-inline: auto;
        position: relative;
        width: fit-content;
        margin-bottom: 110px;
        left: 45px;
    }

    #networks .title {
        width: fit-content;
    }

    #networks .links {
        margin-top: 0px;
        position: absolute;
        bottom: 0;
        left: -103px;
    }
}

@media (width > 1199px) {
    #networks .links::before,
    #networks .links::after {
        transform: rotate(var(--particle-before-rotate, 0deg)) scale(var(--particle-before-scale, 0));
    }
}

/* -- -- -- -- -- RÉSEAUX SOCIAUX - FIN -- -- -- -- -- */


/* -- -- -- -- -- PRENEZ RENDEZ-VOUS - DÉBUT -- -- -- -- -- */



/* -- -- -- -- -- PRENEZ RENDEZ-VOUS - FIN -- -- -- -- -- */