﻿:root {
    /*principale*/
    --vert-orcab: #82aa37;
    --turquoise-orcab: 00B1FF;
    --bleu-orcab: #003160;
    --rouge-orcab: #E05151;
    /*general*/
    --vert-fonce-orcab: #6C951F;
    --bleu-fonce-orcab: #002449;
    --gris-text: #545454;
    /*gris*/
    --gris-bg: #F8F8F8;
    --gris-panel: #f8f8f8;
    --gris-txt: #474747;
    --gris-dark: #2B2B2B;
    /* Resets */
    --reset-padding: 0;
    --reset-margin: 0;
    --border-color-gray: #bebebe;
}

@font-face {
    font-family: 'Orcab-font';
    src: url('./fonts/Satoshi-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orcab-font-black';
    src: url('./fonts/Satoshi-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orcab-font-bold';
    src: url('./fonts/Satoshi-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orcab-font-medium';
    src: url('./fonts/Satoshi-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orcab-font-light';
    src: url('./fonts/Satoshi-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#delai_semaine_wrapper {
    padding: inherit;
}
.body-login {
    background-color: #004462;
}

.body-master-content {
    height: 100%;
    min-height: 100vh;
    background-color: var(--gris-bg);
    font-family: Orcab-font,sans-serif;
}

    .body-master-content header h1 {
        font-family: Orcab-font-black;
        font-size: 2.0rem;
        color: var(--bleu-orcab);
    }

    .body-master-content header {
        padding-top: 8px;
        padding-bottom: 10px;
    }

        .body-master-content header h2 {
            font-family: Orcab-font, sans-serif;
            font-weight: 300;
            font-size: 1.2rem;
            color: var(--bleu-orcab);
        }

.ft-normal{
    font-family:Orcab-font !important;
}
.ft-bold{
    font-family:Orcab-font-bold !important;
}

#LoginButton {
    height: 50px;
}

.button-dfiweb-vert {
    background-color: var(--vert);
    color: white;
    font-family: Orcab-font,sans-serif;
    text-align: center;
    min-width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.button-dfiweb-blanc-v2 {
    background-color: white;
    color: var(--bleu-orcab);
    font-family: Orcab-font-bold;
    border-radius: 5px;
    border-color: var(--bleu-orcab);
    border-width: 1px;
    border-style: solid !important;
    margin: 3px;
    height: 45px;
    text-decoration: none;
}

.button-dfiweb-blanc .button-dfiweb-blanc-v2:hover {
    background-color: #f6f6f6;
}

.button-dfiweb-blanc:hover {
    background-color: #f6f6f6;
}

    .button-dfiweb-vert-v2 {
        background-color: var(--vert-orcab);
        color: white;
        font-family: Orcab-font,sans-serif;
        border-radius: 5px;
        border-color: var(--vert-orcab);
        border-width: 1px;
        border-style: solid !important;
        margin: 3px;
        height: 45px;
        text-decoration: none;
        font-size: 0.875rem;
    }

.button-dfiweb-vert-v3 {
    background-color: var(--vert-orcab);
    color: white;
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: var(--vert-orcab);
    border-width: 1px;
    border-style: solid !important;
    margin: 4px;
   
    text-decoration: none;
    font-size: 0.875rem;
}

.button-dfiweb-vert-v3:hover {
    background-color: var(--vert-fonce-orcab);
    border-color: var(--vert-fonce-orcab);
}
    .button-dfiweb-vert-v2:hover {
        background-color: var(--vert-fonce-orcab);
        border-color: var(--vert-fonce-orcab);
    }

.button-dfiweb-rouge-v2 {
    background-color: var(--rouge-orcab);
    color: white;
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: var(--rouge-orcab);
    border-width: 1px;
    border-style: solid !important;
    margin: 3px;
    height: 45px;
    text-decoration: none;
    font-size: 0.875rem;
}

.button-dfiweb-blanc-vert-v2 {
    background-color: white;
    color: var(--vert-orcab);
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: var(--vert-orcab);
    border-width: 1px;
    border-style: solid !important;
    margin: 3px;
    height: 45px;
    text-decoration: none;
}

    .button-dfiweb-blanc-vert-v2:hover {
        background-color: var(--vert-orcab);
        color: white;
        border-color: var(--vert-orcab);
    }

.button-dfiweb-rouge-v2:hover {
    background-color: #CE4343;
    border-color: #CE4343;
}
.button-dfiweb-rouge:hover {
    background-color: #CE4343;
    border-color: #CE4343;
}

.button-dfiweb-gris-v2:hover {
    background-color: gray;
    color: white;
    border-color: #cecece;
}
    .button-dfiweb-gris-v2:hover svg {
        color: white !important;
    }
    .button-dfiweb-gris-v2 svg{
        color:var(--bleu-orcab) !important;
    }

.button-dfiweb-gris-v2 {
    background-color: white;
    color: #868686;
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: #cecece;
    border-width: 1px;
    border-style: solid !important;
    margin: 3px;
    height: 45px;
    text-decoration: none;
    font-size: 0.875rem;
    padding-left: 20px;
    padding-right: 20px;
}



.button-action-panier {
    background-color: white;
    color: #868686;
    font-family: Orcab-font,sans-serif;
    font-size: 0.875rem;
    border-radius: 5px;
    border: 1px solid #cecece !important;
    margin: 0 20px 10px 0;
    padding: 0 20px 0 20px;
    align-content: center;
    align-content: center;
    height: 40px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .button-action-panier:hover {
        background-color: #868686;
        color: white;
        transition: background .3s;
    }

        .button-action-panier:hover svg {
            color: white;
            transition: background .3s;
        }


    .button-action-panier svg {
        color: var(--bleu-orcab);
        width: 20px;
        height: 20px;
    }

.suppprimer {
    background-color: var(--rouge-orcab);
    color: white;
    border-color: var(--rouge-orcab);
}

    .suppprimer:hover {
        background-color: #CE4343;
        color: white;
    }

    .suppprimer svg {
        background-color: var(--rouge-orcab);
        color: white;
    }

    .suppprimer:hover svg {
        background-color: #CE4343;
        color: white;
    }

.disabled {
    background-color: gray !important;
    cursor: not-allowed !important;
    border-color: gray !important;
}


.commander {
    background-color: var(--vert-orcab);
    color: white;
    border-color: var(--vert-orcab);
    min-height: 40px;

}

    .commander:hover {
        background-color: #739533;
    }

        .commander:hover svg {
            background-color: transparent;
        }

.h5{
    font-size:1rem;
}

.Pop-up {
    max-height: 90vh !important;
    overflow-y: auto !important;
}

/* Diminuer toutes les tailles de police dans la corbeille */
.popup-corbeille,
.popup-corbeille * {
    font-size: 0.92em ;
}

    /* Diminuer la taille de police du header de la corbeille */
    .popup-corbeille .header-row,
    .popup-corbeille .header-list,
    .popup-corbeille .header-list-check {
        font-size: 0.85em !important;
        line-height: 13px;
    }

.card-chantier-corbeille,
.card-chantier-corbeille * {
    font-size: 0.8rem !important;
}

.description_corbeille {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limite à 2 lignes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 400px; /* Ajustez selon le besoin */
}

.listCorbeille {
    padding: 1rem;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.button-dfiweb-gris {
    background-color: var(--gris-text);
    color: white;
    font-family: Orcab-font-bold;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    margin: 4px;
    text-align: center;
}

    .button-dfiweb-gris:hover {
        background-color: var(--gris-dark);
    }

.PrixPanier {
    position: absolute;
    margin-left: -40px;
    margin-top: 50px;
    font-size: 0.8rem;
    display: none;
}


.button-dfiweb-bleu {
    background-color: var(--bleu-fonce-orcab);
    color: white;
    border-radius: 5px;
    font-family: Orcab-font-bold;
    text-decoration: none;
    font-size: 1rem;
    margin: 4px;
    font-weight: 500;
    margin: 4px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}

.button-dfiweb-rouge {
    background-color: var(--rouge-orcab);
    color: white;
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: red;
    border-width: 1px;
    border-style: solid !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    margin: 4px;
    min-width: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.button-dfiweb-vert {
    background-color: var(--vert-orcab);
    color: white;
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: var(--vert-orcab);
    border-width: 1px;
    border-style: solid !important;
    text-decoration: none;
    font-size: 1rem;
    font-family: Orcab-font-bold;
    margin: 4px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}

    .button-dfiweb-vert:hover {
        background-color: #739533;
    }

.button-dfiweb-gris-v3 {
    background-color: white;
    color: grey;
    font-family: Orcab-font-bold;
    border-radius: 5px;
    border-color: grey;
    border-width: 1px;
    border-style: solid !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin: 4px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}

    .button-dfiweb-gris-v3:hover {
        background-color: grey;
        color: white;
    }
.btn-padding {
    padding: 0.71rem 1.34rem !important;
    margin-top: .9rem;
}
.btn-padding-2 {
    padding: 1rem 2.21rem !important;
}

.p-lr {
    padding-left: 3em;
    padding-right: 3em;
}

.button-dfiweb-blanc {
    background-color: white;
    color: var(--bleu-orcab);
    font-family: Orcab-font,sans-serif;
    border-radius: 5px;
    border-color: var(--bleu-orcab);
    border-width: 1px;
    border-style: solid !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    margin: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.button-dfiweb-noir {
    background-color: black;
    color: white;
    font-family: Orcab-font,sans-serif;
}

.button-text {
    border: none;
    background-color: transparent;
    color: var(--bleu-fonce-orcab);
    font-family: Orcab-font,sans-serif;
}

    .button-text:hover {
        color: var(--rouge-orcab);
    }


.button-text-active {
    border: none;
    background-color: transparent;
    color: var(--rouge-orcab);
    font-family: Orcab-font,sans-serif;
    text-decoration: underline;
}




/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#ButtonCommanderFix {
    display: none;
}

.header-panier-fix #ButtonCommanderFix {
    display: inline-flex;
}
.header-panier-fix #PanelActionPanier {
    display: none;
}

.disable {
    opacity: 30%;
}


@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}



@media screen and (max-width: 768px) and (min-width:1328px) {
    .panier-item, .panier-item-orange {
        height: 250px;
    }
}




@media screen and (max-width: 768px) {



    .actualite-text {
        font-weight: 500;
    }

   

    .recherche-header {
        display: none !important;
    }

    .recherche-header-mobile {
        display: block;
    }
}

.txt-desktop {
    display: inline;
}

@media screen and (max-width: 1328px) {
    .txt-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {


        .actualite-text {
            font-weight: 400;
        }

    .body-content {
        padding: 0px 20px 30px 20px !important;
        background-color: var(--gris-bg);
    }

        /*.body-content {
            padding: 0;
            background-color: whitesmoke;
            min-height: 100vh;
            height: auto;
        }*/


        #voirTout, #voirToutOffres, .card-actualite {
            min-width: 170px;
            cursor:pointer;
        }
    }

    body {
        font-family: Orcab-font,sans-serif;
        font-size: 1.6rem;
        color: #003160;
    }



.footer-orcab {
    background-color: var(--bleu-orcab);
    color: white;
    padding: 35px 40px 35px 150px;
    z-index: 1024;
    position: absolute;
    width: 100%;
}

        .footer-orcab .row {
            padding-right: 25rem !important;
            padding-left: 10rem !important;
        }

    /* Login*/
    .txt2 {
        font-family: 'Orcab-font-bold';
        font-size: 1rem;
    }

    .txt3 {
        font-family: 'Orcab-font';
        font-size: 1.06rem;
    }

    strong {
        font-size: 1.6rem;
    }

    .input-custom {
        /*background-color: #fffccf;*/ /* couleur jaune pâle */
        font-size: 1.8rem; /* taille personnalisée */
        font-weight: bold;
    }

    .btn-custom {
        background: var(--vert-orcab);
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 1rem;
        font-family:Orcab-font-bold;
        height: 45px;
        width: 100%;
        text-decoration: none;
        text-align: center;
    }

        .btn-custom:hover {
            opacity: 0.9;
        }

    .form-container {
        max-width: 1170px;
        margin: 100px auto;
    }





    .tiny-text {
        font-size: 0.9rem;
        padding-bottom: 20px;
        color: #e05151;
        display: block;
    }

    .input-connexion {
        background-color: var(--bs-body-bg);
        border: none;
        height: 50px;
        position: absolute;
        align-content: center;
    }


        /* Couleur personnalisée pour les placeholders des champs de connexion */
        .input-connexion::placeholder {
            color: #769bab !important;
            opacity: 1; /* Pour s'assurer que la couleur s'affiche bien */
        }

        /* Compatibilité navigateurs */
        .input-connexion::-webkit-input-placeholder {
            color: #769bab !important;
        }

        .input-connexion:-ms-input-placeholder {
            color: #769bab !important;
        }



        .input-connexion::-moz-placeholder {
            color: #769bab !important;
            opacity: 1;
        }

        .input-connexion:-moz-placeholder {
            color: #769bab !important;
            opacity: 1;
        }

    .input-group .input-group-text.with-divider {
        position: relative;
    }

        .input-group .input-group-text.with-divider::after {
            content: '';
            position: absolute;
            right: 0;
            height: 70%;
            width: 2px;
            background-color: #ccc; /* Couleur du trait */
        }

    .input-group-text {
        border: none;
        background-color: var(--bs-body-bg);
    }

    .input-group {
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 1.6rem;
        font-weight: 700;
        height: 50px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    #PanelListBoxLstChantier .input-group {
        height: 40px;
    }

    .tiny-text[style*="display:none"],
    .tiny-text[style*="visibility:hidden"],
    .tiny-text:empty {
        display: none !important;
    }




    .txt1 img {
        max-height: 40px;
        margin-left: 10px;
    }

    .txt1, .txt2 {
        margin-bottom: 15px;
        color: white;
    }



    .form-container {
        max-width: 1700px;
    }

    .connexion {
        background-color: #01374f;
        background-size: cover;
    }

    .login-left1 {
        background: rgba(1, 55, 79, 0.6) url('/Images/img_connexion_dfiweb.png');
        background-blend-mode: overlay;
        background-size: cover;
        background-position: center;
        max-width: 1500px;
    }

    .custom-card {
        width: 100%;
        max-width: 1170px;
        border: none;
        border-radius: 10px;
        overflow: hidden;
    }

    .inner {
        width: 64.9%;
        margin: 0 auto;
        position: relative;
    }

    .custom-row {
        min-height: 55vh;
    }

    .container mt-5 {
        margin: 11% auto 3%;
    }

    .w-70 {
        width: 70%;
    }

    .error-msg {
        color: #f08080;
        margin-bottom: 1rem;
    }

    .HyperLink {
        color: white;
        font-size: 15px;
    }
    /*Page Master*/



    .header-dfiweb {
        z-index: 1050;
        background-color: white;
        padding-top: 0px;
        padding-bottom: 0px;
        position: sticky;
        top: 0;
        right: 0;
        left: 0;
    }

    .logoDfiweb {
        font-size: 1rem;
        color: #605d5d;
        width: 400px;
        max-height: 50px;
    }

    .nav-dfweb {
        color: #003160;
        line-height: 1;
        font-size: 0.8125rem;
    }

    #layout {
        width: 100%;
    }

    .nav-padding {
        /*padding-bottom:0px;*/
    }

    .nav-dfweb-panier-actif {
        padding-top: 2px;
        display: inline-block;
        text-align: left;
        white-space: nowrap;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        line-height: 1.2;
        font-size: 0.8125rem;
    }

        .nav-dfweb-panier-actif :hover {
            text-decoration: underline;
        }

    .btn-chantier {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    nav li {
        width: 90px;
        height: 100%;
    }

    .parametre {
        padding-right: 30px;
    }

    .nav-items-dfiweb {
        font-size: 1rem;
    }

    .panier-actif {
        background-color: #003160;
        border-radius: 8px;
        margin-right: 0;
        padding: 10px;
        min-width: 150px;
        position: relative;
        text-align: center;
        height: 59px;
    }

        .panier-actif svg {
            width: 100%;
        }

    .chantier-vide {
        background-color: #ffffff;
        border-radius: 5px;
        padding: 1em;
        width: auto;
        position: relative;
        text-align: center;
        height: 100%;
        z-index: 999999;
    }

        .chantier-vide svg {
            color: var(--bleu-orcab);
        }

    .input-recherche {
        width: 70%;
        border-radius: 4px;
        border-right: none;
        z-index: 0 !important;
    }

        .input-recherche::placeholder {
            color: #004462;
        }

    .search-container .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .search-container {
        width: 50%;
    }

    @media (max-width: 1328px) {
        .search-container {
            width: 100%;
        }
    }

    .input-img-recherche {
        background-color: var(--vert-orcab);
        position: absolute;
        display: flex;
        align-items: center;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        text-align: center;
        white-space: nowrap;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0px 4px 4px 0px;
        height: 80%;
        cursor: pointer;
    }

    .transition-produits {
        transition: all 0.3s ease;
    }

    .produits-fixed {
        bottom: auto !important;
        top: 0 !important;
    }

    .produits {
        font-family: 'Orcab-font-medium';
        background: #003160 !important;
        border-radius: 0 5px 0 0 !important;
        margin: 0 26px 0 0;
        max-width: 348px;
        position: static;
        color: white;
        width: 400px;
        text-transform: uppercase;
    }

        .produits svg {
            display: none;
        }

        .produits:hover {
            color: white !important;
        }

    .produits-burger {
        background: none;
        color: #003160;
        margin: 0 26px 0 0;
        max-width: 348px;
        position: static;
        width: 400px;
        cursor: pointer;
        text-align: left;
    }

        .produits-burger:hover {
            color: #003160;
            cursor: pointer !important;
        }

            .produits-burger:hover svg {
                display: inline-flex;
                color: #003160;
                cursor: pointer !important;
            }

.volet-droite {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.3);
    z-index: 99999;
    transition: transform 1.5s ease;
    padding: 0px 10px 0px 10px;
}

    .btn-ferme {
        width: 40px;
        height: 40px;
        background-color: white;
        justify-content: center;
        display: flex;
        align-items: center;
        border: solid 1px lightgray;
    }

    .btn-cross-white {
        border: 1px solid lightgray;
        border-radius: 3px;
        color: gray;
        background-color: white;
        margin-bottom: 50px;
    }

        .btn-cross-white:hover {
            border: 1px solid lightgray;
            background-color: transparent;
        }

            .btn-cross-white:hover svg {
                color: lightgray;
            }

        .btn-cross-white svg {
            color: gray;
        }

    .prevSvg {
        cursor: pointer;
    }

    .deconnexion {
        font-size: 0.875rem;
        color: var(--bleu-orcab);
        text-decoration: none;
        display: flex;
        align-items: end;
    }

        .deconnexion:hover {
            text-decoration: underline;
        }

    .volet-cache {
        transform: translateX(100%);
    }

    volet-visible {
        transform: translateX(0);
        transition: transform 1s ease;
    }

    .navigationDefault {
        width: 350px;
        flex: 0 0 350px;
        height: 100vh;
        position: fixed;
        background-color: var(--gris-panel);
        left: 0;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
        z-index: 1023;
        overflow-y: auto;
        transition: transform 0.5s ease;
        padding: 10px 10px 0px 10px;
        transform: translateX(0);
        text-transform: uppercase;
    }

    .navigation {
        position: fixed;
        left: 0;
        width: 350px;
        height: 100%;
        background-color: var(--gris-panel);
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        z-index: 1023;
        overflow-y: auto;
        transition: transform 0.5s ease;
        padding: 10px 10px 0px 10px;
        transform: translateX(0);
        text-transform: uppercase;
    }

    .navigation-cache {
        transform: translateX(-100%);
    }

    .navigation-visible {
        transform: translateX(0);
        transition: transform 0.5s ease;
    }

    .navigation-visible-tab {
        top: 0 !important;
        width: 100%;
        z-index: 9997;
        padding: 20px 40px 0px 40px;
    }


    .navigationDeux {
        position: fixed;
        left: 0;
        width: 370px;
        min-height: 650px;
        background-color: var(--gris-panel);
        border: solid 1px gray;
        z-index: 1022;
        overflow-y: auto;
        transition: transform 0.4s ease;
        padding: 20px 20px 0px 20px;
        transform: translateX(350px);
        max-height: 85vh;
        text-transform: uppercase;
    }

    .navigationDeux-cache {
        transform: translateX(-100%);
        transition: none;
    }

    .navigationDeux-visible {
        transform: translateX(350px);
        transition: transform 0.4s ease;
    }

    .navigationDeux-visible-tab {
        top: 0 !important;
        width: 100%;
        max-width: none !important;
        position: fixed;
        left: 0;
        z-index: 9998;
        height: 100%;
        transform: none;
        padding: 20px 40px 0px 40px;
    }

    .navigationTrois {
        position: fixed;
        left: 0;
        width: 350px;
        min-height: 650px;
        background-color: var(--gris-panel);
        border: solid 1px gray;
        z-index: 1021;
        overflow-y: auto;
        transition: transform 0.4s ease;
        padding: 20px 20px 0px 40px;
        transform: translateX(700px);
        max-height: 100vh;
        text-transform: uppercase;
    }

    .navigationTrois-cache {
        transform: translateX(-200%);
        transition: none;
    }

    .navigationTrois-visible {
        transform: translateX(700px);
        transition: transform 0.4s ease;
    }

    .navigationTrois-visible-tab {
        top: 0 !important;
        width: 100%;
        max-width: none;
        z-index: 9999;
        height: 100%;
        transform: none;
        position: fixed;
        left: 0;
        padding: 20px 40px 0px 40px;
    }

    .volet-nav {
        background-color: #e9e9e9;
        width: 70px;
    }

    .list-card {
        font-size: 15px;
    }


    h4 {
        font-family: Orcab-font;
        color: var(--bleu-orcab);
        font-size: 0.8em;
        display: inline;
    }

    .checkbox-medium input[type="checkbox"] {
        transform: scale(1.5);
    }
    /* Liseret en haut */
    .liseret-optionAffichagePrix.haut {
        height: 5px;
        width: 100%;
        position: relative;
        z-index: 999;
        /* Couleur par défaut */
    }
    /* Liseret à droite */
    .liseret-optionAffichagePrix.droit {
        top: 0;
        right: 0;
        position: absolute;
        z-index: 2000;
        width: 5px;
        height: 100%;
        background-color: gray; /* Couleur par défaut */
    }

    .card-option {
        border: 1px solid #868686;
        border-radius: 5px;
        padding: 10px;
        margin: 10px;
        min-width: 15rem;
        font-size: 0.875rem;
        justify-content: center;
        justify-items: center;
        display: inline-flex;
        height: 40px;
        align-items: center;
        color: #868686;
        background-color: white;
        text-align: center;
    }

    .RadButton.rbRadioButton .rbIcon {
        margin: 0 10px 0 0 !important;
    }



    #PanelListOptionAffichagePrix {
        padding-top: 30px;
    }

    .option-selectionne {
        border: 2px solid var(--vert-orcab);
    }



    .etat-non-selectionne {
        color: black;
    }

    .etat-selectionne {
        background-color: var(--vert-orcab);
        border: 1px solid var(--vert-orcab);
    }

    .option-selectionne .rbIcon {
        background-color: var(--vert-orcab);
        color: var(--vert-orcab);
    }

    #produitsContainer nav-dfweb {
        font-size: smaller;
    }

    #produitsContainer {
        padding-right: 60px;
        position: relative;
        z-index: 99;
    }

    .btn-parametre {
        display: block;
        color: var(--gris-text);
        font-family: Orcab-font-bold;
    }

    .btn-parametre-cache {
        display: none;
    }

    .container-nav-dfiweb {
        padding: 5px 20px 1px 20px;
    }

    .nav-volet-icone img {
        height: 30px;
    }

    .nav-volet-icone {
        justify-content: center;
        height: 70px;
    }

    .active {
        background-color: #cecece;
    }


    .volet-droite-complet {
        height: 100%;
        padding: 0px;
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .contenu-modal {
        padding: 20px;
        background-color: #f9f9f9;
    }

    #OverlayVolet {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--bleu-orcab);
        opacity: 80%;
        z-index: 1050;
        transition: opacity 0.3s ease;
    }

    .overlay-cache {
        display: none;
        opacity: 0;
    }

    .overlay-visible {
        display: block;
        opacity: 1;
    }



    .volet-identifiant {
        color: var(--gris-text);
        font-size: 0.9rem;
        line-height: 3rem;
    }

    .rcbConnexion {
        font-style: italic;
        font-size: small;
        color: var(--bleu-orcab) !important;
        width: 100%;
        border-radius: 4px 4px 4px 4px;
        border-right: none;
    }

        .rcbConnexion :hover {
            text-decoration: solid;
        }


    .boldark {
        font-family: 'Orcab-font-bold';
        font-size: 1rem;
        color: var(--gris-text);
    }


    .substitution-encart {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 12px 16px;
        text-align: center;
        margin: 12px 0;
    }

    .substitution-encart-title {
        color: var(--gris-text);
        font-size: 0.85rem;
        margin-bottom: 4px;
    }

    .substitution-encart-user {
        font-size: 1.05rem;
        margin-bottom: 8px;
        display: block;
    }

    .substitution-deconnexion {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--bleu-orcab);
        font-size: 0.9rem;
        text-decoration: none;
    }

    .substitution-img {
        position: absolute;
        display: flex;
        align-items: center;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        text-align: center;
    }

        .substitution-img::before {
            content: "";
            display: inline-block;
            width: 1px;
            height: 20px;
            background-color: #ccc;
            margin-right: 8px;
            vertical-align: middle;
        }

    .custom-dropdown {
        padding: 8px 12px;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        border: 1px solid #ccc;
        font-style: normal;
        border-radius: 8px;
        appearance: none; /* supprime le style natif */
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('../Images/connexionvers-blue.svg'), url('../Images/Chevron-simple-bas.svg');
        background-repeat: no-repeat, no-repeat;
        background-position: left 10px center, right 10px center;
        padding-left: 36px;
        background-size: 30px;
        width: 220px;
    }

    #ddlChantierModele_Input, #ddlUtilisateur_Input, #ddlUtilisateurAdherent_Input {
        background-image: url('../Images/connexionvers-blue.svg');
        background-repeat: no-repeat;
        background-position: left 8px center;
        background-size: 24px;
        padding-left: 38px;
    }

    .lstOption {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
        padding-top: 20px;
        font-size: 1rem;
        font-family: 'Orcab-font-bold';
    }

        .lstOption li {
            padding-bottom: 10px;
        }

    .custom-active-dfiweb, .linkDfiweb, .linkOption {
        all: unset;
        cursor: pointer;
    }

        .linkOption:hover {
            text-decoration: underline;
        }


    .encadrement {
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 8px 12px;
        background-color: white;
        display: inline-block;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .Pop-up {
        background-color: white;
        display: block;
        align-items: center;
        border-radius: 10px;
        border: solid 1px gray;
        min-width: 450px;
    }

        .Pop-up ul {
            padding: 10px;
        }

            .Pop-up ul li {
                padding: 10px;
                font-size: 15px;
            }

        .Pop-up h2 {
            padding: 10px 0 0 20px;
            font-size: 20px;
            color: var(--bleu-fonce-orcab);
        }

        .Pop-up section {
            color: gray;
            font-size: 18px;
            text-align: center;
        }

    .modalBackground {
        background-color: rgba(0, 49, 96, 0.8);
    }




    .Egal {
        border-color: green;
        border-width: 1px;
        color: green;
        position: absolute;
        padding-left: 10px;
    }

    .NotEgal {
        border-color: red;
        border-width: 1px;
        color: red;
        position: absolute;
        padding-left: 10px;
    }

    .L1 {
        color: rgba(255,57,51,1);
        font-size: 15px;
    }

    .L2 {
        color: #ff6633;
        font-size: 15px;
    }

    .L3 {
        color: #33b4ff;
        font-size: 15px;
    }

    .L4 {
        color: #cccc33;
        font-size: 15px;
    }

    .L5 {
        color: #33cc00;
        font-size: 15px;
    }

    .form-label {
        color: white;
        font-size: 15px;
    }

    .EyeButton {
        background-image: url('../Images/eye_password.png');
        background-size: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
        margin-left: 5px;
        vertical-align: middle;
        border: 0;
        height: 20px;
        width: 20px;
        opacity: 90%;
    }

    .EyeButtonSee {
        background-image: url('../Images/eye_password2.png');
        background-size: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
        margin-left: 5px;
        vertical-align: middle;
        border: 0;
        height: 20px;
        width: 20px;
    }

    .EyeButton:hover {
        cursor: pointer;
    }

    .EyeButtonSee:hover {
        cursor: pointer;
    }

    .form-control.riTextBox {
        display: block !important;
        width: 100% !important;
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        color: var(--bs-body-color) !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-color: var(--bs-body-bg) !important;
        background-clip: padding-box !important;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        border-radius: var(--bs-border-radius) 0px 0px var(--bs-border-radius) !important;
        height: 50px !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    }

    .form-control.riFocused {
        display: block !important;
        width: 100% !important;
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: 1.5 !important;
        color: var(--bs-body-color) !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-color: var(--bs-body-bg) !important;
        background-clip: padding-box !important;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        border-radius: var(--bs-border-radius) 0px 0px var(--bs-border-radius) !important;
        height: 50px !important;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    }

    .form-control:focus {
        box-shadow: none !important;
    }

    .RadBreadcrumb_Bootstrap {
        color: var(--bleu-fonce-orcab) !important;
        background-color: transparent !important;
    }

    .k-i-home::before {
        display: none !important;
    }

    .k-i-home {
        background-image: url('../Images/Accueil.svg') !important;
        background-size: 16px !important;
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        width: 16px !important;
        height: 16px !important;
        display: inline-block !important;
    }

    .k-breadcrumb .k-breadcrumb-root-link {
        margin: unset !important;
    }

    .cards-container {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .bg-fab {
        width: 90% !important;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right;
        background-color: white;
        height: 50px;
        position: absolute;
        z-index: 1;
    }


    .card-fabricant {
        background: white;
        border: none;
        border-radius: 8px;
        padding: 16px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

        .card-fabricant:hover {
            box-shadow: 0px 1px 11px 3px rgb(0 0 0 / 5%);
        }

        .card-fabricant h2 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--bleu-fonce-orcab);
        }

            .card-fabricant h2:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .card-fabricant .card-field {
            display: inline-flex;
            font-size: 0.8rem;
            color: #868686;
            z-index: 2;
        }

            .card-fabricant .card-field img {
                padding-left: 5px;
                width: 20px !important;
            }


    .RadBreadcrumb_Bootstrap .k-breadcrumb-link {
        color: #868686 !important;
        text-decoration: underline !important;
    }

        .RadBreadcrumb_Bootstrap .k-breadcrumb-link:hover {
            background-color: unset !important;
        }

    .RadBreadcrumb_Bootstrap .k-breadcrumb-last-item .k-breadcrumb-link {
        color: var(--vert-orcab) !important;
        text-decoration: none !important;
    }



    .bg-accueil {
        width: 100%;
        min-height: 100px;
        text-align: center;
        color: #595959;
    }

        .bg-accueil h1 {
            padding: 30px;
            font-weight: 800;
            font-family: 'Orcab-font-bold';
            font-weight: 500;
        }

    .nav-item-dfiweb {
        width: 70%;
    }

.card-actualite {
    width: 40%;
    max-width: 16rem;
    height: 280px;
    transition: ease-in 0.1s;
}

.card-offres, .card-df-tabl {
    height: 200px;
}
.with-pict {
    height: 350px !important;
}

.card-offres .div-img, .card-df-tabl .div-img{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-offres span, .carousel-df-tabl span {
    position: absolute;
    font-size: 13px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    width: 45%;
    height: 26px;
    text-align: center;
    background-color: #afaeae2e;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    align-content: center;
}


    .card-offres .card-body {
        background-color: white !important;
        border-radius: 3px !important;
    }

.picture-mode {
    border: none !important;
    border-radius: 0 0 3px 3px !important;
    background-color: white !important;
}

    .picture-mode .card-body {
        border: 1px solid #c8c6c6 !important;
        border-top: none !important;
        border-radius: 0 0 3px 3px !important;
    }

.card-offres h1 ,.card-df-tabl h1{
    color: var(--gris-text) !important;
    font-family: Orcab-font-black !important;
}

        .card-offres img-fab {
            background-color: transparent;
            width: 70px !important;
            height: 70px !important;
            left: 15px;
            position: relative;
        }

.card-offres .card-date::before, .card-df-tabl .card-date::before {
    background-image: url('../Images/Calendrier-gray.svg') !important;
}

        @media (min-width: 1100px) {

            .card-actualite:hover {
                scale: calc(1.05);
                transition: ease-in 0.1s;
            }
        }

        .card-actualite h1 {
            font-family: 'Orcab-font-medium';
            font-size: 0.85rem;
            text-align: left;
            color: var(--bleu-orcab);
            padding: 0.5rem;
            margin: 0;
        }

        @keyframes breathe {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }

            50% {
                transform: scale(1.08);
                opacity: 1;
            }

            100% {
                transform: scale(1);
                opacity: 0.8;
            }
        }

        .card-actualite .card-body {
            background-color: var(--gris-bg);
            border-radius: 0 0 10px 10px;
        }

        .actualite-text {
            font-family: Orcab-font-bold;
            font-size: 1.4rem; /* Taille approximative */
            color: #545454; /* Gris foncé */
            position: relative;
            display: inline-block;
            padding-bottom: 5px; /* Pour espacer du soulignement */
            padding-left: 1rem; /* Pour espacer du soulignement */
        }

        .voir-plus-block {
            color: #0d6fd9;
            cursor: pointer;
            font-size: 0.4em;
            text-decoration: underline;
            padding-left: 70%;
            display: none;
        }

        #btn-prev-mini, btn-next-mini-offres,
        #btn-next-mini, btn-prev-mini-offres {
            margin: -5px !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            border-radius: 0 !important;
        }

        #btn-prev-mini, btn-prev-mini-offres {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        #btn-next-mini, btn-next-mini-offres {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }


        .fav-icon a::after {
            color: #003160;
            content: "";
            background-image: url('../Images/Favoris.svg');
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            width: 17px;
            height: 17px;
            font-size: 0.5rem;
            margin-left: 5px;
            vertical-align: sub;
        }

        .navigation-list td {
            padding-top: 4px;
            padding-bottom: 4px;
            font-size: 0.6em;
            margin-left: 25px;
            width: 100%;
            cursor: pointer;
            font-family: 'Orcab-font-bold';
        }

            .navigation-list td a {
                color: var(--bleu-orcab);
                text-decoration: none;
            }

            .navigation-list td svg {
                float: right;
            }

            .navigation-list td:hover svg {
                color: var(--vert-orcab) !important;
            }

            .navigation-list td:hover a {
                color: var(--vert-orcab) !important;
            }


        .separator-list {
            height: 1px;
            background-color: #d5d5d5;
            border-radius: 50px;
            margin-top: 10px;
            margin-Bottom: 10px;
        }

        .title-fabricants-navigation {
            cursor: pointer;
            line-height: 20px;
            background-color: #e9e9e9;
            padding: 0.4em;
            border-radius: 3px;
        }

            .title-fabricants-navigation a {
                font-size: 0.6em;
                color: var(--gris-dark);
                text-decoration: none;
                font-family: Orcab-font-bold;
            }

            .title-fabricants-navigation svg {
                float: right;
                color: var(--gris-dark);
            }

            .title-fabricants-navigation:hover svg {
                color: var(--vert-orcab) !important;
            }

            .title-fabricants-navigation:hover a {
                color: var(--vert-orcab) !important;
            }

        .link-libelle {
            color: var(--gris-text);
            font-size: 0.55em;
            text-decoration: none;
            text-transform: none;
        }

            .link-libelle:hover {
                text-decoration: underline;
            }

        .title-navigation {
            font-family: 'Orcab-font-black';
        }

        .title-navigation-nav {
            font-family: 'Orcab-font-bold';
        }

        .title-navigation-fabricant {
            font-family: Orcab-font-black;
            color: var(--gris-dark);
        }
        /* Carousel styles */
        .carousel,
        .carousel-inner,
        .carousel-item {
            background-color: transparent !important;
            box-shadow: none !important;
        }
        /* Appliquer une couleur bleue et augmenter la taille */
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-image: none; /* supprimer l'icône Bootstrap par défaut */
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--bleu-fonce-orcab);
            font-size: 2.5rem;
            font-weight: bold;
        }
            /* Ajouter les symboles flèche */
            .carousel-control-prev-icon::after {
                content: '‹'; /* ou ← */
            }

            .carousel-control-next-icon::after {
                content: '›'; /* ou → */
            }

        .card-img-actualite {
            width: 100%;
            height: 100px;
            text-align: center;
        }


            .card-img-actualite img[src=""], img:not([src]) {
                border: none !important;
                box-shadow: none !important;
                background: none !important;
                outline: none !important;
                display: none;
            }

        .carousel-control-prev-df {
            left: -50px
        }

        .carousel-control-next-df {
            right: 10px;
            width: auto !important;
        }

        .carousel-control-prev-df, .carousel-control-next-df {
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 15%;
            padding: 0;
            color: #fff;
            text-align: center;
            background: none;
            filter: var(--bs-carousel-control-icon-filter);
            border: 0;
        }

        .badge-actualite {
            font-size: 13px;
            border-top-left-radius: 3px;
            border-bottom-right-radius: 3px;
            color: white;
            text-align: center;
            width: 45%;
            height: 26px;
            align-content: center;
            font-weight: bold;
            position: absolute;
        }

        .badge-actualite-popup {
            font-size: 0.8rem;
            border-radius: 50px;
            color: white;
            text-align: center;
            width: auto;
            padding: 0.2rem 0.7rem 0.2rem 0.7rem;
            height: 26px;
            align-content: center;
            font-weight: bold;
            margin: 1rem;
        }

        .lien-voir-tout-chantier {
            width: 92%;
            font-size: 0.875rem;
            font-family: Orcab-font,sans-serif;
            color: var(--bleu-orcab);
            text-decoration: none;
            margin-top: 0px;
        }

        .lien-actualite {
            width: 92%;
            font-size: 0.75rem;
            font-family: Orcab-font,sans-serif;
            color: var(--bleu-orcab);
            text-decoration: none;
            margin-top: 0px;
            padding-bottom: 1rem;
        }

        .card-description {
            font-size: 0.750rem;
            text-align: center;
            color: #6d6d6d;
            overflow: hidden;
            text-align: start;
            padding-right: 1rem;
            padding-left: 1rem;
            margin: 0;
            max-width: 100%;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3; /* nombre de lignes max */
            -webkit-box-orient: vertical;
        }

        .card-description-popup {
            font-size: 0.750rem;
            text-align: justify;
            color: #6d6d6d;
            padding: 5px;
        }

