#NameCatg .ImgGategorie input{
    height:calc(100vh - 130px);
    width: 100% !important;
    min-height: 210px;

}
#NameCatg .ImgGategorie {
    position: absolute;
    width: 100%;
    top: 0px;
}
#NameCatg .PathWayInterne{
    position: relative;
 
}
#NameCatg .LienBase{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}
#NameCatg .LienCss{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}
#NameCatg .NomCateg{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}

#NameCatg .NameCatPathway{
    padding-top: 28px;
  color: #fff;
    font-weight: 400;
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    position: relative;
     z-index: 999;
}

@media screen  and (max-width:480px)  {
 #NameCatg .ImgGategorie input {
    height: calc(100vh - 130px);
    width: 100% !important;
    height: 250px;
}
}

