.main-content .page:not(.checkout-page) {
    padding: 0 !important;
}

#page_dossier {
    max-width: 1366px !important;
}

.packaging {
    padding: 0 0 0 15px;
    max-width: 1366px;
    margin: auto;
}

.packaging h3 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #002169;
    line-height: 33px;
}

.packaging p {
    padding: 30px 30px 0 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400 !important;
}

.packaging p:nth-of-type(2) {
    font-weight: 600 !important;
}

.packaging .tableau {
    max-width: 667px;
    overflow-x: auto;
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
}

.packaging .tableau table {
    border-collapse: collapse;
    width: max-content;
}

.packaging .tableau table,
th,
td {
    border: 1px solid black;
}

.packaging .tableau th,
td {
    text-align: center;
}

.packaging .tableau td:nth-of-type(1),
.packaging .tableau td:nth-of-type(3) {
    width: 90px;
    height: 75px;
    padding: 0;
}

.packaging .tableau td:nth-of-type(1) img {
    width: 30%;
}

.packaging .tableau td:nth-of-type(2) {
    padding-left: 20px;
    text-align: start;
    font-size: 16px;
    color: #383838;
    line-height: 20px;
    width: 315px;
    font-weight: 400 !important;
}

.packaging .tableau td:nth-of-type(3) img {
    width: 30px;
    height: 40px;
}

.packaging .tableau td:nth-of-type(4) {
    width: 170px;
    font-weight: 600;
    font-size: 20px;
    color: #002169;
}

.packaging .tableau td:nth-of-type(4).papier {
    color: #002169;
}

.packaging .tableau td:nth-of-type(4).mixte {
    color: #6A6A6A;
}

.packaging .tableau td:nth-of-type(4).plastique {
    color: #F5B600;
}

.packaging .tableau::-webkit-scrollbar {
    height: 3px;
    padding: 20px 0 0 0;
    /* Hauteur de la barre de défilement */
}

.packaging .tableau::-webkit-scrollbar-track {
    background: #D8D8D8;
    /* Couleur de fond de la piste */
}

.packaging .tableau::-webkit-scrollbar-thumb {
    background: #002169;
    /* Couleur du curseur */
}


.packaging .tableau .espace {
    height: 30px;
}

.packaging .tableau-image img.enfants {
    display: none;
}

@media (min-width: 1366px) {

    .packaging {
        padding: 0;
    }


    .packaging h3 {
        font-size: 28px;
        line-height: 39px;
    }

    .packaging p {
        padding: 60px 0 0 0;
        font-size: 20px;
        line-height: 26px;
    }

    .packaging .tableau-image {
        display: flex;
        width: 100%;
        gap: 80px;
        margin-top: 100px;
        margin-bottom: 70px;
    }

    .packaging .tableau {
        margin-top: 0;
        margin-bottom: 0;
    }

    .packaging .tableau-image img.enfants {
        display: block;
        width: 615px;
        height: 1202px;
    }
}