.pop-up-actualite {
    max-width: 60%;
    justify-self: center;
}
        .pop-up-actualite section {
            padding:2rem;

        }
    .pop-up-actualite h1 {
        font-size: 1.1rem;
        font-family: Orcab-font-bold;
        color: var(--gris-text);
        float: left;
        text-align: left;
    }

        .pop-up-actualite .card-date {
            padding-left: 0 !important;
        }

        .pop-up-actualite .card-body {
            text-align: start;
        }

        .pop-up-actualite .card-img-actualite {
            display: none;
        }

        #UpdatePanelPopupPanier, #UpdatePanelPopupPanier, #UpdatePanelPopupPanierCorbeille #UpdatePanelPopupChantierCorbeille, #UpdatePanelPopupPanier, #UpdatePanelPopupChantier, #UpdatePanelPopupActualite, #UpdatePanelPopupValider {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 49, 96, 0.8);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            visibility: hidden;
        }

            #UpdatePanelPopupActualite #popupContent {
                background-color: white;
            }


        #popupContent {
            background-color: whitesmoke;
            padding: 20px;
            max-width: 700px;
            width: 90%;
            max-height: 70vh;
            overflow-y: auto;
            border-radius: 12px;
        }

        .voir-plus {
            color: #0d6fd9;
            cursor: pointer;
            font-size: 0.4em;
            text-decoration: underline;
            padding-left: 70%;
        }

        .card-date {
            font-family: 'Orcab-font-medium';
            font-size: 0.75rem;
            text-align: left;
            color: var(--gris-txt);
            display: inline-flex;
            flex-direction: row;
        }

            .card-date::before {
                color: #003160;
                float: inline-end;
                content: "";
                background-image: url('../Images/Calendrier.svg') !important;
                background-size: contain;
                background-repeat: no-repeat;
                display: inline-block;
                width: 17px;
                height: 17px;
                font-size: 0.5rem;
                margin-left: 5px;
                vertical-align: sub;
            }

        .TagNouveauteVisible {
            display: contents;
        }

        .TagNouveauteCache {
            display: none;
        }

        .actualite-nouveaute {
            top: -5px;
            position: absolute;
            right: 10px;
            animation: breathe 3s ease-in-out infinite;
        }

            .actualite-nouveaute span {
                color: red;
                font-family: 'Orcab-font-medium';
                font-size: 0.75rem;
                text-align: center;
            }

        .carousel-item img {
            height: 100px;
            width: 100px;
        }

        @media (max-width: 1101px) {
            /* .carousel-item .card-actualite:nth-child(n+4) {
            display: none !important;
        }*/

            .carousel-control-prev-icon,
            .carousel-control-next-icon {
                font-size: 1.8rem;
                font-weight: bold;
            }


            .card-date .date-actualite {
                margin-bottom: 2px;
            }

            #voirTout, #voirToutOffres {
                width: 180px;
                height: 280px;
                background-color: #888;
                border-radius: 10px;
                z-index: 1000;
            }

            #voirToutOffres {
                height: 350px ;
            }

            .footer-orcab {
                padding: 35px 30px 35px 120px;
            }

                .footer-orcab .row {
                    padding-right: 0rem !important;
                    padding-left: 0rem !important;
                }

            .card-actualite {
                width: 35%;
            }

            .titre-actualite {
                justify-content: space-between;
            }

            .carousel-control-prev-tabl, .carousel-control-next-tabl {
                background: none;
                filter: var(--bs-carousel-control-icon-filter);
                border: 0;
                opacity: 0.5;
                transition: opacity 0.15s ease;
            }


            .body-content {
                padding: 0px 20px 30px 20px !important;
                background-color: var(--gris-bg);
            }


            .lien-actualite, #btn-prev, #btn-next, #btn-prev-offres, #btn-next-offres, .nav-dfweb, #liseretOptionAffichagePrixHaut {
                display: none;
            }

            .nav-dfweb-panier-actif {
                font-size: 0.7rem;
            }

            .card-actualite {
                min-width: 120px;
                height: 280px;
            }
        }

        @media (max-width: 1630px) {
            .button-action-panier {
                min-width: 120px;
                margin: 0 10px 5px 0;
                padding: 0 10px 0 10px;
            }
        }

        @media (min-width: 1350px) {

            .button-action-panier {
                min-width: 150px;
            }

            .body-content {
                padding: 0px 50px 30px 50px !important;
                background-color: var(--gris-bg);
            }
        }

        @media (min-width: 1100px) {


            #voirTout, #voirToutOffres {
                display: none;
            }

            .carousel-control-prev-tabl, .carousel-control-next-tabl {
                display: none;
            }

            .titre-actualite {
                justify-content: start;
            }
        }

        @media (min-width: 1100px) and (max-width: 1430px) {
            .card-actualite {
                max-width: 13rem;
            }

            .card-description {
                max-height: 30px;
            }
        }




        .card-date {
            display: inline-flex;
            align-items: center;
            justify-content: start;
            gap: 0.5em;
        }

        .btn_voir_tout {
            width: 50px;
            height: 36px;
            font-size: 1.4rem;
            border-radius: 20px;
            margin-top: 40px;
        }

        .alerte-urgence {
            background-color: #E6332A;
            color: white;
            padding: 2px;
            text-align: center;
            position: relative;
            font-size: 13px;
            cursor: pointer;
        }

        .texte-urgence {
            display: inline-block;
        }

        .btn-fermer {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
            text-decoration: none;
        }

        .list-panier {
            color: var(--gris-text);
        }

            .list-panier .header-list{
                cursor:pointer;
            }

            .questionnaire-item {
                border-radius: 5px;
                border: solid 1px #cecece;
                background-color: white;
                height: 120px;
                margin-bottom: 7px;
            }
            /*        .questionnaire-item:hover {
            box-shadow: 0px 1px 11px 3px rgb(0 0 0 / 5%);
        }
*/

            .questionnaire-item h2 {
                color: var(--bleu-fonce-orcab);
                font-size: 1rem;
                display: inline;
            }

                .questionnaire-item h2 a {
                    text-decoration: none !important;
                }

                .questionnaire-item h2 .icon-star, .questionnaire-item h2 .icon-star-fill {
                    display: flex;
                    align-items: center;
                    margin-left: 0.4rem;
                }

                .questionnaire-item h2:hover {
                    text-decoration: underline;
                }

            .questionnaire-item h1 {
                color: var(--gris-text);
                font-size: 0.9rem;
                font-family: 'Orcab-font-bold';
            }


        .filtre {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
        }



        .filtre-fabricants-item {
            border-bottom: solid 1px lightgray;
            font-size: 0.6em;
            color: gray;
            padding-bottom: 3px;
            padding-top: 3px;
        }

            .filtre-fabricants-item input[type="checkbox" i] {
                margin-right: 10px;
            }

        .filtre-title {
            font-size: 0.6em;
            padding-top: 1em;
        }

        .panel-filtre {
            width: 300px;
            min-height: 100vh;
            margin-right: 30px;
        }

            .panel-filtre h2 {
                font-size: 1.125rem;
                font-family: Orcab-font-bold;
            }

        .filter-collapse {
            color: white;
            display: none;
            justify-content: center;
            background-color: var(--vert-orcab);
            font-size: 0.8em;
            border-radius: 5px;
            padding: 2px;
        }

        .questionnaire-item-buttons {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
            max-width: 220px;
        }

            .questionnaire-item-buttons svg {
                margin-right: 3px;
            }


        .questionnaire-item-buttons-text {
            font-family: Orcab-font-bold;
            font-size: 0.875rem;
        }

        .questionnaire-item-text {
            min-width: 50%;
            border-bottom: solid 1px lightgray;
        }

        .questionnaire-item-promo {
            background-color: var(--rouge-orcab);
            font-size: 0.5em;
            color: white;
            width: auto;
            float: inline-start;
            display: block;
            position: absolute;
            border-radius: 4px 0 4px 0;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 1.7;
            cursor: pointer;
        }

            .questionnaire-item-promo:hover {
                text-decoration: underline;
            }

