#ellipse-bg{
    position: absolute;
    z-index: -1;
    width: 159px;
    height: 74px;
    left: -24px;
    top: 83px;
}

#ellipse-bg .cls-2{
    fill: var( --color-primary-graphic-elements );
}

#ellipse-bg .cls-1{
    fill: var( --color-primary-lightest );
}

#main-page-wrapper .tirets{
    height: 13px;
}

#main-page-wrapper .tirets .cls-1{
    fill: var( --color-secondary-graphic-elements );
}

.titre-home::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: var( --color-primary-graphic-elements );
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    right: 27px;
    bottom: 110px;
}
