/* =========================
   CONTENEUR IMAGE / SLIDER
========================= */

.media-frame-home {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #dfe6f2;
}

.intro-simple-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slides */
.intro-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease;
    z-index: 1;
}

.intro-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}


/* =========================
   TABLETTE
========================= */
@media (max-width: 991px) {
    .media-frame-home {
        height: 320px;
    }
}


/* =========================
   MOBILE (corrigé proprement)
========================= */
@media (max-width: 767px) {

    .media-frame-home {
        height: auto;
        aspect-ratio: 4 / 3; /* ratio propre */
        min-height: 300px;   /* évite bloc trop petit */
    }

    .intro-simple-slider {
        width: 100%;
        height: 100%;
    }

    .intro-slide {
        background-size: cover;
        background-position: center center;
    }
}


/* =========================
   CAROUSEL
   ========================= */

#intro-slider {
    width: 100%;
    height: 100%;
}

#intro-slider .carousel-inner {
    width: 100%;
    height: 100%;
}

#intro-slider .item {
    width: 100%;
    height: 100%;
    position: absolute; /* đź”Ą clĂ© pour Ă©viter les bugs */
    top: 0;
    left: 0;
}


/* =========================
   SLIDE (background)
   ========================= */

.intro-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* =========================
   FADE SMOOTH (propre Bootstrap 3)
   ========================= */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition: opacity .6s ease-in-out;
    position: absolute;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    opacity: 0;
    z-index: 1;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {
    .media-frame-home {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .media-frame-home {
        height: 240px;
    }
}





/* =========================
   BLOC INTRO HOME
   ========================= */

.intro-home-block {
    padding: 40px 0;
    background: #f5f5f5;
}

.intro-home-row {
    margin-left: -10px;
    margin-right: -10px;
}

.intro-home-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Texte */
.feature-side-text {
    padding: 0;
    background: transparent;
}

.home-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #123d7a;
}

.home-title.small {
    margin: 0 0 18px 0;
    font-size: 34px;
    line-height: 1.04;
    font-weight: 800;
    color: #0c1626;
}

.home-text,
.home-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #25364a;
}

.home-text p {
    margin-bottom: 12px;
}

.home-text p strong {
    font-weight: 800;
    color: #0c1626;
}

/* Boutons */
.btn-row {
    margin-top: 18px;
}

