.widget-minimap {
    background-color: #ccc;
    bottom: 36px;
    border-radius: 8px;
    border: 2px solid #3c3a3a;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    height: 75px;
    left: 180px;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: width 0.4s,height 0.4s,opacity 0.6s ease-in,margin-bottom 0.4s;
    width: 75px;
    z-index: 2120;
    cursor: pointer;

}

img.widget-minimap-fadein0 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.blackscreen{
    
    background-image: linear-gradient(#4f4f4f00, #000);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #000000;
}

.blackscreen:hover{
    background-image:linear-gradient(#4f4f4f00, #0000);
}

.titlebasemap{
    padding-left: 7px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    border-radius: 0 0px 5px 5px;
    /* left: 3px; */
    background-color: #000000db;
    width: 100%;
}


.geo-basemap-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0px;
}

.geo-basemap-wrapper .fa {
    font-size: 20px;
}

.geo-basemap-wrapper .btn {
    background-color: #323233;
    color: #ffffff;
    position: absolute;
    right: -488px;

}


.geo-basemap-wrapper .text {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff;
    background-color: #073855;
    padding: 10px;
    position: absolute;
    right: 40px;
    text-align: right;
    top: 0;
    pointer-events: none;
}

.geo-basemap-wrapper .btn:hover {
    background-color: #282828;
    color: #ccc;
}

.barremenubasaemap {
    padding: 7px 0px 1px 7px;
    border-radius: 5px;
    bottom: 0;
    width: 269px;
    text-align: justify;
    background-color: #333333d1;
    color: #ffffff;
    position: absolute;
    right: -276px;
}

#ctnbasemapfooter {
    display: none;
}


.iconmap {
    margin-bottom: 2px;
    width: 81px;
    /* position: absolute; */
}



#globalemenumap {
    position: absolute;
    /*top: calc(60% + 300px);       */                          /* mobile -> top: calc(60% - 326px); */ /*   pc-->top: calc(60% + 300px);*/
    float: left;
    left: 10px;
    bottom: 0;
}


/* Codoe Style 4 Pictures MAp FOOTER*/

.widget-minimapfor {
    background-color: #ccc;
    bottom: 36px;
    border-radius: 8px;
    border: 2px solid #3c3a3a;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    height: 75px;
    left: 259px;
    opacity: 1;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: width 0.4s,height 0.4s,opacity 0.6s ease-in,margin-bottom 0.4s;
    width: 75px;
    z-index: 2120;
    cursor: pointer;
}

img.widget-minimap-picturefor {
    width: 50%;
    height: 50%;
    border-radius: 0px;
    float:left;
}

.titlebasemapplus{
    padding-left: 7px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    border-radius: 0 0px 5px 5px;
    /* left: 3px; */
    background-color: #000000db;
    width: 100%;
}


