a {
  color: #0388A6;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Arvo', courier, serif;
    font-weight:bold;
    font-size: 14px;
/*COULEUR text bouton LITY*/
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0, 0.15);
    border-radius: 6px;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
/*COULEUR fond bouton LITY*/
    /*background: #337AB7;*/
    background: #4B91D2;
    box-shadow: rgba(255,255,255, 0.75) 0 1px 0;
}
.btn:hover {
    color: #337AB7;
    background-color: #C7E1F9;
    box-shadow: rgba(255,255,255, 0.75) 0 1px 0, rgba(0,0,0, 0.15) 0 1px 3px inset;
}

.btn-primary {
    background-color: #9A9994;
}

.btn-primary:hover {
    background-color: #9A9994;
}

.wrap {
    width: 90%;
    max-width: 640px;
    margin: 0 auto 30px auto;
}

.wrap-center {
    text-align: center;
}

@media (max-width: 767px) {
    h1 {
        font-size: 100px;
    }
    h2 {
        font-size: 16px;
    }
}
