.header-content{
    border: 0;
    padding: 0;
}
.body-content{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inner-body-content{
    display: grid;
    grid-template-columns: .8fr 1.4fr .8fr;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0;
}

.carrousel {
    width: 100%;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide img {
    vertical-align: bottom;
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.splide__arrow {
    height: 4em;
    opacity: 1;
    width: 4em;
    z-index: 2;
    background: none;
}
.splide__arrow svg {
    fill: #fff;
    height: 3.2em;
    width: 2.2em;
}


.left-col,
.right-col {
    display: grid;
    grid-gap: 20px;
}
.left-col{
    grid-template-columns: .9fr 1.1fr;
}
.right-col{
    grid-template-columns: 1.1fr .9fr;
}
.text-img {
    height: 400px;
    object-fit: cover;
}


.left-col .text-img:first-of-type {
    margin-top: 60px;
    height: 330px;
}
.left-col .text-img:last-of-type {
    margin-top: 130px;
}

.middle-col {
    padding: 0 80px;
}
.middle-col h1 {
    position: relative;
    color: var(--pink-color);
    width: 300px;
    margin-left: -100px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.middle-col h1:after,
.middle-col h1:before{
    content: '';
    position: absolute;
    width: 105%;
    height: 1px;
    background: var(--pink-color);
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.middle-col h1:after {
    bottom: -15px;
}
.middle-col h1:before {
    top: -15px;
}
.col-texts {
    position: relative;
    margin: 50px 0;
    color: var(--brown-color);
}
.col-texts:before {
    content: '';
    position: absolute;
    top: -20px;
    right: calc(100% + 35px);
    width: 1px;
    height: 150px;
    border-right: 6px dotted var(--blue-color);
}
.col-texts h2 {
    color: var(--pink-color);
    font-family: 'zangezi';
    font-weight: 500;
    margin-bottom: 5px;
}
.col-texts h2:before {
    content: '';
    position: absolute;
    top: 35%;
    right: calc(100% + 10px);
    transform: translate3d(0, -50%, 0);
    width: 20px;
    height: 1px;
    background: var(--pink-color);
}
.col-texts .text-container {
    margin-bottom: 25px;
}

.right-col .text-img:first-of-type {
    margin-top: -10px;
}
.right-col .text-img:last-of-type {
    margin-top: 190px;
    height: 310px;
}


.bg-element.branche-1-single-hebergement {
    top: -100px;
    left: 330px;
}
.bg-element.feuille-5-single-hebergement {
    top: -75px;
    left: -30px;
}
.bg-element.wave-1-single-hebergement {
    top: -110px;
    right: 730px;
}
.bg-element.feuille-1-single-hebergement {
    top: -40px;
    right: -80px;
}

.modal-content .bg-element.branche-1-single-hebergement,
.modal-content .bg-element.wave-1-single-hebergement{
    display: none;
}
.modal-content .inner-body-content{
    padding: 100px 40px;
}