.presentation-offre {
    overflow-x: clip;
}

@media screen and (min-width: 1024px) {
    .presentation-offre {
        padding: 84px 0 132px;
    }
}

@media screen and (min-width: 1024px) {
    .presentation-offre--container {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        gap: 80px;
    }

    .presentation-offre--container>div {
        flex: 1;
    }
}

.presentation-offre--content {
    padding: 0 16px;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--content {
        padding: 0;
    }
}

.presentation-offre--img {
    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 10vw;
    padding: 96px 0;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--img {
        margin: 0;
        padding: 0;
    }
}

.presentation-offre--img img {
    width: 100%;
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(50% 1%, 100% 29%, 100% 100%, 0 100%, 0 29%);
    clip-path: polygon(50% 1%, 100% 29%, 100% 100%, 0 100%, 0 29%);
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--img img {
        height: 100%;
        min-height: 850px;
        max-width: 613px;
        margin-inline: 0;
    }
}

.presentation-offre--img::before,
.presentation-offre--img::after {
    content: '';
    -webkit-mask: url("../images/patterns/home-pattern.svg") no-repeat center;
    mask: url("../images/patterns/home-pattern.svg") no-repeat center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: var(--light-blue);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    pointer-events: none;
}

.presentation-offre--img::before {
    transform: translate(-50%, -50%) scale(1.36);
    opacity: .5;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--img::before {
        transform: translate(-50%, -50%) scale(1.24);
    }
}

.presentation-offre--img::after {
    transform: translate(-50%, -50%) scale(1.54);
    opacity: .2;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--img::after {
        transform: translate(-50%, -50%) scale(1.36);
    }
}

.presentation-offre--img span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .8;
    transform: translate(-50%, -50%) scale(1.18);
    transform-origin: center;
    -webkit-mask: url("../images/patterns/home-pattern.svg") no-repeat center;
    mask: url("../images/patterns/home-pattern.svg") no-repeat center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: var(--light-blue);
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    .presentation-offre--img span {
        transform: translate(-50%, -50%) scale(1.12);
    }
}

.presentation-offre .owl-stage {
    margin-left: -44px;
}

.presentation-offre .owl-stage-outer {
    margin: 0 -16px;
}

.presentation-offre .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    gap: 8px;
}

.presentation-offre .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #F2F2F2;
}

.presentation-offre .owl-dots .owl-dot.active {
    background-color: var(--green);
}

.presentation-offre .picto-wrapper {
    margin-top: 24px;
}

@media screen and (min-width: 1024px) {
    .presentation-offre .picto-wrapper {
        display: flex;
        margin-top: 80px;
        gap: 40px;
    }
}

.presentation-offre .picto-wrapper--item {
    text-align: center;
    flex: 0 0 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presentation-offre .picto-wrapper img {
    margin-bottom: 20px;
    height: 40px;
    width: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.presentation-offre .picto-wrapper .number {
    color: var(--light-blue);
    text-align: center;
    font-family: var(--gotham);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: block;
}

.presentation-offre .picto-wrapper p {
    text-align: center;
    font-family: var(--gotham);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}