/* START Style Menu LEFT ------------------------------------------------------*/

 #meupannne {
            font-size: 13px;
            position: fixed;
            top: 150px;/*calc(50% - 160px);*/
            left: 1px;
            width: 229px;
            height: auto;
            z-index: 99999;
            color: #adadad;
            font-family: 'CalciteWebCoreIcons' !important;
        }

        #sectionbanne {
            cursor: pointer;
            padding: 6px;
            border-bottom: 1px solid #313131;
            margin-bottom: 3px;
            background-color: #242424;
        }

            #sectionbanne:hover {
                background-color: #333333;
            }

        .sectionbanneActive {
            background-color: #153909 !important;
        }

        .legend-couche-requete {
            display: inline-block;
            width: 100%;
            margin-top: 42px;
        }

        table > tbody > tr > td > a {
            color: #dedcdc;
            font-size: 12px;
            list-style: none;
            text-decoration: none;
        }

      /*  li {
            list-style-type: none;
        }
*/

        #couchesapps {
            display: none;
        }

         #fa {
                    position: relative;
                    display: table-cell;
                    width: 59px;
                    height: 36px;
                    text-align: left;
                    vertical-align: middle;
                    font-size: 20px;
                    left: 12px;
            }
			


            .main-menu:hover, nav.main-menu.expanded {
                width: 250px;
                overflow: visible;
            }

            .main-menu {
                background: #212121;
                position: absolute;
                border-radius: 5px;
                top: 0;
                left: 0;
                width: 43px;
                overflow: hidden;
                -webkit-transition: width .05s linear;
                transition: width .05s linear;
                -webkit-transform: translateZ(0) scale(1,1);
                z-index: 1000;
            }


                .main-menu li {
                    position: relative;
                    display: block;
                    width: 250px;
                }

                    .main-menu li > a {
                        position: relative;
                        display: table;
                        border-collapse: collapse;
                        border-spacing: 0;
                        color: #999;
                        font-family: arial;
                        font-size: 14px;
                        text-decoration: none;
                        -webkit-transform: translateZ(0) scale(1,1);
                        -webkit-transition: all .2s linear;
                        transition: all .1s linear;
                    }

                .main-menu .nav-icon {
                    position: relative;
                    display: table-cell;
                    width: 60px;
                    height: 36px;
                    text-align: center;
                    vertical-align: middle;
                    font-size: 18px;
                }

                .main-menu .nav-text,.nav-grille, .nav-legende {
                    position: relative;
                    display: table-cell;
                    vertical-align: middle;
                    width: 250px;
                    font-family: 'Titillium Web', sans-serif;
                }


            .no-touch .scrollable.hover {
                overflow-y: hidden;
            }

                .no-touch .scrollable.hover:hover {
                    overflow-y: auto;
                    overflow: visible;
                }

            a:hover, a:focus {
                text-decoration: none;
                color: white !important;
            }

            nav {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                -o-user-select: none;
                user-select: none;
            }

                nav ul, nav li {
                    outline: 0;
                    margin: 0;
                    padding: 0;
                }

                .main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
                    color: #fff;
                    background-color: #28a745;
                }

            .area {
                float: left;
                background: #e2e2e2;
                width: 100%;
                height: 100%;
            }

            .mapping-widget {
                box-sizing: border-box;
                color: #d1d1d1;
                font-size: 14px;
                font-family: "Avenir Next W00","Helvetica Neue",Helvetica,Arial,sans-serif;
                line-height: 1.3em;
                background-color: #242424cc;
            }
            .mapping-widget div{
                text-align: center;
            }

            .widgetTitles {
            width: 100%;
            font-size: 14px;
            text-align: center;
            padding: 7px;
            padding: 5px 7px;
            font-weight: bold;
                    }
            .widgetTitles span{
            
            margin-right: 7px;
            
            }

         

/* END Style Menu LEFT ------------------------------------------------------ */


