/* CSS dédié — Assistance informatique */

.home-service-page {
    --home-services-blue-dark: #07245f;
    --home-services-blue: #0757dc;
    --home-services-text: #14213d;
    --home-services-muted: #59667c;
}


.home-services-eyebrow,
.home-services-section-heading__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1.15rem;
    color: var(--home-services-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-services-eyebrow::before,
.home-services-section-heading__eyebrow::before {
    width: 2rem;
    height: 2px;
    content: "";
    background: currentColor;
}

.home-services-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: var(--home-services-blue-dark);
    font-size: clamp(3rem, 5.4vw, 5.9rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.home-services-hero h1 span {
    display: block;
    color: var(--home-services-blue);
}

.home-services-hero__intro {
    max-width: 37rem;
    margin: 2rem 0 0;
    color: var(--home-services-text);
    font-size: clamp(1.03rem, 1.25vw, 1.18rem);
    line-height: 1.75;
}

.home-services-hero__intro strong {
    color: var(--home-services-blue);
}

.home-services-hero__promise {
    margin: 1rem 0 0;
    color: var(--home-services-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.home-services-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.2rem;
}

.home-services-button {
    display: inline-flex;
    min-height: 3.35rem;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 0.85rem 1.45rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.home-services-button:hover {
    transform: translateY(-2px);
}

.home-services-button--primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0757dc, #0641b7);
    box-shadow: 0 14px 30px rgba(7, 87, 220, 0.22);
}

.home-services-button--primary:hover {
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(7, 87, 220, 0.3);
}

.home-services-button--secondary {
    color: var(--home-services-blue-dark);
    border-color: rgba(7, 87, 220, 0.3);
    background: rgba(255, 255, 255, 0.82);
}

.home-services-button--secondary:hover {
    color: var(--home-services-blue);
    border-color: var(--home-services-blue);
    background: #ffffff;
}

    .home-services-hero {
        background:
            linear-gradient(
                180deg,
                #ffffff,
                #eef4ff
            );
    }

    .home-services-hero h1 {
        max-width: 10ch;
        font-size: clamp(2.8rem, 11vw, 4rem);
    }

    .home-services-hero__image {
        border-radius: 1.5rem 1rem 2.6rem 1rem;
    }
}

/* ==========================================================
   CONTACT — STYLE IDENTIQUE AUX AUTRES PAGES
   ========================================================== */

.home-services-contact {
    padding: clamp(4rem, 6vw, 6rem) 0;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f1f6ff 100%
        );
}

.home-services-contact__panel {
    display: grid;
    grid-template-columns: minmax(17rem, 1.15fr) minmax(27rem, 1.5fr) auto;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;

    padding: clamp(2rem, 4vw, 3rem);

    border: 1px solid rgba(7, 73, 165, 0.14);
    border-radius: 1.5rem;

    color: #17233b;
    background: #ffffff;

    box-shadow:
        0 16px 38px rgba(18, 60, 120, 0.08);
}

.home-services-contact__panel::before,
.home-services-contact__panel::after {
    display: none;
}

.home-services-contact__heading p {
    margin: 0 0 0.7rem;

    color: #9a5e0e;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.home-services-contact__heading h2 {
    margin: 0;

    color: #061d4c;
    font-family: inherit;
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -0.025em;
}

.home-services-contact__heading > span {
    display: block;
    max-width: 28rem;
    margin-top: 0.9rem;

    color: #56647a;
    font-size: 0.93rem;
    line-height: 1.65;
}

.home-services-contact__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-services-contact__details a {
    display: flex;
    min-height: 6.5rem;
    align-items: center;
    gap: 0.9rem;

    padding: 1.1rem 1.2rem;

    border: 1px solid rgba(7, 88, 213, 0.13);
    border-radius: 1rem;

    color: #17233b;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f3f7ff
        );

    text-decoration: none;

    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.home-services-contact__details a:hover {
    color: #17233b;
    border-color: rgba(7, 88, 213, 0.3);
    box-shadow: 0 10px 24px rgba(17, 61, 125, 0.08);
    transform: translateY(-2px);
}

.home-services-contact__icon {
    display: grid;
    width: 2.9rem;
    height: 2.9rem;
    flex: 0 0 2.9rem;
    place-items: center;

    border-radius: 50%;

    color: #0758d5;
    background: #e9f2ff;

    font-size: 1rem;
}

.home-services-contact__details strong {
    color: #061d4c;
    font-size: 0.92rem;
    font-weight: 750;
}

.home-services-contact__details small {
    margin-top: 0.3rem;
    color: #66748a;
    font-size: 0.76rem;
    line-height: 1.45;
}

/* Même bouton bleu que sur les autres pages */

.home-services-contact .home-services-button--light {
    min-height: 3.35rem;
    padding: 0.85rem 1.5rem;

    color: #ffffff;
    border: 0;

    background:
        linear-gradient(
            135deg,
            #075bd5,
            #063c91
        );

    box-shadow: 0 13px 27px rgba(7, 72, 165, 0.2);
}

.home-services-contact .home-services-button--light:hover {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0866e7,
            #0746a5
        );

    box-shadow: 0 16px 30px rgba(7, 72, 165, 0.27);
}

