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

}
#NameCateg .ImgGategorie {
    position: absolute;
    width: 100%;
    top: 0px;
}
#NameCateg .PathWayInterne{
    position: relative;
 
}
#NameCateg .LienBase{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}
#NameCateg .LienCss{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}
#NameCateg .NomCat {
    max-width: 100%;
    left: 0px;
    text-align: center;
    top: 45px;
    justify-content: center;
    right: 0px;
    display: table;
    margin: auto;
    z-index: 999;
    font-size: 4em;
    border-bottom: 4px solid #fff;
    text-shadow: 1px 2px 3px #000;
    padding: 0px 4vw;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
#NameCateg .NomCateg{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
text-decoration:none;
    text-shadow: 1px 2px 3px #000;
}

#NameCateg .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)  {
 #NameCateg .ImgGategorie input {
    height: calc(100vh - 130px);
    width: 100% !important;
    height: 250px;
}
}