.blockmap {
    position: relative;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

span.lblsmall {
    padding: 5px;
    position: absolute;
    /* float: left; */
    background-color: #1919198a;
    bottom: 0;
   width: 100%;
}

.blackscreenfor{
    background-color: #fff;
    background-image: linear-gradient(#4f4f4f, #808080, #101010, #000000);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #000000;
}
.blackscreenfor:hover{
    background-color: #fff;
    background-image: linear-gradient(#ccc, #808080, #101010, #ccc);
}





/*------------------ START PARTIE MENU TOP CENTER ---------------------------------------*/
.navigation .navbar .navbar-nav {
    /* float: right; */
    display: inline-block !important;
    float: none !important;
}


.navigation .navbar .collapse {
    text-align: center;
}

/*-------------  END PARTIE MENU TOP CENTE  --------------*/




/*---------------  TOP MENU  ---------------*/

#topMenu {
    position: relative;
    top: 55px;
    clear: both;
    text-align: center;
    z-index: 5000;
}

.geo-location-wrappertop .btntop {
    background-color: #fff;
    color: #073855;
    position: relative;
    right: initial;
    top: 28px;
    width: 30px;
    height: 30px;
}


.geo-location-wrappertop .btntop:hover {
    background-color: #fff;
    color: #1396e2;
}



.btntop {
    display: inline-block;
    padding: 3px 7px;
    margin-bottom: 0;
    font-size: 9pt !important;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.geo-location-wrappertop .texttop {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    /* transition: 0.4s; */
    color: #fff;
    background-color: #073855;
    padding: 10px;
    position: relative;
    right: -100px;
    text-align: left;
    clear: both;
    top: 29px;
    width: fit-content;
    pointer-events: none;
    white-space: nowrap;
}
.geo-location-wrappertop .texttop:after {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #073855;
    position: absolute;
    top: -39px;
    left: 50px;
    bottom: 0;
    margin: auto;
}

.geo-location-wrappertop:hover .texttop {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 50px;
  pointer-events: none;
}


.geo-location-wrappertop {
   position: relative;
    z-index: 1;
    margin-left: 7px;
    float: left;
    width: auto !important;
}

.geo-location-wrappertop .fa {
    font-size: 16px;
}
/*---------------  END MENU ----------------*/






@media screen and (max-width: 1066px) {

li.has-child {
   /* float: none !important;*/
 /*  font-size: 12px;*/
 float: none;
    padding: 5px;
}

.navbar-nav > li {
    float: none !important;
}

.geo-location-wrappertop .btntop {
    background-color: #141414c2;
    color: #ffffff;
    position: relative;
    /* right: initial; */
    /* top: 28px; */
    width: 30px;
    border: 1px solid #bfbfbf;
}


.navigation .navbar .navbar-nav > li .child-navigation {
    top:0;
    right: 207px !important;
    left: auto !important;
}

.navigation .navbar .navbar-nav {
    /* float: right; */
    display: none !important;/*inline-block !important;*/
    padding: 15px;
    /* width: 50%; */
    float: right !important;
    margin-right: 50px;
    background-color: #161616c7 !important;
}

.navigation .navbar .navbar-nav > li a {
    display: block;
    padding: 14px 10px 14px 10px !important;
    position: relative;
    color: #cfcfcf !important;
    background: #4f4f4fb0;

    }

.navigation .navbar .navbar-nav > li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #1396e2 !important ;
}


.navigation .navbar .navbar-nav > li.active .child-navigation li:first-child a:after {
display: none !important;
    }

.navigation .navbar .navbar-nav > li.has-child:after {
display: none !important;
}


#btnActiveMenu{
    font-size: 25px !important;
    display: block !important;
    position: fixed;
    margin: 7px 5px 0 0;
    right: 5px;
}

#btnCloseMenu{
 font-size: 25px !important;
 margin: 7px 5px 0 0;
 right: 5px;
    }

}





@media screen and (max-width: 956px) {

li.has-child {
   /* float: none !important;*/
  /* font-size: 9px;*/
  float: none;
    padding: 5px;
}

.navbar-nav > li {
    float: none !important;
}

.geo-location-wrappertop .btntop {
    background-color: #fff;
   /* color: red;*/

}


.navigation .navbar .navbar-nav > li .child-navigation {
   top:0;
    right: 207px !important;
    left: auto !important;
}

.navigation .navbar .navbar-nav {
    /* float: right; */
    display: none !important ;/*nline-block !important;*/
    padding: 15px;
    /* width: 50%; */
    float: right !important;
    margin-right: 50px;
    background-color: #161616c7 !important;
}

.navigation .navbar .navbar-nav > li a {
    display: block;
    padding: 14px 10px 14px 10px !important;
    position: relative;
    color: #cfcfcf !important;
    background: #4f4f4fb0;

    }


.navigation .navbar .navbar-nav > li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #1396e2 !important;
}

.navigation .navbar .navbar-nav > li.active .child-navigation li:first-child a:after {
display: none !important;
    }

    .navigation .navbar .navbar-nav > li.has-child:after {
display: none !important;
}



#btnActiveMenu, #btnCloseMenu{
    font-size: 25px !important;
  /*  display: block !important;*/
}
}




@media screen and (min-width: 1068px) {
#btnActiveMenu, #btnCloseMenu {
    
    display: none !important;
}

}



.divEditText{
display: none;
}

/*panel edit ADD TEXT*/
.panelEdit.A4, .panelEdit.A3, .panelEdit.A2{
    text-align: center;
    clear: both;
    background-color: #0000005e;
    padding: 6px;
    width: 171px;
    border-radius: 10px;
    color: #fff;
    height: 40px;
    vertical-align: middle;
}

