.nos-services-banner .banner__background {
    background: url("/assets/img/nos-services/banner.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.nos-services-banner .banner__title {
    font-size: 36px;
    line-height: 44px;
}

.nos-services-banner .banner__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
}

.nos-services__menu--wrapper {
    position: sticky;
    top: 0;
    z-index: 4;
}

.nos-services__menu-container {
    width: 100%;
    padding: 10px 0 8px;
    background-color: #3c85c4;
}

.nos-services__menu-list {
    display: flex;
    justify-content: space-between;
}

.nos-services__menu-item {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: #88c2f4;
    margin-bottom: 0;
    cursor: pointer;
}

.nos-services__menu-item.active {
    color: #fff;
}

.nos-services__menu-open {
    position: absolute;
    top: 130px;
    margin-left: 42px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3c85c4;
    cursor: pointer;
}

.nos-services__menu-open--img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 20px;
}

.nos-services__menu-sidebar {
    position: absolute;
    top: 130px;
    width: 260px;
    padding: 20px 30px;
    background-color: #3c85c4;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 3px 10px #00000029;
    box-sizing: border-box;
}

.nos-services__menu-close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.nos-services__menu-sidebar--list {
    margin: 0;
}

.nos-services__menu-sidebar--item {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #88c2f4;
    border-top: 1px solid #4a95d6;
    padding: 5px 0 4px;
    cursor: pointer;
}

.nos-services__menu-sidebar--item:last-child {
    border-bottom: 1px solid #4a95d6;
}

.nos-services__menu-sidebar--item.active {
    color: #fff;
}

.nos-services__wrapper {
    margin-top: 80px;
}

.nos-services__wrapper * {
    box-sizing: border-box;
}

.nos-services__accordion .nos-services__accordion-toggle {
    border-top: 1px solid #d4d4d4;
    padding: 15px 0;
}

.nos-services__accordion-toggle {
    cursor: pointer;
    position: relative;
}

.nos-services__accordion-body {
    display: none;
    padding-bottom: 45px;
}

.nos-services__accordion--active .nos-services__accordion-body,
.nos-services__menu-mobile--accordion--active
    .nos-services__menu-mobile--accordion-body {
    display: block;
}

.nos-services__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

.nos-services__content {
    margin-top: 35px;
    font-size: 16px;
    line-height: 20px;
    align-items: flex-start;
}

.service {
    display: flex;
    position: relative;
}

.service__img {
    width: 100%;
    max-width: 862px;
    height: 100%;
    max-height: 505px;
    border-radius: 20px;
    object-fit: cover;
}

.service__img--full-width {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.service__card {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 540px;
    padding: 30px 40px 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    box-shadow: 0 3px 20px #00000029;
}

.service__card .service__p {
    margin-bottom: 20px;
}

.blur-card {
    background-color: rgba(245, 245, 245, 0.7);
    backdrop-filter: blur(10px);
}

.service:not(#financement) .service__img--full-width ~ .content .blur-card {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
}

.service__card--right {
    margin-left: auto;
}

.service__title {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 10px;
}

.service__subtitle {
    margin-bottom: 20px;
    font-size: 20px;
}

.service__p {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 30px;
}

.service__pictos {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    text-align: center;
}

.service__picto--img {
    margin-bottom: 10px;
}

.btn-cta {
    color: #fff;
    background-color: #1167ff;
    padding: 15px 15px 13px;
    display: block;
    width: 55%;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    transition: all 0.1s ease-in-out;
}

.btn-cta:hover,
.btn-cta:focus {
    color: #fff;
    background-color: #3089f2;
}

.btn-cta--light {
    color: #1167ff;
    background-color: #fff;
    border: 1px solid #1167ff;
}

.btn-cta--light:hover,
.btn-cta--light:focus {
    color: #1167ff;
    background-color: #eee;
}

.detail {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    display: block;
}

.detail:hover,
.detail:focus {
    color: #000;
}

.read-more__toggle {
    color: #707070;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.read-more__toggle--img.open {
    transform: rotate(180deg);
}

.read-more__block {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.read-more__block.closed,
.nos-services__menu-mobile--accordion {
    display: none;
}

.service__subwrapper {
    display: flex;
    position: relative;
}

.weight-normal {
    font-weight: normal;
}

.button-wrapper {
    display: flex;
    justify-content: space-between;
}

.button-wrapper .btn-cta {
    width: 48%;
}

.button-wrapper .btn-cta.large {
    width: 70%;
}

.coyote-color {
    color: #46c815;
}

.btn-azure {
    background-color: #00c7b8;
}

.btn-azure:hover,
.btn-azure:focus {
    background-color: #00a599;
}

/** SPECIFICS ENTRETIEN ET RÉPARATION **/
.service#prendre-rdv-en-ligne {
    margin-top: 90px;
    padding: 50px 0;
}

.service#carrosserie-rapide {
    padding: 80px 0;
    background-color: #f0f5ff;
}

