.home-charge {
    color: #000;
}

.home-charge h2 {
    font-size: 18px;
    line-height: 22px;
}

.bold {
    font-weight: 700;
}

/*BANNER*/
.banner {
    height: 375px;
    display: flex;
    align-items: center;
}

.banner__background {
    background-image: url("/assets/img/solutions-recharge/home-charge-banner.jpg");
    background-position: center;
}

.banner__title {
    padding: 0 20px;
}

.banner__subtitle {
    margin-top: 0;
    padding: 0 20px;
}

.intro header {
    text-align: center;
    padding: 24px 20px 27px;
}

.intro header h2 {
    margin: 0;
}

.intro header p {
    font-size: 16px;
}

.intro header > p {
    padding: 0 20px;
    margin: 4px 0 0;
    font-weight: 600;
}

.intro > p {
    padding: 0 20px;
}

/* SERVICES */
.service__card {
    position: relative;
    margin: -55px 20px 28px;
    padding: 22px 25px 29px;
    border-radius: 20px;
    background: rgba(243, 247, 255, 0.8);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
}

.service__card h2 {
    margin-top: 0;
    margin-bottom: 9px;
}

.service__card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.service__card p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.service__subtitle {
    margin-bottom: 19px;
}

.service > img {
    display: block;
    width: 100%;
}

.service ul {
    margin: 0;
}

.service ul + p {
    margin-bottom: 0;
}

.service ul + p strong {
    font-size: 20px;
}

.service__icon-text {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}

.service__icon-text .img-wrapper {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 45px;
    height: 30px;
    margin-right: 15px;
}

.service__icon-text .img-wrapper img {
    height: 100%;
}

.service__icon-text p {
    margin-bottom: 0;
}

/*HOW TO*/
.how {
    display: block;
    width: 100%;
    text-align: center;
    padding: 44px 0;
    overflow: hidden;
    background-color: #f8f9fb;
}

.how h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.how .content > p {
    font-weight: 600;
    margin-top: 20px;
    padding: 0 25px;
    text-align: left;
}

.how .hows {
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.how .hows .item {
    width: 100%;
    padding: 0 25px;
    list-style: none;
    box-sizing: border-box;
}

.how .hows .item div {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
}

.how .hows .item img {
    height: 91px;
}

.how .hows .item h3 {
    font-size: 18px;
    line-height: 24px;
    /* flex-grow: 1; */
}

.text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.text-container h3 {
    flex-grow: 1;
}

/* ADVANTAGES */
.advantages {
    background-image: url("/assets/img/solutions-recharge/home-charge-advantages.jpg");
    background-position: center;
    background-size: cover;
    padding: 23px 20px 34px;
}

.avantages {
    padding: 23px 0 34px;
}

.advantages .content > p {
    margin-top: 28px;
    color: #ffffff;
}

.advantages h2 {
    text-align: center;
    color: #ffffff;
}

.advantages__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 26px;
}

.advantages__card {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    padding: 25px;
    box-sizing: border-box;
}