.panelEdit.A0, .panelEdit.A1{
    text-align: center;
    clear: both;
    background-color: #0000005e;
    padding: 6px;
    width: 264px;
    border-radius: 10px;
    color: #fff;
    height: 40px;
    vertical-align: middle;
}

 .panelLegendEdit.A4, .panelLegendEdit.A1, .panelLegendEdit.A2, .panelLegendEdit.A3{
    text-align: center;
    clear: both;
    background-color: #0000005e;
    padding: 8px;
    width: 171px;
    border-radius: 10px;
    color: #fff;
    height: 40px;
    vertical-align: middle;
}

 .panelLegendEdit.A0{
    text-align: center;
    clear: both;
    background-color: #0000005e;
    padding: 8px;
    width: 238px;
    border-radius: 10px;
    color: #fff;
    height: 56px;
    vertical-align: middle;
}


#sizeText{
    width: 100%;
    color: #000;
    /*margin-left: 10px;*/
    /*border:none;*/
    border-radius: 0px;
}

.panelEdit.A4 > #iconEdit{
    cursor: pointer;
    width: 26px;
    font-size: 18px;
    margin-left: 4px;
    margin-top: 3px;
}

.panelEdit.A3 > #iconEdit {
    cursor: pointer;
    width: 43px;
    font-size: 28px;
    margin-left: 4px;
    margin-top: 3px;
}

.panelEdit.A2 > #iconEdit {
cursor: pointer;
    width: 39px;
    font-size: 37px;
    margin-left: 6px;
    margin-top: 3px;
}
.panelEdit.A1 > #iconEdit {
    cursor: pointer;
    width: 60px;
    font-size: 50px;
    margin-left: 4px;
    margin-top: 3px;
}

.panelEdit.A0 > #iconEdit{
    cursor: pointer;
    width: 64px;
    font-size: 60px;
    margin-left: 4px;
    margin-top: 3px;
}


.panelLegendEdit.A4 > #iconEdit{
    cursor: pointer;
    width: 26px;
    font-size: 15px;
    margin-left: 4px;
    margin-top: 3px;
}

.panelLegendEdit.A3 > #iconEdit {
    cursor: pointer;
    width: 24px;
    font-size: 18px;
    margin-left: 4px;
    margin-top: 3px;
}

.panelLegendEdit.A2 > #iconEdit {
cursor: pointer;
    width: 22px;
    font-size: 16px;
    margin-left: 6px;
    margin-top: 3px;
}
.panelLegendEdit.A1 > #iconEdit {
    cursor: pointer;
    width: 25px;
    font-size: 11px;
    margin-left: 4px;
    margin-top: -1px;
}

.panelLegendEdit.A0 > #iconEdit{
    cursor: pointer;
    width: 30px;
    font-size: 6px;
    margin-left: 4px;
    margin-top: 2px;
}

#iconEdit:hover{
   color:#ccc;
}

 #iconEditColorText, #iconEditColorBack, #iconEditColorStroke{
    width: 26px;
    font-size: 13px;
    margin-left: 4px;
    margin-top: 3px;
    color:#fff !important;
}





/*partie Text Modifier */

#panelTextModifier {
    position: absolute;
    width: 263px;
    height: auto;
    top: 150px;
    left: 177px;
    z-index: 3003;
    padding: 10px;
    background-color: #161616c7;
    border-radius: 5px;
}
               
#colorText, #title, #sizeText, #strokeColorpick, #colorback, #policeText {
    height: 27px;
    width: 202px;
    border-radius: 0px 4px 4px 0;
}




#textareadiv{
    line-height: normal;
}


#areatext{
width: 243px;
height: 78px;
}



.divEditLegende.A4, .divEditLegende.A0, .divEditLegende.A1, .divEditLegende.A2, .divEditLegende.A3
    {
    float: right;
    display:none;
    }



.printComponent:hover > .divEditLegende
    {
        
        display:block !important;

    }


#panelLegendModifier {
    position: absolute;
    width: 340px;
    height: auto;
    top: 189px;
    left: 88px;
    z-index: 3003;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.73);
    border-radius: 5px;
}


