    @font-face {
    font-family: "LEM";
    src: url("/fonts/le-murmure.ttf")
   }
   @font-face {
    font-family: "acne";
    src: url("/fonts/CaviarDreams.ttf")
   }
   @font-face {
    font-family: "uni";
    src: url("/fonts/Cocogoose\ Pro\ Ultralight-trial.ttf")
   }

html{
    height: 100vh;
}
body{
    background-color: #ead2af;
}   
.trait{
    width: 80%;
    height: 1px;
    border-bottom: 2px solid black;
}

.display{
    width:100%;
    display: flex;
    align-items: center;
}

.trait ~ p {
    margin:0px 10px 20px 20px;
    font-family: "uni";
    font-size: 27px;
}

h2{
    font-family: 'LEM';
    font-size: 90px;
    margin:20px 0;
}

.imageseul{
    position: relative;
    width:65%;
}
img{width: 100%;}

.imageseul::before{
    content:"";
    position: absolute;
    top:-20px;
    right:-550px;
    width:240px;
    height:240px;
    background-color: rgb(129, 14, 14);
    border-radius: 1000px;
    z-index:-1;
}
.imageettexte{
    display:flex;
    align-items: flex-end;
}
.quetexte{
    width: 40%;
}
.quetexte > p{
    font-family: 'uni';
    margin:20px;
    font-size: 25px;
    line-height:1em;
}
h1{
    font-family: 'LEM';
    font-size: 250px;
    margin:0 0 0 50px;
}
/* h1::before{
content:"="
}
 */