.elementor-6926 .elementor-element.elementor-element-292ecdc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cacff1c *//* =========================================================
   ALMA HIVER - LE LIORAN
   WordPress / Elementor
   ========================================================= */

.alma-hiver-simple,
.alma-hiver-simple * {
    box-sizing: border-box;
}


.alma-hiver-simple {
    --alma-blue: #0e4f66;
    --alma-blue-dark: #093b50;
    --alma-blue-light: #eaf4f7;

    --alma-snow: #f7fbfc;
    --alma-white: #ffffff;

    --alma-text: #1c2d35;
    --alma-muted: #65747d;

    --alma-border: #dce7ea;

    --alma-orange: #ff7e3c;

    width: 100%;
    max-width: 1260px;

    margin: 0 auto;

    padding: 45px 30px 70px;

    font-family: inherit;

    color: var(--alma-text);
}


/* =========================================================
   INTRO
   ========================================================= */

.alma-hiver-intro {
    position: relative;

    display: grid;

    grid-template-columns: minmax(0, 1fr) 360px;

    gap: 38px;

    align-items: center;

    padding: 38px;

    margin-bottom: 30px;

    overflow: hidden;

    border: 1px solid var(--alma-border);

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f3f9fb 100%
        );

    box-shadow:
        0 14px 35px rgba(14,79,102,.08);
}


/* petit effet hiver discret */

.alma-hiver-intro::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -90px;
    top: -110px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(14,79,102,.08),
            transparent 70%
        );

    pointer-events: none;
}


.alma-hiver-intro-content {
    position: relative;

    z-index: 2;

    min-width: 0;
}


.alma-hiver-label {
    display: inline-flex;

    width: fit-content;

    margin-bottom: 17px;

    padding: 7px 12px;

    background: var(--alma-blue);

    color: #ffffff;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .07em;

    text-transform: uppercase;
}


.alma-hiver-intro h2 {
    max-width: 780px;

    margin: 0 0 20px !important;

    color: var(--alma-blue-dark);

    font-size: clamp(32px, 3.3vw, 45px);

    line-height: 1.08;

    font-weight: 750;

    letter-spacing: -.04em;
}


.alma-hiver-intro p {
    max-width: 790px;

    margin: 0 0 13px !important;

    color: var(--alma-muted);

    font-size: 15px;

    line-height: 1.7;
}


.alma-hiver-intro p:last-child {
    margin-bottom: 0 !important;
}


.alma-hiver-intro strong {
    color: var(--alma-blue-dark);

    font-weight: 800;
}


/* =========================================================
   IMAGE ALMA
   ========================================================= */

.alma-hiver-image {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 320px;

    padding: 24px;

    overflow: hidden;

    background: var(--alma-orange);
}


.alma-hiver-image img {
    display: block;

    width: 100%;
    height: 100%;

    max-height: 275px;

    object-fit: contain;
}


/* =========================================================
   COLONNES
   ========================================================= */

.alma-hiver-columns {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 24px;

    width: 100%;
}


.alma-hiver-box {
    padding: 32px;

    border: 1px solid var(--alma-border);

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(14,79,102,.055);
}