.advantages__card__title {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.advantages__card__title,
.advantages__card__title h3 {
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}

.advantages__card hr {
    margin: 18px 0;
    border-top-color: #d1d1d1;
    border-bottom: 0;
}

.advantages__table {
    margin-top: 32px;
}

.advantages__table th.last-col {
    text-align: center;
}

th,
td {
    font-weight: normal;
    padding: 10px;
    background: #ffffff;
    border: 0;
    box-sizing: border-box;
    outline: 1px solid #d1d1d1;
    border-collapse: separate;
}

.half {
    width: 77px;
}

.half + .half {
    width: 114px;
    text-align: center;
}

.no-bg {
    background: none;
    border: 0;
    outline: none;
}

.no-border-right {
    border: 2px solid #d1d1d1;
    position: relative;
}

.no-border-right::before {
    content: "";
    width: 4px;
    outline: none;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    /* transform: translate(-50%, 0); */
}

.no-border-left {
    border-left: 0;
}

.border-radius-nw {
    border-top-left-radius: 20px;
}

.border-radius-ne {
    border-top-right-radius: 20px;
}

.border-radius-sw {
    border-bottom-left-radius: 20px;
}

.border-radius-se {
    border-bottom-right-radius: 20px;
}

.bg-blue-dark {
    background: rgba(209, 226, 255, 0.9);
}

.bg-blue-light {
    background: rgba(235, 242, 255, 0.9);
}

/* DOCS DOWNLOAD */
.doc {
    padding: 50px 0 40px;
    overflow: hidden;
}
.doc h2 {
    text-align: center;
    margin: 0 0 24px;
}

.doc--app {
    background: #f8f9fb;
}

.documents {
    width: 247px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-list {
    overflow: visible;
}

.document {
    display: block;
    width: 247px;
    height: 215px;
    padding: 0 16px;
}

.document img {
    position: absolute;
    inset: 0;
}

.document a {
    position: relative;
    display: block;
    width: 215px;
    height: 215px;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}

.document p {
    position: absolute;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 16px;
    color: #ffffff;
}

.slick-dots {
    position: relative;
    margin-top: 25px;
}

/* SOLUTIONS */
.home-charge__solutions {
    padding: 45px 20px 50px;
}

.home-charge__solutions__section {
    position: relative;
    overflow: hidden;
    padding: 25px;
    border-radius: 20px;
    background: #f3f7ff;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}

.home-charge__solutions__section + .home-charge__solutions__section {
    margin-top: 33px;
}

.home-charge__solutions__section h2 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    z-index: 1;
}

.home-charge__solutions__section > p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 32px;
}

.home-charge__solutions__section .diptych > img {
    margin: 12px 0 29px;
}

.home-charge__solutions__card {
    margin-top: 30px;
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.home-charge__solutions__card.alt {
    margin-top: 180px;
}

.home-charge__solutions__section .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0;
    z-index: 0;
}

.home-charge__solutions__card h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 8px;
}

.home-charge__solutions__card .subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.home-charge__solutions__card .chargemap {
    margin: 0 0 8px;
}

.home-charge__solutions__card .price {
    font-size: 16px;
    font-weight: 800;
    margin: 20px 0;
}

.home-charge__solutions__card .price span {
    font-size: 40px;
    font-weight: 800;
}

.home-charge__solutions__card hr {
    border-bottom: 0;
    margin-top: 30px;
    border-top: 1px solid #1167ff;
}

.home-charge__solutions__card .presentation {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 24px;
}

.home-charge__solutions__icon-text {
    display: flex;
    align-items: flex-start;
    margin: 0 0 12px;
}

.home-charge__solutions__icon-text .img-wrapper {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 45px;
    height: 30px;
    margin-right: 15px;
}

.home-charge__solutions__icon-text .img-wrapper img {
    height: 100%;
}

.home-charge__solutions__icon-text p {
    margin-bottom: 0;
}

.home-charge__solutions__icon-text a {
    color: #000;
    text-decoration: underline;
}

.home-charge__dealerships-wrapper {
    position: relative;
    padding: 25px 20px;
    height: 400px;
    background-image: url("/assets/img/coyote/trouver-une-concession-reseau-autosphere.jpg");
    background-size: cover;
    background-position: 30% 50%;
    margin-top: 0;
    margin-bottom: 190px;
}

.home-charge__dealerships--block {
    position: unset;
    margin: auto;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.77);
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 20px #00000029;
    padding: 20px 25px;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 100%;
    transform: translate(0, -50%);
}

.home-charge__dealerships--title {
    font-size: 20px;
    line-height: 24px;
}

.home-charge__dealerships--text {
    font-size: 16px;
    line-height: 24px;
}

