body
{
    font-family: 'Segoe UI';
    padding: 0;
    margin: 0;
    user-select: none;
    background: none;
    color: #000;
}

input[type="checkbox"]
{
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #000;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: inline-grid !important;
    place-content: center;
}

    input[type="checkbox"]::before
    {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        /* transition: 120ms transform ease-in-out; */
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: CanvasText;
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }

    input[type="checkbox"]:checked::before
    {
        transform: scale(1);
    }

    input[type="checkbox"]:focus
    {
        /* outline: max(2px, 0.15em) solid currentColor; */
        /* outline-offset: max(2px, 0.15em); */
    }

:root
{
    /* --form-control-disabled: #959495; */
    --form-control-disabled: #bbb;
}

input[type="checkbox"]:disabled
{
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    /* cursor: not-allowed; */
}

.container
{
    padding: 0 !important;
}

#fond
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100vw);
    height: calc(100vh);
    overflow: hidden;
    /* background: radial-gradient(#508fef, #5172a7); */
    /* background: radial-gradient(#557dbd, #000e25); */
    /*background: radial-gradient(#efefef, #8c8c8c);*/
    background: radial-gradient(circle, #efefef, #A07A61);
}

.filigrane2
{
    font-size: 5rem;
}

#page
{
    padding: 70px 15px 152px 15px;
    overflow: hidden;
    box-sizing: content-box;
}

.form-control--disabled
{
    color: var(--form-control-disabled);
    /* cursor: not-allowed; */
}


.form-control + .form-control
{
    margin-top: 1em;
}

.objectifs
{
    white-space: nowrap;
    cursor: default;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    transform-origin: top left;
}

.obj
{
    width: 221px;
    margin: 0;
    display: block;
    vertical-align: top;
    text-align: center;
    white-space: normal;
    position: relative;
    flex: 221px 0 0;
}

.obj-bloc
{
    border: solid 1px #000;
    /* border-radius: 8px; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0 0 29px 0;
}

    .obj-bloc:hover
    {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
        /* box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.7); */
        opacity: 1.0 !important;
        color: #000 !important;
    }

.obj-titre
{
    font-size: 22px;
    width: 220px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    line-height: 30px;
}

.obj-soustitre
{
    font-style: italic;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
    padding-bottom: 4px;
    color: #666;
}

.obj-flecheGauche
{
    position: absolute;
    top: 34px;
    right: 229px;
    color: #000;
}

.obj:first-child .obj-flecheGauche
{
    display: none;
}

.obj-flecheBas
{
    position: absolute;
    top: 95px;
    left: 0;
    text-align: center;
    height: 26px;
    line-height: 26px;
    width: 100%;
    color: #000;
}

.obj-techniques
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tech
{
    position: relative;
    border: solid 1px #ccc;
    width: 100px;
    margin: 0px 1px 6px 1px;
    text-align: center;
    flex: 104px 0 0;
    display: block;
    vertical-align: top;
    /* border-radius: 8px; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

    .tech:hover
    {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3) !important;
        /* box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.7); */
        scale: 1.0;
        opacity: 1.0 !important;
        color: #000 !important;
    }

.tech-bloc
{
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
}

.tech-titre
{
    font-size: 12px;
    width: 100px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
    line-height: 14px;
}

.tech-soustitre
{
    font-style: italic;
    color: #666;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
}

.tech-nbmesures
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 16px;
    border-bottom-right-radius: 10px;
    text-align: left;
    line-height: 14px;
    height: 16px;
    box-sizing: border-box;
    padding-left: 2px;
    font-weight: 500;
    padding-right: 2px;
    color: #eee;
    display: none;
}

.tech.active
{
    color: red;
}

