@font-face {
    font-family: herbus;
    src: url(HerbusTRIAL-Regular.otf);
}
.premier{
    margin-bottom: 20px;
    border: 10px solid black;
    padding: 20px;

}

.deuxieme{
    border: 10px solid black;
    margin-bottom: 20px;
    padding: 20px;

}

.troisieme{
    border: 10px solid black;
    margin-bottom: 20px;
    padding: 20px;

}

.quatrieme{
    border: 10px solid black;
    margin-bottom: 20px;
    padding: 20px;

}


.cinquieme{
    border: 10px solid black;
    margin-bottom: 20px;
    padding: 20px;
}

.titre{
    font-size: 200px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: -13px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*text-decoration-line: line-through;*/
    
}

.premier p:first-child{
    position:relative;
    top:-10px;
}

.barrer{
    position:relative;
}

.barrer:after{
    content:'';
    position:absolute;
    height:15px;
    width:100%;
    top:46%;
    left:0;
    background-color: black;
   
}