.home-charge__dealerships--button {
    width: 100%;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

.home-charge__dealerships--button {
    color: #fff;
    background-color: #1167ff;
    padding: 15px 30px 13px;
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: fit-content;
    transition: all 0.1s ease-in-out;
}

.home-charge__dealerships--button:hover,
.home-charge__dealerships--button:focus {
    color: #fff;
    background-color: #3089f2;
}

@media (min-width: 768px) {
    .diptych .house {
        width: 100%;
    }

    .how {
        padding: 44px 0;
    }

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

    .advantages {
        padding: 60px 0 23px;
    }

    .advantages h2 {
        margin-bottom: 47px;
    }

    .advantages__wrapper {
        width: 695px;
        margin: 0 auto;
        flex-direction: row;
        gap: 25px;
    }

    .advantages__card {
        width: 335px;
    }

    .advantages__table {
        width: 695px;
        margin: 25px auto 0;
        font-size: 16px;
    }

    th,
    td {
        padding: 20px;
    }

    .half {
        width: 145px;
    }

    .half + .half {
        width: 189px;
        text-align: center;
    }

    .advantages__table th.last-col {
        width: 305px;
    }

    .advantages .content > p {
        color: #ffffff;
        margin-top: 34px;
    }

    .documents {
        display: flex;
        width: auto;
        justify-content: center;
    }

    .home-charge__solutions__card.alt {
        margin-top: 500px;
    }
}

@media (min-width: 1024px) {
    .home-charge h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .intro {
        padding: 43px 0 67px;
    }

    .intro > p {
        margin-top: 54px;
        padding: 0;
    }

    .home-charge .service {
        margin-top: 145px;
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .home-charge .service + .service {
        margin-top: 167px;
    }

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

    .service > img {
        width: auto;
        height: 475px;
        border-radius: 20px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    }

    .service__card {
        width: 516px;
        margin: -81px 0 0;
        position: absolute;
        box-sizing: border-box;
    }

    .service__card--left {
        left: 0;
    }

    .service__card--right {
        right: 0;
    }

    .doc {
        padding: 80px 0;
    }

    .home-charge__solutions {
        padding: 90px 0;
    }

    .home-charge__solutions h2 {
        position: relative;
        text-align: center;
        z-index: 1;
        margin-bottom: 35px;
    }

    .home-charge__solutions__card {
        width: 50.5%;
        z-index: 1;
        margin-top: 0;
        font-size: 16px;
        line-height: 25px;
        padding: 37px 43px 51px;
        box-sizing: border-box;
    }

    .home-charge__solutions__card.alt {
        margin-top: 0;
    }

    .home-charge__solutions__card .subtitle {
        font-size: 20px;
        line-height: 24px;
    }

    .home-charge__solutions__card .chargemap {
        margin: 9px 0 21px;
    }

    .home-charge__solutions__card .price {
        font-size: 24px;
    }

    .home-charge__solutions__card .price span {
        font-size: 50px;
    }

    .home-charge__solutions__card .presentation {
        font-size: 20px;
        line-height: 24px;
    }

    .home-charge__solutions__section {
        position: relative;
        overflow: hidden;
        padding: 37px 45px 45px;
    }

    .home-charge__solutions__section:last-child > p {
        position: relative;
        width: 50.5%;
        margin-left: auto;
        font-weight: bold;
        z-index: 1;
        color: #000000;
        font-size: 14px;
    }

    .home-charge__solutions__section + .home-charge__solutions__section {
        margin-top: 75px;
    }

    .home-charge__solutions__section
        + .home-charge__solutions__section
        .diptych {
        justify-content: flex-end;
    }

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

    .diptych .house {
        width: 41%;
    }

    .diptych .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: 0;
        object-fit: cover;
        object-position: bottom;
    }

    .home-charge__dealerships-wrapper {
        width: 100%;
        height: 618px;
        background-image: url("/assets/img/coyote/trouver-une-concession-reseau-autosphere.jpg");
        margin: 110px 0 155px;
        background-position: 50% 41%;
        position: relative;
        box-sizing: border-box;
    }

    .home-charge__dealerships--block {
        max-width: 388px;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.77);
        backdrop-filter: blur(10px);
        box-shadow: 0 3px 20px #00000029;
        padding: 30px 40px;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: none;
        margin: 0;
    }

    .home-charge__dealerships--title {
        font-size: 28px;
        line-height: 34px;
        margin: 0;
    }

    .home-charge__dealerships--text {
        font-size: 18px;
        line-height: 30px;
        margin: 10px 0 20px;
    }

    .home-charge__dealerships--button {
        color: #fff;
        background-color: #1167ff;
        padding: 15px 30px 13px;
        font-size: 16px;
        line-height: 19px;
        display: block;
        width: fit-content;
        transition: all 0.1s ease-in-out;
    }

    .home-charge__dealerships--button:hover,
    .home-charge__dealerships--button:focus {
        color: #fff;
        background-color: #3089f2;
    }
}