.cont-recherche .questionnaire-item-promo {
    position: relative;
    font-size: 0.4em;
    border-radius: 4px 4px 0px 0px;
    font-size: 0.8em;
}



        @media (max-width: 1100px) {
            .filtre {
                background-color: transparent;
            }

            .panel-filtre {
                height: auto;
                min-height: auto;
                width: 100%;
                padding-right: 0;
            }

                .panel-filtre h2 {
                    display: none;
                }

            .questionnaire-item {
                height: auto;
                text-align: center;
                border: none;
                min-height: 300px;
                display: grid;
                width: calc(25% - 0.5rem);
            }

            .questionnaire-item-recherche {
                width: calc(50% - 1rem);
                margin-right: 20px;
            }

            .questionnaire-item-text h2 {
                font-size: 0.8rem;
                text-align: center;
                justify-content: center;
            }

            .filter-collapse {
                display: flex;
            }

            .questionnaire-item-buttons {
                display: flex;
                flex-direction: unset;
                justify-content: unset;
                height: 100%;
                justify-content: center;
                align-items: end !important;
                padding-bottom: 1em;
            }

            .cont-recherche .questionnaire-item-buttons {
                max-width: 150px;
            }


            .questionnaire-item-buttons-text {
                display: none;
            }

            .questionnaire-item-text {
                width: 100%;
                border-bottom: none;
            }
            /*    .questionnaire-item-contents{
        padding-right: 7px;
    }*/

            .questionnaire-item-promo {
                position: relative;
                font-size: 0.4em;
                border-radius: 4px 4px 0px 0px;
            }
        }

        @media (max-width: 768px) {
            .questionnaire-item {
                width: calc(33.333% - 1rem) !important;
            }

            .drop-down-list {
                width: 300px;
            }

            .select-container {
                width: 300px;
            }
        }

        .item-model {
            width: 100%;
            margin-bottom: 10px;
            color: var(--bleu-fonce-orcab);
        }

            .item-model:hover {
                /*  text-decoration:underline;*/
            }

            .item-model svg {
                transition: ease-in 0.1s;
            }

            .item-model:hover svg {
                transform: translateX(10px);
                transition: ease-in 0.1s;
            }

        .questionnaire-item-left {
            display: flex;
            justify-content: center;
            height: 100%;
        }

        input[type="checkbox"] {
            accent-color: var(--bleu-orcab);
            cursor: pointer;
            margin-right: 5px;
        }

        #List input[type="checkbox"] {
            width: 15px;
            height: 15px;
        }


