/* Made with ♥ by Nicolas Lerecouvreux (https://www.nikorp.fr) */

@font-face {
    font-family: Helvetica;
    src: url(./font/Helvetica-Neue-Light_22503.ttf);
}

* {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    background-color: black
}

.cover {
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.resize {
    width: 105vw;
    height: auto
}

section {
    margin-top: -15px;
}

.header {
    display: flex;
    position: fixed;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 105vw;
    font-family: Helvetica;
    font-size: 15px;
    padding-top: 2%;
    justify-content: space-around;
}

.header2 {
    position: fixed;
    color: white;
    text-transform: uppercase;
    text-align: center;
    width: 105vw;
    font-family: Helvetica;
    font-size: 15px;
    padding-top: 0%;
    justify-content: space-around;
    display: none;
    margin-top: 3%
}

.header3 {
    position: fixed;
    color: white;
    text-transform: uppercase;
    text-align: left;
    width: 105vw;
    font-family: Helvetica;
    font-size: 15px;
    display: none;
    margin-top: 10%;
    margin-left: 10%;
}

.header3 div:nth-child(1) {
    margin-top: 0;
}

.header3 div {
    margin-top: 20px;
}

.gauche {
    float: left;
    margin-left: 10%;
    text-align: left;
}

.droite {
    text-align: right;
    margin-right: 10%
}

.gauche div:nth-child(2) {
    margin-top: 57px;
    text-align: left
}

.droite div:nth-child(2) {
    margin-top: 29px;
    text-align: right
}

@media all and (min-width: 999px) {
    .left {
        margin-left: -38px;
    }
}

@media all and (min-width: 800px) and (max-width: 1000px) {
    .header {
        display: none;
    }
    .header2 {
        display: block;
        font-size: 70%
    }
    .header2 span {
        margin-right: -5px;
    }
    .droite div:nth-child(2) {
        padding: 0;
        margin-right: 4px;
        margin-top:19px;


    }
    .gauche div:nth-child(2) {
        padding: 0;
        margin-right: 10px;
        margin-top:35px;

    }
}

@media all and (max-width: 800px) {
    .header {
        display: none;
    }
    .header2 {
        display: block;
        font-size: 70%
    }
    .droite div:nth-child(2) {
        padding: 0;
        margin-right: 4px;
        margin-top:11px;

    }
    .gauche div:nth-child(2) {
        padding: 0;
        margin-right: 10px;
        margin-top:27px;

    }

}
