﻿@font-face {
    font-family: "OL Stadium";
    src: url("Fonts/OL_Stadium.woff2") format("woff2"), url("fonts/OL_Stadium.ttf") format("truetype");
}

@font-face {
    font-family: "Mauritius";
    src: url("Fonts/Mauritius-Italic.woff2") format("woff2"), url("fonts/Mauritius-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "Metropolis";
    src: url("Fonts/Metropolis-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Metropolis";
    font-weight: bold;
    src: url("Fonts/Metropolis-Bold.otf") format("opentype");
}


#masterpageBody {
    margin: 0;
    padding: 0;
    font-family: "Metropolis";
}

    #masterpageBody h1, #masterpageBody h2 {
        font-family: "OL Stadium";
    }

    #masterpageBody h3 {
        font-weight: bold;
    }

.btn.btn-primary {
    /* override bootstrap blue */
    border: none;
    background-color: #0F23AA;
}

.centered-p {
    margin: 10px 0;
}

body#contact-page-body {
    background-color: #08124a;
    margin: 0;
    padding: 0;
}

#LogoPnl {
    margin: 0 auto;
    display: block;
}

    #LogoPnl.b2c {
        height: 91px;
        width: 77px;
    }

    #LogoPnl.b2b {
        width: 200px;
        padding-top: 20px;
    }

.modal-content .modal-footer,
.modal-content .modal-header {
    justify-content: center;
}

#ol-play-logo {
    max-width: 80px;
}

.maxwidth90 {
    max-width: 90%;
}

button[data-bs-target="#qrCodeMyOL"] {
    border: none;
    cursor: zoom-in;
}

.french-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}



#logo-container {
    margin: 25px auto;
}

div#contact-page-container {
    margin: 0 auto;
    width: 100%;
}

div#contact-page {
    width: 100%;
    display: flex;
    flex-direction: row;
}

main.mainContainer {
    background: #08124a;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    width: calc(100% - 350px);
    left: 350px;
    position: absolute;
    min-height: 100%;
}

    main.mainContainer.b2c {
        background-image: url("Images/fond_SSO3.png");
        background-attachment: fixed;
    }

.loginSSOcontainer {
    display: flex;
    flex-direction: column;
    background-image: url("Images/fond_SSO3.png");
    background-attachment: fixed;
    position: absolute;
    min-height: 100%;
    width: 100%;
    background-size: 100% auto;
    padding: 100px;
}

div#navbar {
    width: 350px;
    background-color: white;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    height: 100vh;
}

.contact-page-form {
    padding: 40px;
    height: calc(100% - 80px);
}

.contact-page-bandeau-titre {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px 0;
}

    .contact-page-bandeau-titre h1 {
        font-family: "OL Stadium";
        font-weight: 400;
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 0;
        color: white;
        display: flex;
    }

        .contact-page-bandeau-titre h1::before {
            content: "";
            height: 50px;
            width: 9px;
            background: #e5202e;
            margin-right: 15px;
            display: inline-block;
            transform: translateY(-4px);
        }

#masterpageBody .contact-page-bandeau-titre h3 {
    padding-left: 25px;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 0;
    color: #ffffffe8;
    font-weight: 400;
}

.language-select {
    background-color: unset;
    padding: 6px;
    outline: unset;
    border: unset;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
}

div.language-select {
    transform: translateY(5px);
    position: relative;
    z-index: 2;
}


#navbar-language-select {
    display: none;
}

.language-select-inside {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    z-index: 1;
    opacity: 0;
    transition: top linear 0.2s, opacity linear 0.2s;
    border: none;
    background-color: #fff;
}

    .language-select-inside.active {
        transition: top linear 0.2s, opacity linear 0.2s;
        top: 40px;
        opacity: 1;
    }