.btn-row a {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* =========================================================
   BASE COMMUNE BOUTONS
   ========================================================= */

a.btn-home-primary,
a.btn-home-secondary {
    display: inline-block !important;
    padding: 12px 22px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}


/* =========================================================
   BOUTON PRINCIPAL (JAUNE)
   ========================================================= */

a.btn-home-primary {
    background: #f4c430 !important;
    border: 2px solid #f4c430 !important;
    color: #111 !important;
}

/* HOVER â†’ inversion jaune */
a.btn-home-primary:hover {
    background: #fff !important;
    border: 2px solid #f4c430 !important;
    color: #111 !important;
    transform: translateY(-1px);
}


/* =========================================================
   BOUTON SECONDAIRE GLOBAL (OUTLINE BLANC â†’ SECTIONS BLEUES)
   ========================================================= */

a.btn-home-secondary {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

a.btn-home-secondary:hover {
    background: #fff !important;
    color: #123d7a !important;
    border-color: #fff !important;
    transform: translateY(-1px);
}


/* =========================================================
   BOUTON SECONDAIRE SUR FOND CLAIR (INTRO / BLOCS BLANCS)
   ========================================================= */

.intro-home-block a.btn-home-secondary {
    background: #123d7a !important;
    border: 2px solid #123d7a !important;
    color: #fff !important;
}

/* HOVER â†’ inversion bleu */
.intro-home-block a.btn-home-secondary:hover {
    background: #fff !important;
    color: #123d7a !important;
    border: 2px solid #123d7a !important;
    transform: translateY(-1px);
}


/* Image */
.media-frame-home {
    width: 100%;
    height: 390px;
    overflow: hidden;
    background: #d9e2f0;
}

.media-frame-home a,
.media-frame-home img {
    display: block;
    width: 100%;
    height: 100%;
}

.media-frame-home img {
    object-fit: cover;
}

/* Citation */
.feature-note-box {
    width: 100%;
    height: 390px;
    background: #123d7a;
    color: #fff;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.feature-note-box p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    font-weight: 400;
}

.feature-note-box p {
    font-size: 28px;
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.feature-note-box p strong {
    font-weight: 700;
}

.feature-note-box .underline-accent {
    display: block;
    width: 52px;
    height: 4px;
    margin-top: 16px;
    background: #f4c430;
    border-radius: 10px;
}

/* =========================
   DESKTOP (>= 992px)
========================= */
@media only screen and (min-width: 992px) {

    .intro-home-row {
        display: flex;
        align-items: flex-start;
    }

    .intro-text-col,
    .intro-image-col,
    .intro-note-col {
        float: none;
    }

    .intro-image-col,
    .intro-note-col {
        display: flex;
        align-items: flex-start;
    }

    .media-frame-home,
    .feature-note-box {
        margin-top: 0 !important;
    }
}


/* =========================
   TABLETTE (<= 991px)
========================= */
@media only screen and (max-width: 991px) {

    .intro-text-col,
    .intro-image-col,
    .intro-note-col {
        margin-bottom: 20px;
    }

    .home-title.small {
        font-size: 30px;
        line-height: 1.08;
    }

    .home-text,
    .home-text p {
        font-size: 17px;
        line-height: 1.75;
    }

    /* IMPORTANT : garder une hauteur pour le slider */
    .media-frame-home {
        height: 320px;
    }

    /* Seulement le bloc bleu passe en auto */
    .feature-note-box {
        height: auto;
    }
}


/* =========================
   MOBILE (<= 767px)
========================= */
@media only screen and (max-width: 767px) {

    .media-frame-home {
        height: 240px;
    }

    /* Optionnel mais propre : ordre mobile */
    .intro-text-col { order: 1; }
    .intro-image-col { order: 2; }
    .intro-note-col { order: 3; }
}

@media only screen and (max-width: 767px) {
    .media-frame-home {
        height: 240px !important;
    }
}

/* Mobile */

@media (max-width: 991px) {
    .feature-note-box p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .feature-note-box {
        padding: 30px 20px;
        text-align: center;
    }

    .feature-note-box p {
        font-size: 20px;
    }

    .underline-accent {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .intro-home-block {
        padding: 28px 0;
    }

    .home-kicker {
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .home-title.small {
        font-size: 28px;
        line-height: 1.1;
    }

    .home-text,
    .home-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .btn-row a {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .feature-note-box p {
        font-size: 16px;
    }
}

/* =========================================================
   HOME SERVICES STRIP
   Version compacte alignĂ©e sur le bloc prĂ©cĂ©dent
   ========================================================= */

/* SERVICES HOME STRIP */
.services-home-strip {
    background: #dfe7f4;
    padding: 0;
}

.services-home-strip .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.services-home-row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.services-home-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.services-side-image {
    overflow: hidden;
    background: #cfdcf0;
}

.services-side-image a,
.services-side-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.services-side-image img {
    object-fit: cover;
}

.services-home-center {
    background: #eef3fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-home-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 22px 26px 18px;
    text-align: center;
}

.services-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #123d7a;
}

.services-title {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #0c1626;
}

.services-intro {
    max-width: 820px;
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #28384d;
}

.services-cards-row {
    margin-left: -6px;
    margin-right: -6px;
}

.services-cards-row > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
}

.services-mini-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 10px 14px;
    min-height: 135px;
    box-shadow: 0 6px 18px rgba(12, 34, 68, 0.05);
    border: 1px solid rgba(18, 61, 122, 0.08);
}

.services-icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #edf3fb;
    color: #123d7a;
    font-size: 18px;
}

.services-mini-card h3 {
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    color: #0c1626;
}

.services-mini-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #33455d;
}

.services-home-cta {
    margin-top: 10px;
}

.services-portfolio-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #123d7a !important;
    text-decoration: none !important;
    padding: 6px 0;
    position: relative;
}