.panel-list-chantier .rlbGroup {
    border: none !important;
    max-height: 480px;
    background-color: #f9f9f9 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

        .panel-list-chantier .rlbList {
        }

        .panel-list-chantier .rlbItem {
            font-size: 0.875rem;
            color: #868686;
            cursor: pointer;
        }

            .panel-list-chantier .rlbItem.rlbSelected {
                background-color: #E9E9E9 !important;
                color: #868686 !important;
            }

            .panel-list-chantier .rlbItem:hover {
                background-color: #E9E9E9 !important;
                color: #868686 !important;
            }

            .panel-list-chantier .rlbItem::after {
                color: #003160;
                float: inline-end;
                content: "";
                background-image: url('../Images/Chevron-simple-droite.svg') !important;
                background-size: contain;
                background-repeat: no-repeat;
                display: inline-block;
                width: 17px;
                height: 17px;
                font-size: 0.5rem;
                margin-left: 5px;
                vertical-align: sub;
            }

        .panel-list-chantier .rlbItem.rlbSelected.rlb-detail-collapsed::after {
            background-image: url('../Images/Chevron-simple-droite.svg') !important;
        }

        .panel-list-chantier .rlbItem.rlbSelected::after {
            color: #003160;
            float: inline-end;
            content: "";
            background-image: url('../Images/Chevron-simple-bas.svg') !important;
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            width: 17px;
            height: 17px;
            font-size: 0.5rem;
            margin-left: 5px;
            vertical-align: sub;
        }

        .detail-chantier {
            border-radius: 5px;
            background-color: #CECECE;
            color: #868686;
            padding: 7px;
            display: table-cell;
            font-size: 0.875rem;
        }


            .detail-chantier input {
                border-radius: 5px;
                background-color: white;
                color: #757575;
                border: none;
                font-size: 1rem;
                padding: 7px;
                margin: 17px;
                width: 250px;
                height: 43px;
            }

                .detail-chantier input:hover {
                    background-color: #545454;
                    color: white;
                }

            .detail-chantier h1 {
                color: #636363;
                font-size: 1.1rem;
                text-align: left;
                width: 100%;
                font-family: 'Orcab-font-bold';
                padding-bottom: 10px;
                border-bottom: solid 1px #ababab;
            }


        .detail-chantier-text {
            font-size: 0.875em;
            color: #545454;
            text-align: left;
            width: 100%;
        }

        .panel-chantier h2 {
            font-size: 1.1rem;
            font-family: 'Orcab-font-bold';
        }

        .card-filtre {
            font-size: 14px;
        }

        .tri-selectionne {
            font-size: 14px !important;
            /*    box-shadow: inset 0px 0px 4px 0px #e5e5e5;*/
            padding: 10px !important;
        }

        .tri-non-selectionne {
            font-size: 14px !important;
        }

        .tri-selectionne .rbIcon {
            background-color: #82aa3747;
            color: #82aa3700;
            border: solid 1px var(--vert-orcab);
        }

        .tri-selectionne .rbText {
            color: var(--vert-orcab) !important;
        }

        .tri-non-selectionne .rbIcon {
            background-color: #82aa3700;
            color: #82aa3700;
            box-shadow: 0px 1px 4px 0px #8d8d8d;
        }


        .tri-selectionne .rbToggleRadioChecked {
            color: transparent !important;
        }

        .form-label-dfiweb .rbText {
            color: var(--bleu-fonce-orcab) !important;
            font-size: 0.8rem;
            font-family: 'Orcab-font-bold';
        }


        .text-box-recherche {
            border: solid 1px #868686;
        }

            .text-box-recherche span {
                align-items: center;
                display: flex;
                padding-right: 10px;
                padding-left: 10px;
                border-left: solid 1px #868686;
                z-index: 10;
            }


        .form-control:focus {
            color: none !important;
            background-color: none !important;
            border-color: none !important;
            outline: 0 !important;
            box-shadow: none !important;
        }



        .form-control-dfiweb {
            height: 30px;
            width: 100%;
            font-size: 0.9px;
            padding-top: 2px;
        }

        .form-label-dfiweb {
            color: var(--bleu-fonce-orcab);
            font-size: 1rem;
            font-family: 'Orcab-font-bold';
        }


        .btn-selectionner {
            background-color: white;
            color: var(--bleu-fonce-orcab);
            font-family: Orcab-font-bold;
            border-radius: 5px;
            border-color: #868686;
            border-width: 1px;
            border-style: solid !important;
            font-size: 0.875rem;
            padding: 5px 30px 5px 30px;
            height: 55px;
        }

            .btn-selectionner:hover {
                background-color: var(--bleu-orcab);
                color: white;
            }

        .card-body-adresse {
            font-size: 1rem;
            color: #868686;
            height: 5rem;
            padding: 5px;
        }

        .nom_livraison strong {
            color: var(--bleu-orcab);
            font-size: 1rem;
            font-family: Orcab-font-bold;
        }
        /*Chantiers*/

        .card-list {
            font-size: 0.8rem;
        }



        .chantier-nom {
            color: var(--vert-orcab);
            text-decoration: underline;
            font-weight: 900;
            font-size: 1.4rem;
        }

        .article-nombre {
            font-size: 0.8rem;
            font-weight: 400;
            color: black;
        }







        .header-list-check, .col-check {
            padding: 0 10px 0 10px;
            text-align: start;
            width: 90px;
            align-content: center;
        }



        .linkDfiweb:hover {
            text-decoration: none;
        }

        .custom-active:hover {
            text-decoration: none;
        }

        .pagination-list .linkDfiweb {
            color: grey;
            font-size: 1.3rem;
            text-align: center;
        }

        .pagination-list {
            text-align: center;
            margin: 5px;
            border: none !important;
            display: inline-block;
        }




.custom-active-dfiweb {
    border: 1px gray solid;
    font-size: 1.3rem;
    width: 5px;
    height: 5px;
    text-align: center;
    color: var(--bleu-orcab);
    background-color: white;
    border-radius: 3px;
    margin: 3px;
    padding: 1px;
    display: inline-block;
    height: 28px;
    width: 25px;
}

        .dropdown-list-utilisateur, .dropdown-list-utilisateur-adherent {
            font-size: 0.8rem;
        }

        #LabelNbrChantiers {
            font-size: 1rem;
        }

        .separateur-ligne {
            border: none;
            border-top: 2px solid #ccc;
            margin: 12px 0;
        }

        .tri {
            color: var(--vert-orcab);
            text-decoration: none;
            display:none;
        }

        .triSelectionne {
            color: var(--bleu-fonce-orcab);
        }

        .tri + .tri { /* cible le 2ᵉ bouton */
            position: relative;
            padding-left: 2px; /* pour ne pas coller le trait au chevron */
        }

            .tri + .tri::before { /* petit trait gris */
                content: "";
                position: absolute;
                left: 0; /* au début du bouton */
                top: 2px; /* ajuste verticalement */
                bottom: 2px;
                width: 1px;
                background: #BDBDBD;
            }

        .card-chantier, .card-chantier-corbeille {
            border: none;
        }

            .card-chantier:hover {
                border: 1px solid var(--vert-orcab);
            }

        #map {
            width: 390px;
            height: 355px;
            /* float: left; */
        }

        .popup-corbeille {
            background-color: whitesmoke;
        }

        @media screen and (max-width: 768px) {
            .header-row {
                display: none;
            }

            .popup-corbeille {
                width: 500px;
            }

            .drop-down-list {
                width: 300px;
            }

            .select-container {
                width: 300px;
            }
        }

        .popup-corbeille-panier {
            width: 90%;
        }

        @media (min-width: 1100px) and (max-width: 1256px) {
            .card-chantier-corbeille .col-lg-1, .popup-corbeille .header-row .col-lg-1 {
                flex: 0 0 auto;
                width: 6% !important;
            }
        }

        @media (max-width: 1100px) {
            .card-chantier-corbeille .col-lg-1, .popup-corbeille .header-row .col-lg-1 {
                flex: 0 0 auto;
                width: 12% !important;
            }
        }

        @media screen and (min-width: 768px) {


            .drop-down-list {
                width: 400px;
            }

            .select-container {
                width: 400px;
            }
        }


        @media screen and (max-width: 1328px) {
            .header-list {
                color: #868686;
                font-size: 0.7rem;
                text-align: center;
            }

            .icon-chevron {
                width: 20px;
                height: 20px;
            }

            .header-row {
                border-bottom: 2px solid #cecece;
                margin: 5px;
            }


            .panier-description {
                flex: 350px 0 0;
                font-size: 0.7rem;
                text-align: start;
            }

            .sous-ligne .panier-description {
                display: flex;
                flex-direction: column;
                height: 95px;
            }


            .panier-libelle {
                flex: 200px 0 0;
                text-align: start;
            }

            .panier-date {
                color: grey;
                font-size: 0.7rem;
                flex: 200px 0 0;
                text-align: end;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1328px) {
            .PanelScenarioExterne {
                width: 1000px;
            }

            .item-commande {
                font-size: 0.6rem;
            }
        }

@media screen and (min-width: 1350px) and (max-width: 1540px) {
    .panier-description {
        flex: 235px 0 0;
        font-size: 0.8rem;
        text-align: start;
    }

    .panier-libelle {
        flex: 90px 0 0;
    }


}


@media screen and (max-width: 1540px) {
    .checkbox-panier-all {
        display: none !important;
    }
}


        @media screen and (min-width: 1350px) {
          
            
            .PanelScenarioExterne {
                width: 1200px;
            }

            .button-action-panier {
                min-width: 150px;
            }

            .header-list {
                color: #868686;
                font-size: 0.8rem;
                text-align: center;
            }

            .header-row {
                border-bottom: 1px solid #cecece;
                margin: 5px;
            }

            .panier-item, .panier-item-orange {
                height: 200px;
            }

           /* .panier-description {
                flex: 350px 0 0;
                font-size: 0.8rem;
                text-align: start;
            }

            .panier-libelle {
                flex: 170px 0 0;
            }
*/
            .panier-date {
                flex: 190px 0 0;
                color: grey;
                font-size: 0.8rem;
                text-align: center;
            }
        }

        #ButtonCommanderFixLigneSelectionnees {
            padding-top: 20px;
        }


        .panier-gras-tablette {
            font-weight: bolder;
            color: dimgray;
        }

        .panier-item {
            font-size: 0.5em;
            background-color: white;
            border-radius: 5px;
            border: solid 1px #cecece;
            padding: 0.5rem 0px 0.5rem 0px;
        }

            .panier-item:hover {
                box-shadow: 0px 0px 5px #c5c5c5;
            }

                .panier-item:hover .button-deplacer {
                    display: table;
                }

        .sous-ligne {
            margin-top: -12px !important;
            border-radius: 0px 0px 5px 5px !important;
            border-top: 1px dashed #e0e0e0 !important;
            height: 150px;
        }

            .sous-ligne:hover {
                box-shadow: none;
            }

            .sous-ligne .button-deplacer {
                display: none !important;
            }

        .panier-item-orange {
            font-size: 0.5em;
            background-color: white;
            border-radius: 5px;
            border: solid 1px orange;
        }

        .column-libelle {
            color: gray;
        }

            .column-libelle svg {
                color: gray;
            }

        .panier-etape {
            text-align: center;
            font-size: 0.8rem;
            color: var(--gris-text);
            padding-top: 17px;
        }

        .crayon svg {
            color: var(--bleu-orcab);
        }

        .crayon-orange svg {
            background-color: orange;
            color: white;
            border-radius: 3px;
        }

        .crayon-rouge svg {
            background-color: red;
            color: white;
            border-radius: 3px;
        }

        .crayon-chiffrage-rapide-maj svg {
            background-color: var(--bleu-orcab);
            color: orange;
            border-radius: 3px;
        }

        .crayon-chiffrage-rapide svg {
            background-color: var(--bleu-orcab);
            color: white;
            border-radius: 3px;
        }


        .radio-non-actif svg {
            color: #c9c9c9;
        }

        .radio-actif svg {
            color: var(--vert-orcab);
        }

        .header-panier {
            background-color: #e9e9e9;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .header-panier-fix {
            background-color: #e9e9e9;
            border-radius: 5px;
            padding: 20px;
            display: flex;
            position: fixed;
            box-shadow: 1px 4px 6px 0px #79797985;
            z-index: 9999;
            width: 100%;
            left: 0;
            align-items: center;
            z-index: 2;
            min-height: 70px;
        }

        .header-panier {
            margin-top: 1em;
        }

            .header-panier h1 {
                font-family: Orcab-font-black;
                font-size: 2rem;
            }

            .header-panier h2 {
                font-family: Orcab-font;
                font-weight: 700;
                font-size: 1.6875rem;
            }

        .header-panier-fix h1 {
            display: none;
        }

        .header-panier-fix h2 {
            display: none;
        }

        .drop-down-list {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            padding-left: 10px;
            font-size: 0.5em;
            color: #555;
            height: 35px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: white;
            background-image: none; /* supprime la flèche par défaut sur certains navigateurs */
            cursor: pointer;
        }


            .drop-down-list option {
            }

                .drop-down-list option :hover {
                }

        .select-container {
            margin-bottom: 20px;
            margin-top: 20px;
            position: relative;
        }

            .select-container::after {
                right: 6px;
                width: 30px;
                height: 35px;
                background-image: url('../Images/Chevron-simple-bas.svg');
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

            .select-container::before,
            .select-container::after {
                content: "";
                position: absolute;
                top: 60%;
                transform: translateY(-50%);
                pointer-events: none;
            }

            .select-container::before {
                right: 38px;
                width: 1px;
                height: 25px;
                background-color: #ccc;
            }

        .description {
            text-align: left;
            overflow-y: scroll;
            height: 160px;
            scrollbar-width: none;
        }

        .sous-ligne .description-prix {
            display: flex;
            gap: 1.5em;
            margin-top: auto;
        }

        .sous-ligne .description {
            max-height: 95px;
            height: auto;
        }

        .description:hover {
            scrollbar-width: inherit;
        }

        .description::-webkit-scrollbar {
            width: 3px;
        }
        /* Fond de la scrollbar */
        .description::-webkit-scrollbar-track {
            background: transparent;
            border-radius: 6px;
        }
        /* Barre mobile (le "thumb") */
        .description::-webkit-scrollbar-thumb {
            background-color: #f7f5f5;
            border-radius: 4px;
        }
            /* Au survol */
            .description::-webkit-scrollbar-thumb:hover {
                background-color: #cfcfcf;
            }

        .panier-detail {
            font-size: 0.6em;
            width: 100%;
            border: none;
            color: gray;
            position: relative;
        }

            .panier-detail td {
                width: 50%;
                padding-left: 1.2rem;
                padding-right: 1.2rem;
            }

            .panier-detail tr {
                height: 50px;
            }

        .header-panier-detail {
            background-color: #868686;
            color: white;
        }

        .corbeille-button {
            color: var(--rouge-orcab);
        }

        .button-deplacer {
            background-color: var(--bleu-orcab);
            border-radius: 0px 0px 5px 5px;
            display: none;
            cursor: grab;
        }

            .button-deplacer:active {
                cursor: grabbing;
            }

            .button-deplacer img {
                width: 20px;
            }

        .drag-over {
            border-bottom: dashed 2px red !important;
        }

        .context-menu {
            position: absolute;
            display: none;
            z-index: 1000;
            background: #fff;
            padding: 5px;
            box-shadow: 0px 0 5px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
        }

            .context-menu:hover {
                background-color: #f0f0f0;
            }

            .context-menu button {
                border: none;
                background: transparent;
            }

        .prix {
            flex: 90px 0 0;
            height: 160px;
        }


.page-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    box-shadow: 2px 2px 5px #b5b1b1;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--gris-bg);
    z-index: 99999;
}

            .page-top:active {
                box-shadow: inset 0px 0px 5px #c5bfbf;
            }


        body::-webkit-scrollbar {
            width: 12px; /* Largeur de la scrollbar verticale */
            height: 12px; /* Hauteur de la scrollbar horizontale */
        }

        body::-webkit-scrollbar-track {
            background: var(--gris-bg); /* Couleur du fond */
        }

        body::-webkit-scrollbar-thumb {
            background-color: #b3b3b3; /* Couleur de la barre */
            border-radius: 5px;
            border: 2px solid #f1f1f1; /* Espace entre le thumb et la track */
        }

            body::-webkit-scrollbar-thumb:hover {
                background: #555;
            }


        #spinOrcabFrame {
            width: 100%;
            height: 100%;
            background-color: #ffffff7d; /* Fond semi-transparent */
            z-index: 9999; /* Assure que le spinloader est en premier plan */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .spinOrcab:after {
            content: "";
            width: 40px;
            height: 40px;
            animation: spin 0.8s linear infinite; /* Animation de rotation */
        }


        .spinOrcab {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff7d; /* Fond semi-transparent */
            z-index: 9999999; /* Assure que le spinloader est en premier plan */
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .spinOrcab:after {
                content: "";
                width: 40px;
                height: 40px;
                animation: spin 0.8s linear infinite; /* Animation de rotation */
            }




        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(-360deg);
            }
        }

        @keyframes spin2 {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        #RadAsyncUploadImport {
            font-family: Orcab-font,sans-serif;
            text-decoration: none;
            font-size: 1rem;
            font-weight: 700;
        }

        .LabelRouge {
            color: red;
            font-size: 0.75rem;
        }


        .PanelReponse {
            padding: 6px;
            border-radius: 4px;
            font-size: 1rem;
        }

        .Obligatoire {
            color: red;
        }

        .DescriptifPanierColonneGauche {
            text-decoration: none;
            color: black;
        }

        .LibelleInfoFabricant {
            font-size: 1rem;
            padding-left: 4px;
            color: var(--gris-text);
        }

        .LibelleReponse {
            font-size: 0.95rem;
            color: gray;
            padding-left: 4px;
        }

