@font-face {
    font-family:'Glacial' ;
    src: url(/font/GlacialIndifference-Regular.otf);
    font-family: 'Glacial Gras';
    src: url(/font/GlacialIndifference-Bold.otf);
}



a {  text-decoration: none;}
ul { 
    list-style: none;}


body {
    background: url(../images/don/resto.jpg);
    background-size: contain;
    background-repeat: none;
}



.container{
    max-width: 380px;
    margin: auto;
    margin-top: 100px;
    background-color: black;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
}

h2{
    color: #FFBD59;
    text-align: center;
    font-family: 'Glacial';

}

input{
    width: 100%;
    margin : 10px 0;
    outline: none;
    background-color: transparent;
    color: #FFBD59;
    padding: 10px 6px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Glacial';
}

.btnDon{
    background: none;
    width: 250px;
    height: 60px;
    border: 4px solid #FFBD59;
    font-family: 'Glacial';
    font-size: 20px;
    font-weight: bold;
    color: #FFBD59;
    transition: .4s linear;
    position: relative;
    cursor: pointer;
}

.btnDon:hover{
    color: white;
}

.btnDon::before{
    content: "";
    position: absolute;
    width: 245px;
    height: 55px;
    top: 0px;
    left: 0px;
    background-color: #FFBD59;
    z-index: -1;
    transition: .4s linear;
}

.btnDon:hover::before{
    width: 245px;
}

footer{
    border-top: 1px dashed #FFBD59;
    width: 100%;
    background-color: black;
    color :#FFBD59;
    margin : 15% 0 0 0; 
}

.contenu-footer {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    font-size: 16px;
    padding: 50px 0 50px;
}

.bloc {
    flex-basis: 20%;
    margin: 0 30px;
}

.liste-services h3,
.liste-horaires h3,
.liste-medias h3 {
   font-size: 25px;
   padding-bottom: 20px;
}

.liste-services li{
    padding: 2px 0;
}


.liste-services a {
    text-decoration: none;
    color :#FFBD59;
}

.liste-services a:hover {
    color: whitesmoke;
}


.liste-medias a {
    text-decoration: none;
    color :#FFBD59;
}

.liste-medias a:hover {
    color: whitesmoke;
}


