/* ==========================================================
   FOOTER GLOBAL B612
   ========================================================== */

.b612-footer {

    position: relative;

    background: #06152C;

    color: #FFFFFF;

    padding: 0;

    overflow: visible;
}


/* ==========================================================
   ILLUSTRATION PRÉ-FOOTER
   ========================================================== */

.b612-footer__illustration {

    width:
        min(
            1400px,
            calc(100% - 120px)
        );

    margin:
        0 auto;

    padding: 0;

    line-height: 0;

    overflow: visible;
}


.b612-footer__illustration img {

    display: block;

    width: 100%;

    height: auto;

    margin: 0;

    padding: 0;
}


/* ==========================================================
   CONTENU PRINCIPAL
   ========================================================== */

   .b612-footer__inner {

       position: relative;

       z-index: 1;

       width:
           calc(
               100% -
               (var(--b612-container-gutter) * 2)
           );

       max-width:
           var(--b612-container-width);

       margin:
           0 auto;

       padding-top: 0;

       padding-bottom: 70px;

       display: grid;
       grid-template-columns:
       1.35fr 0.8fr 1.2fr 0.8fr;

       column-gap: 70px;

}
/* ==========================================================
   IDENTITÉ B612
   ========================================================== */

.b612-footer__brand {

    position: relative;

    min-width: 0;
}


/* ==========================================================
   LOGO
   ========================================================== */


   .b612-footer__logo {

       position: absolute;

       top: 50px;

       left: 0;
     }



.b612-footer__logo-image {

    display: block;

    width: auto;

    max-width: 150px;

    height: auto;

    margin: 0;

    padding: 0;
    margin-left: -22px;
}


/* ==========================================================
   TEXTE DE PRÉSENTATION
   ========================================================== */

.b612-footer__address {

    margin: 0;

    padding-top: 155px;

    font-family:
        "Inter",
        sans-serif;

    font-size: 13px;

    line-height: 1.65;

    color:
        rgba(255,255,255,0.72);
}


.b612-footer__address p {

    margin:
        0 0 18px;
}


.b612-footer__address p:last-child {

    margin-bottom: 0;
}


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

.b612-footer__column {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    min-width: 0;

    padding-top: 85px;
}


/* ==========================================================
   TITRES
   ========================================================== */

.b612-footer__title {

    margin:
        0 0 24px;

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;

    font-weight: 600;

    line-height: 1.2;

    text-transform: uppercase;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,0.82);
}


/* ==========================================================
   LIENS
   ========================================================== */

.b612-footer__column > a {

    margin-bottom: 13px;

    font-family:
        "Inter",
        sans-serif;

    font-size: 13px;

    line-height: 1.4;

    color:
        rgba(255,255,255,0.70);

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.b612-footer__column > a:hover {

    color: #FFFFFF;

    transform:
        translateX(3px);
}


/* ==========================================================
   NEWSLETTER
   ========================================================== */

.b612-footer__newsletter-form {

    display: flex;

    width: 100%;

    max-width: 280px;

    height: 44px;

    margin:
        0 0 30px;

    border:
        1px solid
        rgba(255,255,255,0.24);

    border-radius: 24px;

    overflow: hidden;

    background:
        rgba(255,255,255,0.025);
}


.b612-footer__newsletter-form input {

    min-width: 0;

    flex:
        1 1 auto;

    padding:
        0 18px;

    border: 0;

    outline: 0;

    background:
        transparent;

    font-family:
        "Inter",
        sans-serif;

    font-size: 12px;

    color: #FFFFFF;
}


.b612-footer__newsletter-form input::placeholder {

    color:
        rgba(255,255,255,0.40);
}


.b612-footer__newsletter-form button {

    flex:
        0 0 44px;

    width: 44px;

    height: 44px;

    margin:
        -1px -1px -1px 0;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.14);

    color: #FFFFFF;

    font-size: 19px;

    cursor: pointer;
}


/* ==========================================================
   RÉSEAUX SOCIAUX
   ========================================================== */

.b612-footer__title--social {

    margin:
        0 0 18px;
}


.b612-footer__social-links {

    display: flex;

    align-items: center;

    gap: 14px;

    margin: 0;
}


.b612-footer__social-links a {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    border:
        1px solid
        rgba(255,255,255,0.55);

    border-radius: 50%;

    color: #FFFFFF;

    text-decoration: none;

    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}


.b612-footer__social-links a:hover {

    background:
        rgba(255,255,255,0.12);

    border-color:
        rgba(255,255,255,0.90);
}


.b612-footer__social-links i {

    font-size: 14px;
}


/* ==========================================================
   BAS DU FOOTER
   ========================================================== */

.b612-footer__bottom {

    position: relative;

    width:
        calc(
            100% -
            (var(--b612-container-gutter) * 2)
        );

    max-width:
        var(--b612-container-width);

    margin:
        0 auto;

    padding:
        32px 0 30px;

    border-top:
        1px solid
        rgba(255,255,255,0.18);

    box-sizing: border-box;
}


.b612-footer__bottom-inner {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 80px;
}


.b612-footer__copyright,
.b612-footer__legal {

    font-family:
        "Inter",
        sans-serif;

    font-size: 11px;

    line-height: 1.4;

    color:
        rgba(255,255,255,0.58);
}


/* ==========================================================
   LIENS LÉGAUX
   ========================================================== */

.b612-footer__legal {

    display: flex;

    align-items: center;

    gap: 28px;
}


.b612-footer__legal a {

    color:
        rgba(255,255,255,0.58);

    text-decoration: none;

    transition:
        color 0.2s ease;
}


.b612-footer__legal a:hover {

    color: #FFFFFF;
}


.b612-footer__legal > span {

    width: 1px;

    height: 14px;

    background:
        rgba(255,255,255,0.25);
}


