html{
    scroll-behavior: smooth;
}

body {
    margin-top: 50px;
    background-color: #1b1b1b;
    font-family: 'Ubuntu', sans-serif;
    color: whitesmoke;
    justify-content: center;
    align-items: center;
}

img.radius {
    border-radius: 10pt;
}


legend {
    color: #D5D5D5;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}


/** Galerie desktop **/

.galerie {
    margin: 75px;  
    justify-content: center;
}

.galerie .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.galerie .box .colonne {
    display: flex;
    flex-direction: column;
    width: 32%;
    align-items: center;
}

.galerie-photo {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.galerie-photo p {
    margin-bottom: 50px;
}

.galerie .box .colonne img {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 5px;
}

.galerie .box .colonne a {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 5px;
}

.galerie-photo img {
    margin-bottom: 85px;
    border-radius: 0px;
    width: 60%;
    max-height: 850px;
    object-fit: contain;
}

.youtube {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 15px;
    border-radius: 5px;
}

.short {
    width: 100%;
    aspect-ratio: 9/16;
    margin-bottom: 15px;
    border-radius: 5px;
}

.audio {
    margin-top: 100px;
    margin-bottom: 15px;
}

span {
    font-style: italic;
}

h3 {
    margin-bottom: 0;
    margin-top: 150px;
}

.intro>div {
    display: flex;
    justify-content: center;
    font-size: 55pt;
}

h1 {
    display: flex;
    justify-content: center;
}

h2 {
    margin-top: 200px;
}

a {
    width: 400px;
    text-decoration: none;
    color: whitesmoke;
    display: flex;
    justify-content: center;
}

a div {
    display: flex;
    justify-content: center;
}

/** Galerie mobile **/

@media only screen and (max-width: 769px) {
    .galerie .box {
        flex-direction: column;
    }

    .galerie .box .colonne {
        width: 100%;
    }

    .galerie {
        margin: 10px;
    }

    body {
        margin-top: 50px;
    }

    .galerie-photo img {
        margin-bottom: 18px;
        border-radius: 5px;
        width: 100%;
        max-height: 850px;
        object-fit: contain;
    }

    h1 {
        margin-bottom: 20px;
    }

    h2 {
        margin-top: 75px;
    }

    h3 {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .galerie-photo p {
        margin-bottom: 50px;
    }
}