.services-portfolio-link:after {
    content: " â†’";
    font-weight: 700;
}

.services-portfolio-link:hover {
    color: #0c2e5f !important;
}

/* Desktop */
@media only screen and (min-width: 992px) {
    .services-home-row {
        min-height: 250px;
    }

    .services-side-image {
        min-height: 250px;
    }

    .services-home-center {
        min-height: 250px;
    }

    .services-cards-row {
        display: flex;
        flex-wrap: nowrap;
    }

    .services-cards-row > [class*="col-"] {
        float: none;
        width: 25%;
    }
}

/* Tablette et mobile : on garde les images */
@media only screen and (max-width: 991px) {
    .services-home-row {
        display: flex;
        flex-direction: column;
    }

    .services-side-image {
        display: block;
        width: 100%;
        height: 170px;
        min-height: 170px;
    }

    .services-side-image.left {
        order: 1;
    }

    .services-home-center {
        order: 2;
    }

    .services-side-image.right {
        order: 3;
    }

    .services-home-inner {
        padding: 26px 20px 22px;
    }

    .services-title {
        font-size: 24px;
    }

    .services-intro {
        font-size: 15px;
        line-height: 1.7;
    }

    .services-cards-row > [class*="col-"] {
        margin-bottom: 12px;
    }

    .services-mini-card {
        min-height: 150px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .services-home-inner {
        padding: 24px 16px 20px;
    }

    .services-title {
        font-size: 21px;
        line-height: 1.2;
    }

    .services-intro {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .services-side-image {
        height: 130px;
        min-height: 130px;
    }

    .services-mini-card {
        min-height: auto;
        padding: 16px 12px 14px;
    }

    .services-mini-card h3 {
        font-size: 18px;
    }

    .services-mini-card p {
        font-size: 14px;
    }

    .services-cards-row > [class*="col-"] {
        margin-bottom: 12px;
    }
}

/* =========================================================
   HOME METHOD STRIP
   ========================================================= */

.method-home-strip {
    background: linear-gradient(135deg, #0b2b58 0%, #123d7a 100%);
    padding: 0;
    color: #fff;
}

.method-home-strip .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.method-home-row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.method-home-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.method-side-image {
    overflow: hidden;
    background: #0c2e5f;
}

.method-side-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.method-home-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.method-home-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 28px 24px;
    text-align: center;
}

.method-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f4c430;
}

.method-title {
    margin: 0 0 8px 0;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}

.method-intro {
    margin: 0 auto 20px;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.9);
}

.method-intro strong {
    color: #f4c430;
    font-weight: 700;
}

.method-steps-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: nowrap;
}

.method-step-item {
    width: 160px;
    text-align: center;
    flex: 0 0 auto;
}

.method-step-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #fff;
    color: #123d7a;
    font-size: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.method-step-number {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,.75);
}

.method-step-item h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.method-step-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255,255,255,.88);
}

.method-step-arrow {
    flex: 0 0 auto;
    font-size: 22px;
    color: rgba(255,255,255,.85);
    margin-top: -18px;
}

.method-home-cta {
    margin-top: 20px;
}

.method-cta-btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 4px;
    background: #f4c430;
    border: 2px solid #f4c430;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all .25s ease;
}

.method-cta-btn:hover {
    background: #fff;
    border: 2px solid #f4c430;
    color: #111 !important;
    transform: translateY(-1px);
}

