html{
    height: 100%;
}

body {
    width: auto;
    height: 86%;
    background-image: url('../res/bg.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover; /* width and height, can be %, px or whatever. */
    margin: 0px;
    color: #FFF;
    text-align: left;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
}

header {
    position:fixed;
    top: 0px;
    width:100%;
    height:80px;
    display: flex;
    align-items: flex-start;
    z-index: 999;
    
}

#logo{
    margin-top: 18px;
    margin-left: 30px;
}


nav{
    background-color: black;
    width:100%;
    height: 95%;
    display:flex;
    flex-direction:row;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.8);
}

nav div{
    position: absolute;
    right: 30px;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 11px;
    background-color: rgb(255, 179, 0);
    text-decoration: none;
    
}

nav div a{
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 11px;
}
main{
    height: 100%;
    display: flex;
    margin-top:80px;
}

#left{
    text-align: center;
    width: 35%;
    margin: auto;
   
}

#horloge_num{
    font-size: 60px;
    margin-top: 15px;
}

#center{
   height: 100%;
    width: 86%;
   
}

.line{
    margin-right: auto;
    width: 90%;
    height: 45%;
    display: flex;
    padding: 10px;
}

.line>a{
    margin-right: 10px;
    margin-left: 10px;
    width: 50%;
    height:100%;
    text-decoration: none;
    color: white;
}

.case{
    height: 100%;
    text-align: center;
    width: 100%;
    border: solid 1px 5e5d5d;
    background: rgba(0, 0, 0, 0.55);
}

.img-case{
    margin-top: 8%;
    height: 50%;
    
}

.home{
    height: 35px;
    margin-top: 15px;
}

.info{
    height: 35px;
    margin-top: 15px;
    margin-left: 0;
}

.banner-left a{
    display:flex;
}
a h2{
    color: white;
    margin-top: 27px;
}

a span{
    margin-right: 10px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
    color: white;

}

#mac{
        height: 80%;
}

#menu{
    margin:0;
    padding:20px;
    padding-right:0;
}

#img_info{
    margin:0;
    padding:20px;
    padding-right:0;
    padding-left:0;

}

#none{
    display:none;
}
