body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F9F8F7;
    margin: 0;
    padding: 0;
}

.container {
    width: 45% ; 
    margin: 0 auto;
}

.header__img {
    width: 100%;
}

.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background-color:#F9F8F7;
    justify-content: end;
}

.navigation__li {
    display: flex;
    justify-content: end;
    list-style: none;   
}

.navigation__el {
    text-decoration: none;
    color:  #aa314f;
    padding: 20px;
    font-weight: 600;
}


.scrollBar{
    position: fixed;
    top: 51px; 
    left: 0px;
    width: 100%;
    height: 5px;
    background-color: #F9F8F7;
}

.scrollBar__progress{
    height: 100%; 
    background-color: #aa314f;
    width: var(--scrollbar-width, 0%);
}
    

.title{
    font-family: "Fraunces", serif;
    font-size: 50px;
    line-height: 1.4;
}

.title--main{
    font-size: 105px;
    font-weight:900 ;
    color: #BF510E;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
}

.title--small{
    font-size: 34px;
    margin-left: 30px;
    margin-bottom: 34px;
}

.title--Xsmall{
    font-size: 23px;
}





.container__texte {
    line-height: 140% ;
    font-family: 16px;
}


.matt { 
    display: flex;
    flex-direction: row;
}

.matt__img {
    width: 120px;
    border-radius: 100%;
    margin-right: 40px;
}


.image {
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom:10px;
}

.figure {
    width: 100%;
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding:0;
}

.figure__txt {
    font-style: italic;
}

.footer {
    background-color: #aa314f;
    margin-top: 154px;
    bottom: 0px;
    color: #F9F8F7;
    padding: 50px;
}

.footer__contenu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 154px;
}

.footer--1 {
    list-style: none;
}

.footer--3 {
    width: 40%;
}

.footer__lien {
    color: #F9F8F7;
}

label {
  display: block;
  margin-top: 3px;
}

input {
    margin-top:20px ;
}

.footer__4 {
    display: flex;
    justify-content: center;
}