/* Desktop compact */
@media only screen and (min-width: 992px) {
    .method-home-row {
        min-height: 250px;
    }

    .method-side-image,
    .method-home-center {
        min-height: 250px;
    }
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .method-side-image {
        display: none;
    }

    .method-home-inner {
        padding: 28px 20px 24px;
    }

    .method-title {
        font-size: 24px;
    }

    .method-intro {
        font-size: 15px;
        line-height: 1.65;
    }

    .method-steps-row {
        flex-wrap: wrap;
        gap: 16px 10px;
    }

    .method-step-arrow {
        display: none;
    }

    .method-step-item {
        width: calc(33.333% - 10px);
        min-width: 180px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .method-home-inner {
        padding: 24px 16px 20px;
    }

    .method-kicker {
        font-size: 11px;
    }

    .method-title {
        font-size: 22px;
        line-height: 1.2;
    }

    .method-intro {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .method-steps-row {
        display: block;
    }

    .method-step-item {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 18px;
    }

    .method-step-arrow {
        display: none;
    }
}

/* =========================================================
   EXPERIENCE HOME STRIP V2
   ========================================================= */

.experience-home-strip-v2 {
    background: #f4f7fc;
    padding: 0;
}

.experience-home-inner-v2 {
    display: grid;
    grid-template-columns: 32% 36% 32%;
    max-width: 1200px;
    margin: 0 auto;
}

.experience-col {
    min-width: 0;
}

/* LEFT */
.experience-col-left {
    padding: 22px 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #123d7a;
}

.experience-title {
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #0c1626;
}

.experience-col-left p,
.experience-col-right p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.55;
    color: #2f4056;
}

.experience-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #123d7a !important;
    text-decoration: none !important;
}

.experience-link:after {
    content: " â†’";
    font-weight: 700;
}

/* GALLERY */
.experience-col-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
    padding: 16px 10px;
}

.experience-gallery-card {
    display: block;
    height: 160px;
    overflow: hidden;
    border-radius: 6px;
    background: #d9e2f0;
    box-shadow: 0 4px 14px rgba(12,34,68,.06);
}

.experience-gallery-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT */
.experience-col-right {
    padding: 22px 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-check-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.experience-check-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.45;
    color: #24364c;
    font-weight: 600;
}

.experience-check-list li:before {
    content: "\f058";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #123d7a;
}

/* LAMP */
.experience-col-lamp {
    overflow: hidden;
    background: #d9e2f0;
}

.experience-col-lamp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .experience-home-inner-v2 {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .experience-col-left,
    .experience-col-right {
        padding: 22px 20px;
    }

    .experience-col-gallery {
        padding: 0 20px 20px;
    }

    .experience-gallery-card {
        height: 180px;
    }

    .experience-col-lamp {
        display: none;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .experience-title {
        font-size: 20px;
    }

    .experience-col-left p,
    .experience-col-right p,
    .experience-check-list li {
        font-size: 14px;
        line-height: 1.5;
    }

    .experience-col-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 16px 18px;
    }

    .experience-gallery-card {
        height: auto;
    }

    .experience-gallery-card img {
        height: auto;
    }

    .experience-col-left,
    .experience-col-right {
        padding: 20px 16px;
    }
}

/* =========================================================
   PRICING CTA STRIP
   Uniformisation avec le bloc prĂ©cĂ©dent
   ========================================================= */

.pricing-cta-wrap {
    background: #f4f7fc;
    padding-top: 26px;
    padding-bottom: 26px;
}

.pricing-cta-band {
    background: linear-gradient(135deg, #0b2b58 0%, #123d7a 100%);
    color: #fff;
    border-radius: 0;
    padding: 26px 30px;
    box-shadow: none;
    width: 100%;
    background: linear-gradient(135deg, #0b2b58 0%, #123d7a 100%);
    padding: 36px 0;
}

.pricing-cta-band .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-cta-band .home-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f4c430 !important;
}

.pricing-cta-band h2 {
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
}

.pricing-cta-band p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.pricing-cta-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-cta-side .stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 18px;
}

.pricing-cta-side .stat-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 30px;
    background: rgba(255,255,255,.10);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.14);
    margin: 0;
}

.pricing-cta-side .btn-row {
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pricing-cta-side .btn-row a {
    margin: 0 !important;
}

.pricing-cta-side a.btn-home-primary,
.pricing-cta-side a.btn-home-secondary {
    min-width: 155px;
    text-align: center;
    padding: 13px 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}

.pricing-cta-side a.btn-home-primary {
    background: #f4c430 !important;
    border: 2px solid #f4c430 !important;
    color: #111 !important;
}

.pricing-cta-side a.btn-home-primary:hover {
    background: #fff !important;
    border: 2px solid #f4c430 !important;
    color: #111 !important;
    transform: translateY(-1px);
}

.pricing-cta-side a.btn-home-secondary {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,.75) !important;
    color: #fff !important;
}