.legContainer.A4 input[type=texte] {
    font-size: 13px !important;
    width: 241px !important;
}

.tileMap:hover > .divEditText, .printComponent:hover > .divEditText
{

     display:block !important;

}

.textMap.A4:hover > #iconEdit {
font-size: 50px !important;
color: red;
}




#editlegendbox > div.legContainer > ul > li > div > input[type=texte]{
    width: 220px  !important;
    font-size: 13px !important;
}

/**********************  Partie 28/07/2020 **********************************/
.mapPrintLegende.printComponent.A4:hover > .divEditLegende.A4{
 transform: scale(1.19);
 right: 32px !important;
 height:auto;
}

.mapPrintLegende.printComponent.A4:hover > .legContainer.A4 input[type=texte]{
 width:209px !important;
}


.mapPrintLegende.printComponent.A3:hover > .divEditLegende.A3{
 transform: scale(1.25);
/*bottom: 130px !important;*/
right: 126px !important;
height:auto;
}
.mapPrintLegende.printComponent.A0:hover  > .divEditLegende.A0, .mapPrintLegende.printComponent.A1:hover  > .divEditLegende.A1, .mapPrintLegende.printComponent.A2:hover > .divEditLegende.A2{
 /*transform: scale(2.19);
bottom: 300px !important;
right: 426px !important;
height:400px !important;
*/
transform: scale(1.50);
right: 126px !important;
height:auto;
}


.tileMap.big textarea.A0, .tileMap.big textarea.A1, .tileMap.big textarea.A2{
    height: 120px !important;
    margin-right: -240px !important;
}

/****************************   Partie 28/07/2020 ********************/

#iconEditSizeBack, #iconEditPolice {
    background-color: #1b1a1a61;
    color: #fff;
}


#btnPrintGrid{
    z-index:32 !important;
}

#btnPrintGrid button {
    background-color: #312c2ca8;
    color: #fff;
    margin-left: -66px !important;
}
.zonePanelClass{
  position:absolute;
  left:80%;
  top:0;
  width:100%;
  transition: transform 0.2s;
  transform: translateX(50px);
}


/*
.nav-grille:hover > .zonePanelClass{
  left:100%;
  visibility:visible;
  opacity:1;
  transform: translateX(0px);
}
*/
#zonePanel{
    display: none;
    cursor: pointer;
    padding: 6px;
    border-bottom: 1px solid #313131;
    margin-bottom: 3px;
    background-color: #242424;
}



.main-menu li > #btnPrintGridView> a, .main-menu li > #btnPrintLegendeView > a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1,1);
    -webkit-transition: all .2s linear;
    transition: all .1s linear;
}
.progress-parent
{
    display:none;
    z-index:9999999999999;

}

.tr_borne:hover
{
    background-color: #eaeaea;
    font-weight: bold;
}
.tr_borne input
{
    background-color: transparent !important;
    
}






/**  partie */
/**   partei 29-07-2020 * */
.texteditor{
    color:#fff;

}

.cdrtitle{
    color: #fff;
    border: 1px solid #3d3d3d4d;
    text-align: center;
    padding: 3px;
    background-color: #121312ba;
    border-radius: 5px;
}

.progress{
    display:none;
    position: relative;
    z-index: 99999;
}

.main-menu li > #btnPrintImage> a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1,1);
    -webkit-transition: all .2s linear;
    transition: all .1s linear;
}

#Box-Panel
{
    display:none;
    background-color: #242424;
    position: absolute;
    left: 150px;
    border-radius: 5px;
    top: 150px;
    float: left;
    width: 250px;
    padding:25px;
}

/** FIN  partei 29-07-2020 ***************/



.mapboxgl-ctrl-geocoder {
width:100% !important;
    } 


/*---------------------------------*/
.grpstyle{

    font-size:14px;
    margin-bottom:2px;
}

.upButton {
    float: right;
    margin-right: 5px;
}


#cpminclass > div > div > ul{
    width: 120;
    max-height: 215.4px !important;
    overflow-y: auto;
    min-height: 48px;
}