@media (max-width: 1050px) {
    .home-services-contact__panel {
        grid-template-columns: 1fr 1.4fr;
    }

    .home-services-contact__panel > .home-services-button {
        grid-column: 1 / -1;
        width: max-content;
    }
}

@media (max-width: 760px) {
    .home-services-contact__panel {
        grid-template-columns: 1fr;
        padding: 1.7rem;
    }

    .home-services-contact__details {
        grid-template-columns: 1fr;
    }

    .home-services-contact__panel > .home-services-button {
        grid-column: auto;
        width: 100%;
    }
}

/* ==========================================================
   CONTACT COMPACT — IDENTIQUE AUX AUTRES PAGES
   ========================================================== */

.home-services-contact {
    padding: 1.25rem 0;
    background: #edf4ff;
}

.home-services-contact__panel {
    display: grid;
    grid-template-columns:
        minmax(19rem, 1.35fr)
        minmax(8.5rem, 0.7fr)
        minmax(13rem, 1fr)
        auto;
    gap: 0;
    align-items: center;

    min-height: 5.6rem;
    padding: 0.75rem 1rem;

    overflow: hidden;
    border: 0;
    border-radius: 0.7rem;

    color: #ffffff;
    background:
        linear-gradient(
            105deg,
            #06235c 0%,
            #074cad 58%,
            #0870df 100%
        );

    box-shadow: 0 8px 22px rgba(5, 48, 118, 0.16);
}

.home-services-contact__panel::before,
.home-services-contact__panel::after {
    display: none;
}

/* Texte de gauche */

.home-services-contact__heading {
    padding: 0.2rem 1rem 0.2rem 0.35rem;
}

.home-services-contact__heading p {
    display: none;
}

.home-services-contact__heading h2 {
    margin: 0;

    color: #ffffff;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: 0;
}

.home-services-contact__heading > span {
    display: block;
    margin-top: 0.28rem;

    color: rgba(255, 255, 255, 0.78);
    font-size: 0.67rem;
    line-height: 1.35;
}

/* Coordonnées sans grosses cartes */

.home-services-contact__details {
    display: contents;
}

.home-services-contact__details a {
    display: flex;
    min-width: 0;
    min-height: auto;
    align-items: center;
    gap: 0.65rem;

    padding: 0.3rem 1rem;

    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 0;

    color: #ffffff;
    background: transparent;
    box-shadow: none;

    text-decoration: none;
    transform: none;
}

.home-services-contact__details a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.23);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    transform: none;
}

.home-services-contact__icon {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
    place-items: center;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);

    font-size: 0.78rem;
}

