body {
    background-color: black;
    margin-left: 0;
    display: flex;
    flex-direction: column;

    justify-content: center;
}

h1 {
    color: rgba(255, 255, 255, 0.20);

    font-family: 'Jomhuria', serif;
    /*font-size: max(2vh, 250px);*/
    font-size: 175px;
    font-style: normal;
    font-weight: 50;
    line-height: normal;
    letter-spacing: 20px;
    text-align: center;
    margin: 0 0 0 50px;
}

.container-vertical {
    display: flex;
    margin: 50px auto 0 auto;
    flex-direction: column;
}

.group-photo {
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
    /*margin-bottom: 150px;*/
    /*display: inline-block;*/
    margin: 6vh auto 0 auto;

}

.legend {
    font-family: Quicksand, "sans-serif";
    color: dimgrey;
    font-size: 1.7em;
    /*width: 30vw;*/
    margin: auto;
    text-align: center;
}

.photo, .vid {
    height: max-content;
    /*width: 50vw;*/
    /*background-color: red;*/
    margin-top: auto;
    align-items: center;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

.vid {
    height: 39.2vh;
    width: 70vh;
    /*height: 50vh;*/
}

.vid iframe {
    width: 100%;
    height: 100%;
    /*height: 100%;*/
}

.photo img {
    display:block;
    margin:auto;
}

@font-face {
    font-family: Quicksand;
    src: url("../Quicksand-LightItalic.otf") format("opentype");
}




img {
    display: block;
    /*width: 50vw;*/
    /*width: 30vw;*/
}

.portrait {
    height: 75vh;
}

.paysage {
    height: 60vh;
}

video {
    display: block;
    /*width: 50vw;*/
    max-width: 60vw;
}

.navacelle {
    font-size: 1.2em;
}


@media screen and (max-width: 800px) {
    h1 {
        font-size: 70px;
        letter-spacing: 8px;
        margin-left: 0;
        text-align: left;
        padding-left: 7vw;
        padding-top: 1.1vh;
    }

    .photo {
        width: 100vw;
    }

    img, .portrait, .paysage {
        height: auto;
        width: 100vw;
        /*width: 100vw;*/
    }

    .legend {
        font-size: 1.3em;
        /*padding-left: 5vw;*/
    }

    .vid {
        margin-right: auto;
        margin-left: auto;
        width: 100vw;
    }

    .navacelle {
        font-size: 1em;
    }

}
