*{
    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/mains.png);
    background-size: contain;
}
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 .navbar li a:hover{
    color:#437C90;
    border-bottom: 2px solid #437C90;
}

header .navbar li a:active{
    color:#437C90;
    border-bottom: 2px solid #437C90;
}
.propos{
    color: #437C90;
    border-bottom: 2px solid #437C90;
}
.banniere{
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.banniere .contenu{
    max-width: 70%;
    text-align: center;
}
.banniere .contenu h2{
    color: #437C90;
    font-size: 3em;
    text-transform: none;
}
.contenu p{
    color:#c7977f;
    font-size: 1.2en;
    font-weight: bold;
}
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;

}

.titre{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.affiche{
    margin: -100px;
}

.affiche .contenu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.affiche .contenu .box{
    width: 350px;
    margin: 20px;
}
.affiche .contenu .box .imbox:hover{
    background-color: #c7977f;
    border-radius: 10px;
}

.affiche .contenu .box .imbox{
    position: relative;
    width: 100%;
    height: 300px;
}

.affiche .contenu .box .imbox img{
    position: relative;
    top: 0;
    right: 32%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.affiche .contenu .box .text{
   text-align: center;
   font-weight: bold;
   color:#553425;
   text-decoration: none;
}

.titre-texte{
    text-align: center;
    font-weight: bold;
    color:#553425;
    text-decoration: none;
    border-bottom: 2px solid #553425;
}
.present{
    font-size: 18px;
}
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;
}