*{
    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;
}

.logoae{
    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);
}

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

.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;
}
.actu{
    color: #437C90;
    border-bottom: 2px solid #437C90;
}


header .navigationbar li a:hover{
    color:#437C90;
    border-bottom: 2px solid #437C90;
}

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 .navigationbar li a{
    color: #fff;
}

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

}

.titre-texte {
    font-family: 'Source ans Pro', sans-serif;
    color: #553425;
    text-align: center;
    font-weight: bold;
}


.container{
    margin-top: 200px;

}

.personnalités{
    margin-right: 200px;
    margin-left: 200px;
    border-radius: 10px;
}

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

.contenu1 .box{
    width: 350px;
    margin: 20px;
}
.contenu2 .box{
    width: 350px;
    margin: 20px;
}

.contenu1 .box .imbox{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #fff;
}
.contenu2 .box .imbox{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #fff;
}

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

.contenu1 .box .text{
   text-align: center;
   font-weight: 300px;
   color:#553425;
   text-decoration: none;
}

.contenu2 .box .text{
    text-align: center;
    font-weight: 300px;
    color:#553425;
    text-decoration: none;
 }
 .contenu1 .box .imbox .text p:hover{
    text-decoration: none;
 }

 .text:hover {
     background-color: #c7977f;
 }

 .nom {
    font-family: 'Source ans Pro', sans-serif;
    border-bottom: 2px solid #553425;
 }


 table{
    border: 1px solid black;
    text-align: center;
    margin-left: 25%;
}
.titree{
    background-color: #eddcd4;
    text-align: center;
}
.titre2{
    background-color: #c7977f;
    font-weight: bold;
}
tr, td{
    border: 1px solid black;
    background-color: #eddcd4;
}

td{
    padding: 5px;
}
.colo{
    width: 200px;
}
.colo1 a{
    text-decoration: none;
    color: #437C90;
}

.colo1 a:hover{
    border-bottom: 2px solid #437C90;
    color:#437C90;
}
 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 {
    
    width:80px;
}