.home-services-contact__details strong {
    display: block;

    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 750;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.home-services-contact__details small {
    display: block;
    margin-top: 0.18rem;

    color: rgba(255, 255, 255, 0.68);
    font-size: 0.58rem;
    line-height: 1.3;
}

/* Bouton doré compact */

.home-services-contact .home-services-button--light {
    width: auto;
    min-height: 2.55rem;
    margin-left: 1rem;
    padding: 0.65rem 1.15rem;

    border: 0;
    border-radius: 999px;

    color: #513100;
    background:
        linear-gradient(
            135deg,
            #ffd36b,
            #efa92e
        );

    box-shadow: none;

    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}

.home-services-contact .home-services-button--light:hover {
    color: #3f2700;
    background:
        linear-gradient(
            135deg,
            #ffdc82,
            #f6b73e
        );

    box-shadow: none;
    transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 1050px) {
    .home-services-contact__panel {
        grid-template-columns: 1fr 1fr;
        gap: 0.5rem;
        padding: 1rem;
    }

    .home-services-contact__heading {
        grid-column: 1 / -1;
        padding-bottom: 0.65rem;
    }

    .home-services-contact__details {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-services-contact__details a:first-child {
        border-left: 0;
    }

    .home-services-contact .home-services-button--light {
        grid-column: 1 / -1;
        justify-self: start;
        margin: 0.4rem 0 0;
    }
}

@media (max-width: 650px) {
    .home-services-contact__panel {
        grid-template-columns: 1fr;
    }

    .home-services-contact__details {
        grid-template-columns: 1fr;
    }

    .home-services-contact__details a {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        padding: 0.65rem 0;
    }

    .home-services-contact .home-services-button--light {
        width: 100%;
        justify-self: stretch;
    }
}

/* ==========================================================
   PAGE DÉTAIL — ASSISTANCE INFORMATIQUE
   ========================================================== */

.home-service-page {
    background: #ffffff;
}

.home-service-page__hero {
    padding: clamp(4rem, 6vw, 6rem) 0;
    background:
        linear-gradient(
            105deg,
            #e9f2ff 0%,
            #f7faff 52%,
            #dceaff 100%
        );
}

.home-service-page__hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(32rem, 1.15fr);
    gap: clamp(3rem, 5vw, 5rem);
    align-items: center;
}

.home-service-page__hero-content h1 {
    max-width: 12ch;
    margin: 0;
    color: #061d4c;
    font-size: clamp(3.2rem, 4.8vw, 5rem);
    font-weight: 750;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.home-service-page__hero-content h1 span {
    display: block;
    color: #0758d5;
}

.home-service-page__intro {
    max-width: 38rem;
    margin: 1.5rem 0 0;
    color: #40516a;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Correction importante : image non étirée */

.home-service-page__hero-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: 2rem 2rem 5rem 2rem;
    box-shadow: 0 24px 50px rgba(10, 52, 118, 0.12);
}

.home-service-page__hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.home-service-page__content {
    padding: clamp(5rem, 7vw, 7rem) 0;
    background: #ffffff;
}

.home-service-page__heading {
    max-width: 48rem;
    margin-bottom: 3rem;
}

.home-service-page__heading h2 {
    margin: 0;
    color: #061d4c;
    font-size: clamp(2.2rem, 3.5vw, 3.6rem);
    line-height: 1.08;
}

.home-service-page__heading > p:last-child {
    margin: 1rem 0 0;
    color: #56647a;
    line-height: 1.7;
}

.home-service-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.home-service-page__grid article {
    padding: 2rem;
    border: 1px solid rgba(7, 88, 213, 0.12);
    border-radius: 1.25rem;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f1f6ff
        );
}

.home-service-page__grid article > span {
    display: inline-flex;
    margin-bottom: 1rem;
    color: #0758d5;
    font-size: 0.8rem;
    font-weight: 800;
}

.home-service-page__grid h3 {
    margin: 0 0 0.65rem;
    color: #061d4c;
    font-size: 1.15rem;
}

.home-service-page__grid p {
    margin: 0;
    color: #56647a;
    line-height: 1.65;
}

@media (max-width: 980px) {
    .home-service-page__hero-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .home-service-page__grid {
        grid-template-columns: 1fr;
    }

    .home-service-page__hero-image {
        border-radius: 1.5rem 1.5rem 3rem 1.5rem;
    }
}

/* ==========================================================
   ASSISTANCE — CAS CONCRETS & OBJECTIF
   ========================================================== */

.home-service-cases {
    padding: clamp(5rem, 7vw, 7rem) 0;
    background:
        linear-gradient(
            180deg,
            #eef4ff 0%,
            #f8fbff 100%
        );
}

.home-service-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-service-cases__grid article {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    min-height: 7rem;
    padding: 1.35rem;
    border: 1px solid rgba(7, 88, 213, 0.12);
    border-radius: 1rem;
    background: #ffffff;
}

.home-service-cases__grid article > span {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    place-items: center;
    border-radius: 50%;
    color: #0758d5;
    background: #e9f2ff;
    font-weight: 900;
}

.home-service-cases__grid p {
    margin: 0;
    color: #4e6078;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Encadré objectif */

.home-service-objective {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.2rem;
    align-items: start;
    margin-top: 2.4rem;
    padding: clamp(1.7rem, 3vw, 2.3rem);
    border-left: 4px solid #d4932a;
    border-radius: 0 1.2rem 1.2rem 0;
    background: #fff8eb;
}

.home-service-objective__icon {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border-radius: 50%;
    color: #8b550a;
    background: #f6e3c2;
    font-weight: 900;
}

.home-service-objective p {
    margin: 0 0 0.4rem;
    color: #a0620d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-service-objective h2 {
    margin: 0;
    color: #061d4c;
    font-size: clamp(1.45rem, 2.3vw, 2.2rem);
    line-height: 1.15;
}

.home-service-objective span {
    display: block;
    max-width: 55rem;
    margin-top: 0.7rem;
    color: #5b6678;
    font-size: 0.92rem;
    line-height: 1.65;
}

/* Contact détail */

.home-service-page-contact {
    padding-top: 1.5rem;
}

/* Responsive */

@media (max-width: 900px) {
    .home-service-cases__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .home-service-cases__grid {
        grid-template-columns: 1fr;
    }

    .home-service-objective {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   ASSISTANCE INFORMATIQUE — VERSION VISUELLE RENFORCÉE
   ========================================================== */

/* ----------------------------------------------------------
   HERO
   ---------------------------------------------------------- */

.home-service-page__hero {
    position: relative;
    overflow: hidden;

    padding: clamp(4.5rem, 7vw, 7rem) 0;

    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(7, 88, 213, 0.17),
            transparent 24rem
        ),
        radial-gradient(
            circle at 88% 20%,
            rgba(43, 158, 215, 0.15),
            transparent 27rem
        ),
        linear-gradient(
            110deg,
            #dfeaff 0%,
            #f5f8ff 48%,
            #dcecff 100%
        );
}

.home-service-page__hero::after {
    position: absolute;
    right: -8rem;
    bottom: -13rem;

    width: 30rem;
    height: 30rem;

    content: "";
    pointer-events: none;

    border: 1px solid rgba(7, 88, 213, 0.09);
    border-radius: 50%;

    box-shadow:
        0 0 0 4rem rgba(7, 88, 213, 0.025),
        0 0 0 8rem rgba(7, 88, 213, 0.018);
}

.home-service-page__hero-layout {
    position: relative;
    z-index: 1;
}

/* Petit libellé comme sur le reste du site */

.home-service-page__hero .home-services-eyebrow {
    color: #94580a;
    background: #f8ead5;
}

/* Titre */

.home-service-page__hero-content h1 {
    color: #061d4c;
}

.home-service-page__hero-content h1 span {
    color: #0758d5;
}

/* Texte d'introduction */

.home-service-page__intro {
    color: #3c4f69;
}

/* Image */

.home-service-page__hero-image {
    position: relative;

    border: 0.4rem solid rgba(255, 255, 255, 0.92);

    background: #ffffff;

    box-shadow:
        0 28px 58px rgba(7, 54, 125, 0.16);
}


/* ----------------------------------------------------------
   SECTION "CE QUE NOUS POUVONS FAIRE"
   ---------------------------------------------------------- */

.home-service-page__content {
    position: relative;

    padding: clamp(5.5rem, 8vw, 8rem) 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f3f7ff 100%
        );
}

.home-service-page__heading {
    max-width: 54rem;
}

.home-service-page__heading .home-services-section-heading__eyebrow {
    color: #a0620d;
}

.home-service-page__heading h2 {
    color: #061d4c;
}

.home-service-page__heading > p:last-child {
    color: #53647a;
}

/* Les 4 prestations */

.home-service-page__grid {
    gap: 1.5rem;
}

.home-service-page__grid article {
    position: relative;
    overflow: hidden;

    min-height: 11rem;

    padding: 2rem;

    border: 1px solid rgba(7, 88, 213, 0.15);
    border-top: 4px solid #0758d5;

    border-radius: 1.25rem;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #eaf2ff
        );

    box-shadow:
        0 14px 32px rgba(15, 60, 126, 0.07);
}

.home-service-page__grid article:nth-child(2) {
    border-top-color: #17a2b4;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #e8f7f7
        );
}

