html, body {
    height: 100%;
    overflow:hidden;
}

.ville {
    font-family: Lato, Helvetica, Arial, sans-serif;
    text-align:center;
    margin-top: 15%;
}

.row{
    width: 100%;
    height: 100%;
}


ul {
    list-style-type: none;
}

#menu-gauche a {
    text-decoration: none;
    color: #222222;
}

    #menu-gauche a:hover {
        color: inherit;
    }

.logoprincipal{
    width: 75%;
    height: auto;
    margin-top: 10%;
}

.nav{
    margin-left:8%;
}

.nav-boutons {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform:uppercase;
    cursor:pointer;
}

.menu{
    padding:0;
    margin-top: 10%;
    margin-bottom:20%;
}

    .menu li{
        margin-bottom:8%;
    }


#logo{
    text-align:center;
    margin-bottom:10%;
}



#menu-gauche{
    overflow-y: scroll;
    padding:10px 30px 50px 30px;
    width:300px;
    z-index:20;
    background-color:white;
    height:100%;
}

.boutons{
    margin-left:20px;
}

.boutons-menu {

    width:200px;
    height:auto;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent !important;
    border: 2px solid #222;
    font-family: Lato, Helvetica, Arial, sans-serif;
    margin: 10px 0px 30px 0px;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 0px;
    vertical-align: baseline;
}

.lien {
    text-decoration: none;
    color: black;
    display: block;
    min-height: 38px;
    height: 100%;
}

    .lien:hover {
        color: #222;
    }

.text-button {
    position: relative;
    top: 10px;
}

.adresse{
    margin-top:20%;
}

    .adresse ul {
        padding: 0px;
        margin: 0px;
    }
    .adresse h2, p, a {
        font-family: Lato, Helvetica, Arial, sans-serif;
    }
    .adresse h2 {
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

.marginright{
    margin-right:5px;
}

.mentions {
    position: relative;
    top:65px;
    font-size: 11px;
}


.bg {
    width:100%;
    height:100%;
}
    .bg img {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left:0;
    }


#background{
    padding:0px;
}

.bienvenu {
    font-family: Lato, Helvetica, Arial, sans-serif;
    color: white;
    font-weight: 400;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 40;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .bg img {
        left: 50%;
        margin-left: -512px;
    }
}

/*POP-UP */

#close {
    font-size: 40px;
    color: #222;
    cursor: pointer;
    position: relative;
    left: 90%;
    top: -10%;
}


#modal {
    padding: 30px;
    z-index: 50;
    height: 100%;
    width: 60%;
    background: #fff;
    border-radius: 10px 10px;
    font-family: Lato,Helvetica,Ariel, sans-serif;
    font-weight: 300;
    color: #222;
    position: absolute;
    top: -2000px;
    left: 350px;
    transition: 0.5s;
    overflow-y: scroll;
}

    #modal h1 {
        padding-top: 20px;
        text-align: center;
    }

/*FIN POP-UP */

@media screen and (max-width: 900px) {

    #modal {
        width: 100%;
        height: 100%;
        left: 0%;
        overflow: scroll;
    }

    .bienvenu{
        visibility:hidden;
    }
}
