.pos-rel {
    position: relative;
}

#svg-marie-louise,
.svg-marie-louise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-template-template-design #design .wrapper-header .titre-header {
    position: relative;
    z-index: 2;
}

.page-template-template-agence #agence .wrapper-header .container .row,
.page-template-template-actualite .intro-actu>div {
    border: none;
}

.page-template-template-agence #agence .wrapper-timeline .trait-left:after,
.page-template-template-agence #agence .wrapper-timeline .trait-left:before,
.page-template-template-creation .wrapper-prix .trait-left:before,
.page-template-template-creation .wrapper-prix .trait-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 10px;
    background-color: white;
}

.page-template-template-agence #agence .wrapper-timeline .trait-left:before,
.single-post .wrapper-header-single .header-single .trait-left:before,
.page-template-template-creation .wrapper-prix .trait-left:before {
    top: auto;
    bottom: 0;
}

.white-marie-louise:before,
.white-marie-louise:after {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 8px;
    height: 100%;
    background-color: #ff0055;
}

.white-marie-louise:before {
    background-color: white;
    height: calc(100% + 20px);
    top: -10px;
}

@media screen and (max-width: 765px) {
    .page-template-template-agence #agence .wrapper-timeline h2 {
        margin-top: 12px !important;
    }
}

.single-post .white-marie-louise {
    height: fit-content;
}


@media (min-width: 1034px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1580px;
    }
}