.home-service-page__grid article:nth-child(3) {
    border-top-color: #d9962c;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff6e8
        );
}

.home-service-page__grid article:nth-child(4) {
    border-top-color: #665bc9;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #eef0ff
        );
}

.home-service-page__grid article::after {
    position: absolute;
    right: -2rem;
    bottom: -2rem;

    width: 7rem;
    height: 7rem;

    content: "";

    border-radius: 50%;

    background: rgba(7, 88, 213, 0.045);
}

.home-service-page__grid article > span {
    position: relative;
    z-index: 1;

    display: grid;

    width: 2.6rem;
    height: 2.6rem;

    place-items: center;

    margin-bottom: 1.1rem;

    border-radius: 50%;

    color: #0758d5;
    background: #ffffff;

    box-shadow:
        0 7px 18px rgba(20, 65, 129, 0.1);
}

.home-service-page__grid h3,
.home-service-page__grid p {
    position: relative;
    z-index: 1;
}


/* ----------------------------------------------------------
   SECTION CAS CONCRETS
   ---------------------------------------------------------- */

.home-service-cases {
    position: relative;

    padding: clamp(5.5rem, 8vw, 8rem) 0;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(7, 88, 213, 0.11),
            transparent 22rem
        ),
        linear-gradient(
            125deg,
            #dceaff 0%,
            #edf4ff 52%,
            #e2efff 100%
        );
}

