*{
    margin: 0px;
    padding : 0px;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    scroll-behavior: smooth;
}
.body{
    background-color: #fff;
    background-image: url(./image/fond_site.png);
    background-size: cover;
}

p{
    font-weight: 300;
    color: #553425;
}

img{
    margin-left: 100px;
    height: 70px;
    width: 70px;
}

header{
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 10px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    background-color: #c7977f;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}

.navbar{
    display: flex;
    position: relative; 
}
.navbar li{
    list-style: none;
}
.navbar a{
    color:#553425;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 700;
}

.btn1{
    padding: 10px 20px;
    background: #eddcd4;
    margin: -10px;
    border-radius: 10px;
    font-family: 'Source ans Pro', sans-serif;
}

.btn1:hover{
    background:#437C90;
    transition: 0.6s ease-in-out;
    color: #fff;
}
header.sticky{
    background: #553425;
    padding: 10px 10px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}

header.sticky .logo{
    color: #fff;
}

header.sticky .logoae{
    content: url("./image/logoblanc.png");
}

header.sticky .navbar li a{
    color: #fff;
}

header.sticky .navbar li a:hover{
    color:#c7977f;
    border-bottom: 2px solid #c7977f;

}

.don2{
    color: #437C90;
    border-bottom: 2px solid #437C90;
}

header .navbar li a:hover{
    color:#437C90;
    border-bottom: 2px solid #437C90;
}
.donp{
    margin-left: 250px;
    margin-top: 200px;
    width: 450px;
    height: 200px;
    background-color: #eddcd4;
    border-radius: 10px;
}
.dp{
    text-align: center;
    color: #553425;
    font-weight: bold;
}
.don{
    padding-top: 20px;
}
.monnaie{
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 40px;
    background-color: #fff;
    border: 1px solid grey;
    padding-top: 7px;
}
#cinq{
    margin-left: 50px;
    border-radius: 2px;
}
#trois{
    border-radius: 2px;
}
.ml{
    margin-top: 30px;
    margin-left: 100px;
    color: #553425;
    font-weight: bold;
}
.montant{
    height: 25px;
    width: 100px;
    border-radius: 5px;
    border: 1px solid grey;
}
.donm{
    float: right;
    margin-top: -200px;
    margin-right: 300px;
    background-color: #eddcd4;
    width: 450px;
    height: 200px;
    border-radius: 10px;
}
.dm{
    text-align: center;
    color: #553425;
    font-weight: bold;
}
.dons{
    padding-top: 20px;
}
#cinq{
    color: black;
}
#di{
    color: black;
}
#cinquante{
    color: black;
}
#cent{
    color: black;
}
#trois{
    color: black;
}
#cin{
    margin-left: 120px;
    border-radius: 2px;
    color: black;
}
#vingt{
    border-radius: 2px;
    color:black;
}
#dix{
    color:black;
}
.ml2{
    margin-top: 30px;
    margin-left: 120px;
    color: #553425;
    font-weight: bold;
}
.info{
    background-color: rgba(67, 124, 144, 0.7);
    margin-top: 50px;
    height: 80px;
    margin-left: 430px;
    margin-right: 400px;
    border-radius: 15px;
}
#iconei{
    margin-top: 7px;
    margin-left: 10px;
}
.texte{
    float: right;
    color: #fff;
    margin-top: 30px;
    margin-right: 80px;
}

.btn2{
    display: inline-block;
    width: 10%;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 24px;
    border-radius: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #553425;
    text-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s ease;
    background-color:#c7977f;
    margin-left: 45%;
    margin-bottom: 1%;
}

a{
    text-decoration: none;
}
.btn2:hover{
    background:#437C90;
    transition: 0.6s ease-in-out;
    color: #fff;
}
footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100vw;
    font-family: "Open Sans";
    padding-top: 40px;
    color: #fff;
    margin-top: 150px;
    background: #c7977f;
    background-size: cover;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 18px;
}
.socials{
    
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials img{
    height: 50px;
    width: 50px;
}
.footer-bottom{
    background: #c7977f;
    width: 100vw;
    padding: 20px 0;
    text-align: center;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom span{
    text-transform: uppercase;
    font-weight: 200;
    color: black;
}   
.footer-content li {
    margin-left:-170px;
    width:80px;
}