.pricing-cta-side a.btn-home-secondary:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #123d7a !important;
    transform: translateY(-1px);
}

/* Desktop compact */
@media only screen and (min-width: 992px) {
    .pricing-cta-band {
        min-height: 190px;
    }
}

/* Tablet */
@media only screen and (max-width: 991px) {
    .pricing-cta-band {
        padding: 24px 22px;
    }

    .pricing-cta-band h2 {
        font-size: 22px;
    }

    .pricing-cta-band p {
        font-size: 15px;
        line-height: 1.65;
    }

    .pricing-cta-side {
        margin-top: 14px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .pricing-cta-wrap {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .pricing-cta-band {
        padding: 20px 16px;
    }

    .pricing-cta-band h2 {
        font-size: 21px;
        line-height: 1.2;
    }

    .pricing-cta-band p {
        font-size: 14px;
        line-height: 1.6;
    }

    .pricing-cta-side .btn-row {
        display: block;
    }

    .pricing-cta-side .btn-row a {
        display: block !important;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .pricing-cta-side .stat-chip {
        font-size: 12px;
    }
}

/* =========================================================
   REVIEWS HOME STRIP
   Version paginée par paquets de 3
   ========================================================= */

.reviews-home-strip {
    background: #f4f7fc;
    padding: 28px 0 34px;
}

.reviews-home-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.reviews-center-zone {
    text-align: center;
    padding: 0 16px;
}

.reviews-kicker {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #123d7a;
}

.reviews-title {
    margin: 0 0 22px 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #111;
}

.reviews-slider {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 58px;
    box-sizing: border-box;
}

.reviews-viewport {
    width: 100%;
}

.reviews-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}

.review-card-home {
    display: none;
    min-height: 250px;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 18px 18px 14px;
    text-align: left;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    flex-direction: column;
    justify-content: space-between;
}

.review-card-home.is-visible {
    display: flex;
}

.review-card-text {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.65;
    color: #333;
    font-style: italic;
}

.review-card-author {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    font-weight: 600;
}

.review-card-stars {
    font-size: 22px;
    letter-spacing: 2px;
    color: #f4c430;
    line-height: 1;
    text-align: right;
}

.reviews-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #123d7a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    cursor: pointer;
    z-index: 10;
    transition: all 0.25s ease;
}

.reviews-nav.prev {
    left: 0;
}

.reviews-nav.next {
    right: 0;
}

.reviews-nav:hover {
    background: #123d7a;
    color: #fff;
}

.reviews-nav[disabled] {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .reviews-home-strip {
        padding: 24px 0 28px;
    }

    .reviews-slider {
        padding: 0 42px;
    }

    .reviews-cards-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .review-card-home {
        min-height: auto;
    }

    .review-card-stars {
        text-align: left;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .reviews-title {
        font-size: 20px;
    }

    .reviews-slider {
        padding: 0 42px;
    }

    .reviews-center-zone {
        padding: 0 12px;
    }
}

/* SECTION BLEUE FAQ */
.faq-home-section {
    background: linear-gradient(135deg, #0b2b58 0%, #123d7a 100%);
    color: #fff;
}

/* colonne gauche */
.faq-home-section .soft-card {
    background: transparent !important;
    padding: 0;
}

.faq-home-section .home-kicker {
    color: var(--mo-yellow);
}

.faq-home-section h2,
.faq-home-section p {
    color: #fff;
}

.faq-home-section .link-inline {
    color: #fff;
    text-decoration: underline;
}

/* bloc FAQ Ă  droite */
.faq-home-section .faq-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
}

/* panels */
.faq-home-section .panel {
    border: none;
    box-shadow: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* titre question */
.faq-home-section .panel-heading {
    background: #f4f7fc;
    padding: 14px 18px;
}

.faq-home-section .panel-title a {
    display: block;
    font-weight: 600;
    color: #1a1a1a;
}

/* contenu */
.faq-home-section .panel-body {
    background: #fff;
    color: #333;
    padding: 16px 18px;
    border-top: 1px solid #eee;
}

/* hover propre */
.faq-home-section .panel-title a:hover {
    color: #123d7a;
}

.faq-home-section .home-title {
    color: #fff !important;
}


/* CTA FINAL CORRIGĂ‰ */
.cta-final {
    position: relative;
    background: linear-gradient(135deg, #0b2b58 0%, #123d7a 100%);
    padding: 70px 20px;
    text-align: center;
    overflow: hidden;
}

/* image de fond (optionnelle) */
.cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/bg-cta.jpg') center/cover no-repeat;
    opacity: 0.12;
}

/* centre vraiment le contenu */
.cta-final-inner {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* typo */
.cta-final .home-kicker {
    color: var(--mo-yellow);
    display: block;
}

.cta-final h2 {
    color: #fff;
    font-size: 36px;
    margin: 10px 0;
}

.cta-final p {
    color: rgba(255,255,255,0.85);
    margin-bottom: 25px;
}

/* boutons centrĂ©s */
.cta-final .btn-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* bouton secondaire */
.cta-final .cta-alt {
    border-color: #fff;
    color: #fff !important;
    background: transparent;
}

.cta-final .cta-alt:hover {
    background: rgba(255,255,255,0.1);
}

.cta-final .home-kicker {
    color: #fff !important;
    opacity: 0.8;
}

/* BLOG HOME - ALIGNEMENT IMAGES */
.blog-home .article-card img {
    width: 100%;
    height: 320px; /* ajuste si besoin */
    object-fit: cover;
    display: block;
}

/* gouttiĂ¨re propre */
.blog-home .row {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-home .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}


/* GOOGLE REVIEWS BLOCK */
.google-reviews {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Ă©toiles */
.reviews-stars {
    color: #f4c542; /* jaune Google */
    font-size: 20px;
    letter-spacing: 2px;
}

/* texte */
.reviews-text {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

/* VERSION IMPACT (au-dessus image) */
.google-reviews.big {
    background: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    display: inline-flex;
}

/* Ă©toiles plus grosses */
.google-reviews.big .reviews-stars {
    font-size: 26px;
    color: #f4c542;
    letter-spacing: 3px;
}

/* texte plus visible */
.google-reviews.big .reviews-text {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.2;
}

.google-reviews.big strong {
    font-size: 18px;
    font-weight: 700;
}

/* BLOC PHOTO + AVIS */
.col-md-5 .google-reviews.big.full-width {
    width: 100%;
    max-width: 100%;
    margin: 0 0 14px 0;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

/* Ă‰toiles Ă  gauche */
.col-md-5 .google-reviews.big.full-width .reviews-stars {
    flex: 0 0 auto;
    font-size: 28px;
    line-height: 1;
    color: #f4c542;
    letter-spacing: 3px;
    white-space: nowrap;
}

/* Texte Ă  droite */
.col-md-5 .google-reviews.big.full-width .reviews-text {
    flex: 1 1 auto;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    color: #1a1a1a;
}

.col-md-5 .google-reviews.big.full-width .reviews-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

/* L'image en dessous garde la mĂŞme largeur */
.col-md-5 .media-frame {
    width: 100%;
}

.col-md-5 .media-frame img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    display: block;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .col-md-5 .google-reviews.big.full-width {
        padding: 12px 14px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .col-md-5 .google-reviews.big.full-width .reviews-stars {
        font-size: 24px;
    }

    .col-md-5 .google-reviews.big.full-width .reviews-text {
        text-align: left;
        font-size: 15px;
    }

    .col-md-5 .google-reviews.big.full-width .reviews-text strong {
        font-size: 17px;
    }
}

/* FOOTER */

.footer-mo {
    background: #e9edf2;
    padding: 60px 0 30px;
    font-size: 15px;
    color: #444;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-col {
    flex: 0 0 32%;
    max-width: 32%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

/* Titres */
.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1a1a1a;
}

/* Textes */
.footer-text {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #333;
}

.footer-text.small {
    font-size: 14px;
    opacity: 0.85;
}

/* Liens navigation */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.footer-links a:hover {
    color: #123d7a;
}

/* RĂ©seaux */
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #123d7a;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.footer-social a:hover {
    background: #123d7a;
    color: #fff;
    transform: translateY(-2px);
}

/* Bas de footer */
.footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.08);
    text-align: center;
    font-size: 13px;
    color: #666;
}

.footer-credits {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    opacity: 0.8;
}

/* Responsive tablette/mobile */
@media (max-width: 991px) {
    .footer-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-grid {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .footer-mo {
        padding: 45px 0 24px;
    }

    .footer-title {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .footer-text,
    .footer-links a {
        font-size: 15px;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-bottom {
        margin-top: 24px;
        padding-top: 18px;
    }
}

.footer-social i {
    font-size: 18px;
    line-height: 1;
}


/* HERO PAGE TITLE */
#page-title.page-title-parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top !important;
    padding: 60px 0 50px; /* â†“ hauteur rĂ©duite */
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* voile Ă©lĂ©gant */
#page-title.page-title-parallax:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9,22,46,0.38) 0%, rgba(9,22,46,0.52) 100%),
        linear-gradient(90deg, rgba(9,22,46,0.22) 0%, rgba(9,22,46,0.10) 50%, rgba(9,22,46,0.22) 100%);
    z-index: 0;
}

/* contenu au-dessus */
#page-title .container {
    position: relative;
    z-index: 1;
}

#page-title .page-title {
    float: none;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

/* H1 */
#page-title .page-title h1 {
    margin: 0 0 12px 0;
    font-size: 52px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 3px 18px rgba(0,0,0,0.22);
}

/* soulignement propre */
#page-title .page-title h1 u {
    text-decoration: none;
    border-bottom: 4px solid rgba(255,255,255,0.9);
    padding-bottom: 3px;
}

/* H2 */
#page-title .page-title h2 {
    margin: 0 auto;
    max-width: 820px;
    font-size: 24px;
    line-height: 1.45;
    font-weight: 500;
    color: rgba(255,255,255,0.95);
    text-shadow: 0 2px 10px rgba(0,0,0,0.18);
}

/* breadcrumb */
#page-title .breadcrumb {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#page-title .breadcrumb ul {
    margin: 0;
    padding: 0;
}

#page-title .breadcrumb li {
    display: inline-block;
    float: none;
}

