:root {
    --color-primary-blue: #007bff;
    --color-text-main: #303030;
    --color-text-secondary: #6b7280;
}

/* Partie banner  */

#banner-712 span {
    color: #fff;
}

#banner-712 span a {
    color: var(--primary);
    text-decoration: none;
}

@media only screen and (min-width: 0rem) {
    #banner-712 {
        padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
        position: relative;
        z-index: 1;
    }

    #banner-712 .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        /* align-items: flex-start; */
        flex-direction: column;
        gap: 1rem;
    }

    #banner-712 .cs-int-title {
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        /* font-weight: 900; */
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
    }

    #banner-712 .cs-background {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #banner-712 .cs-background:before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.75;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #banner-712 .cs-background img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 48rem) {
    #banner-712 .cs-background:before {
        opacity: 1;
        background: linear-gradient(
            90.01deg,
            rgba(0, 0, 0, 0.9) 16.86%,
            rgba(0, 0, 0, 0) 100%
        );
    }
}
/* Fin partie banner  */

@media only screen and (min-width: 0rem) {
    #services-1355 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 10;
    }

    #services-1355 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #services-1355 .cs-content {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 37.5rem) {
    #services-1355 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 64rem) {
    #services-1355 .cs-content {
        text-align: left;
        align-items: flex-start;
    }
}

.main-text-color {
    color: var(--color-text-main);
}

.accent-blue {
    color: var(--color-primary-blue);
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.header-image picture img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.header-text h1 {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.header-text p {
    font-size: 1.25rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .header-content {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }

    .header-image {
        width: 33.333%;
        margin-bottom: 0;
    }

    .header-text {
        width: 66.666%;
    }
}

.cta-final {
    margin-top: 4rem;
    text-align: center;
    border-top: 1px solid #d1d5db;
    padding-top: 2rem;
    margin-bottom: 4rem;
}

.cta-final h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-final p {
    color: var(--color-text-secondary);
    margin-bottom: 1.5rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    background-color: var(--color-primary-blue);
    transition: background-color 0.3s;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.cta-button:hover {
    background-color: #0056b3;
}

.cs-subtitle {
    font-size: xx-large;
    font-weight: 700;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    margin: 20px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.question::after {
    content: "\002B";
    /* + */
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: transform 0.2s ease;
}

.question.active::after {
    transform: rotate(45deg);
    /* + -> x */
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #333;
}

#FAQ {
    padding-bottom: 6rem;
    width: 100%;
    margin: auto;
}

#FAQ,
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.service-card {
    background: white;
    padding: 25px;
    border-radius: 14px;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card h3 {
    color: #cd5c5c;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.service-desc {
    color: #4b5563;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-link {
    color: #cd5c5c;
    font-weight: 600;
    display: inline-block;
    text-align: right;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.15);
}

.service-card:hover .service-link {
    margin-left: 5px;
}

.city-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    background-color: #ffffff;
}

.city-badge {
    border-radius: 0;
    padding: 15px 25px;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background-color: #f0f0f0; */
    background-color: var(--primaryDark);
    color: #fff;
    border: 3px solid #222;
    cursor: default;
    transition: all 0.2s ease;
    user-select: none;
}

.city-badge:hover {
    background-color: #222;
    color: #fff;
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 5px 5px 0px #007bff;
}

.why-block {
    margin: 60px 0;
    text-align: center;
}

@media only screen and (min-width: 0rem) {
    #sbs-1591 {
        padding: var(--sectionPadding);
    }

    #sbs-1591 .cs-container {
        width: 100%;
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }

    #sbs-1591 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 36.625rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #sbs-1591 .cs-text {
        margin-bottom: 1rem;
    }

    #sbs-1591 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #sbs-1591 .cs-image-group {
        font-size: min(1.959vw, 0.745em);
        width: 39.375em;
        min-height: 39.25em;
        display: block;
        position: relative;
        z-index: 1;
    }

    #sbs-1591 .cs-picture {
        position: absolute;
    }

    #sbs-1591 .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    #sbs-1591 .cs-picture1 {
        width: 25.8125em;
        height: 79.617834%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #sbs-1591 .cs-picture2 {
        width: 25.8125em;
        height: 44.585987%;
        bottom: 0;
        right: 0;
        z-index: 10;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-1591 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    #sbs-1591 .cs-content {
        padding: 3.75rem 0;
        align-self: center;
    }

    #sbs-1591 .cs-image-group {
        font-size: min(1.2vw, 1em);
        flex: none;
    }
}

@media only screen and (min-width: 0rem) {
    #RPsbs-1587,
    #RPsbsr-1587 {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }

    #RPsbs-1587 .cs-container,
    #RPsbsr-1587 .cs-container {
        width: 100%;
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(2.5rem, 6vw, 4rem);
    }

    #RPsbs-1587 .cs-picture,
    #RPsbsr-1587 .cs-picture {
        width: 100%;
        height: clamp(25rem, 80vw, 47rem);
        display: block;
        position: relative;
    }

    #RPsbs-1587 .cs-picture img,
    #RPsbsr-1587 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #RPsbs-1587 .cs-content,
    #RPsbsr-1587 .cs-content {
        text-align: left;
        width: 100%;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    #RPsbs-1587 .cs-title,
    #RPsbsr-1587 .cs-title {
        max-width: 26ch;
        margin: 0;
    }

    #RPsbs-1587 .cs-item,
    #RPsbsr-1587 .cs-item {
        list-style: none;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    #RPsbs-1587 .wrapper,
    #RPsbsr-1587 .wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0.625rem;
    }

    #RPsbs-1587 .cs-item-number,
    #RPsbsr-1587 .cs-item-number {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--primary);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
    }

    #RPsbs-1587 .cs-h3,
    #RPsbsr-1587 .cs-h3 {
        font-size: 1.25rem;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0;
        color: var(--headerColor);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.5rem;
    }

    #RPsbs-1587 .cs-item-text,
    #RPsbsr-1587 .cs-item-text {
        font-size: 0.875rem;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColor);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RPsbs-1587 .cs-container,
    #RPsbsr-1587 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    #RPsbs-1587 .cs-content,
    #RPsbsr-1587 .cs-content {
        width: 50%;
        max-width: 39.375rem;
        flex: none;
    }

    #RPsbs-1587 .cs-item,
    #RPsbsr-1587 .cs-item {
        grid-column: span 6;
    }

    #RPsbs-1587 .cs-picture,
    #RPsbsr-1587 .cs-picture {
        height: auto;
        min-height: 32.8125rem;
    }
}

/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #RPsbs-1587 .cs-content,
    #RPsbsr-1587 .cs-content {
        padding: 5.25rem 0;
        align-self: center;
    }
}

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #RPsbsr-1587 {
        background-color: #f7f7f7;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #RPsbsr-1587 .cs-picture {
        order: 2;
    }
}

#cbs-1290 .cs-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 0rem) {
    #cbs-1290 {
        padding: var(--sectionPadding);
    }

    #cbs-1290 .cs-text {
        margin-bottom: 1rem;
    }
}
