*{
    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_site2.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
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 sans Pro', sans-serif;
}

.btn1:hover{
    background:#437C90;
    transition: 0.6s ease-in-out;
    color: #fff;
}
.signal{
    color: #437C90;
    border-bottom: 2px solid #437C90;
}


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

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

}

section {
    display: block;
    margin-top: 200px;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #eddcd4;
    border-radius: 30px;
}

section div {
    justify-content: center;
    margin-right: 25px;
    margin-left: 25px;
}

#titre {
    text-align: center;
}

#titre_txt {
    padding-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #553425;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #553425;
}

.categorie {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.cases {
    border-radius: 8px;
    border: 1px solid #553425;
    font-size: 15px;
}

.checkbox {
    margin-left: 15px;
}

#civilite {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color:#553425;
    font-size: 20px;
}

#Envoyer {
    margin-left: 45%;
    margin-right: 45%;
    margin-bottom: 3%;
    border-radius: 10px;
    font-family: 'Source ans Pro', sans-serif;
}

#envoyer {
    font-size: 20px;
    font-weight: bold;
    color: #553425;
    background-color: #c7977f;
    padding-left: 45%;
    padding-right: 45%;
    margin-bottom: 3%;
    height: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 20px ;
    border: none;
    cursor: pointer;
}

#envoyer:hover {
    background-color: #437C90;
    transition: 0.6s ease-in-out;
    color: #fff;
}

#description {
    width:90%;
    height:100%;
}


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