#page-title .breadcrumb a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,0.10);
    transition: all 0.25s ease;
}

#page-title .breadcrumb a:hover {
    background: rgba(255,255,255,0.18);
}

/* OPTION : petit kicker (si tu lâ€™ajoutes plus tard) */
.hero-kicker {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f4c430;
}

/* TABLET */
@media only screen and (max-width: 991px) {
    #page-title.page-title-parallax {
        padding: 50px 0 40px;
    }

    #page-title .page-title h1 {
        font-size: 42px;
    }

    #page-title .page-title h2 {
        font-size: 22px;
    }
}

/* MOBILE */
@media only screen and (max-width: 767px) {
    #page-title.page-title-parallax {
        padding: 45px 0 35px;
        background-position: center center !important;
    }

    #page-title .page-title {
        max-width: 100%;
        padding: 0 10px;
    }

    #page-title .page-title h1 {
        font-size: 32px;
        line-height: 1.14;
    }

    #page-title .page-title h1 u {
        border-bottom-width: 3px;
    }

    #page-title .page-title h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    #page-title .breadcrumb {
        margin-top: 16px;
    }
}

.project-mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}



/* FIN style perso */



@media only screen and (min-width: 1020px) {
	
  .group-process { display: flex; }
}

.block-process {
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     z-index: 10;
}

