.container_intervention {
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: row;
    position: relative;
}

.container_intervention_session {
    width: 100%;
    height: calc(100vh - 130px);
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 1vh;
}

.intervention_pub {
    width: 10%;
    height: 100%;
}

.intervention_pub img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.intervention_wrapper {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    padding: 2vh 0vh;
    gap: 2vh;
}

.container_txt_deplacement {
    width: 95%;
    height: 20%;
    text-align: center;
    color: var(--vert);
}

.agenda_rdv {
    width: 95%;
    height: 60%;
}

.agenda_rdv iframe {
    width: 100%;
    height: 100%;
}

.container_map {
    width: 95%;
    height: 20%;
    display: flex;
    flex-direction: row;
    gap: 2vh;
}

.container_map iframe {
    width: 40%;
    height: 100%;
}

.container_map div {
    width: 60%;
    height: 100%;
    padding: 2.5vh;
    background-color: var(--vert);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: white;
    text-align: center;
}

/* Responsive pages Intervention /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Responsive pages Intervention /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Responsive pages Intervention /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media all and (max-width: 992px) {
    .container_intervention {
        height: auto;
    }

    .intervention_wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .container_txt_deplacement {
        height: auto;
    }

    .agenda_rdv {
        height: 400px;
    }

    .container_map {
        height: auto;
        flex-direction: column;
    }

    .container_map iframe {
        width: 100%;
        height: 250px;
    }

    .container_map div {
        width: 100%;
        height: auto;
    }

    .responsive_pub {
        display: none;
    }
}
