body {
    margin: 0;
    padding: 0;
    font-family: helvetica;
}

.maintenanceMessage {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    text-align: center;
}

#mainBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50;
}

#globalContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#grayVideoHover {

}

#globalContent_gifContainer {
    padding-top: 15%;
    text-align: center;
}

#globalContent_gifContainer img {
    margin: 0;
}


/* HEADER */
header {
    margin-top: -15px;
    position: relative;
}

header nav {
    width: 100%;
}

#navGlobalList {
    padding :0;
}

.navListicon {
    height: 18px;
    vertical-align: bottom;
    margin-right:5px;
}

.navGlobalList_item {
    text-decoration: none;
    list-style: none;
    color: black;
    line-height: 18px;
    margin-right: 15px;
    padding-right: 15px;
    height: 20px;
    vertical-align: middle;
}

h2 {
    margin: 0;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    header {
        height: 80px;
    }
    .navGlobalList_item {
        display: inline-block;
        font-size: 17px;
    }
    .navGlobalList_item:not(:last-of-type) {
        border-right: black 2px solid;
    }
    .navGlobalList_item:hover #dropdownContainer {
        display: block;
    }
    #navGlobalList {
        text-align: right;
    }
    header nav {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    #dropdownContainer .arrow-up {
        margin: 0 auto;
        margin-top: -11px;
        margin-left: 0;
    }
    #dropdownContainer {
        text-align: left;
    }
    #globalContent_gifContainer img {
        max-width: 45%;
    }
    h2 {
        margin-top: 20px;
        font-size: xx-large;
    }
}

@media screen and (max-width: 1000px) {
    header {
        height: 150px;
    }
    #navGlobalList {
        margin-top: 20px;
        text-align: right;
        padding-right: 20px;
    }
    .navGlobalList_item {
        font-size: 2.5vw;
        display: inline-block;
        width: 30%;
        margin-right: 0;
        padding-right: 0;
    }
    .navGlobalList_item:hover #dropdownContainer {
        display: block;
    }
    header nav {
        padding-top: 10px;
        padding-left: 10px;
    }
    #dropdownContainer {
        display: none;
        text-align: left;
    }
    #dropdownContainer:target {
        display: block;
    }
    #dropdownContainer a {
        margin-top:7px;
        margin-bottom:7px;
    }
    #dropdownContainer .arrow-up {
        margin-top: -11px;
        display:none;
    }
    .navGlobalList_item {
        margin-top: 15px;
    }
    #dropdownContainer {
    }
    #globalContent_gifContainer img {
        max-width: 80%;
        top: 30%;
    }
    h2 {
        top: 60%;
        font-size: x-large;
    }
}

#dropdownContainer {
    display: none;
    box-shadow: 0 4px 8px hsla(0,0%,4%,.15),0 1px 0 1px hsla(0,0%,4%,.05);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: rgba(255, 255, 255, 1);
}

.navGlobalList_item a {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    color: black;
    position: relative;
    height: 30px;
}

#navMenuList{
    position: absolute;
    left: 0;
    list-style: none;
}

#dropdownContainer {
    position: absolute;
    z-index: 150;
    margin-top: 0;
}

#dropdownContainer a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 35px;
    padding: 9px 11px;
    white-space: nowrap;
}

#dropdownContainer .arrow-up {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

#dropdownContainer a:hover {
    background-color: rgba(200, 200, 200, 0.8);
}
/* END HEADER */

/* Video background et fond gris */
* {
    box-sizing: border-box;
}
.grayVideoHover {
    background-color: rgba(255, 255, 255, 0.5)!important;
    z-index: 50!important;
}
.video-background, .grayVideoHover {
    background: #000;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
}
.video-foreground, .video-background iframe, .video-background img, .grayVideoHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}
.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}
.vid-info a {
    display: block; color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 300%;
        left: -100%;
    }
}
@media all and (max-width: 600px) {
    .vid-info {
        width: 50%;
        padding: .5rem;
    }
    .vid-info h1 {
        margin-bottom: .2rem;
    }
}
@media all and (max-width: 500px) {
    .vid-info .acronym {
        display: none;
    }
}


/* KIOSQUE */

#kiosqueLogoContainer {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}

#feuilleuteurLogo {
    width: 350px;
    max-width: 80%;
}