﻿body {
    padding: 10vw;
    padding-top: 2vw;
    background-color: black;
    color: white;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    font-size: 7vw;
    font-variant: small-caps;
    font-weight: bold;
    /*font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;*/
}

    header img {
        height: 5vw;
        margin-right: 2vw;
    }

#MainContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 63vh;
    box-sizing: border-box;
    grid-gap: 4vh;
}

#Affiche {
    height: 100%;
}

#videocontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    height: 100%;
}

iframe {
    aspect-ratio: 16/9;
    box-sizing: border-box;
    width: 100%;
}

.link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    text-decoration: none;
    /*font-family: "Permanent Marker", serif;
    font-weight: 400;
    font-style: normal;*/
    font-size: 1.3vw;
    font-weight: bold;
    grid-gap: 1vw;
    border-radius: 0.5vh;
    padding-right: 2.5vw;
    padding-left: 0.5vw;
}

    .link img {
        width: 2vw;
        flex-shrink: 0;
    }

    .link div {
        flex-grow: 1;
        text-align: center;
    }

    .link:hover {
        background-color: rgba(255,255,255,0.9);
    }

#DossiersContainer {
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 4vh;
}

.Vimeolink {
    color: rgb(95,204,255);
    height: 4vw;
}

.PDFLink {
    color: darkred;
    height: 5vw;
}
