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

 
}
  @font-face {
    font-family: "apercu-mono-regular-pro";
    src: url(webfonts/apercu-mono-regular-pro.eot);
    src: url(webfonts/apercu-mono-regular-pro.eot?#iefix) format('embedded-opentype'),
         url(webfonts/apercu-mono-regular-pro.woff2) format('woff2'),
         url(webfonts/apercu-mono-regular-pro.woff) format('woff'),
         url(webfonts/apercu-mono-regular-pro.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


img {
    display: none;
}

 .btn {
        background-color: transparent;
        font-family: "apercu-mono-regular-pro";
        border: none;
        color: floralwhite;
        font-size: 30px;
        cursor: pointer;
        margin: 100px;
        align-items: baseline;
    }
    .btn:hover {
        background-color: darkgrey;
            
    }
.button {background-color: transparent;
        font-family: "apercu-mono-regular-pro";
        border: none;
        color: floralwhite;
        font-size: 30px;
        cursor: pointer;
        margin: 100px;
        align-items: baseline;}

.button:hover {background-color: darkgrey}

a:link {
    color:whitesmoke;
}

div{
    display: flex;
    justify-content: space-evenly;
}




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

/* salut les copains */