.ligne {
    width: 15%;
    height: 5px;
    background-color: #009FE3;
}

.start {
    padding-top: 10px;
    border-radius: 0px 40px 0 0;
}

#Photo_principal img {
    width: 100%;
    position: absolute;
    top: -90px;
}

.titre-principal {
        padding: 2vh;
        background-color: white;
}

.titre {
        padding: 2vh;
        background-color: white;
}

.sous-titre {
        background-color: white;
}

.content {
    padding: 2vh;
    margin: 0;
    background-color: white;
}


/* ============================================================
   DESKTOP (min-width: 780px)
   ============================================================ */

@media screen and (min-width: 780px) {
    #Photo_principal img {
        z-index: 0;
    }

    .titre-principal {
        padding: 12px 20px;
        background-color: white;
        font-size: 100px;
        width: fit-content;
        border-radius: 40px 40px 0 0;
    }

    .titre {
        padding: 12px;
        width: fit-content;
        border-radius: 10px 10px 0 0;
        font-size: 50px;
    }

    .sous-titre {
        display: inline-block;
        width: fit-content;
        font-size: 30px;
        max-width: 100%;
    }

    .final {
        border-radius: 0 0 40px 40px;
        margin-bottom: 3vw;
    }

    .documentaire iframe {
        width: 560px;
        height: 315px;
    }

    .documentaire {
        display: flex;
        flex-direction: column;
    }

    .documentaire p {
        font-size: 15px;
    }
}

/* ============================================================
   MOBILE (max-width: 780px)
   ============================================================ */

@media screen and (max-width: 780px) {

    .titre-principal {
        border-radius: 0 40px 0 0;
    }

    .sous-titre {
        width: auto;
        display: inline-block;
        padding: 12px 20px;
        font-size: 20px;
        border-radius: 0 10px 0 0;
    }

    .documentaire iframe {
        width: 100%;
    }

    .documentaire p {
        font-size: 12px;
        margin: 0;
    }
}