.header{
    background-image: url('/assets/images/tomes/oubli.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: 80%;
    background-position: 10vw;
}
hr{
    width: 87%;
}
.container{
    padding: 0px;
    margin-top: 5%;
}
.container h1{
    font-size: 50px;
}
.container h2{
    font-size: 38px;
}
.text-left{
    font-size: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.text-right{
    font-size: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.text-center{
    font-size: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-or1{
    text-align: justify; 
    width: 75%;
}
.text-or2{
    text-align: justify; 
    width: 72.6%;
}
.container button{
    background-color: #6e0e0e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.img-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.img-center1{
    width: 75%;
    height: 45%;
}
.img-right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
}
.img-right-text{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.img-left{
    display: flex;
    justify-content: end;
    align-items: flex-start;
    width: 75%;
}
.img-left-text{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
}
img{
    width: 20%;
    border-radius: 1%;
}