@media (width > 1199px) {
    body.archive-machines > .cHeader,
    body.archive-offres > *:not(.navbar) {
        padding-left: 54px;
    }
}

.engines {
    margin-top: 24px;
    display: grid;
    gap: 24px;
}

.engines + .btn.moreproducts {
    margin-inline: auto;
    margin-block: 38px 79px;
    font-family: var(--ffMXBo);
}

.engines .miniature .link::after {
    display: none;
}

body:has(.engines) .bigPhoto .content a:not(.btn),
body:has(.engines) .bigPhoto .content a:focus,
body:has(.engines) .bigPhoto .content a:visited {
    color: var(--white);
    font-family: var(--ffMBo);
}

body:has(.engines) .bigPhoto .content a.btn {
    margin-top: 16px;
}

body:has(.engines) .bigPhoto .content li {
    padding-left: 15px;
    color: var(--white);
    position: relative;
}

body:has(.engines) .bigPhoto .content li::before {
    content: '';
    background-color: var(--white);
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: auto;
    aspect-ratio: 1 / 1;
}

.bigPhoto > .btn {
    margin-top: 16px;
    font-family: var(--ffMBo);
}

.engines.light .miniature {
    justify-content: space-between;
}

@media (width > 767px) {
    .engines {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 18px;
    }
}

@media (width > 991px) {
    .engines {
        margin-top: 103px;
        grid-template-columns: repeat(3, 1fr);
        gap: 78px 36px;
    }

    .engines + .btn.moreproducts {
        margin-block: 77px 159px;
        padding: 15px 34px;
    }
}

@media (width > 1199px) {
    .engines .miniature .link {
        justify-content: space-between;
        width: 100%;
    }
}

@media (width > 1439px) {
    .engines .miniature .link {
        gap: unset;
    }

    .engines .miniature .link::after {
        display: block;
    }
}

@media (width > 1569px) {
    body > .engines:not(body.archive-offres > .engines) {
        padding-inline: unset;
        max-width: 1501px;
    }

    .engines .miniature .caption {
        grid-template-columns: .75fr .25fr;
    }

    .engines .miniature .link {
        gap: 11px;
        white-space: nowrap;
    }
}