/* ==========================================================
   RETOUR EN HAUT
   ========================================================== */

.b612-footer__back-top {

    position: absolute;

    right: -20px;

    bottom: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 34px;

    height: 34px;

    padding: 0;

    border:
        1px solid
        rgba(255,255,255,0.40);

    border-radius: 50%;

    background:
        transparent;

    color: #FFFFFF;

    font-size: 15px;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


.b612-footer__back-top:hover {

    background:
        rgba(255,255,255,0.10);

    transform:
        translateY(-3px);
}


.b612-footer__links a,
.b612-footer__links a:hover,
.b612-footer__links a:visited {
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.b612-footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.b612-footer__links a:hover {
    text-decoration: underline;
}

.b612-footer__links a {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.b612-footer__phone {
    margin: -20px 0 0;
}


.b612-footer__phone a {
    display: inline;

    color: rgba(255,255,255,0.72);
    text-decoration: none;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 1.65;

    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}



.b612-footer__phone-number {
    display: inline;
}

.b612-footer__phone a:hover {
    color: #FFFFFF;
}

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

@media (max-width: 1100px) {

    .b612-footer__illustration {

        width:
            calc(100% - 80px);
    }


    .b612-footer__inner {

        width:
            calc(100% - 80px);

        row-gap: 50px;

        column-gap: 50px;
    }


    .b612-footer__bottom {

        width:
            calc(100% - 80px);
    }


    .b612-footer__back-top {

        right: 0;
    }





}


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

@media (max-width: 767px) {

    .b612-footer__illustration {

        width:
            calc(100% - 40px);
    }


    .b612-footer__inner {

        width:
            calc(100% - 40px);

        padding:
            24px 0 50px;

        grid-template-columns:
            1fr;

        row-gap: 42px;
    }


    .b612-footer__address p:first-child br {

        display: none;

    }

    /* ----------------------------------------------
       Logo
    ---------------------------------------------- */

    .b612-footer__logo {

        position: relative;

        top: auto;

        left: auto;

        margin-bottom: 25px;
    }


    .b612-footer__logo-image {

        max-width: 130px;

        margin-left: 0;

    }

    /* ----------------------------------------------
       Adresse
    ---------------------------------------------- */

    .b612-footer__address {

        padding-top: 0;
    }


    /* ----------------------------------------------
       Colonnes
    ---------------------------------------------- */

    .b612-footer__column {

        padding-top: 0;
    }


    /* ----------------------------------------------
       Newsletter
    ---------------------------------------------- */

    .b612-footer__newsletter-form {

        width: 100%;

        max-width: none;
    }


    /* ----------------------------------------------
       Bas
    ---------------------------------------------- */

    .b612-footer__bottom {

        width:
            calc(100% - 40px);

        padding:
            24px 0 30px;
    }


    .b612-footer__bottom-inner {

        flex-direction: column;

        gap: 18px;

        align-items: flex-start;
    }


    .b612-footer__legal {

        flex-direction: row;

        align-items: center;

        gap: 18px;

        flex-wrap: nowrap;
    }


    .b612-footer__legal > span {

        display: block;
    }


    .b612-footer__back-top {

        right: 0;

        bottom: 28px;

        width: 34px;

        height: 34px;

        font-size: 15px;
    }

    /* ----------------------------------------------
       Menus — titre à gauche / liens horizontaux
    ---------------------------------------------- */

    nav.b612-footer__column {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        width: 100%;
    }


    nav.b612-footer__column .b612-footer__title {

        width: 100%;

        margin-bottom: 24px;

        text-align: left;
    }


    .b612-footer__links {

        display: flex;

        flex-direction: row;

        align-items: center;

        justify-content: flex-start;

        width: 100%;
        text-decoration: none;
    }


    .b612-footer__links a {

        display: block;

        margin: 0;

        padding: 0 10px;

        font-family:
            "Inter",
            sans-serif;

        font-size: 12px;

        line-height: 1.4;

        color: #ffffff;
        text-decoration: none;

        white-space: nowrap;
    }


    .b612-footer__links a:first-child {

        padding-left: 0;
    }


    .b612-footer__links a + a {

        border-left: 1px solid #ffffff;
    }


    .b612-footer__links a:hover {

        color: #FFFFFF;
    }


    nav.b612-footer__column[aria-label="Mon compte"]
    .b612-footer__links a:first-child {

        display: none;
    }


    .b612-footer__address-location a {
    color: #FFFFFF;
    text-decoration: none;
}

nav.b612-footer__column[aria-label="Mon compte"]
.b612-footer__links a:nth-child(2) {
    border-left: none;
    padding-left: 0;
}


.b612-footer__phone {
    margin: 18px 0 0;
}

.b612-footer__phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 100%;
    box-sizing: border-box;

    min-height: 50px;
    padding: 11px 18px;

    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 30px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.16) 0%,
            rgba(255,255,255,0.08) 100%
        );

    box-shadow:
        0 2px 5px rgba(0,0,0,0.18),
        inset 0 1px 0 rgba(255,255,255,0.12);

    color: #FFFFFF;
    text-decoration: none;

    font-family: "Inter", sans-serif;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.b612-footer__phone-label {
    font-size: 12px;
    font-weight: 600;
}

.b612-footer__phone-number {
    font-size: 13px;
    font-weight: 400;
}

.b612-footer__phone a:hover {
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.20) 0%,
            rgba(255,255,255,0.11) 100%
        );

    border-color: rgba(255,255,255,0.50);
}

.b612-footer__phone a:active {
    transform: translateY(1px);

    box-shadow:
        0 1px 2px rgba(0,0,0,0.18),
        inset 0 1px 2px rgba(0,0,0,0.10);
}


}