.block-process::before, .block-process::after {
     content: " ";
     display: table;
}

.block-process::after {
     clear: both;
}

.block-process::before, .block-process::after {
     content: " ";
     display: table;
}

.block-process::after {
     clear: both;
}

.block-process .__icon {
     position: relative;
}

.block-process .__icon::before {
     background: #99e3c1 none repeat scroll 0% 0%;
     content: "";
     display: block;
     position: absolute;
     z-index: -1;
}

.block-process:last-child .__icon::before {
     display: none;
}

.block-process.active .__icon .circle-icon::before {
     background-color: #00bfff;
}

.block-process.active .__icon::before, .block-process.active ~ .block-process .__icon::before {
     background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
     background-color: #a2a2a2;
}

@media only screen and (min-width: 1020px) {
  .block-process { text-align: center; }
  .block-process .__title { height: 60px; margin-bottom: 0px; }
  .block-process .__icon { margin: 0px -15px 40px; }
  .block-process .__icon::before { width: 100%; top: 50%; height: 4px; transform: translateY(-50%); }
  .block-process .__icon::before { left: 50%; }
  .group-process.large-icon .block-process .__icon .circle-icon::before { width: 140px; height: 140px; border: 10px solid rgba(255, 255, 255, 0.6); line-height: 120px ! important; font-size: 40px; }
}