.zoom
{
    position: fixed;
    top: 67px;
    right: 10px;
    width: 65px;
    height: 120px;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
    border: solid 1px #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    .zoom:hover
    {
        opacity: 1.0;
    }

    .zoom .zoom-range
    {
        width: 100px;
        rotate: 270deg;
        translate: -30px 50px;
        cursor: pointer;
        outline: none;
    }

    .zoom .zoom-lbl
    {
        position: absolute;
        top: 57px;
        left: 33px;
        font-size: 12px;
    }

    .zoom .zoom-btn
    {
        position: absolute;
        font-size: 12px;
        border: solid 1px #ddd;
        width: 25px;
        text-align: center;
        font-size: 10px;
        cursor: pointer;
    }

        .zoom .zoom-btn:hover
        {
            background-color: #ddd;
        }

        .zoom .zoom-btn.zoom-fit
        {
            top: 15px;
            left: 33px;
        }

        .zoom .zoom-btn.zoom-reset
        {
            top: 90px;
            left: 33px;
        }

        .zoom .zoom-btn.actif
        {
            background-color: #A07A61;
            color: #fff;
        }

.legende
{
    position: fixed;
    bottom: 36px;
    right: 0;
    padding: 5px 5px 8px 5px;
    cursor: default;
    text-align: left;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    font-weight: 100;
    white-space: nowrap;
    background: linear-gradient(0deg, #ddd, #fff);
}

.legende-contenu
{
    display: block;
}

.legende-bloc
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    border-right: solid 1px #ddd;
    padding-right: 15px;
    margin-right: 5px;
    font-weight: 400;
}

    .legende-bloc:last-child
    {
        border-right: none;
        margin-right: 0;
    }

.legende-case
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 118px;
    height: 27px;
    line-height: 25px;
    margin-left: 6px;
    margin-bottom: 2px;
    margin-top: 8px;
    font-size: 12px;
    border: solid 1px #888;
    padding: 0 2px;
}

.legende-bloc2
{
    height: 78px;
}

.legende-blocv
{
    height: 78px;
    font-weight: 100;
    padding-left: 0;
    padding-right: 5px;
    width: 120px;
}

.legende-bloc2 .legende-case
{
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    /*scale: 1.0;*/
}

    .legende-bloc2 .legende-case.cc0
    {
        margin-left: 12px;
    }

.legende-texte
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 112px;
    height: 25px;
    line-height: 13px;
    margin-left: 6px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 100;
}

.legende-valeur, .legende-valeur2
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 112px;
    height: 25px;
    line-height: 25px;
    margin-left: 6px;
    margin-bottom: 2px;
    margin-top: 9px;
    font-size: 22px;
}