.service#carrosserie-rapide .service__img {
    max-height: 422px;
    object-position: bottom;
}

.service#maintenance-autosphere .service__img {
    max-height: 574px;
    object-position: bottom;
}

.service#maintenance-autosphere .service__card {
    background-color: rgba(255, 255, 255, 0.7);
}

.service#bilan-controle-securite-offert {
    margin-top: 100px;
}

.service#bilan-controle-securite-offert .blur-card {
    background-color: rgba(255, 255, 255, 0.8);
}

.service#atelier-mobile {
    margin-top: 90px;
    padding: 45px 0;
}

.service#controle-technique-offert-a-vie {
    margin-top: 70px;
}

/** SPECIFICS FINANCEMENTS **/
.service#financement .service__card {
    margin-top: 47px;
    margin-bottom: 47px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 2;
}

/** SPECIFICS ASSURANCES ET GARANTIES **/
.service#garanties-constructeurs-et-labels-occasion {
    margin-top: 85px;
    padding: 20px 0 70px;
    background-color: #f0f5ff;
}

.service#garanties-constructeurs-et-labels-occasion .service__img {
    max-height: 465px;
    object-position: bottom;
}

.service#garanties-constructeurs-et-labels-occasion .service__card {
    background-color: rgba(255, 255, 255, 0.8);
}

.service#assurances-liees-a-votre-financement-autosphere {
    margin-top: 70px;
}

.service#extension-de-garantie-autosphere {
    margin-top: 115px;
    padding: 50px 0;
}

.service#satisfait-ou-rembourse {
    margin-top: 105px;
}

.service#satisfait-ou-rembourse .service__card {
    background-color: rgba(255, 255, 255, 0.9);
}

/** SPECIFICS SERVICES COMPLÉMENTAIRES **/

.service#reprise-autosphere {
    margin-top: 80px;
}

.service#livraison-a-domicile {
    margin-top: 90px;
    padding: 85px 0 50px;
    background-color: #f8f9fb;
}

.service#livraison-a-domicile .service__img {
    max-height: 461px;
}

.service#achat-en-ligne {
    padding: 50px 0 0;
    background-color: #f8f9fb;
}

.service#borne-de-recharge {
    margin-top: 260px;
    padding: 60px 0;
}

@media screen and (min-width: 1200px) {
    .service__img:not(.service__img--full-width) ~ .service__card--right {
        margin-left: -16.9%;
    }

    .service__img:not(.service__img--full-width) ~ .service__card--left {
        margin-right: -16.9%;
    }
}

@media screen and (min-width: 1003px) and (max-width: 1399px) {
    .nos-services__menu-sidebar,
    .nos-services__menu-open {
        top: 90px;
    }
}

@media screen and (min-width: 1003px) and (max-width: 1199px) {
    /*tablette paysage*/
    .service__img:not(.service__img--full-width) ~ .service__card--right {
        margin-left: -49.1%;
    }

    .service__img:not(.service__img--full-width) ~ .service__card--left {
        margin-right: -49.1%;
    }

    .service#financement .service__card {
        width: unset;
        max-width: 450px;
    }

    .service#financement .button-wrapper {
        flex-direction: column;
        height: 115px;
    }

    .service#financement .btn-cta {
        width: 100%;
    }
}

