.page-interne h1 {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 5px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.1em;
}

.page-interne p,
.page-interne p ul li {
    font-size: 16px;
}

.page-interne p a {
    text-decoration: underline;
}

.page-interne h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 1.1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.page-interne h3 {
    background: #F5F5F5;
    padding: 5px 8px;
    width: fit-content;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.page-interne ul {
    margin-left: 10px;
}

.page-interne .et_pb_row {
    width: 85%;
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-interne90 .et_pb_row {
    width: 90%;
}


.page-interne .fond-gris {
    background: #F5F5F5;
    padding: 20px;
}

.page-interne .bloc-deux-images .et_pb_column:last-child {
    margin-top: 150px;
}

.page-interne .list-blocs ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 40px;
}

.page-interne .list-blocs {
    margin-top: 40px;
}

.page-interne .list-blocs ul li {
    border-left: 2px solid #282424;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.page-interne .bloc-deux-images .images-bloc-trois .et_pb_text_inner{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.page-interne .bloc-deux-images .images-bloc-trois img{
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

.page-interne .bloc-deux-images .images-bloc-trois p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-interne .bloc-deux-images p:first-child::after {
    content: url(https://www.bonnetdenuit.com/wp-content/uploads/2025/07/bonnet-de-nuit-logo-transparence.png);
    margin-top: -100px;
}

.page-interne img {
    border-radius: 10px;
}

.bandeau-noir {
    background: #282424;
    color: white;
    padding: 80px 0 !important;
}

.bandeau-noir h1, .bandeau-noir h2 {
    color: white;
}

.bandeau-noir .decallage {
    padding-left: 150px;
}

@media screen and (max-width:1650px) {
    .page-interne .bloc-deux-images .et_pb_column:last-child img {
        max-width: 300px;
    }
}

@media screen and (max-width:1400px) {
    .page-interne .bloc-deux-images .et_pb_column:last-child img {
        max-width: 200px;
    }

    .page-interne .bloc-deux-images p:first-child::after {
        display: none;
    }

    .page-interne .bloc-deux-images .images-bloc-trois p {
        display: block;
    }
}

@media screen and (max-width:1080px) {
    .bandeau-noir {
        padding: 40px 0 !important;
    }

    .page-interne .et_pb_row {
        flex-direction: column;
    }

    .page-interne .et_pb_row .et_pb_column  {
        width: 100%;
        margin-right: 0 !important;
    }

    .page-interne .bloc-deux-images {
        flex-direction: column-reverse;
        gap: 20px;
    }

    /*  - Desactiver force image
    .page-interne img {
        width: 1000px !important;
        max-height: 400px !important;
        object-fit: cover;
    }
    */

    .bandeau-noir .decallage {
        padding-left: 0 !important;
    }

    .bandeau-noir .et_pb_column {
        margin-right: 0 !important;
    }

    .bandeau-noir .et_pb_column {
        margin-bottom: 0 !important;
    }

    .page-interne .bloc-deux-images .et_pb_column:last-child {
        margin-top: 20px;
    }

    /* -- DESACTIVER comportement inverse
    .page-interne .reverse {
        display: flex;
        flex-direction: column-reverse !important;
        gap: 20px;
    }
    */
}

@media screen and (max-width:1000px) {
    .page-interne .list-blocs ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-left: 0 !important;
    }

    .page-interne .bloc-deux-images img {
        max-height: none !important;
        max-width: 150px;
    }
}

@media screen and (max-width:800px) {
    .page-interne .list-blocs ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0 !important;
    }

    .page-interne h1 {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .page-interne h2 {
        font-size: 18px;
        letter-spacing: 3px;
    }

    .page-interne p {
        font-size: 16px;
    }

    .page-interne .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding: 0 !important;
        padding-bottom: 10px !important;
    }

    .page-interne .list-blocs ul li {
        font-size: 16px !important;
    }

    /* Desactiver force image
    .page-interne img {
        width: 1000px !important;
        max-height: 200px !important;
        object-fit: cover;
    }
    */


}

@media screen and (max-width:400px) {
    .page-interne .bloc-deux-images .et_pb_column:last-child img {
        max-width: 150px;
    }

    .page-interne .bloc-deux-images img {
        max-width: 140px !important;
    }
}