.legende-blocv .legende-texte
{
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.legende-blocv .legende-valeur
{
    display: block;
    width: 100%;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.legende-blocv .legende-valeur2
{
    font-size: 12px;
    font-style: italic;
    color: #999;
    height: 12px;
    line-height: 12px;
    margin: 0;
    width: 100%;
    margin-top: -19px;
}

.legende .legende-cb
{
    display: inline-block;
    vertical-align: middle;
}

.legende .legende-lbl
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
}

.legende .legende-recouvrement
{
    visibility: hidden;
}

.legende-cercle
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

    .legende-cercle.t1
    {
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }

    .legende-cercle.t2
    {
        width: 32px;
        height: 32px;
        border-radius: 16px;
    }

    .legende-cercle.t3
    {
        width: 52px;
        height: 52px;
        border-radius: 26px;
    }

    .legende-cercle.t4
    {
        width: 70px;
        height: 70px;
        border-radius: 35px;
    }

.legende-libcercle
{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    line-height: 25px;
    margin-left: 6px;
    font-size: 12px;
}

.legende-disclaimer
{
    display: block;
    font-size: 12px;
    text-align: center;
    color: #d00;
    font-weight: normal;
}


#menu
{
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
}

    #menu .menu-item
    {
        border: solid 1px #999;
        padding: 4px;
        display: block;
        cursor: pointer;
        width: 120px;
        flex: 1 0;
    }

        #menu .menu-item:not(:first-child)
        {
        }

        #menu .menu-item:hover
        {
            background-color: #cef;
        }

        #menu .menu-item.actif
        {
            cursor: default;
            background-color: #6cf;
        }

.c
{
    background-color: RGB(210, 210, 210);
    background: linear-gradient(-90deg, #ffffff, #d2d2d2);
}

.c1
{
    background-color: RGB(230, 50, 50);
    background: linear-gradient(-90deg, #f98787, #e63232);
}

.c2
{
    background-color: RGB(245, 180, 100);
    background: linear-gradient(-90deg, #efcea5, #ffb04e);
}

.c3
{
    background-color: RGB(255, 230, 50);
    background: linear-gradient(-90deg, #f9f1b0, #ffe000);
}

.c4
{
    background-color: RGB(200, 220, 60);
    background: linear-gradient(-90deg, #f0ff8a, #c8dc3c);
}

.c5
{
    background-color: RGB(115, 195, 75);
    background: linear-gradient(-90deg, #a4e982, #73c34b);
}

.c6
{
    background-color: RGB(0, 210, 255);
    background: linear-gradient(-90deg, #8febff, #00d2ff);
}

.cc0
{
    border-color: #555;
    scale: 0.75;
}

.cc1
{
    /*border-color: #080;*/
    border-color: #555;
    scale: 1.0;
}

.cc3
{
    border-color: #555;
}

    .cc3 .tech-soustitre
    {
        text-shadow: none;
    }

.tech.cc0 .tech-nbmesures
{
    background-color: #555;
    display: none !important;
}

.tech.cc1 .tech-nbmesures
{
    background-color: #080;
    display: none !important;
}

.tech.cc3 .tech-nbmesures
{
    background-color: #B00;
}



.btnPanelGauche
{
    position: fixed;
    top: 18px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
    border: solid 1px #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 10;
    rotate: 45deg;
    background-image: url(../config.svg);
    background-position: right 2px bottom 24px;
    background-size: 26px;
    background-repeat: no-repeat;
}

    .btnPanelGauche:hover
    {
        opacity: 1.0;
    }

.popup
{
    display: none;
    z-index: 1001;
    width: calc(100vw);
    height: calc(100vh);
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

    .popup .popup-fond
    {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

.panelGauche
{
    position: fixed;
    top: calc(8%);
    left: 1.5%;
    width: 97%;
    height: 86%;
    background-color: #fff;
    border-right: solid 1px #ddd;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    /* opacity: 0.5; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    /* background: linear-gradient(90deg, #517bbc, #fff); */
    /* background : linear-gradient(90deg, #2d4875, #fff); */
    /*background: linear-gradient(90deg, #393939, #fff);*/
    background: linear-gradient(90deg, #A07A61, #fff);
    padding: 0 10px;
}

    .panelGauche:hover
    {
        /* opacity: 1.0; */
    }

    .panelGauche .titre
    {
        width: 100%;
        flex: 35px 0 0;
        box-sizing: border-box;
        position: relative;
        border-bottom: solid 1px #ddd;
        text-align: center;
    }

        .panelGauche .titre .titre-lbl
        {
            line-height: 36px;
            font-size: 20px;
            font-weight: 100;
            padding-left: 4px;
            color: #000;
        }

        .panelGauche .titre .titre-btn
        {
            width: 26px;
            height: 26px;
            line-height: 23px;
            box-sizing: border-box;
            position: absolute;
            top: 5px;
            right: -5px;
            border: solid 1px #ddd;
            /* border-radius: 3px; */
            text-align: center;
            cursor: pointer;
        }

            .panelGauche .titre .titre-btn:hover
            {
                background-color: #A07A61;
                color: #fff;
            }

    .panelGauche .menu
    {
        flex: 40px 0 0;
        width: 100%;
        text-align: center;
        padding-top: 6px;
    }

        .panelGauche .menu .menu-itm
        {
            display: inline-block;
            text-align: center;
            width: 190px;
            height: 33px;
            line-height: 20px;
            border: solid 1px #ddd;
            padding: 4px 0;
            margin: 0 8px;
            box-sizing: border-box;
            cursor: pointer;
            color: #000;
            background-color: #cfbaab;
            line-height: 23px;
        }

            .panelGauche .menu .menu-itm:hover
            {
                background-color: #A07A61;
                color: #fff;
            }

            .panelGauche .menu .menu-itm.actif
            {
                background-color: #A07A61;
                color: #fff;
                cursor: default;
            }

    .panelGauche .contenu
    {
        width: 100%;
        box-sizing: border-box;
        flex: 1 1;
        overflow: auto;
        display: flex;
        flex-direction: column;
    }

        .panelGauche .contenu table:not(.table-config)
        {
            width: 100%;
            table-layout: fixed;
        }

            .panelGauche .contenu table:not(.table-config) th,
            .panelGauche .contenu table:not(.table-config) td
            {
                font-weight: normal;
                font-size: 13px;
                padding: 4px;
                height: 35px;
            }

            .panelGauche .contenu table:not(.table-config) td
            {
                border-bottom: solid 1px rgba(255, 255, 255, 0.3);
            }

            .panelGauche .contenu table:not(.table-config) tr:last-child td
            {
                border-bottom: none;
            }

            .panelGauche .contenu table:not(.table-config) th
            {
                white-space: nowrap;
            }

            .panelGauche .contenu table:not(.table-config) .tdcb
            {
                text-align: center;
                font-size: 16px;
                width: 27px;
                padding-left: 6px;
            }

            .panelGauche .contenu table:not(.table-config) .tda
            {
                text-align: center;
                width: 14px;
            }

                .panelGauche .contenu table:not(.table-config) .tda a
                {
                    color: #000;
                    /*text-decoration: none;*/
                }

            .panelGauche .contenu table:not(.table-config) .tdid
            {
                text-align: center;
                white-space: nowrap;
                width: 48px;
            }

            .panelGauche .contenu table:not(.table-config) .tdtype
            {
                text-align: center;
                width: 70px;
            }

            .panelGauche .contenu table:not(.table-config) .tdlib
            {
                text-align: left;
                width: 300px;
            }

            .panelGauche .contenu table:not(.table-config) .tdnb
            {
                text-align: center;
                width: 65px;
            }

            .panelGauche .contenu table:not(.table-config) th.tdnb
            {
                border-right: solid 1px #fff;
                white-space: normal;
            }

            .panelGauche .contenu table:not(.table-config) td.tdnb
            {
                text-align: right;
                border-right: 1px solid #fff;
            }

                .panelGauche .contenu table:not(.table-config) td.tdnb .nb
                {
                    font-size: 14px;
                    vertical-align: baseline;
                }

                .panelGauche .contenu table:not(.table-config) td.tdnb .nbTotal
                {
                    opacity: 0.3;
                    vertical-align: baseline;
                }

            .panelGauche .contenu table:not(.table-config) .tdsol
            {
                text-align: center;
                width: 40px;
            }

            .panelGauche .contenu table:not(.table-config) th.tdsol
            {
                height: 120px;
                vertical-align: bottom;
                position: relative;
                white-space: nowrap;
            }

                .panelGauche .contenu table:not(.table-config) th.tdsol > div
                {
                    transform: rotate(-45deg);
                    transform-origin: bottom left;
                    position: absolute;
                    bottom: -1px;
                    left: 40px;
                    padding: 5px;
                    width: 160px;
                    height: 25px;
                    border-bottom: 1px solid #fff;
                    text-align: left;
                }

                    .panelGauche .contenu table:not(.table-config) th.tdsol > div > span
                    {
                        position: absolute;
                        top: -1px;
                        left: -8px;
                        width: 160px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

            .panelGauche .contenu table:not(.table-config) td.tdsol
            {
                border-right: 1px solid #fff;
            }

                .panelGauche .contenu table:not(.table-config) td.tdsol.colselect
                {
                    background-color: #f8e2d4;
                }

            .panelGauche .contenu table:not(.table-config) thead tr
            {
                background-color: #A07A61;
                color: #fff;
            }

            .panelGauche .contenu table:not(.table-config) tbody tr.tr-active
            {
                /* background-color: #fee; */
                background: linear-gradient(90deg, #ec4e4e, #fff);
            }

            .panelGauche .contenu table:not(.table-config) tbody tr.tr-inactive
            {
                /* background-color: #efe; */
                /* background: linear-gradient(90deg, #87d262, #fff); */
                /*background: linear-gradient(90deg, #557ebd, #fff);*/
                /*background: linear-gradient(90deg, #A07A61, #fff);*/
                background: linear-gradient(90deg, #588c3e, #fff);
            }

            .panelGauche .contenu table:not(.table-config) tbody tr:hover
            {
                /* background-color: #ddd; */
                background: linear-gradient(90deg, #f5d6c2, #fff);
            }

    .panelGauche .panel
    {
        display: none;
        flex-direction: column;
        flex: 1;
    }

        .panelGauche .panel.actif
        {
            display: flex;
        }

        .panelGauche .panel .bandeauHaut
        {
            width: 100%;
            flex: 26px 0 0;
            box-sizing: border-box;
            position: relative;
            text-align: center;
            line-height: 26px;
            padding-top: 3px;
            padding-bottom: 2px;
            font-style: italic;
        }

    .panelGauche .bandeauBas
    {
        width: 100%;
        flex: 35px 0 0;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }

        .panelGauche .bandeauBas input[type="button"]
        {
            display: inline-block;
            margin: 6px 15px;
            width: 190px;
            height: 33px;
            box-sizing: border-box;
        }

    .panelGauche .entetefixeTableau
    {
        flex: 0;
    }

    .panelGauche .contenufixeTableau
    {
        flex: 10px 1;
        overflow: auto;
    }

    .panelGauche .panel .entetefixeTableau
    {
        border: solid 1px rgba(0, 0, 0, 0.3);
        margin-left: auto;
        margin-right: auto;
    }

    .panelGauche .panel .contenufixeTableau
    {
        border: solid 1px rgba(0, 0, 0, 0.3);
        border-top: none;
        margin-left: auto;
        margin-right: auto;
    }

    .panelGauche .panel#PanelSolutions
    {
    }

        .panelGauche .panel#PanelSolutions .entetefixeTableau,
        .panelGauche .panel#PanelSolutions .contenufixeTableau
        {
            border: none;
        }

        .panelGauche .panel#PanelSolutions .entetefixeTableau
        {
            padding-right: 15px;
        }

        .panelGauche .panel#PanelSolutions table
        {
            width: auto;
        }

            .panelGauche .panel#PanelSolutions table td
            {
                background-color: #fff;
            }

            .panelGauche .panel#PanelSolutions table .tdid
            {
                text-align: center;
                width: 45px;
            }

            .panelGauche .panel#PanelSolutions table td.tdid
            {
                color: #aaa;
            }

            .panelGauche .panel#PanelSolutions table .tdlib
            {
                width: 450px;
            }

            .panelGauche .panel#PanelSolutions table .tdcout
            {
                width: 150px;
            }

                .panelGauche .panel#PanelSolutions table .tdcout input
                {
                    text-align: right;
                }

    .panelGauche .panel#PanelMesures .entetefixeTableau
    {
        background-color: #A07A61;
        padding-right: 120px;
    }

    .panelGauche .panel#PanelMesures .contenufixeTableau
    {
        padding-right: 105px;
    }

        .panelGauche .panel#PanelMesures .contenufixeTableau #TableauMesures tr:hover
        {
            background: none;
            background-color: #f8e2d4;
        }

    .panelGauche .panel#PanelChemin
    {
    }

        .panelGauche .panel#PanelChemin .contenufixeTableau
        {
            border: none;
        }

        .panelGauche .panel#PanelChemin textarea
        {
            display: block;
            resize: none;
            text-align: left;
            width: 600px;
            height: 400px;
            box-sizing: border-box;
            border: none;
            outline: none;
            border: solid 1px rgba(0, 0, 0, 0.3);
        }


#page.panelGaucheOuvert
{
}

    #page.panelGaucheOuvert #objectifs
    {
        /*margin-left: 500px;*/
    }

    #page.panelGaucheOuvert .btnPanelGauche
    {
        display: none;
    }

    #page.panelGaucheOuvert .zoom
    {
        display: none;
    }

    #page.panelGaucheOuvert .popup
    {
        display: block;
    }


body.recouvrements .tech-nbmesures
{
    display: block;
}

body.recouvrements .cc0
{
    /*opacity: 0.6;*/
}

body.recouvrements .cc1
{
}

body.recouvrements .cc3
{
    border-color: #B00;
    /*scale: 1.07;*/
    z-index: 10;
    box-shadow: 0px 5px 15px rgba(150, 0, 0, 0.9);
    outline: solid 1px #B00;
    /*text-shadow: 0px 5px 5px rgba(150, 0, 0, 1);*/
}

body.recouvrements .legende-recouvrement
{
    visibility: visible;
}

body.recouvrements .tooltip-panel .tooltip-optwarn
{
    color: #ff7f7f;
    opacity: 1.0 !important;
}


.fleche
{
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 0;
    box-sizing: border-box;
    z-index: 500;
    color: #4c00dd;
    border-top: solid 4px #4c00dd;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.fleche-ex
{
    width: 15px;
    height: 13px;
    line-height: 13px;
    display: block;
    position: absolute;
    top: -9px;
    right: -10px;
}

.fleche-n
{
    position: absolute;
    top: -17px;
    min-width: 30px;
    height: 30px;
    background-color: #FFF;
    color: #4c00dd;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    border-radius: 15px;
    border: solid 1px #4c00dd;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.coverage .coverage-config #upload
{
    display: none;
}

@media print
{
    @page
    {
        size: landscape;
    }

    #page
    {
        padding-top: 10px;
        overflow: visible;
    }

    .popup
    {
        display: block;
        page-break-before: always;
        position: absolute;
        top: calc(100vh);
        padding: 0;
    }

        .popup .popup-fond
        {
            display: none;
        }

        .popup #uploadForm
        {
            position: relative;
            width: 100%;
            top: unset;
            left: unset;
            box-shadow: none;
            background: none;
            border: none;
        }

            .popup #uploadForm .menu
            {
                display: none;
            }

            .popup #uploadForm .titre .titre-btn
            {
                display: none;
            }

            .popup #uploadForm .contenu
            {
                overflow: visible;
            }

            .popup #uploadForm .contenufixeTableau
            {
                overflow: visible;
            }

            .popup #uploadForm #PanelSolutions
            {
                display: block;
            }

                .popup #uploadForm #PanelSolutions .entetefixeTableau
                {
                    padding-right: 0;
                }

            .popup #uploadForm #PanelMesures
            {
                display: block;
            }

                .popup #uploadForm #PanelMesures .bandeauHaut
                {
                    margin-top: 25px;
                }

                .popup #uploadForm #PanelMesures .entetefixeTableau
                {
                    border: none;
                }

                .popup #uploadForm #PanelMesures .contenufixeTableau
                {
                    border: none;
                }

            .popup #uploadForm #PanelChemin
            {
                display: none;
            }

            .popup #uploadForm .bandeauBas
            {
                display: none;
            }


    .legende
    {
        border: solid 1px #ddd;
        box-shadow: none;
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
    }

    .btnPanelGauche,
    .zoom
    {
        display: none;
    }

    #page.panelGaucheOuvert #objectifs
    {
        margin-left: 0;
    }
}
