﻿/* pause */
.pause {
    margin: 2em;
    border-top: 1px solid black;
}

    .pause h3 {
        font-size: 2em;
        font-weight: bold;
        margin: 0 0 0.5em 0;
    }

    .pause .coffret_prix {
        background-color: var(--blanc);
        font-size: 1.5em;
        font-weight: bold;
        position: absolute;
        margin: 0;
        left: 40%;
        top: -20%;
    }

    .pause div {
        display: flex;
        position: relative;
    }

        .pause div img,
        .pause ul {
            width: 50%;
        }

    .pause ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: bold;
        font-size: 36px;
    }

    .pause .pdj-content {
        width: 100%;
        border: solid 0px blue;
        flex-direction: column;
        padding:10px;
    }

        .pause .pdj-content div:nth-of-type(2) {
            border: solid 0px red;
            justify-content: center;
        }

        .pause .pdj-content div {
        }

    .pause .pdj-img {
        width: 100%;
        border: solid 0px red;
    }

        .pause .pdj-img div {
            position: absolute;
            right: 0;
            top: -50px;
            border-radius: 150px;
            border: dashed 3px var(--peche);
            background-color: white;
            width: 4em;
            height: 4em;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            font-size: 1.5em;
        }

        .pause .pdj-img img {
            width: 100%;
            border: solid 0px red;
        }

    .pause .pdj-content ul {
    }

.pause_aurore ul li:last-child {
    list-style: none;
    font-size: 20px;
    margin-top: 1em;
    color: gray;
    margin-left: -150px;
}

    .pause_aurore ul li:last-child span {
        text-decoration: underline;
    }

.pause_njr {
    margin-top: 3em;
    display: flex;
}

    .pause_njr > div {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

.pause_njr_un div img {
    width: 60%;
}

.pause_njr_un div p {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--peche);
    background-color: var(--blanc);
    border-radius: 500px;
    height: 4em;
    width: 4em;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    margin: 0;
    left: 50%;
    top: -20%;
}

.pause_njr_deux div img {
    width: 35%;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.pause_njr_deux div {
}

.pause_njr_deux ul {
    width: 100%;
}

.pause_njr ul li:last-child {
    list-style: none;
    font-size: 0.7em;
    margin-top: 1em;
}

    .pause_njr ul li:last-child span {
        text-decoration: underline;
    }
/* ------------------------------ RESPONSIVE ------------------------------ */

@media (max-width: 920px) {
    /* pause : Responsive */
    .pause div {
        flex-direction: column;
        /* align-items: center; */
    }

        .pause div img {
            width: 80%;
        }

    .pause .coffret_prix,
    .pause_njr_un div p {
        left: 60%;
    }

    .pause ul {
        font-size: 24px;
        margin-left: 0px;
    }

    .pause_njr {
        flex-direction: column;
    }

        .pause_njr > div {
            width: 100%;
        }

    .pause div img {
    }
    .pause .pdj-img div {
        width: 3em;
        height: 3em;
    }
    .pdj-content span{
        font-size:12pt;
    }
}