.main-content-container {
    margin: 40px 0;
    width: 100%;
    height: fit-content;
}

    .main-content-container .mes-commandes-content {
        display: flex;
        flex-direction: column;
        margin: 24px;
        align-items: center;
    }

        .main-content-container .mes-commandes-content.no-myol {
            width: 100%;
        }

        .main-content-container .mes-commandes-content .mes-commandes-content-item {
            width: 100%;
            text-align: left;
            display: inline-flex;
            align-items: center;
            border-width: 1px 0px;
            border-style: solid;
            border-color: #DBDBDB;
            padding: 15px 0;
        }


        .main-content-container .mes-commandes-content > a {
            width: 100%;
            margin: 5px 0;
            text-decoration: none;
        }

        .main-content-container .mes-commandes-content .mes-commandes-content-item-button {
            background: #F1F1F1;
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 0 10px;
            gap: 8px;
            cursor: pointer;
        }


        .main-content-container .mes-commandes-content .mes-commandes-content-item:not(:first-child) {
            border-width: 0px 0px 1px 0px;
        }

        .main-content-container .mes-commandes-content .mes-commandes-content-item > img {
            padding: 0px 20px 0px 5px;
        }




    .main-content-container .myol-block-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 24px;
    }

    .main-content-container .square-bloc .nav-contact-button-link {
        width: 200px;
        margin: 25px auto;
        position: relative;
    }

        .main-content-container .square-bloc .nav-contact-button-link .fleche {
            float: right;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }


    .main-content-container .myol-block-content .myol-categorie {
        flex: 100%;
    }

    .main-content-container .myol-block-content .myol-status {
        flex: 40%;
    }

    .main-content-container .myol-block-content .myol-cadeaux {
        flex: 40%;
    }

    .main-content-container .myol-block-content .myol-block-item {
        /* Gris/Gris 200 */
        background: #F1F1F1;
        /* Primary/Blanc */

        border: 1px solid #FFFFFF;
        margin: 8px;
    }

    .main-content-container .mes-commandes-content .qr-block-item {
        /* Gris/Gris 200 */
        flex: 40%;
        /* Primary/Blanc */

        border: 1px solid #FFFFFF;
        margin: 8px;
        width:100%;
    }

        .main-content-container .myol-block-content .myol-block-item .myol-block-item-column {
            /* Gris/Gris 200 */
            display: flex;
            flex-direction: column;
            /* Primary/Blanc */
            text-align: center;
            padding: 20px;
        }

        .main-content-container .mes-commandes-content .qr-block-item .qr-block-item-column {
            /* Gris/Gris 200 */
            display: flex;
            flex-direction: column;
            /* Primary/Blanc */
            text-align: center;
            padding: 20px;
        }

            .main-content-container .myol-block-content .myol-block-item .myol-block-item-column > * {
                margin: 5px 0;
            }

            .main-content-container .mes-commandes-content .qr-block-item .qr-block-item-column > * {
                margin: 5px 0;
                background: none;
            }

            .main-content-container .myol-block-content .myol-block-item .myol-block-item-column img {
                width: 70%;
                max-width: 85px;
                margin: auto;
            }   

            .main-content-container .mes-commandes-content .qr-block-item .qr-block-item-column img {
                width: 35%;
                margin: auto;
            }

            .main-content-container .myol-block-content .myol-block-item .myol-block-item-column p.yellow {
                font-family: "Mauritius";
                font-size: 12px;
                line-height: 15px;
                text-align: center;
                /* Primary/OR OL */

                color: #91631D;
            }

    .main-content-container h2 {
        color: #0F23AA;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .main-content-container h3 {
        font-size: 18px;
        line-height: 24px;
        color: #08124A;
    }

.b2b .main-content-container h3 {
    color: #141464;
    text-transform: uppercase;
    margin: 8px;
    text-align: left;
}

.main-content-container p {
    font-size: 16px;
    line-height: 24px;
    color: #08124A;
}

