@font-face {
  font-family: 'Litera';
  src: url('../police/Litera.ttf');
}

html{
    font-family: 'Open Sans', sans-serif;
}
h5,h4,h3,h2,h1{
    font-family: 'Litera','Oswald', sans-serif;
}

.soft{
    font-family: 'Open Sans', sans-serif;
}
.promo i{
    margin: 40px;
    color: #424242;
    font-size: 7rem;
    display: block;
}
.promo img{
    margin: 40px 40px 0px 40px;
    width: 7rem;
}

nav li:hover{
    background-color: #a4c52e;
}
.brand-logo{
    margin-left: 15px;
}
.par1{
    margin-top: 10px;
}

.brand-logo img{
    width: 80%;
}

.slide{
    position: relative;
    height: 100vh ;
    background-image: url('../images/bandeau2.jpg');
    background-size: cover;
    background-position: center;
}

.contad {
    padding-left: 300px;
}


.des{
    position: absolute;
    bottom:-20px;
    left:-8%;
}
.block1{
    padding-top: 80px;
    padding-bottom: 50px;
}

.block2{
    padding-bottom: 50px;
}


.sepa{
    margin-top: 50px;
}

#sticker{
    position: fixed;
    z-index: 999;
}
.contact-info li{
    display: inline-block;
    padding: 10px;
}

nav {
    height: 60px;
    line-height: 60px;
}

.brand-logo{
    width: 20%;
}

b{
    color: #2962ff ;
}

.maps{
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #1565c0;
}

.maps iframe{
    pointer-events: none;
}

.clear{
    clear:both;
}

#galerie{
    height: 200px;
    position: relative;
    overflow: hidden;
}

.card-image{
    width: 100px;
    height: 190px;
    background-size: cover;
    background-position: center;
}

.actu{
    display: inline-block;
    margin-left: 55px;
    max-width: 30vw;
    padding : 10px;
}

.suiv{
    height: 200px;
    width: 30px;
    cursor: pointer;
    background-image: url(../images/right.png);
    position: absolute;
    right: 0px;
    top:0px;
}

.prec{
    height: 200px;
    width: 30px;
    cursor: pointer;
    background-image: url(../images/left.png);
    position: absolute;
    left: 0px;
    top:0px;
}

.slider{
    width: 18000px;
    height: 200px;
    position:relative;
    top:10px;
}

.card-act{
    position: relative;

    margin: 0px;
}

.card-img{
    padding: 0px;
    margin: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 14vh;
}

#gal{
    padding-top: 30px;
}

#connexion{
    margin-top: 30vh;
}

.content-card{
    padding: 10px;
}

.btn-card{
    position: absolute;
    bottom: 0px;
    padding: 10px 10px 15px 10px ;
    color:#ffab40;
    text-transform: uppercase;
}

.btn-card a {
    color:#ffab40;
}

@media only screen and (max-width : 992px) {
    .contad {
        padding-left: 0px;
    }

    .drag-target{
        display: none;
    }
}
@media screen and (min-width: 0px) and (max-width: 500px){
    .brand-logo{
        width: 45%;
        margin-top:5px;
    }
    .slide{
        padding-top: 60px;
    }
    .actu{
    display: inline-block;
    margin-left: 55px;
    max-width: 80vw;
    padding : 10px;
    }
    .slide{
    position: relative;
    height: 100vh ;
    background-image: url('../images/bandeaum.jpg');
    background-size: cover;
    background-position: center;
    }
}