.LibelleQuestion , .LibelleQuestionHaut {
    text-decoration: underline;
    font-size: 0.95rem;
    color: #878787;
    font-weight: 600;
}

        .LibelleInfoWs {
            font-size: 0.875rem;
            color: var(--gris-text);
            line-height: 1.2;
        }

        .LibelleQuantiteWs {
            font-family: 'Orcab-font-bold';
            font-size: 1rem;
            color: var(--gris-text);
        }

        #PanelActions {
            font-family: 'Orcab-font-bold';
            font-size: 1rem;
            color: var(--gris-text);
        }

        .DivResultatTarifIntermediaire {
            font-family: 'Orcab-font-light';
            font-size: 1rem;
            text-align: end;
            align-content: center;
        }

        .DivResultatTarifMontant {
            font-family: 'Orcab-font-bold';
            font-size: 1.4rem;
            text-align: center;
        }

        .InformationTarif {
            background-color: var(--gris-bg);
            font-size: 0.80rem;
            border: none;
            margin-top: 5px;
            text-align: center;
            border-radius: 5px;
        }

            .InformationTarif:has(.content) {
                border: 1px solid var(--bleu-orcab);
            }

        @media screen and (max-width: 1368px) {

            #ImageDessin {
                display: none;
            }
        }

        @media screen and (max-width: 768px) {

            #PanelResultatQuestionnaire {
                top: 120px !important;
                right: 30px !important;
            }

            .InformationTarif {
                display: none;
            }

            .DivResultatTarifIntermediaire {
                display: none;
            }



            .LabelNomQuestionnaireResultat {
                display: none;
            }
        }

        #PanelResultatQuestionnaire {
            position: fixed;
            top: 150px;
            right: 85px;
            width: 25%;
            max-width: 500px;
            z-index: 1025;
        }

        #PanelDescriptifHaut, #PanelDescriptifBas {
            background-color: #e5e2e2;
            border-radius: 5px;
            overflow-x: auto;
            max-width: 100%;
        }

        .GrilleDescriptifPanier {
            background-color: #e5e2e2;
            border-radius: 5px;
            overflow-x: auto;
            border: unset;
            width: 100%;
        }

        .ListeBoutonsRadio {
            font-size: 0.95em;
        }

            .ListeBoutonsRadio input[type="radio"] {
                width: 16px;
                height: 16px;
                margin-right: 8px;
                vertical-align: middle;
            }

            .ListeBoutonsRadio .boutonRadio {
                margin-right: 24px;
                margin-bottom: 12px;
                margin-top: 12px;
                display: inline-block;
                vertical-align: middle;
                text-align: start;
            }

        #PanelActions {
            font-size: 0.95rem;
        }
        /*    .PanelListQuestionsNiveau {
        background-color: #d3cece;
        border-radius: 5px;
    }
*/
        .ListDeroulanteReponse {
            font-size: 0.75rem;
            display: flex;
            align-items: center;
        }

        .form-label-dfiweb-question {
            color: var(--bleu-fonce-orcab);
            font-size: 0.75rem;
            font-weight: 300;
        }

        .LabelNomQuestionnaire {
            font-size: 1.5rem;
        }

        .LabelNomQuestionnaireResultat {
            font-size: 1.3rem;
            font-family: Orcab-font-bold;
        }

        .DivTarif {
            color: white;
            background-color: var(--bleu-orcab);
            border-radius: 5px;
        }





        .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsLink {
            border-color: #003160 !important;
            color: #fff;
            background-color: #003160 !important;
        }

        .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
            border-radius: 8px 8px 0 0 !important;
            padding-right: 2em;
            padding-left: 2em;
            color: var(--bleu-orcab) !important;
            background-color: #ffffff !important;
        }

        .RadTabStrip_MetroTouch .rtsSelected .rtsLink {
            border-radius: 8px 8px 0 0 !important;
            padding-right: 2em;
            padding-left: 2em;
            color: #ffffff !important;
            background-color: var(--bleu-orcab) !important;
        }

        .RadTabStrip_MetroTouch {
            border-radius: 5px;
            font-family: Orcab-font,sans-serif !important;
            font-size: 0.7em;
        }

            .RadTabStrip_MetroTouch .rtsLevel1 {
                border-color: #003160 !important;
            }

        .recherche-rad-tab {
            font-size: 0.875rem;
            margin-top: 20px;
            font-family: Orcab-font-bold !important;
        }

            .recherche-rad-tab .rtsLevel1 {
                border-color: #cecece !important;
                border-bottom-width: 1px !important;
            }


        .group-export {
            border-radius: 8px;
            box-shadow: 0px 0px 7px 1px #b7b7b738;
            padding-bottom: 2em;
            padding-right: 2em;
            padding-left: 2em;
            margin: 1.4em;
            background-color: #ffffff70;
        }

            .group-export li {
                list-style: none;
            }

            .group-export ul {
                margin: unset !important;
                padding: unset !important;
            }

            .group-export input[type="checkbox"] {
                margin-right: 10px;
            }

        .obligatoire {
            color: red;
            display: inline;
        }

        .ReportToolbar {
            background-image: none !important;
            background-color: #003160 !important;
            border: none !important;
            font-family: Orcab-font,sans-serif !important;
            border-radius: 5px 5px 0 0;
        }

            .ReportToolbar input {
                filter: brightness(100);
            }

            .ReportToolbar .ActiveLink {
                color: #ffffff !important;
                cursor: pointer !important;
                font-family: Orcab-font,sans-serif !important;
                font-size: 15px !important;
            }

        .NormalButton .Enabled, .HoverButton .Enabled, .HoverPressedButton .Enabled, .PressedButton .Enabled {
            filter: brightness(1.3) !important;
        }

        .DisabledLink {
            color: #ffffff !important;
            cursor: pointer !important;
            font-family: Orcab-font,sans-serif !important;
            font-size: 15px !important;
        }

        .InputButtonClass {
            margin-top: 0px !important;
            display: unset !important;
            float: right !important;
            height: 100%;
            padding-right: 10px;
        }

        .RadButton_Bootstrap.k-switch-on .k-switch-handle {
        }

        .RadButton_Bootstrap.k-switch-on .k-switch-container {
            background-color: var(--bleu-orcab) !important;
            border: solid 1px var(--bleu-orcab) !important;
        }

        .RadButton_Bootstrap.k-switch-off .k-switch-handle {
            border: solid 1px lightgray !important;
        }

        .RadButton_Bootstrap.k-switch-off .k-switch-container {
            border: solid 1px lightgray !important;
        }


        .group-export input[type="radio"] {
            margin-right: 10px;
        }


        input[type="radio"] {
            accent-color: var(--bleu-orcab);
        }


        .required-field-validator {
            font-style: italic;
            font-size: 0.9em;
            color: red;
        }

        .item-rouge {
            border: 1px solid red;
        }

        .item-orange {
            border: 1px solid orange;
        }

        #ImageDessinDimensions {
            border: 1px solid #707070;
            border-radius: 5px;
            padding: 5px;
            background-color: white;
        }

        .img-zoom-result-pop {
            width: 100%;
            height: 100%;
            right: 0;
            top: 0;
            left: 0;
            position: fixed;
            align-items: center;
            justify-content: center;
            background-color: rgb(165 165 165 / 56%);
            background-repeat: no-repeat;
            z-index: 9999;
            display: none;
        }

        .img-zoom-result {
            width: 100px;
            height: 100px;
            position: absolute;
            background-color: white;
            border-radius: 50% 50% 50% 0%;
            display: none;
            box-shadow: 2px 2px 5px #00000096;
        }

        .log-debug {
            width: 100%;
            min-height: 300px;
            font-size: 0.6em;
            box-shadow: inset -1px -1px 6px #adadad;
            padding: 1em;
            border: none;
            border-radius: 5px;
        }

        .button-switch {
            border: none;
            font-size: 0.4em;
            height: 20px;
            border-top: 1px solid #707070;
        }

            .button-switch.left {
                border-radius: 5px 0px 0px 0px;
                border-left: 1px solid #707070;
            }

            .button-switch.right {
                border-radius: 0px 5px 0px 0px;
                border-right: 1px solid #707070;
            }

            .button-switch.off {
                background-color: lightgray;
            }

            .button-switch.on {
                background-color: white;
            }



        .table-debug {
            border-collapse: collapse;
            width: 100%;
        }

        .panel-debug table tr:nth-child(even) {
            background-color: lightgray;
        }

        .panel-debug table tr:nth-child(odd) {
            background-color: transparent;
        }

        .debug {
            text-align: center;
            border-left: solid 1px #c1c1c1;
            border-right: solid 1px #c1c1c1;
            color: var(--bleu-orcab);
        }

            .debug span {
                border: none;
            }

        .preconf {
            display: none !important;
        }


        .header-debug-fix {
            font-size: 0.7rem;
            position: sticky;
            text-align: center;
            top: 120px;
            background-color: #e5e2e2 !important;
            box-shadow: 1px 6px 5px -5px #adadad;
        }

            .header-debug-fix th {
                border-left: solid 1px #c1c1c1;
                border-right: solid 1px #c1c1c1;
            }

        .cross-close svg {
            background-color: #898686;
            border-radius: 50px;
            color: #fffefe;
            position: fixed;
            top: 20px;
            right: 20px;
            cursor: pointer;
            box-shadow: 0px 0px 5px 3px #535050;
        }

            .cross-close svg:active {
                box-shadow: inset 0px 0px 5px 3px #535050;
            }


        .image-found {
            border-radius: 5px;
            flex: 100px 0 0;
        }

        .image-empty {
            flex: auto 0 0;
        }

        .header-debug {
            font-size: 0.7rem;
            text-align: center;
        }


        .erreur-message {
        }

        .erreur-message-detail {
            font-size: 0.6em;
            color: gray;
            font-style: italic;
        }



        .iframeWs {
            height: 800px;
            width: 100%;
        }

        .iframeConf {
            height: 100%;
            width: 100%;
        }

        #Contenu .DivGammeCadre {
            box-shadow: 2px 2px 2px #eae1e1;
            border-style: solid;
            border-color: #e0dcdc;
            border-width: 1px;
            border-radius: 3px 3px 3px 3px;
            margin: 10px;
            padding: 5px;
        }

        .titreGamme {
            margin: 20px;
        }

        #DivGammes {
            width: 100%;
            margin-inline-end: 2px;
            margin-top: 20px;
            padding-inline-end: 0.75em;
            padding-block-end: 0.625em;
            min-inline-size: min-content;
            flex-wrap: wrap;
            font-size: 1rem;
        }

        .ItemGammes {
            width: 500px;
            display: inline-flex;
            margin: 2px 5px;
            background-color: white;
            margin-inline-start: 2px;
            margin-inline-end: 2px;
            padding-block-start: 0.35em;
            padding-inline-start: 0.75em;
            padding-inline-end: 0.75em;
            padding-block-end: 0.625em;
            min-inline-size: min-content;
            border-width: 2px;
            border-radius: 12px;
            align-items: center;
            border-width: 2px;
            border-style: groove;
            border-color: threedface;
            border-image: initial;
            -webkit-transition: all .25s ease; /* Safari and Chrome */
            -moz-transition: all .25s ease; /* Firefox */
            -o-transition: all .25s ease; /* Opera */
            transition: all .25s ease;
            font-size: 1rem;
        }

            .ItemGammes:hover {
                background-color: lightblue;
                -webkit-transform: scale(.98); /* Safari and Chrome */
                -moz-transform: scale(.98); /* Firefox */
                -o-transform: scale(.98); /* Opera */
                transform: scale(.98);
            }

        .ItemGammesSelected {
            background-color: lightblue;
            -webkit-transform: scale(.98); /* Safari and Chrome */
            -moz-transform: scale(.98); /* Firefox */
            -o-transform: scale(.98); /* Opera */
            transform: scale(.98);
        }

        .erreur-message-detail {
            font-size: 0.6em;
            color: gray;
            font-style: italic;
        }

        #ButtonChantierActif:hover, #LinkButtonMonChantier:hover {
            text-decoration: underline;
        }

        .questionnaire-option {
            padding: 5px;
            scroll-snap-align: start;
            text-align: start;
            border-bottom: 1px solid #d7d7d7;
            margin-left: 0.8rem;
            margin-right: 0.8rem;
            display: flex;
            align-items: baseline;
        }

            .questionnaire-option span {
                font-family: Orcab-font-bold;
                float: inline-end;
                align-self: center;
                margin-left: 8px;
                flex-shrink: 0; /* ← empêche le prix de rétrécir */
                white-space: nowrap;
            }

            .questionnaire-option .option-titre {
                flex: 1;
                min-width: 0;
            }

        .questionnaire-entete {
            color: var(--bleu-orcab);
        }

            .questionnaire-entete svg {
                cursor: help;
            }

        .question-aide {
            color: var(--bleu-orcab);
            margin-bottom: 15px;
            display: inline-flex;
            padding: 3px;
        }

        .div-options {
            overflow: hidden;
            scroll-snap-type: y proximity;
        }


            .div-options::before,
            .div-options::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                height: 20px;
                pointer-events: none;
            }

            .div-options.showbefore::before {
                background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
            }

            .div-options::before {
                background: unset;
            }

            .div-options.showafter::after {
                background: linear-gradient(to top, rgba(0,0,0,0.1), transparent);
            }

            .div-options::after {
                background: unset;
                bottom: 20px;
            }

            .div-options.scrolling {
                animation: scroll-up 8s linear infinite;
            }


            .div-options::-webkit-scrollbar {
                width: 12px; /* Largeur de la scrollbar verticale */
                height: 12px; /* Hauteur de la scrollbar horizontale */
            }

            .div-options::-webkit-scrollbar-track {
                background: var(--gris-bg); /* Couleur du fond */
            }

            .div-options::-webkit-scrollbar-thumb {
                background-color: #b3b3b3; /* Couleur de la barre */
                border-radius: 5px;
                border: 2px solid #f1f1f1; /* Espace entre le thumb et la track */
            }

                .div-options::-webkit-scrollbar-thumb:hover {
                    background: #555;
                }

        .options-arrows {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .check-step {
            color: var(--vert-orcab);
        }

            .check-step::after {
                content: url('../Images/Check-vert.svg');
                height: 13px;
                display: inline-block;
            }

        .first-step::before {
            content: " 1 :";
            padding-right: 2px;
            color: var(--vert-orcab);
        }

        .second-step::before {
            content: " 2 :";
            padding-right: 2px;
            color: var(--vert-orcab);
        }


        @keyframes scroll-up {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-50%);
            }
        }

        .categ-commande {
            font-size: 0.6em;
            /*    border: solid 1px var(--bleu-orcab);*/
            border-radius: 8px;
            padding: 4px;
            margin: 8px;
            padding-top: 1em;
            padding-bottom: 1em;
        }

            .categ-commande ul {
                padding: unset;
                margin: unset;
            }

            .categ-commande li {
                list-style-type: none;
                padding-top: 0.5em;
                padding-bottom: 0.5em;
            }

            .categ-commande header {
                padding: unset;
            }


            .categ-commande input[type="radio"] {
                margin-right: 4px;
            }




        .radio-div {
            font-size: 0.875rem !important;
            border: solid 1px #868686 !important;
            padding: 10px !important;
            background-color: white !important;
            height: 40px;
            padding-right: 1rem !important;
            padding-left: 1rem !important;
            align-items: center !important;
            display: inline-flex !important;
            margin-top: 0.5rem;
        }

            .radio-div .rbIcon {
                background-color: transparent;
                color: #868686;
                border: none;
            }

            .radio-div .rbText {
                color: #868686 !important;
            }

            .radio-div:has(.rbToggleRadioChecked) {
                border: solid 1px var(--vert-orcab) !important;
            }

                .radio-div:has(.rbToggleRadioChecked) .rbIcon {
                    background-color: var(--vert-orcab);
                    color: var(--vert-orcab);
                    border: none;
                    width: 14px;
                    height: 14px;
                }

                .radio-div:has(.rbToggleRadioChecked):hover .rbIcon {
                    background-color: var(--vert-orcab);
                    color: var(--vert-orcab);
                    border: none;
                }

                .radio-div:has(.rbToggleRadioChecked) .rbIcon:before {
                    display: none !important;
                }

                .radio-div:has(.rbToggleRadioChecked) .rbText {
                    color: #868686 !important;
                }

        .categ-commande header h4 {
            font-weight: bold;
            font-size: 1em;
        }

        .RadComboBox .p-icon:before {
            display: none !important;
        }

        .RadComboBox .rcbInner {
            border-radius: 3px;
        }

        .RadComboBox_Bootstrap .rcbFocused .rcbActionButton {
            background-color: white !important;
            border-color: unset !important;
            box-shadow: unset !important;
            color: #545454 !important;
        }

        .RadComboBox_Bootstrap .rcbFocused {
            background-color: white !important;
            border-color: #545454 !important;
            box-shadow: unset !important;
        }

        .RadComboBox_Bootstrap {
            font-size: 15px !important;
            font-family: Orcab-font,sans-serif !important;
        }

        .RadComboBoxDropDown .rcbItem {
            font-size: 0.5em !important;
            font-family: Orcab-font,sans-serif !important;
        }