.square-bloc-container {
    display: inline-flex;
    justify-content: space-between;
    padding: 0px;
    gap: 16px;
    width: 100%;
    margin-top: 15px;
}

    .square-bloc-container .k-i-t-block-container {
        display: flex;
        flex-direction: row;
        margin: 24px;
    }

    .square-bloc-container .k-i-t-block {
        background: #F1F1F1;
        border: 1px solid #FFFFFF;
        margin: 8px;
        flex: 1 1 0px;
        padding: 20px;
        text-align: center;
    }

        .square-bloc-container .k-i-t-block.k-i-t-block-only {
            background-color: transparent;
        }


        .square-bloc-container .k-i-t-block .block-contact-button-link .nav-contact-button {
            padding: 10px;
        }

            .square-bloc-container .k-i-t-block .block-contact-button-link .nav-contact-button img {
                margin-right: 15px;
                vertical-align: middle;
            }

        .square-bloc-container .k-i-t-block .k-i-t-row-content {
            display: flex;
            flex-direction: row;
            margin: 60px 30px;
            justify-content: center;
            padding: 0px;
            gap: 16px;
        }


    .square-bloc-container .square-bloc {
        min-height: 300px;
        background: #fff;
        flex: 1 1 0px;
    }

        .square-bloc-container .square-bloc.square-bloc-b2b {
            margin: 12px;
            padding: 24px;
            min-height: unset;
        }

            .square-bloc-container .square-bloc.square-bloc-b2b .square-bloc-header {
                display: inline-flex;
                width: 100%;
                justify-content: space-between;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .square-bloc-header h3 img {
                    margin-right: 5px;
                    width: 30px;
                }

            .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content {
                display: inline-flex;
                justify-content: space-between;
                width: 100%;
                margin: 15px 0;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content a {
                    margin: unset;
                    width: 45%;
                }

                    .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content a button.nav-contact-button {
                        font-weight: 500;
                    }

                    .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content a.blue button.nav-contact-button {
                        background-color: #141464;
                        color: #fff;
                    }

            .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content {
                display: inline-flex;
                justify-content: space-between;
                width: 100%;
                margin: 15px 0;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content a {
                    margin: 0 10px;
                }

                    .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content a button.nav-contact-button {
                        font-weight: 500;
                    }

                    .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content a.blue button.nav-contact-button {
                        background-color: #141464;
                        color: #fff;
                    }

            .square-bloc-container .square-bloc.square-bloc-b2b .single-button-content .nav-contact-button-link {
                width: 80%;
            }

            .square-bloc-container .square-bloc.square-bloc-b2b .single-button-content {
                display: inline-flex;
                justify-content: center;
                width: 100%;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .single-button-content a button.nav-contact-button {
                    font-weight: 500;
                    width: 80%;
                }

                .square-bloc-container .square-bloc.square-bloc-b2b .single-button-content a.blue button.nav-contact-button {
                    background-color: #141464;
                    color: #fff;
                }

            .services-group {
                padding: 24px;
                margin: 24px 0;
                box-shadow: 0px 0px 16px 0px #1414640D;
                border: 1px solid #1414640D;
            }

                .services-group .services-label {
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 24px;
                    color: #141464;
                }

            .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b {
                display: inline-flex;
                justify-content: space-between;
                width: 100%;
                margin: 15px 0;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame {
                    width: 32%;
                }

                .frame-ldlc {
                    width: 49% !important;
                }

                    .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .under-image-text-block {
                        padding: 16px 0 0 0;
                        display: flex;
                        flex-direction: column;
                        background: #FFF8EE;
                    }

                        .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .under-image-text-block .under-image-text-block-header {
                            font-weight: 700;
                            color: #141464;
                        }

                        .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .under-image-text-block span.gold-color-container {
                            margin: auto;
                            height: 40px;
                        }

                            .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .under-image-text-block span.gold-color-container .gold-color {
                                width: fit-content;
                            }


            .square-bloc-container .square-bloc.square-bloc-b2b .multiple-buttons-content {
                display: inline-flex;
                justify-content: space-between;
                margin: 8px 0;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .multiple-buttons-content a {
                    padding: 10px;
                }

            .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame img {
                vertical-align: middle;
                max-width: 100%;
                height: 100%;
                width: -webkit-fill-available;
                max-height:189px;
                object-fit: cover;
            }



        .square-bloc-container .square-bloc.square-bloc-only {
            margin: 200px auto;
            padding: 50px;
        }

.gold-color-header-container {
    margin: auto 0px;
}

.gold-color {
    color: #BC8028;
}

.link-header-container{
    margin: auto 0px;
    color: #141464
}

.switch-container {
    display: flex;
    align-items: center;
    transform: translateX(-10px);
}

    .switch-container p {
        margin-top: 0;
        padding: 0 16px;
        font-family: "Metropolis";
        color: #08124a;
        font-weight: bold;
        font-size: 16px;
        border-right: solid 1px #e0e0e0;
    }


.preferences-checkbox {
    vertical-align: text-bottom;
    margin-right: 16px;
}

.checkbox-label {
    color: #08124a;
    font-size: 16px;
}

input[type="checkbox"].switch-btn {
    height: 0;
    width: 0;
    visibility: hidden;
}

label.switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 60px;
    height: 30px;
    background: #dbdbdb;
    display: block;
    border-radius: 30px;
    position: relative;
    text-align: left;
}

    label.switch-label:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 26px;
        height: 26px;
        background: #fff;
        border-radius: 30px;
        transition: 0.3s;
    }

input.switch-btn:checked + label.switch-label {
    background: #0f23aa;
}

    input.switch-btn:checked + label.switch-label:after {
        left: calc(100% - 1px);
        transform: translateX(-100%);
    }

label.switch-label:active:after {
    width: 30px;
}

#edit-button {
    display: none;
    color: #08124a;
}

.navlinks-ul {
    list-style: none;
    padding: 0;
}

    .navlinks-ul li {
        color: #08124a;
    }

    .navlinks-ul a {
        text-decoration: none;
        color: #08124a;
        display: block;
        margin: 0 24px;
        height: 55px;
        border-top: solid 1px #e0e0e0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .navlinks-ul li:has(> a.active) {
        box-shadow: #e5202e 8px 0px 0px 0px inset;
        font-weight: 700;
    }

    .navlinks-ul svg {
        margin-right: 7px;
    }

#navlink-contact {
    display: none;
}

.nav-contact-button-link {
    margin: 16px 24px;
    display: flex;
    text-decoration: none;
}

.nav-contact-button {
    flex: 1;
    padding: 10px 5px;
    border-radius: 25px;
    cursor: pointer;
    color: #0f23aa;
    font-size: 14px;
    font-weight: bold;
    border: unset;
    border: solid 1px #0f23aa;
    background-color: unset;
    transition: background-color 0.3s ease-in-out;
}

    .nav-contact-button:hover {
        transition: all 0.3s ease-in-out;
        color: white;
        background-color: #0f23aa;
    }

.buttonHidden {
    display: none;
}

.spinner {
    background-image: url('Images/blue-spinner.GIF');
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 100px;
}


    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #0F23AA transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-content-container .inline-container-b2b h2 {
    color: #fff;
    margin-left: 12px;
}

.text-under-header-container {
    margin: 10px 0;
}

#pnlTop {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 16px;
    width: 100%;
}

