@font-face {
    font-family: "Din";
    src: url(DINWeb.woff);
}

@font-face {
    font-family: "Fa Regular";
    src: url(fa-regular-400.woff);
}

a{
    color:#004996;
    text-decoration: none;
    font-weight:bold;
}

a.picto{
    background-color:rgba(255,255,255,.15);
    /*display:inline-block;
    max-width: 10%;*/
    border-radius:5%;
    text-align:center;
    padding:1rem;
    box-sizing: border-box;
    color:white;
}

a.picto:hover{
    background-color: rgba(255,255,255,.2);
}

a.picto.actif{
    background-color:rgba(255,255,255,.5);
}

body{
    font-family: "Din";
    font-size:16px;
}

form{
    margin:.5rem;
}

h1{
    margin:1rem;
    font-size:2rem;
}

#contact{
    margin:1rem;
}

#contact2{
    margin-top:4rem;
}

#contact2 a{
    color:white;
}

.barrerecherche{
    padding:1rem;
    font-size:.8rem;
    border-radius:5%;
}

.boutonrecherche{
    /*width:20%;*/
    padding:1rem;
    font-size:.8rem;
    border-radius:5%;
    margin-left:1rem;
    background-color:rgba(255,255,255,.7);
}
.boutonconnexion {
    min-width: 20%;
    padding-top: 1rem;
    padding-bottom:  1rem;
    font-size: .8rem;
    border-radius: 5%;
    margin-left: 1rem;
    background-color: rgba(142, 239, 118, 0.7);color: white;
    font-weight: bold;
}
.boutondeco {
    min-width: 20%;
    padding-top: 1rem;
    padding-bottom:  1rem;
    font-size: .8rem;
    border-radius: 5%;
    margin-left: 1rem;
    background-color: rgba(204, 40, 40, 0.7);
    color: white;
    font-weight: bold;
}
.centre{
    text-align: center;
}

.droite{
    text-align:right;
}

.gauche{
    text-align: left;
    margin:2rem;
}

.gras{
    font-weight:bold;
}

.majuscules{
    text-transform: uppercase;
}

.margehaut{
    margin-top:2rem;
}

.menu-responsive{
    display: none;
}

.petit{
    font-size:.8rem;
}

.resultat{
    border-bottom:1px solid #CECECE;
    margin:1rem 0;
    padding:1rem 0;
}

.tousresultats{
    margin:1rem 0;
}

.toutelarecherche{
    background-image:url(vosges.jpg);
    background-repeat: no-repeat;
    background-position: center;
    color:white;
    text-align: center;
    padding:3%;
}

.toutelarecherche2{
    background-image:url(vosges.jpg);
    background-repeat: no-repeat;
    background-position: center;
    color:white;
    text-align: center;
    padding:3%;
    height:100%;
}

@media only screen and (max-width: 640px){
    .menu-responsive{
        display: block;
    }
    
    a.picto{
        margin:.2rem auto;
    }
    
    .droite{
        text-align:left;
    }
    
    .menu-grand{
        display: none;
    }
}