.RadComboBoxDropDown .rcbHovered {
    font-size: 0.5em !important;
    font-family: Orcab-font,sans-serif !important;
    background-color: #e8e8e8 !important;
    cursor:pointer !important;
}

        .RadComboBox_Bootstrap .rcbActionButton {
            background-image: url('../Images/Chevron-simple-bas.svg') !important;
            background-repeat: no-repeat !important;
            background-size: 1.5rem !important;
            background-position: center !important;
            /*    border-left: 1px solid #ccc !important;*/
        }


        .RadComboBox .rcbInner {
            font-size: 1rem !important;
            box-shadow: unset !important;
            color: var(--gris-text) !important;
        }

        .RadComboBox .rcbInput {
            color: var(--gris-text) !important;
        }

        .rcbList {
            color: var(--gris-text) !important;
        }

        .text-color-green {
            color: var(--vert-orcab);
        }


        .ItemGammes {
            position: relative;
        }

        .AideFiltersun {
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 2;
        }

        .DescriptionQuestionnaire strong {
            font-size: 1rem;
        }


        .recherche-filter {
            font-family: Orcab-font;
            font-size: 0.5em;
            font-style: italic;
            border: unset;
            border-bottom: solid 1px lightgray;
            border-radius: 0px;
        }


        .check-svg-recap {
            vertical-align: middle;
            color: #739533;
            width: 30px;
        }

        .recap-commande {
            box-shadow: 0px 0px 0px 1px #bfbfbf7a;
            background-color: white;
            border-radius: 5px;
            padding: 0.6em;
            margin-top: 1em;
            margin-bottom: 1em;
            width: 100%;
        }

            .recap-commande h1 {
                font-size: 1.2rem;
                font-family: Orcab-font-bold;
            }

            .recap-commande h4 {
                font-size: 0.9rem;
            }

            .recap-commande img {
                width: 1.4rem;
            }

            .recap-commande .pdf-ico {
                width: 2.5rem;
            }

        .item-commande {
            border-radius: 5px;
            background-color: white;
            font-size: 0.875rem;
            padding-top: 0.8em;
            padding-bottom: 0.8em;
            color: var(--gris-text);
            font-family: Orcab-font-bold;
            align-content: center;
            height: 60px;
        }
        /*    .date-commande {
                font-size: 0.8em;
            }*/

        .item-recherche-corbeille {
            text-align: start;
            color: var(--bleu-orcab);
            font-size: 0.9rem;
        }

        .label-filtre-commande {
            font-family: Orcab-font-bold;
            font-size: 0.9rem;
        }

        .cont-recherche {
            background: #f6f6f6;
            font-size: 1rem;
            width: 95%;
            z-index: 1055;
            position: fixed;
        }

            .cont-recherche .questionnaire-item h2 {
                font-size: 0.875rem;
            }

            .cont-recherche .questionnaire-item h1 {
                font-size: 0.775rem;
            }

        .body-bleu {
            background-color: rgba(0, 49, 96, 0.8);
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 101;
            display: none;
        }



    .nom-categ {
        padding-top: 4px;
        padding-bottom: 20px;
        font-size: 1em;
        margin-left: 25px;
        width: 100%;
        font-weight: 700;
        color: var(--bleu-orcab);
        text-decoration: none;
    }

            .nom-categ span {
                color: grey;
                font-weight: normal;
            }

    .element {
        border-top: 1px solid #ccc;
        min-height: 50px;
        padding: 10px;
    }

        .list-categ a {
            all: unset;
            cursor: pointer;
            text-decoration: none;
        }

        .element span {
            color: grey;
            font-weight: normal;
            font-style: italic;
        }

        .modal-recherche {
            height: 500px;
        }



        .element-niveau:nth-child(n+11) {
            display: none;
        }

        .element-fabricant:nth-child(n+11) {
            display: none;
        }

        .popup-model-recheche {
            position: fixed;
            z-index: 9999999;
            background: #f6f6f6;
            margin: 20px;
            font-size: 1rem;
            padding: 20px;
            width: 90%;
            left: 400px;
        }

        .container-panel {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh; /* Prend toute la hauteur de la fenêtre */
        }
    }