@media only screen and (max-width: 1019px) {
  .block-process { padding-left: 100px; padding-bottom: 20px; }
  .block-process .__title { margin-bottom: 10px; }
  .block-process .__icon { position: absolute; width: 70px; height: 100%; left: 15px; top: 0px; }
  .block-process .__icon::before { width: 4px; height: 100%; left: 50%; transform: translateX(-50%); }
}

.block-process-2 {
     position: relative;
}

.block-process-2 .cell-vertical-wrapper {
     height: 320px;
}

.block-process-2 .__number {
     bottom: 0px;
     color: #333333;
     font-size: 200px;
     height: 200px;
     left: 6px;
     line-height: 1;
     margin-bottom: auto;
     margin-top: auto;
     opacity: 0.04;
     position: absolute;
     top: -20px;
}

.block-process-2 .__block {
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 40px;
     padding-top: 40px;
}

.block-process-2 .__block > * {
     letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
     font-size: 14px;
     margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
     margin-bottom: 0px;
}

.block-process-2.size-small .cell-vertical-wrapper {
     height: 240px;
}

.block-process-2.size-small .__block > * {
     letter-spacing: 0px;
}

.block-process-2.size-small .__block .__title {
     font-size: 18px;
     margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
  .block-process-2 .__block { max-width: 320px; }
}

@media only screen and (max-width: 1019px) {
  .block-process-2 .__block { max-width: 720px; }
}



/* Icon-box-list */
.group-icon-box-list-right-slider {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-right-slider .__block-wrapper-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
  margin-bottom: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
  position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
  table-layout: fixed;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
  max-width: 640px;
}
@media only screen and (min-width: 768px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px ) {
  .group-icon-box-list-right-slider .__block-wrapper-1,
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    width: 50%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-1 .__block {
    max-width: 680px;
  }
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px ) {
  .group-icon-box-list-right-slider .__block-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.group-icon-box-list-side-image {
  position: relative;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
  content: " ";
  display: table;
}
.group-icon-box-list-side-image:after {
  clear: both;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
  padding-top: 100px;
  padding-bottom: 75px;
  padding-right: 15px;
  padding-left: 15px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  margin-right: auto;
  margin-left: auto;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
  margin-bottom: 20px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
  margin-bottom: 50px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
  margin-bottom: 25px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
  padding-top: 5px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px ) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 720px;
  }
}
@media only screen and (min-width: 1020px ) {
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    width: 960px;
  }
}
@media only screen and (min-width: 1230px ) {
  .group-icon-box-list-side-image .__block-wrapper-1,
  .group-icon-box-list-side-image .__block-wrapper-2 {
    width: 50%;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
    float: right;
  }
  .group-icon-box-list-side-image .__block-wrapper-2 .__block {
    max-width: 700px;
  }
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1229px ) {
  .group-icon-box-list-side-image .__block-wrapper-1 {
    position: relative;
    min-height: 500px;
  }
}


.static-background {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
