div.language-select-top {
    background-color: unset;
    padding: 6px;
    outline: unset;
    border-radius: 50%;
    cursor: pointer;
    border: solid 1px #0b1b83;
    position: absolute;
    right: 20px;
}

@media screen and (max-width: 1199px) {
    .navlinks-ul li:has(> a.active) {
        display: none;
    }

    .icons-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    div#contact-page {
        flex-direction: column;
    }

    .main-content-container .inline-container-b2b h2 {
        margin-left: 0;
    }

    div#navbar {
        width: 100%;
        display: flex;
        max-height: 90px;
        height: 90px;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        background-color: white;
        z-index: 1;
        border-bottom: solid 1px #e0e0e0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

        div#navbar.b2b {
            max-height: 200px;
            height: 200px;
            display: block;
        }

        div#navbar.hidden {
            opacity: 0;
        }

        div#navbar.b2b #logo-container {
            margin: 40px 9px 17px;
        }

        div#navbar.b2b #navlinks {
            top: 150px;
            width: 90%;
            left: 5%;
        }

            div#navbar.b2b #navlinks .navlinks-ul {
                border-radius: 0;
                border-left: 8px solid #E5202E;
            }

    #lblMobileActive {
        font-weight: 600;
    }

    main.mainContainer {
        width: 100%;
        top: 90px;
        position: relative;
        left: unset;
    }

        main.mainContainer.b2c {
            background-image: url("Images/fond_SSO2.png");
        }

        main.mainContainer.b2b {
            background-color: #141464;
            color: #141464;
            top: 200px;
        }

    .b2b .contact-page-bandeau-titre {
        justify-content: center;
    }

        .b2b .contact-page-bandeau-titre h1::before {
            display: none;
        }

    .inline-container-b2b h2 {
        text-align: center;
    }

    .inline-container-b2b .square-bloc-container h3 {
        text-align: center;
    }

    .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content {
        flex-direction: column;
        display: flex;
    }

        .square-bloc-container .square-bloc.square-bloc-b2b .double-buttons-content a {
            width: 100%;
            margin: 5px;
        }

    .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content {
        flex-direction: column;
        display: flex;
    }

        .square-bloc-container .square-bloc.square-bloc-b2b .triple-buttons-content a {
            width: 100%;
            margin: 5px;
        }

    .square-bloc-container .square-bloc.square-bloc-b2b .square-bloc-header {
        display: flex;
    }

    .square-bloc-container .square-bloc.square-bloc-b2b .square-bloc-header-abo {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }

        .square-bloc-container .square-bloc.square-bloc-b2b .square-bloc-header h3 {
            text-align: center;
        }

    .gold-color-header-container {
        text-align: center;
    }

    .gold-color {
        font-size: 12px;
    }

    .text-under-header{
        font-size: 12px;
    }
    .square-bloc-container .square-bloc.square-bloc-b2b {
        margin: 0px;
        padding: 18px 14px 0px 14px;
        text-align: center;
    }

        .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b {
            display: flex;
            flex-direction: column;
            margin: 16px 0 0 0;
        }


            .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame {
                width: 100%;
                margin-bottom: 16px;
            }

            .frame-ldlc {
                width: 100% !important;
            }

                .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .under-image-text-block {
                    padding: 16px 0;
                }

                .square-bloc-container .square-bloc.square-bloc-b2b .abo-frames-b2b .frame .nav-contact-button-link {
                    margin: 0;
                }

    .contact-page-form {
        padding: 25px;
    }

    .contact-page-preferences-content {
        padding: 30px 25px;
    }

    .switch-container p {
        border-right: unset;
    }

    #LogoPnl {
        height: 64px;
        width: 54px;
    }

   

    .contact-page-preferences {
        margin: 30px 0;
    }

    #navbar-language-select {
        display: block;
        padding: 9px 17px;
        transform: translateY(-5px);
    }

        #navbar-language-select .language-select {
            border-color: #0b1b83;
        }

            #navbar-language-select .language-select:hover,
            .navlinks-ul:hover {
                box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            }

    div#navbar.b2b #navbar-language-select {
        position: absolute;
        right: 0;
        top: 0;
    }

    #navlink-contact {
        display: none;
    }

    #contact-button-container {
        display: none;
    }

    #logo-container {
        margin: 9px 17px;
    }

    #edit-button {
        display: block;
    }

    #navlinks {
        flex: 2;
        border-radius: 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-20px);
        width: 70%;
        left: 15%;
    }

    .navlinks-ul li {
        display: none;
    }

        .navlinks-ul li:has(> a.active) {
            box-shadow: unset;
            font-weight: 400;
        }

    #edit-button {
        background-color: white;
        color: #08124a;
        padding: 9px 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        /*border: solid 1px #e0e0e0;*/
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-page-language-select {
        display: none;
    }

    #edit-button span {
        padding-left: 8px;
    }

    /* Dropdown Content*/
    .navlinks-ul {
        /*display: none;*/
        background-color: white;
        border: solid 1px #e0e0e0;
        z-index: 2;
        border-radius: 25px;
        /*border: solid 1px #0f23aa;*/
        transition: box-shadow 0.3s ease-in-out;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .navlinks-ul svg {
            display: none;
        }

        /* Links inside the dropdown */
        .navlinks-ul li {
            display: none;
            text-decoration: none;
            /* display: block;*/
            margin-bottom: 15px;
            padding: 0 25px;
        }

            .navlinks-ul li a {
                margin: 0;
                padding: 0;
                height: fit-content;
                border-top: unset;
                text-decoration: none;
                display: block;
            }

    #edit-button.edit-active {
        font-weight: 700;
        border-radius: 25px 25px 0 0;
    }

    #edit-button svg.blue-chevron {
        display: block;
    }

    #edit-button svg.red-chevron {
        display: none;
    }

    #edit-button.edit-active svg.blue-chevron {
        display: none;
    }

    #edit-button.edit-active svg.red-chevron {
        display: block;
    }

    .navlinks-ul.dropdown-open li,
    .navlinks-ul.dropdown-open #navlink-contact {
        display: block;
    }

    .navlinks-ul.dropdown-open {
        border: solid 1px #0f23aa;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .contact-page-bandeau-titre {
        padding: 0;
    }

    .square-bloc-container {
        display: flex;
        flex-direction: column;
        padding: 0px;
        gap: 16px;
        margin-top: 30px;
    }

        .square-bloc-container .k-i-t-block-container {
            flex-direction: column;
            margin: 20px 5px;
        }

            .square-bloc-container .k-i-t-block-container .k-i-t-block {
                margin-top: 15px;
            }

        .square-bloc-container .square-bloc {
            min-height: unset;
            padding: 15px;
        }
}

@media screen and (max-width: 768px) {
    #navlinks {
        width: 50%;
        left: 25%;
    }

    .loginSSOcontainer {
        padding: 50px 0;
        background-position: 40%;
        background-size: cover;
    }
}