.link_button_disabled{
    color:lightgray;
    cursor:not-allowed;
}
.link_button_disabled:hover {
    text-decoration: none;
}


.icon-star {
    display: inline-block;
    cursor: pointer;
}

    .icon-star #star-path {
        transition: fill 0.3s ease; 
    }

    .icon-star:hover #star-path {
        fill: #003160; 
    }


.icon-star-fill {
    display: inline-block;
    cursor: pointer;
}

    .icon-star-fill #star-path {
      /*  transition: fill 0.3s ease;*/
    }

    .icon-star-fill #star-path {
        fill: #003160;
    }

.item-favoris {
    background-color: white;
    border-radius: 5px;
    border: 1px solid lightgray;
   
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    cursor: pointer;
    display: flow;
    text-decoration: none;
    color: var(--bleu-orcab);
    
    padding: 5px 10px;
}
    .item-favoris:hover {
        box-shadow: inset 0px 0px 4px 0px #e5e5e5;
    }

.item-favoris:hover h2 {
    text-decoration:underline;
}

.item-categ-favoris h1 {
    font-size: 0.6em;
    font-weight:bold;
}

.fav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}



/* Icône croix */
.icon-delete-fav {
    flex-shrink: 0;
    cursor: pointer;
}


.item-categ-favoris h2 {
    font-size: 0.6em;
}

.item-favoris svg {
    float: inline-end;
}

.collapse-toggle svg {
    transition: transform 0.3s ease;
}

.collapse-toggle-hide svg {
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

.item-categ-favoris.fav-dragging {
    opacity: 0.4;
}

.item-categ-favoris.drag-over-group {
    border-top: 2px solid var(--bleu-orcab);
}

[data-idfav].fav-dragging {
    opacity: 0.4;
}

[data-idfav].drag-over-item .item-favoris {
    border-top: 2px solid var(--bleu-orcab);
}


#UpdatePanelRecherche {
    max-height: 100vh; /* 80% de la hauteur de la fenêtre */
    overflow-y: auto;
    overflow-x: hidden;
   
    margin: 25px 20px 0 25px;
 top :-10px;
    left : 10px;
    z-index: 102;

}

.barre-recherche{
    z-index : 103;
}



.questionnaire-item-recherche {
    margin-right: 15px;
    height: auto;
    text-align: center;
    border: none;
    min-height: 300px;
    display: grid;
    width: calc(25% - 1rem);
    min-width: 150px;
}
.questionnaire-item-text-recherche {
    width: 100%;
    border-bottom: none;
}

/* ── Nouveau panneau de recherche ── */
.recherche-resultat-panel {
    padding: 0.75rem 1rem;
}

.recherche-sidebar {
    border-right: 1px solid #e0e0e0;
}

.recherche-section {
    margin-bottom: 1rem;
}

.recherche-section-title {
    font-size: 1.3rem;
  
    font-family: Orcab-font-black;
    
    margin-bottom: 0.5rem;
}

.recherche-count {
    font-weight: 400;
    color: #888;
}

.recherche-sidebar-item {
    min-height: unset;
    padding: 6px 0;
   
}

    .recherche-sidebar-item a {
        all: unset;
        cursor: pointer;
        display: block;
    }

    .recherche-sidebar-item a:hover .recherche-item-nom {
        text-decoration: underline;
        color: var(--bleu-orcab);
    }

.recherche-item-nom {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bleu-orcab);
}

.recherche-item-dans {
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
}

.recherche-item-count {
    font-weight: 400;
    color: #888;
}

/* Badge fabricant */
.recherche-fab-badge {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #888;
    text-decoration: none;
    background: #fff;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

    .recherche-fab-badge:hover {
       
       text-decoration-line:underline;
        
        
    }

/* Carte produit */
.recherche-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
}

