@font-face {
    font-family: 'MontserratLight';
    src: url(../../polices/MontserratLight.woff) format('woff'), url(../../polices/MontserratLight.ttf) format('ttf');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url(../../polices/MontserratRegular.woff) format('woff'), url(../../polices/MontserratRegular.ttf) format('ttf');
}

body {
    font-family: 'MontserratLight', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #002F2F;
    color: white;
}

h1 {
    position: relative;
    width: 100%;
    color: #B7CA79;
    text-align: center;
    font-size: 1.8em;
}

#connection {
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    height: 35px;
    width: 150px;
    top: 20px;
    left: 20px;
    line-height: 30px;
    border-radius: 10px;
    padding-top: 5px;
}

#accueil {
    text-align: left;
    margin: 20px;
    font-size: 1.2em;
}

a {
    color: #B7CA79;
}

a:hover {
    color: white;
}

@media screen and (min-width:200px) and (max-width:600px) {
    h1 {
        width: 90%;
        text-align: right;
        color: #B7CA79;;        
        font-size: 1.2em;
        margin: 30px 0px 30px 0px;
    }
}
