body,html {
    height: 100%;
    margin: 0;
    background-image: url(images/Salon.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    


 
}

  @font-face {
    font-family: "apercu-mono-regular-pro";
    src: url(fonts/apercu-mono-regular-pro.eot);
    src: url(fonts/apercu-mono-regular-pro.eot?#iefix) format('embedded-opentype'),
         url(fonts/apercu-mono-regular-pro.woff2) format('woff2'),
         url(fonts/apercu-mono-regular-pro.woff) format('woff'),
         url(fonts/apercu-mono-regular-pro.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
 .btn {
        background-color: transparent;
        border: none;
        color: black;
        cursor: pointer;
        margin: 15px;
        align-items: baseline;
    }
    .btn:hover {
        background-color: gray
            
    }

a:link {
    color:whitesmoke;
}

div{
    display: flex;
    justify-content:flex-start;
}

.dropbtn{
    background-color: transparent;
    color: whitesmoke;
    font-family: "apercu-mono-regular-pro";
    font-size:50px;
    padding: 15px;
    border: none;
    text-align: right;
}
.dropdown {
    position: relative;
    display: block;
    width: 12%;
    margin-left: auto
}
.dropdown-content {
    display: none;
    position: absolute;
    width: :150%;
    background-color: darkgray;
    min-width: inherit;
    
}
.dropdown-content a {
    color: whitesmoke;
    padding: inherit;
    text-decoration: none;
    font-family: "apercu-mono-regular-pro";
    font-size: 35px;
    display: block;
}

.dropdown-content a:hover {background-color: lightgray}
.dropdown:hover .dropdown-content {display: block}
.dropdown:hover .dropbtn {background-color: transparent}


h1 {
    font-family: "apercu-mono-regular-pro";
    font-size:55px;
    text-align: left;
    margin-left: 20px;
    color: whitesmoke;
}
h2 {font-family:"apercu-mono-regular-pro";
    font-size:40px;
    text-align: left;
    margin-left: 20px;
    color: navajowhite;}
h3 {font-family: "apercu-mono-regular-pro";
    font-size:18px;
    text-align: left;
    color: navajowhite;}

/* salut les copains */