#cpminclass > div > div{
    height: fit-content;
    max-height: 205px !important;
    position: absolute;
    z-index: 99999999999999999999999;
}

.sizeClassification {
    margin-top: 5px;
    padding: 4px;
   width: 41px;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{
    top:21px !important;
}

.lbl{
    width: 75px !important;
}

#classHideShowClass > table > tbody > tr > td  > label{
    padding-left:0px;
    margin-left: 2px !important;
}

#cpminclass > div > button{
    width:200px;
}

a.btn.btn-default.btn-xs.generer{
   background-color: #e63c07;
   color:#ffffff;
}

input.zonetext {
    width: 207px;
    border:none;
    background-color: #fff;
}

.classinput{
    color:#000;
}

#trHTML {
    color: #000;
    padding: 5px;
    border: 1px solid #ccc;
}

.classification {
    z-index: 999;
    top: 141px;
    left: 21px;
    width: 90%;
    padding: 7px;
    position: absolute;
    background-color: #ededed;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 6px 4px rgba(0, 0, 0, 0.2);
}



i.fas.fa-cog.settings, i.fas.fa-trash-alt.removecls, i.fas.fa-arrow-down.deplaceclsDown, i.fas.fa-arrow-up.deplaceclsUp  {
    display: none;
}

i.fas.fa-cog.settings:hover, i.fas.fa-trash-alt.removecls:hover, i.fas.fa-arrow-down.deplaceclsDown:hover, i.fas.fa-arrow-up.deplaceclsUp:hover  {
   /* display: none;*/
    color:#ccc;
}

#trHTMLHeader > div > a{
    margin-right:3px;
    margin-left:8px;
}

#trHTMLHeader > div > a:hover, #trHTMLHeader > div > a:focus{
color:#606060 !important;
}




#trHTML > div:hover i.fas.fa-cog.settings, #trHTML > div:hover i.fas.fa-trash-alt.removecls,  #trHTML > div:hover i.fas.fa-arrow-down.deplaceclsDown, #trHTML > div:hover i.fas.fa-arrow-up.deplaceclsUp {
    display:inline-block;
    margin:0;
    padding:0;

}
.classinput:hover{
   background-color: #eae6e68c;
}

#colorClass, #strokeClass {
    width: 25px;
}

.classification > table > tbody > tr > td{
    padding-bottom: 5px;
}



#disabledstyle{
    display: none;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    float: left;
    margin: -10px 0 0px -10px;
    z-index: 99;
    background-color: #514f4f96;
    position: absolute;
}

#apercuClass {
    color: #000;
    width: 50px;
    height: 50px;
    float: right;
    position: absolute;
    margin: 74px 0 0 266px;
}

.clsStyle{
    width:61% !important;
    float:left !important;
}

#classNumerique {
    display: none;
}

#classPointSizeMinMax {
    /*display: none;*/
}


#cpminclass > div > button{
    width: 246px !important;
}

#classHideShowStyle > div > div > div > label{
    width:auto !important;
}


#cpminclass > div > div > ul > li.selected > a:hover, #cpminclass > div > div > ul > li.selected > a:focus, #cpminclass > div > div > ul > li > a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background-color: #d8d8d8 !important;
}


/********************************************* CSS SLIDE 09-10-2020 **************************************
/* Slider */
.slide img {
  /*transform: scale(0.9);*/
  transition: .3s ease-in-out;
  height: 50;
  width: 25;            
}
.slide:hover img {
    transform: scale(1.2);
    z-index:9999999999999;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 50%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
   
    padding:5px;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
   height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    border-radius: 2px 8px 8px 2px;
    box-shadow:-7px 17px 20px 0px #3f3f3fd4;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.loadingtelecharger {
    position: absolute;
    top: 45%;
    left: 45%;
}


//*************************************** END CSS Slide 09-10-2020 **************************************************


/***************************************** 25/06/2021 *********************************/
.randomColor {
    color: #fff;
    padding: 1px 6px;
    top: -4px;
    position: relative;
    border-radius: 2px;
    float: right;
    background-color: #ecc404;
}