.home-service-cases .home-service-page__heading {
    max-width: 60rem;
}

/* Empêche le point d'interrogation de partir seul */

.home-service-cases .home-service-page__heading h2 {
    max-width: none;

    font-size: clamp(2.2rem, 3.6vw, 3.7rem);

    line-height: 1.08;
}

/* Les 6 cas */

.home-service-cases__grid {
    gap: 1.15rem;
}

.home-service-cases__grid article {
    min-height: 8rem;

    border: 1px solid rgba(7, 88, 213, 0.15);
    border-radius: 1.1rem;

    background:
        rgba(255, 255, 255, 0.9);

    box-shadow:
        0 12px 26px rgba(20, 63, 123, 0.07);
}

.home-service-cases__grid article:nth-child(2),
.home-service-cases__grid article:nth-child(5) {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #eaf7f7
        );
}

.home-service-cases__grid article:nth-child(3),
.home-service-cases__grid article:nth-child(6) {
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff5e7
        );
}

.home-service-cases__grid article > span {
    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0758d5,
            #073d93
        );

    box-shadow:
        0 7px 18px rgba(7, 72, 165, 0.2);
}


/* ----------------------------------------------------------
   NOTRE OBJECTIF
   ---------------------------------------------------------- */

.home-service-objective {
    margin-top: 2.7rem;

    padding: clamp(2rem, 3.5vw, 2.8rem);

    border: 1px solid rgba(207, 139, 37, 0.23);
    border-left: 5px solid #d4932a;

    border-radius: 0 1.35rem 1.35rem 0;

    background:
        linear-gradient(
            115deg,
            #fff6e6,
            #fffaf1
        );

    box-shadow:
        0 14px 30px rgba(105, 73, 24, 0.06);
}

.home-service-objective__icon {
    width: 3.3rem;
    height: 3.3rem;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #d99a32,
            #b97013
        );

    box-shadow:
        0 9px 20px rgba(175, 111, 17, 0.18);
}


/* ----------------------------------------------------------
   BANDEAU CONTACT
   ---------------------------------------------------------- */

.home-service-page-contact {
    padding: 1.5rem 0;

    background:
        linear-gradient(
            180deg,
            #eef4ff,
            #dfeaff
        );
}


/* ----------------------------------------------------------
   PETITES ANIMATIONS
   ---------------------------------------------------------- */

.home-service-page__grid article,
.home-service-cases__grid article {
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.home-service-page__grid article:hover,
.home-service-cases__grid article:hover {
    transform: translateY(-4px);

    box-shadow:
        0 20px 38px rgba(16, 60, 125, 0.12);
}


/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 650px) {
    .home-service-cases .home-service-page__heading h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }
}

/* ==========================================================
   ========================================================== */

.home-services-contact__intro {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.home-services-contact__intro-icon {
    display: grid;
    width: 3.9rem;
    height: 3.9rem;
    flex: 0 0 3.9rem;
    place-items: center;

    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);

    box-shadow:
        inset 0 0 0 0.38rem rgba(255, 255, 255, 0.04);
}

.home-services-contact__intro-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
}

.home-services-contact__intro .home-services-contact__heading {
    padding: 0;
}

@media (max-width: 760px) {
    .home-services-contact__intro {
        align-items: flex-start;
    }

    .home-services-contact__intro-icon {
        width: 3.4rem;
        height: 3.4rem;
        flex-basis: 3.4rem;
    }
}

/* ==========================================================