.alma-hiver-box-label {
    display: block;

    margin-bottom: 7px;

    color: var(--alma-blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .09em;

    text-transform: uppercase;
}


.alma-hiver-box h3 {
    margin: 0 0 13px !important;

    color: var(--alma-blue-dark);

    font-size: 27px;

    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -.025em;
}


.alma-hiver-box-intro {
    margin: 0 0 20px !important;

    color: var(--alma-muted);

    font-size: 14px;

    line-height: 1.65;
}


.alma-hiver-box strong {
    color: var(--alma-blue-dark);

    font-weight: 800;
}


/* =========================================================
   AVANTAGES
   ========================================================= */

.alma-hiver-benefits {
    display: grid;

    gap: 18px;

    margin-top: 20px;
}


.alma-hiver-benefit {
    display: flex;

    gap: 13px;

    align-items: flex-start;
}


.alma-hiver-check {
    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    width: 25px;
    height: 25px;

    min-width: 25px;

    margin-top: 1px;

    border-radius: 50%;

    background: var(--alma-blue);

    color: #ffffff;

    font-size: 13px;

    font-weight: 900;
}


.alma-hiver-benefit strong {
    display: block;

    margin-bottom: 4px;

    font-size: 15px;

    line-height: 1.35;
}


.alma-hiver-benefit-text {
    color: var(--alma-muted);

    font-size: 13px;

    line-height: 1.55;
}


/* =========================================================
   ÉTAPES
   ========================================================= */

.alma-hiver-steps {
    margin: 18px 0 0;

    padding: 0;

    list-style: none;

    counter-reset: alma-hiver-step;
}


.alma-hiver-steps li {
    counter-increment: alma-hiver-step;

    position: relative;

    display: block;

    padding: 14px 0 14px 42px;

    border-bottom: 1px solid #e7edef;

    color: var(--alma-muted);

    font-size: 13px;

    line-height: 1.55;
}


.alma-hiver-steps li:last-child {
    border-bottom: 0;
}


.alma-hiver-steps li::before {
    content: counter(alma-hiver-step);

    position: absolute;

    top: 13px;
    left: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 27px;
    height: 27px;

    border-radius: 50%;

    background: var(--alma-blue-dark);

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;
}


.alma-hiver-steps li strong {
    color: var(--alma-blue-dark);

    font-weight: 800;
}


/* =========================================================
   NOTE
   ========================================================= */

.alma-hiver-note {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-top: 22px;

    padding: 15px 17px;

    background: var(--alma-blue-light);

    border-left: 3px solid var(--alma-blue);
}


.alma-hiver-note > span {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    border-radius: 50%;

    background: var(--alma-blue);

    color: #ffffff;

    font-family: Georgia, serif;

    font-size: 13px;

    font-style: italic;
}


.alma-hiver-note strong {
    display: block;

    margin-bottom: 2px;

    font-size: 12px;
}


.alma-hiver-note p {
    margin: 0 !important;

    color: var(--alma-muted);

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   CGU + BOUTON
   ========================================================= */

.alma-hiver-bottom {
    display: grid;

    grid-template-columns: 1fr auto;

    gap: 35px;

    align-items: center;

    width: 100%;

    margin-top: 28px;

    padding: 28px 30px;

    border: 1px solid var(--alma-border);

    background: var(--alma-snow);
}


.alma-hiver-cgu h3 {
    margin: 0 0 12px !important;

    color: var(--alma-blue-dark);

    font-size: 22px;

    font-weight: 700;
}


.alma-hiver-cgu p {
    max-width: 850px;

    margin: 0 0 9px !important;

    color: var(--alma-muted);

    font-size: 12px;

    line-height: 1.65;
}


.alma-hiver-link {
    display: inline-flex;

    align-items: center;

    margin-top: 5px;

    color: var(--alma-blue) !important;

    font-size: 12px;

    font-weight: 800;

    text-decoration: underline !important;

    text-underline-offset: 4px;
}


.alma-hiver-link:hover {
    color: var(--alma-blue-dark) !important;
}


/* =========================================================
   BOUTON
   ========================================================= */

.alma-hiver-return {
    display: flex;

    justify-content: flex-end;
}


.alma-hiver-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 14px 23px;

    background: var(--alma-blue);

    color: #ffffff !important;

    font-size: 13px;

    font-weight: 800;

    text-decoration: none !important;

    white-space: nowrap;

    box-shadow:
        0 10px 22px rgba(14,79,102,.18);

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.alma-hiver-btn:hover {
    background: var(--alma-blue-dark);

    transform: translateY(-2px);

    box-shadow:
        0 14px 28px rgba(14,79,102,.23);
}


/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1024px) {

    .alma-hiver-intro {
        grid-template-columns: minmax(0, 1fr) 300px;

        gap: 25px;

        padding: 30px;
    }

    .alma-hiver-image {
        min-height: 280px;
    }

}


/* =========================================================
   MOBILE / TABLETTE PORTRAIT
   ========================================================= */

@media (max-width: 850px) {

    .alma-hiver-simple {
        padding: 30px 18px 50px;
    }

    .alma-hiver-intro {
        grid-template-columns: 1fr;

        padding: 24px 20px;
    }

    .alma-hiver-image {
        min-height: auto;

        padding: 20px;
    }

    .alma-hiver-image img {
        height: auto;

        max-height: none;
    }

    .alma-hiver-columns {
        grid-template-columns: 1fr;
    }

    .alma-hiver-box {
        padding: 26px 22px;
    }

    .alma-hiver-box h3 {
        font-size: 24px;
    }

    .alma-hiver-bottom {
        grid-template-columns: 1fr;

        gap: 22px;

        padding: 25px 22px;
    }

    .alma-hiver-return {
        justify-content: flex-start;
    }

    .alma-hiver-btn {
        width: 100%;
    }

}


/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media (max-width: 500px) {

    .alma-hiver-simple {
        padding-left: 15px;
        padding-right: 15px;
    }

    .alma-hiver-intro h2 {
        font-size: 31px;
    }

    .alma-hiver-intro p {
        font-size: 14px;
    }

    .alma-hiver-box h3 {
        font-size: 22px;
    }

    .alma-hiver-benefit-text,
    .alma-hiver-steps li {
        font-size: 12px;
    }

}/* End custom CSS */