/* ===== RESPONSIVE ===== */
@media (max-width: 1250px) {
    body {
        font-size: 1.8rem;
    }

    .logo {
        height: 5rem;
    }

    .cadre-names,
    .cadre-date {
        font-size: 3.5rem;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    body {
        font-size: 1.4rem;
    }

    .logo {
        height: 3rem;
    }

    .nav-text {
        display: none;
    }

    .nav-icon {
        display: inline;
    }

    .cadre-names,
    .cadre-date {
        font-size: 2.5rem;
    }

    .bubble {
        width: 4rem;
        height: 4rem;
        font-size: 1.3rem;
    }

    .caption .image .title {
        font-size: 0.8rem;
    }

    .bas {
        top: 6rem;
    }

    .espace {
        height: 3rem;
    }

    .grid2 {
        padding: 5rem;
        column-gap: unset;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    body {
        font-size: 1.2rem;
    }

    h1 {
        font-size: 2rem;
    }

    .logo {
        height: 3rem;
    }

    .cadre-names,
    .cadre-date {
        font-size: 2rem;
        padding: 0.2rem 2rem;
    }

    .bubble {
        width: 4rem;
        height: 4rem;
        font-size: 1.3rem;
    }

    .countdown {
        column-gap: 1rem;
    }

    .cadre {
        gap: 0.5rem;
    }

    .wood-content h1 {
        font-size: 2rem;
    }

    .caption .image .title {
        font-size: 0.7rem;
    }

    .bas {
        top: 4rem;
    }

    .espace {
        height: 2rem;
    }

    .grid2 {
        grid-template-columns: 1fr;
        padding: 3rem;
    }

    /* .span3 {
        margin-top: 5rem;
    } */

}

/* ===== RESPONSIVE ===== */
@media (max-width: 550px) {

    .bubble {
        width: 70px;
        height: 70px;
    }

    .cadre-names {
        font-size: 1.5rem;
        margin-left: 2.2rem;
    }

    .nav-icon {
        height: 2.4rem;
    }

    .bubble {
        width: 3rem;
        height: 3rem;
        font-size: 1.1rem;
    }

    .cadre {
        gap: 0.3rem;
    }


    .grid3 {
        grid-template-columns: 1fr;
    }

    .line {
        top: 25vh;
    }

    .point {
        display: none;
    }

    .bas {
        top: unset;
    }

    .grid2 {
        padding: unset;
    }

    .countdown {
        column-gap: 0.2rem;
    }

    .line {
        display: none;
    }

    .cote {
        flex: 0.05;
    }

    .wood-section {
        padding: unset;
    }

    .portrait {
        max-width: 60vw;
    }

    .infos {
        flex-direction: column;
        row-gap: 2rem;
    }

    .nav {
        gap: 0.8rem;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 450px) {

    .cadre-names,
    body,
    h2 {
        font-size: 0.8rem;
    }

    .caption .image .title {
        bottom: 3px;
    }

    .title h2 {
        line-height: 1;
    }

    .texte p {
        font-size: 1.2rem;
    }

    .span3 {
        margin: 1rem;
    }

    .nav {
        gap: 0.4rem;
    }
    .form-group{
        width: 75vw;
    }
}