.recherche-card-top {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.recherche-card-img {
    flex: 0 0 70px;
}

    .recherche-card-img img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

.recherche-card-meta {
    flex: 1;
    text-align: right;
    line-height: 1.3;
}

.recherche-card-ref-label {
    font-size: 0.65rem;
    color: #999;
    text-transform: uppercase;
}

.recherche-card-ref-val {
    font-size: 0.72rem;
    color: #555;
    font-weight: 600;
}

.recherche-card-body {
    flex: 1;
}

.recherche-card-nom {
    display: block;
    font-family: 'Orcab-font-medium';
    color: var(--bleu-orcab);
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 3px;
}

    .recherche-card-nom:hover {
        text-decoration: underline;
    }

.recherche-card-fab {
    font-size: 0.72rem;
    color: #666;
    font-weight: 600;
}

.recherche-card-footer {
    
    padding-top: 6px;
    margin-top: auto;
}

.recherche-card-bloque {
    opacity: 0.7;
}

.rc-match {
    color: var(--bleu-orcab);
    font-weight: 700;
}

.rc-muted {
    color: #545454;
}

.Type {
    background-color: #bdbdbd;
}

@media screen and (max-width: 1328px) {
    .Type {
        display: none;
    }

    .cont-recherche{
        padding:1rem;
    }
}

    .actualite-orcab {
        background-color: #E9E9E9;
        height: 340px;
        padding: 5px 20px 5px 20px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .badge-actualite-plus {
        font-size: 12px;
        border-radius: 0.7rem;
        color: white;
        text-align: center;
        width: 6rem;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        height: 1.5rem;
    }

    .card-actualite-plus {
        width: 19rem;
        height: 16rem;
    }

    .label-actualite {
        color: gray;
        font-size: large;
        font-family: 'Orcab-font-bold';
    }

    .card-description-plus {
        -webkit-line-clamp: 4;
    }

    .carousel-dfiweb-plus {
        width: 95%;
        text-align: center;
        justify-content:center;
        margin: auto;
    }

    .actualite-dfiweb {
        padding: 5px 20px 5px 20px;
    }

    .mettre-a-zero-pointer {
        all: unset;
        cursor: pointer;
        text-decoration: underline;
        display:block;
    }

    .panel-select {
        box-shadow: 0 1px 7px 1px rgb(0 0 0 / 16%);
        border: 1px solid #ebdede;
        right: -2px;
        bottom: 20px;
        position: fixed;
        display: none;
        align-content: center;
        border-radius: 5px;
    }

        .panel-select span {
            font-size: 1rem;
            padding-right: 7px;
        }


    .group-export header {
        font-weight: bold;
    }

    .overlay-poly {
        display: none;
        position: fixed;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: white;
        inset: 0;
        background: rgba(0,0,0,0.6);
        pointer-events: auto;
        z-index: 9999;
    }

    .disable-navbar h1 {
        display: none;
    }

    .disable-navbar h2 {
        display: none;
    }

    .disable-navbar svg {
        display: none;
    }

    .overlay-poly h1 {
        font-weight: bold;
        margin-bottom: 1em;
    }

    .overlay-poly svg {
        top: var(--top);
        left: var(--right);
        position: absolute;
        rotate: 45deg;
        animation: moveArrow 1.2s infinite ease-in-out;
    }



    @keyframes moveArrow {
        0% {
            transform: translateY(0);
            opacity: 1;
        }

        50% {
            transform: translateY(12px);
            opacity: 0.4;
        }

        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .RadSlider_Material .rslTrack a.rslDraghandle:active:after {
        cursor: grabbing !important;
    }

    .RadColorPicker .rcpHsvPageView .rcpMillionColorsSlider div.rslTrack {
        width: 5px !important;
        height: 110px !important;
        left: 160px;
    }

    .RadColorPicker_Material div.rcpMillionColorsSlider {
        position: absolute !important;
    }

    .RadColorPicker .rslTrack a.rslDraghandle:after {
        background-color: white !important;
        width: 16px !important;
        border-style: solid;
        border-width: 0.1px;
        border-color: #000000;
    }

    .RadColorPicker .rcpMillionColorsPageView .rcpInputsWrapper {
        display: none !important;
    }


    .RadColorPicker .rcpPalette .rcpHeader .rcpHexInput, .RadColorPicker .rcpPalette .rcpHeader .rcpInput {
        display: none !important;
    }

    #ShowColorPickerButton:hover {
        cursor: pointer;
    }

    .RadColorPicker_Material .rcpColorPreview {
        width: 100% !important;
    }

    .RadColorPicker_Material .rcpButton {
        font-weight: bold;
        font-size: 12px;
        position: absolute !important;
        display: flex !important;
        width: 55px !important;
    }

    .RadColorPicker_Material .rcpMillionColorsPalette, .RadColorPicker_Material .rcpHsvPageView .rcpMillionColorsPalette {
        width: 200px !important;
        height: 130px !important;
    }


.doc-form {
    display: flex;
    max-width: 80%;
}

        .doc-form h1 {
            font-weight: bold;
            font-size: 2rem;
            padding-top: 2em;
            scroll-margin-top: 80px;
        }


    .doc-form h3 {
        font-size: 1.3rem;
        padding-top: 1rem;
    }

        .doc-form img {
            padding-top: 1em;
        }

    .doc-add {
        height: 18px;
        display: block;
        background-color: transparent;
        margin-bottom: 0.7em;
        margin-top: 0.7em;
    }

        .doc-add h2 {
            display: none;
        }

        .doc-add:hover h2 {
            display: block;
            font-size: 1.2rem;
        }

        .doc-add:hover {
            border-bottom: 1px dashed red;
            cursor: pointer;
            height: auto;
        }


    .textbox-doc {
        border: 1px solid gray;
        border-radius: 5px;
        padding: 1em;
    }

    .doc-sommaire {
        position: fixed;
        right: 50px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

        .doc-sommaire u {
            list-style: none;
            text-align: start;
            padding-left: 0;
            margin: 0;
            text-decoration: none;
        }

            .doc-sommaire u li {
                padding: 0.5em;
                border-radius: 8px;
            }

                .doc-sommaire u li:hover {
                    background-color: var(--bleu-orcab);
                    color: white;
                    cursor: pointer;
                }

                .doc-sommaire u li:hover span{

                    color: white !important;
                }

        .doc-sommaire a {
            color: inherit;
            text-decoration: none;
            font-size: 0.6em;
        }



    .doc-btn-corbeille {
        color: red;
        position: absolute;
        left: 0;
        top: 0;
        padding: 1em;
    }



    .RadInput_Bootstrap .riTextBox {
        color: #868686 !important;
        font-size: 0.875rem !important;
    }


    .RadInput_Bootstrap.RadInputFocused .riTextBox {
        color: #868686 !important;
        font-size: 0.875rem !important;
    }



    /*   ------------------------------------------   */
    /*   Composant RadDatePicker (Skin MetroTouch)    */
    /*   ------------------------------------------   */

    /*icon calendrier*/
    .RadPicker .rcCalPopup:before {
        content: url('../Images/Calendrier.svg') !important;
    }

    /*input text (global)*/
    .RadPicker .RadInput_MetroTouch .riTextBox {
        border-radius: 8px !important;
        border-color: var(--border-color-gray) !important;
    }

    /*input button (droite)*/
    .RadPicker .rcSelect {
        border-radius: 8px !important;
        border-color: var(--border-color-gray) !important;
    }


    /*input button (droite)*/
    .RadPicker .RadInput_MetroTouch a {
        background-color: #ffffff !important;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    /*popup generale*/
    .RadCalendarPopupShadows {
        font-size: 1rem !important;
        z-index: 99999;
    }

    /*header popup*/
    .RadCalendar .rcTitlebar {
        background: var(--vert-orcab) !important;
        color: white !important;
        font-family: 'Orcab-font' !important;
    }

    /*ligne libellé jours (l,m,m,j,...)*/
    .RadCalendar_MetroTouch .rcWeek th {
        color: var(--bleu-orcab) !important;
        font-family: Orcab-font-bold !important;
        background-color: white !important;
    }

    /*hover numéros*/
    .RadCalendar_MetroTouch .rcHover a {
        color: white !important;
        background-color: var(--vert-orcab) !important;
        border-radius: unset !important;
        transition: 0.3s ease-in-out;
    }

    /*numéros*/
    .RadCalendar_MetroTouch a {
        font-family: 'Orcab-font' !important;
    }

    /*div numéros*/
    .RadCalendar .rcRow td {
        padding: 0px !important;
    }

    /*div numéros*/
    .RadCalendar_MetroTouch .rcMain .rcRow a {
        border-radius: unset !important;
    }

    /*numéro sélectionné*/
    .RadCalendar_MetroTouch .rcSelected a {
        border-color: var(--vert-orcab) !important;
        color: var(--vert-orcab) !important;
        background-color: transparent !important;
        border-radius: unset !important;
    }

    .t-i-arrow-left:before {
        content: url('../Images/Chevron-simple-gauche-blanc.svg') !important;
    }

    .t-i-arrow-right:before {
        content: url('../Images/Chevron-simple-droite-blanc.svg') !important;
    }

    .t-i-arrow-double-60-left:before {
        content: url('../Images/Chevron-double-gauche-blanc.svg') !important;
    }

    .t-i-arrow-double-60-right:before {
        content: url('../Images/Chevron-double-droite-blanc.svg') !important;
    }

    /*boutons précedent/après*/
    .RadCalendar .t-font-icon {
        background-color: transparent !important;
    }

    /*boutons précedent/après*/
    .RadCalendar_MetroTouch .t-button:hover {
        border-radius: 0px !important;
        background-color: unset !important;
    }
    /*comportements boutons précedent/après*/
    .RadCalendar_MetroTouch .t-button:active, .RadCalendar_MetroTouch .t-button:focus, .RadCalendar_MetroTouch .t-button:active {
        border-color: transparent !important;
        color: unset !important;
        background-color: transparent !important;
        border-radius: 0px !important;
    }


    /*colonne de gauche (numéros semaines)*/
    .RadCalendar .rcRow th {
        border-right: 1px solid #e5e5e5 !important;
        font-family: 'Orcab-font' !important;
    }

    /*numéros du mois avant/après*/
    .RadCalendar .rcOtherMonth {
        opacity: 20% !important;
    }
        /*numéros du mois avant/après*/
        .RadCalendar .rcOtherMonth a {
            border: unset !important;
        }

    /*popup mois/années*/
    .RadCalendarMonthView {
        font-family: 'Orcab-font' !important;
    }
    /*mois et année selectionnés*/
    .RadCalendarMonthView_MetroTouch .rcSelected a {
        border-color: var(--vert-orcab) !important;
        background-color: var(--vert-orcab) !important;
    }
    /*boutons validation (bas)*/
    .RadCalendarMonthView .rcButtons {
        font-size: 0.7rem !important;
    }
    /*boutons validation (bas)*/
    .RadCalendarMonthView_MetroTouch .rcButtons a:focus, .RadCalendarMonthView_MetroTouch .rcButtons a:active {
        background-color: #e7e7e7 !important;
        border-color: #e7e7e7 !important;
        color: #000 !important;
    }

    /*   ------------------------------------------   */



    .bas::placeholder {
        color: #B4B5B7;
    }

    .bas {
        font-size: 0.875rem;
        height: 40px;
        border-radius: 8px !important;
        border: var(--bs-border-width) solid var(--border-color-gray);
    }

    .form-select:focus {
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        box-shadow: unset !important;
        border-radius: 5px 5px 0 0 !important;
    }

    .form-select {
        font-size: 0.9rem !important;
        color: var(--gris-text) !important;
        height: 40px;
    }

    .text-danger {
        font-size: 0.875rem !important;
    }

    .ft-medium {
        font-size: 0.875rem !important;
    }

    .card-affichage-chantier {
        height: 300px !important;
    }

    .disclamer-commande {
        color: var(--gris-text) !important;
        font-family: Orcab-font-bold !important;
        font-size: 1rem !important;
    }

    .RadComboBox .rcbActionButton {
        height: 1.65em !important;
        border-radius: 0 8px 8px 0 !important;
    }

    .RadComboBox_Bootstrap .rcbInner {
        height: 40px !important;
        padding-right: 0px !important;
        border-radius: 8px !important;
        border-color: var(--border-color-gray) !important;
        display: flex !important;
        align-items: center !important;
    }

        .RadComboBox_Bootstrap .rcbInner .rcbActionButton {
            height: 50% !important;
            position: relative !important;
        }

        .RadComboBox_Bootstrap .rcbInner .rcbActionButton {
            background-color: transparent !important;
        }

    .rbToggleRadioChecked {
        color: var(--bleu-orcab) !important;
    }

    .title-footer {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .small {
        font-size: 0.8125rem !important;
    }

    .underline-hover {
        text-decoration: none !important;
    }

        .underline-hover:hover {
            text-decoration: underline !important;
        }

    .list-filtre {
        max-height: 170px;
        overflow-y: auto;
    }

        /* largeur de la scrollbar */
        .list-filtre::-webkit-scrollbar {
            width: 5px;
        }

        /* fond de la scrollbar */
        .list-filtre::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        /* partie que l'on déplace */
        .list-filtre::-webkit-scrollbar-thumb {
            background: #c2c1c1;
            border-radius: 10px;
        }

            /* au survol */
            .list-filtre::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .panelMajFinal {
        color: #545454;
        font-family: Orcab-font,sans-serif;
        font-size: 1rem;
        position: absolute;
    }


    .alerte-niveau {
        color: var(--rouge-orcab);
        padding-bottom: 1.5rem;
        font-size: 0.8rem;
        font-family: 'Orcab-font-bold';
    }


    /* largeur de la scrollbar */
    .scoll-design::-webkit-scrollbar {
        width: 5px;
    }

    /* fond de la scrollbar */
    .scoll-design::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    /* partie que l'on déplace */
    .scoll-design::-webkit-scrollbar-thumb {
        background: #868686;
        border-radius: 10px;
    }

        /* au survol */
        .scoll-design::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .empty-item input {
        display: none !important;
    }

    .selected-count-commande {
        color: var(--gris-text);
        float: right;
        font-size: 0.8rem;
        display: inline-flex;
        align-items: end;
        height: 35px;
        padding-right: 0.7rem;
    }

    .p-lr-1 {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

.star-preview {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
}


.recap-envoi-commande {
    padding: 0;
}

    .recap-envoi-commande li {
        list-style-type: none;
        height: 1.5rem;
    }



.card {
    border-radius: 3px !important;
    border-color: #a9a9a9 !important;
}


.arrow {
    flex-shrink: 0;
    cursor : pointer;
    display:none;
}

.doc-sommaire .select, .doc-nouveaute .select {
    box-shadow: 2px 3px 7px rgb(0 0 0 / 15%);
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
    background-color: white;
}

.doc-nouveaute {
    box-shadow: 1px 11px 25px rgb(123 123 123 / 10%);
    border-radius: 8px;
    border-bottom: 1px solid #d5d5d5;
    margin: 0.5rem;
    padding-bottom: 0.5rem;
}

    .doc-nouveaute h1 {
        color: red;
        font-size: 0.7rem;
        padding-top: 0.7rem;
        padding-left: 0.7rem;
    }


.sommaire-link span {
    color: #e7e7e7;
}


.all-actu .card-actualite{
    width:100% !important;
    max-width: unset !important
}

.hide {
    display: none !important;
}

.card-img-background {
    width: 100% !important;
    height: 150px !important;
    display: block;
    border-radius: 3px 3px 0 0;
}

.action-menu {
    display: none;
    background-color: white;
    color: #868686;
    border-radius: 5px;
    border: 1px solid #cecece !important;
    position: absolute;
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index:999;
}
    .action-menu .button-action-panier {
        width:100% !important;
    }
.action-menu ul{
    text-decoration:none;
    list-style:none; 
    margin:0;
    padding:0;

}
    .action-menu .serparator {
        width: 90%;
        height: 1px;
        background-color: #e9e8e8;
        margin-top: 5px;
        margin-bottom: 5px;
        justify-self: center;
    }


.labelAucunQuestionnaire {
    text-align: center;
    text-transform: initial;
    font-size: 1.2rem;
    padding: 20px;
}

.option-selectionne input[type="radio"] {
    accent-color: var(--vert-orcab);
}

.option-selectionne .rbToggleRadioChecked {
    color: var(--vert-orcab);
}

.RadDataPager_Bootstrap {
    background-color: transparent !important;
}


    .RadDataPager_Bootstrap .rdpWrap {
       padding-left:0.7rem;
       padding-right:0.7rem;
    }


.checkbox-panier-all {
    display: inline-block;
    font-size: 0.8rem;
    position: absolute;
    cursor: pointer;
    padding-top:0.8rem;
}

.checkbox-panier-all:hover{
    text-decoration:underline;
}

.Pop-up strong {
    font-size: 15px;
}


.div-tri-actif {
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 5px;
}

.div-tri:hover {
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 6px, rgb(0 0 0 / 13%) 0px 3px 6px;
    border-radius: 5px;
}
    .div-tri:hover .tri {
         display:inline-block !important;
    }

#PanelPersonalise h2{
    font-size:0.9rem;
}