@media screen and (min-width: 1003px) {
    .nos-services-banner .banner__content {
        padding-top: 125px;
    }

    .service__img {
        min-width: 862px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1002px) {
    /*tablette portrait*/
    .nos-services__menu-item {
        flex: 1;
    }

    .service__img {
        min-width: 748px;
    }

    .service__img:not(.service__img--full-width) ~ .service__card--right {
        margin-left: -72.1%;
    }

    .service__img:not(.service__img--full-width) ~ .service__card--left {
        margin-right: -72.1%;
    }

    .service#financement .service__card {
        margin-right: 100px;
        margin-left: 100px;
    }

    .service#financement .service__card--right {
        margin-top: 650px;
    }

    .service#financement .button-wrapper {
        flex-direction: column;
    }

    .service#financement .btn-cta {
        width: 100%;
    }

    .service#financement .btn-cta--left {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .service__card {
        height: fit-content;
        z-index: 2;
    }

    .service-inverse {
        flex-direction: row-reverse;
    }

    .service__card {
        min-width: 540px;
    }

    .service__card-absolute {
        position: absolute;
    }

    .service__img.service__img--right {
        margin: 50px 0 0 auto;
    }

    .nos-services__menu-mobile--toggle {
        display: none;
    }

    .service#maintenance-autosphere .service__card {
        margin-top: 45px;
    }

    .service#garanties-constructeurs-et-labels-occasion .service__card {
        margin-top: -70px;
    }

    .service#financement .service__card {
        min-width: unset;
    }

    .service#maintenance-autosphere {
        margin-top: 85px;
    }

    .service#assurance-autosphere .service__img,
    .service#assurances-liees-a-votre-financement-autosphere .service__img,
    .service#satisfait-ou-rembourse .service__img {
        margin-top: 50px;
        max-height: 451px;
    }

    .service#securycar .service__img {
        margin-top: 50px;
        max-height: 381px;
    }

    .service#reprise-autosphere .service__img {
        margin-top: 90px;
        max-height: 401px;
    }

    .service#achat-en-ligne .service__img {
        max-height: 418px;
        margin-top: 125px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .banner__content,
    .banner__content.content {
        padding-bottom: 0;
    }

    .nos-services-banner .banner__subtitle {
        padding: 0 20px 20px;
        position: relative;
        max-height: 80px;
        overflow: hidden;
    }

    .nos-services-banner .banner__subtitle.max {
        max-height: unset;
        overflow: unset;
    }

    .nos-services-banner .banner__subtitle p {
        margin: 0;
    }

    .read-more__container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent
            linear-gradient(180deg, #8d919800 0%, #8d9198 70%) 0 0 no-repeat
            padding-box;
        align-items: flex-end;
    }

    .read-more__title {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .nos-services__wrapper {
        margin-top: 25px;
    }

    .nos-services__accordion .nos-services__accordion-toggle {
        padding: 10px 0;
        margin: 0 20px;
        width: unset;
    }

    .nos-services__title {
        font-size: 18px;
        line-height: 26px;
    }

    .nos-services__content {
        margin-top: 0;
    }

    .service {
        flex-direction: column;
    }

    .service:not(#carrosserie-rapide) .service__img {
        border-radius: 0;
    }

    .service__card {
        padding: 15px;
        max-width: 100%;
        width: unset;
        font-size: 16px;
        line-height: 20px;
    }

    .service__card.service__card-absolute {
        margin: -80px 20px 0;
    }

    .service__img:not(.service__img--full-width)
        ~ :is(.service__card--right, .service__card--left) {
        margin: -80px 20px 0;
    }

    .service__title {
        font-size: 20px;
        line-height: 24px;
    }

    .service__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .service__pictos {
        flex-wrap: wrap;
    }

    .service__picto {
        width: 50%;
    }

    .btn-cta {
        width: 100%;
    }

    .detail {
        text-align: center;
    }

    .service__subwrapper {
        flex-direction: column;
    }

    .button-wrapper {
        flex-direction: column;
    }

    .button-wrapper .btn-cta {
        width: 100%;
    }

    .button-wrapper .btn-cta.large {
        width: 100%;
    }

    .button-wrapper .btn-cta:last-child {
        margin-top: 15px;
    }

    .read-more__block {
        font-size: 14px;
        line-height: 22px;
    }

    .nos-services__menu-sidebar,
    .nos-services__menu-open {
        display: none;
    }

    .nos-services__menu-mobile--container {
        position: sticky;
        top: 0;
        z-index: 3;
        color: #fff;
    }

    .nos-services__menu-mobile--toggle {
        display: flex;
        justify-content: space-between;
        padding: 12px 20px 10px;
        background-color: #3c85c4;
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
        box-shadow: 0 3px 20px #00000026;
    }

    .nos-services__menu-mobile--accordion {
        background-color: #2c6ba2;
    }

    .nos-services__menu-mobile--accordion:not(
            .nos-services__menu-mobile--accordion--active
        ):not(:last-child)
        .nos-services__menu-mobile--accordion-toggle {
        border-bottom: 1px solid #3e7fb7;
    }

    .nos-services__menu-mobile--accordion-toggle {
        position: relative;
        font-size: 16px;
        line-height: 14px;
        padding: 14px 0 12px;
        margin: 0 20px;
    }

    .nos-services__menu-mobile--title {
        margin: 0;
    }

    .nos-services__menu-mobile--accordion-toggle
        .icone-plus
        .position-horizontal {
        width: 14px;
        height: 2px;
        right: 4px;
    }

    .nos-services__menu-mobile--accordion-toggle
        .icone-plus
        .position-vertical {
        height: 14px;
        width: 2px;
        margin-top: -6px;
    }

    .nos-services__menu-mobile--accordion-body {
        display: none;
        padding: 0 20px;
        background-color: #135895;
    }

    .nos-services__menu-mobile--list {
        margin: 0;
        padding: 15px 0;
    }

    .nos-services__menu-mobile--item {
        list-style: none;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .nos-services__menu-mobile--item:last-child {
        margin-bottom: 0;
    }

    .service#prendre-rdv-en-ligne {
        margin-top: 30px;
        padding: 30px 20px;
    }

    .service#carrosserie-rapide,
    .service#garanties-constructeurs-et-labels-occasion {
        padding: 30px 20px;
    }

    .service#carrosserie-rapide .service__card,
    .service#garanties-constructeurs-et-labels-occasion.service__card {
        margin: -80px 5px 0;
    }

    .service#maintenance-autosphere .service__card {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .service#bilan-controle-securite-offert {
        margin-top: 40px;
    }

    .service#atelier-mobile {
        margin-top: 30px;
        padding: 30px 20px;
    }

    .service#controle-technique-offert-a-vie {
        margin-top: 30px;
    }

    .service#assurance-autosphere .service__card {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .service#garanties-constructeurs-et-labels-occasion {
        margin-top: 35px;
    }

    .service#garanties-constructeurs-et-labels-occasion .service__img {
        height: 197px;
        border-radius: 20px;
    }

    .service#assurances-liees-a-votre-financement-autosphere {
        margin-top: 0;
    }

    .service#extension-de-garantie-autosphere {
        margin-top: 35px;
        padding: 30px 20px;
    }

    .service#satisfait-ou-rembourse {
        margin-top: 40px;
    }

    .service#securycar .blur-card {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .service#reprise-autosphere {
        margin-top: 30px;
    }

    .service#reprise-autosphere .blur-card {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .service#livraison-a-domicile {
        margin-top: 30px;
        padding: 0 0 25px;
    }

    .service#achat-en-ligne {
        padding: 0 0 75px;
    }

    .service#borne-de-recharge {
        margin-top: 25px;
        padding: 30px 20px;
    }

    .service#financement .service__card {
        margin-right: 50px;
        margin-left: 50px;
        position: relative;
    }

    .service#financement .button-wrapper {
        flex-direction: column;
    }

    .service#financement .btn-cta {
        width: 100%;
    }

    .service#financement .btn-cta--left {
        margin-bottom: 20px;
    }
}
