/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

.header-offres .container {
    max-width: 839px;
}

.header-offres h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    letter-spacing: 0.0907519px;
}

.header-offres .sub-title {
    margin-bottom: 44px;
}

.decouvrez-offres {
    padding: 180px 0 123px;
}

.decouvrez-offres .offres {
    margin-top: 16px;
}

/* .decouvrez-offres .offer--item:not(:first-child) {
    margin-top: 30px;
} */

.offer--item {
    padding: 40px 0;
    position: relative;
}

.offer--item:first-child {
    padding-top: 50px;
}

.offer--item .service-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    position: relative;
}

.offer--item .service-title a {
    text-decoration: none;
    padding-right: 20px;
}

.offer--item .service-title .icon-arrow-up {
    position: absolute;
    top: 0;
    right: 0;
}

.offer--item .pointer-events-none .icon-arrow-up {
    display: none;
}

.offer--item .service-title [aria-expanded=true] .icon-arrow-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offer--item .services .card {
    border: 1px solid rgba(255, 255, 255, .3);
    border-width: 0 0 1px 0;
}

.offer--item .card-header {
    padding: 20px;
}

.offer--item .card-body {
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0 20px;
}

.offer--item .subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: var(--odity-color);
}

.offer--item .offer-title {
    font-size: 50px;
    line-height: 60px;
    /* identical to box height, or 120% */

    letter-spacing: -0.02em;
    margin: 2px 0 30px;
}

.offer--item .offer-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.offer--item .offer-description p {
    margin-bottom: 30px;
}

.offer--item > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .decouvrez-offres {
        padding: 133px 0 70px;
    }

    .decouvrez-offres h1 {
        font-size: 35px;
        line-height: 42.35px;
        margin-bottom: 50px;
    }

    .header-offres .sub-title {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .offer--item .offer-title {
        font-size: 35px;
        line-height: 42.35px;
        letter-spacing: -1.19325px;
        margin-bottom: 30px;
    }

    .offer--item .offer-description {
        font-size: 14px;
        line-height: 25px;
    }

    .offer--item .service-title {
        font-size: 16px;
        line-height: 27px;
    }

    .offer--item .card-body {
        font-size: 12px;
        line-height: 20px;
    }
}

.offer--image .visuel {
    position: relative;
}

.offer--image .img-1,
.offer--image .img-3 {
    left: 162px;
}

@media (max-width: 991px) {
    .decouvrez-offres {
        padding: 126px 0 0;
    }

    .decouvrez-offres h1 {
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        letter-spacing: 0.0907519px;
        margin-bottom: 20px;
    }

    .header-offres .sub-title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .offer--item:first-child {
        padding-top: 123px;
    }

    .offer--item .subtitle {
        font-size: 14px;
        line-height: 16px;
    }

    .offer--item .offer-title {
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -0.02em;
    }

    .offer--item .offer-description {
        line-height: 19.6px;
    }
}

@media (max-width: 767px) {
    .offer--item {
        position: relative;
    }

    .offer--image {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .offer--image .visuel {
        position: absolute;
    }

    .offer--image .img-1 {
        left: 0;
    }

    .offer--image .img-2 {
        right: 0;
        top: -46px;
    }

    .offer--image .img-3 {
        left: 0;
        top: -80px;
    }

    .offer--image .img-4 {
        right: 0;
        top: -38px;
    }
}
