

@media only screen and (min-width: 200px)
  {
    html
  {
  height: 100%;
  }      

  body
  {
  margin: 0px;
  padding: 0px;
  background-color:rgba(178,178,178,0.2);
  height: 100%;  
  }
  
#contenPageCategorie
{
 position: relative;
 display: flex;
 min-height: 400px;
 padding-bottom: 85px;
}  


.sousCategorieList
{
  list-style: none;
}

.sousCategorieList li
{
   margin-left: -25px;
   margin-top: 10px;
}
.sousCategorieList li a
{
 text-decoration: none;
  color: grey;

}

.sousCategorieList li a:hover
{
   color: #F00020; 
}

#articlesEtIntro
{
  width: 100%;
  margin: 0px;
}

#introArticles
{
  padding-top: 2px;
  padding-bottom:2px;
  padding-left: 3%;
  margin-top: 15px;
  color: grey;
  background: white;
}


#blockArticles
{
 width: 100%;
}

#blockArticles .imj
{
   background-color: white;
   width: 48%;
   text-decoration: none;
   margin: 1%;
   display: inline-block;
   position: relative;
   text-align: center;
   padding-top: 5px;
}

#blockArticles .imj:hover
{
   box-shadow: 0px 0px 8px silver inset; 
}


#blockArticles .ImajArticleContener
{
  position: relative;
  background-color: rgba(240,240,240,0.6);
  width: 96%;
  height: 90px;
  overflow: hidden;
  margin-left: 2%;
}

.ImajArticleContener img
{

position: relative;
height: 90px;
max-width: 102%;
}


#blockArticles .imj .prix
  {
  position: relative;
  margin-left: 10px;
  color: #CC1100;
  width: 90%;
  text-align: left; 
  }

#blockArticles .imj .description
{
    position: relative;
    margin-left: 10px;
    color: black;
    text-align: left;
    white-space: nowrap;
   overflow: hidden;
    text-overflow: ellipsis;
   width: 93%;
   height: 18px;
} 

#messageEnCasDeContenuVide
{
display: none;
width:85%;
text-align: center;
margin: auto;
margin-top: 30px;
border-top: solid 1px;
border-bottom: solid 1px;
padding: 10px;
}


  footer
  {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  }

  #footer
  {
  position: relative;
  text-align: center;
  height: 70px;
  border-top: solid silver 1px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  }


  #listFooter
  {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: space-around;
  margin: auto;
  color: grey;
  }

  #listFooter a
  {
  color: grey;
  text-decoration: none;
  font-size: 0.9em;
  }

  #categorieListFooter
  {
    position: absolute;
    z-index: 1000;
  }

}



@media only screen and (min-width: 350px)
{
  #blockArticles .ImajArticleContener
  {
    height: 100px;
  }

  .ImajArticleContener img
  {
   height: 100px;
  }
 
}



@media only screen and (min-width: 500px)
 {
  #blockArticles .imj
  {
   width: 31%;
  }

  #blockArticles .ImajArticleContener
  {
    height: 120px;
  }

  .ImajArticleContener img
  {
   height: 120px;
  }

  #listFooter
  {
   width: 400px;
  }

 }


@media only screen and (min-width: 700px)
 {

 #blockArticles .imj
  {
   width: 23%;
  }

 }



@media only screen and (min-width: 1025px)
 {
  
  #contenPageCategorie
  {
   margin-left: 1%;
   margin-right: 1%;
   min-height: 400px;
   margin-top: 25px;
   padding-bottom: 20px; 
 }


#sousCategorie
{
   display: block;
   background-color: white;
   box-shadow: 0px 0px 5px silver inset;
   min-width: 200px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-top: 1px;
   margin-top: -25px;
   margin-left: -10px;
}


#sousCategorieList
{
  margin-top: -10px;
}

.sousCategorieList
{
  list-style: none;
}

.sousCategorieList li
{
   margin-left: -25px;
   margin-top: 10px;
}
.sousCategorieList li a
{
 text-decoration: none;
  color: grey;

}
.sousCategorieList li:hover
{
   color: #F00020; 
}


#introArticles
{
  display: none;
}

#blockArticles
{   position: relative;
  margin-left: 2px;

}

#blockArticles
{

  position: relative;
  width: 87%; 
}


#blockArticles .imj:hover
{
   box-shadow: 0px 0px 8px silver inset; 
}

  #blockArticles .ImajArticleContener
  {
    height: 140px;
  }

  .ImajArticleContener img
  {
   height: 140px;
  }


#messageEnCasDeContenuVide
{
display: none;
width: 600px;
text-align: center;
margin-top: 50px;
font-size: 1.5em;
margin-left: 120px;
border-top: solid 1px;
border-bottom: solid 1px;
padding: 15px;
}


  footer
{
position: relative;
}

#footer
{
height: 80px;
background-color:unset;

}

#listFooter a:hover
{
color: #F00020;
text-decoration: underline;
}

#footComp
{
 display: block;
}

#categorieListTextFooter
{
 display: none;
}


.lfb
 {
   display: inline-block;
   width: 30px;
   height: 30px;
   background: url(imaj/logofb.png);
   background-position: center;
   margin-left: 5px;
   margin-top: -6px;
 }


.contact
  {
    display: flex;
      margin: 0 auto;
      justify-content: center;
  }

  .contactContent
  {
       display: flex;
  }

  .reseauxSl
  {
    display: flex;
    margin-left: 50px;
  }

  .copyR
  {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }

}



@media only screen and (min-width: 1250px)
{

  #blockArticles .imj
  {
  background-color: white;
  width: 18%;
  max-width: 50%;
  margin: 1%;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  }

}

@media only screen and (min-width: 1605px)
{

  body
  {
    width: 1600px;
    margin: auto;
    height: auto;
    border: gray 1px solid;  
  }

}















