body.machine .cHeader > .illustration {
    aspect-ratio: auto;
}

@media (width > 767px) {
    body.machine .cHeader > .illustration {
        aspect-ratio: 1364/570;
        object-fit: contain;
        background-color: #FFFFFF;
    }
}

@media (width > 1199px) {
    body.machine > *:not(.navbar) {
        padding-left: 54px;
    }
}

/* -- -- -- -- -- BIGPHOTO - SECTION - DÉBUT -- -- -- -- -- */

.bigPhoto {
    margin-block: 23px 61px;
}

.bigPhoto:has(+ .thumbnails) {
    margin-bottom: 38px;
}

.bigPhoto .content {
    margin-top: 18px;
}

.bigPhoto .video > iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.bigPhoto .video-controls {
    width: fit-content;
    height: fit-content;
}

.bigPhoto .video-controls > #playPauseBtn {
    aspect-ratio: 1/1;
    width: 57px;
}

.bigPhoto .preview {
    margin-top: 24px;
}

.bigPhoto .preview > .video__container {
    margin-bottom: 24px;
}

.bigPhoto .details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bigPhoto .details > h2 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    font-family: var(--ffMXBo);
}

.bigPhoto .details ul > li,
.bigPhoto .details ul > li * {
    color: var(--white);
    font-family: var(--ffMMe);
    font-size: .9375rem;
    line-height: 1.5625rem;
}

.bigPhoto .details ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bigPhoto .details ul > li strong {
    font-family: var(--ffMXBo);
    font-size: 1rem;
    line-height: 1.375rem;
}

@media (width > 575px) {
}

@media (width > 767px) {
    .bigPhoto:has(+ .thumbnails) {
        margin-top: 14px;
    }
}

@media (width > 991px) {
    .bigPhoto {
        margin-block: 57px 121px;
    }

    .bigPhoto .preview {
        margin-top: 39px;
        display: flex;
        gap: 24px;
    }

    .bigPhoto .preview > .video__container,
    .bigPhoto .preview > img {
        position: relative;
        margin-bottom: unset;
        flex: 0 0 75%;
        width: 75%;
    }

    .bigPhoto .details {
        gap: 20px;
    }

    .bigPhoto .details ul {
        gap: 28px;
    }
}

@media (width > 1199px) {
    
    .bigPhoto > .subtitle,
    .bigPhoto > .title,
    .bigPhoto > .content {
        width: 75%;
    }

    .bigPhoto .content {
        margin-top: unset;
    }
}

/* -- -- -- -- -- BIGPHOTO - SECTION - FIN -- -- -- -- -- */

/* -- -- -- -- -- THUMBNAILS - SECTION - DÉBUT -- -- -- -- -- */

.bigPhoto + .thumbnails {
    margin-top: 38px;
}

.thumbnails {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 60px;
}

.thumbnails .title {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    text-transform: uppercase;
    font-family: var(--ffMXBo);
}

.thumbnails .title:has(+ *) {
    margin-bottom: 12px;
}

.thumbnails .content + .illustrations {
    margin-bottom: 27px;
}

.listContainer:has(+ *) {
    margin-bottom: 27px;
}

.listContainer .title {
    margin-bottom: unset;
}

.listContainer .list {
    display: grid;
    gap: 16px;
    margin-top: 19px;
}

.listContainer .list > li::before {
    top: 8px;
}

.thumbnails .list .title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 5px;
}

.thumbnails .illustrations {
    width: 100%;
}

.thumbnails .content:has(+ *) {
    margin-bottom: 27px;
}

@media (width > 767px) {
    .listContainer .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 21px 48px;
    }
}

@media (width > 991px) {
    .bigPhoto + .thumbnails {
        margin-top: 76px;
    }

    .thumbnails {
        margin-bottom: 121px;
    }

    .thumbnails .title:has(+ *) {
        margin-bottom: 23px;
    }


    .thumbnails .content:has(+ *) {
        margin-bottom: 54px;
    }

    .thumbnails .content:has(+ .link) {
        margin-bottom: 40px;
    }

    .listContainer .list {
        gap: 42px 97px;
        margin-top: 39px;
    }

    .thumbnails .list .title {
        margin-bottom: 10px;
    }

    .listContainer:has(+ *) {
        margin-bottom: 54px;
    }
}

@media (width > 1199px) {
    .bigPhoto + .thumbnails {
        flex-direction: row;
        justify-content: space-between;
    }

    .thumbnails > .illustrations > .swiper-wrapper {
        flex-direction: column;
        gap: 26px;
    }

    .thumbnails > .illustrations > .swiper-wrapper > .swiper-slide {
        position: static;
        height: auto;
        width: 100%;
    }

    .thumbnails > .illustrations .illustration {
        height: auto;
        width: 100%;
        aspect-ratio: 499/385;
    }

    .thumbnails > .content {
        width: 59%;
        margin-bottom: unset;
    }

    .thumbnails .content + .illustrations {
        margin-inline: unset;
        width: 36%;
        margin-block: 50px 0px;
    }
}

/* -- -- -- -- -- THUMBNAILS - SECTION - FIN -- -- -- -- -- */