


.tundra .njsCategoryIcon2 {
    background-image: url("../img/poi_manager/administratif.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    outline: none !important;
    opacity: 0.4;
   /*  margin-right: -1px !important; */
}
.tundra .njsCategoryIcon2_active {
    background-image: url("../img/poi_manager/administratif_actif.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    outline: none !important;
   /*  margin-right: -1px !important; */
}

.tundra .njsCategoryIcon4 {
    background-image: url("../img/poi_manager/amenagement.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    opacity: 0.4;
    /* margin-right: -1px !important; */
}
.tundra .njsCategoryIcon4_active {
    background-image: url("../img/poi_manager/amenagement_actif.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    /* margin-right: -1px !important; */
}

.tundra .njsCategoryIcon6 {
    background-image: url("../img/poi_manager/historique.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    opacity: 0.4;
    /* margin-right: -1px !important; */
}
.tundra .njsCategoryIcon6_active {
    background-image: url("../img/poi_manager/historique_actif.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    /* margin-right: -1px !important; */
}

.tundra .njsCategoryIcon7 {
    background-image: url("../img/poi_manager/touristique.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    opacity: 0.4;
    /* margin-right: -1px !important; */
}
.tundra .njsCategoryIcon7_active {
    background-image: url("../img/poi_manager/touristique_actif.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    /* margin-right: -1px !important; */
}

.tundra .njsCategoryIcon8 {
    background-image: url("../img/poi_manager/genie_civil.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    opacity: 0.4;
    /* margin-right: -1px !important; */
}
.tundra .njsCategoryIcon8_active {
    background-image: url("../img/poi_manager/genie_civil_actif.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 37px;
    text-align: center;
    /* background-position: 0px 1px !important; */
    /* margin-right: -1px !important; */
}
.tundra .njsCategoryIcon1:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon2:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon3:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon4:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon5:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon6:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon7:hover {
    opacity: 1;
}
.tundra .njsCategoryIcon8:hover {
    opacity: 1;
}
:focus {
    outline: none;
}
input::-moz-focus-inner {
  border: 0;
}