
@media only screen and (max-width: 400px)
{

  #menu
   {
     font-size: 0.9em;
   }

}

@media only screen and (max-width: 350px)
{

  #menu
   {
     font-size: 0.8em;
   }

}

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

html
{
 height: 100%; 
}      

body
{
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  background-color: rgba(246,246,246,0.7);
  font-family:Arial, Helvetica, sans-serif;

}

#teteCorpsPieds
{
  width: 100%;
  margin: 0px;
  padding: 0px;
}


#enTete
{
position: relative;
background-color: white;
height: 100px;

}

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

  #logoEtProfilPhTb
  {
   display: flex;
   justify-content: space-between;
   padding-left: 10px;
  }


  #logo
  {
  position: relative;    
  height: 47px;
  width: 130px;
  background: url(imaj/logoS.png);
  background-repeat: no-repeat;
  background-position: center;
  }

#logoLink
{
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}

#homeEtProfilPhTb
  {
   display: flex;
   margin-top: 8px; 
  }

  #messIconEtQteMNLuPhTb
  {
   position: relative;
  }

  #profilPhTb
  {
  display: inline-block;
  margin-right: 2%; 
  width: 27px;
  height: 27px;
  border-radius: 1000px;
  text-align: center;
  border: solid white;
  text-decoration: none;
  margin-top: -4px;
  color: white;
  }

  #profilPhTb div
  {
  margin-top: 5px;
  }

  #marketCarI_onlyPhTb
  { 
    display: inline-block;
    position: relative;
    height: 30px;
    width:30px;
    background: url(imaj/marketCarIcEM.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -2px;
    margin-right: 12px;
  }

  #messageriePhTb
  {
    display: inline-block;
    position: relative;    
    height: 30px;
    width:30px;
    background: url(imaj/messageIcEM.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    margin-top: -3px;
  }

  #mesajNonLuPhTb
  {
   display: none;
   position: absolute;
   background-color: red;
   color: white;
   min-width: 15px;
   height: 15px;
   font-size: 0.8em;
   border-radius: 1000px; 
   text-align: center;
   z-index: 1000;
   left:2px;
   top: -3px;
  }

  #qte_prodEnpanierPhTb
   {
    display: none;
    position: absolute;
    background-color: red;
    font-size: 0.8em;
    color: white;
    min-width: 15px;
    height: 15px;
    border-radius: 1000px;  
    text-align: center;
    left:1px;
    top: -3px;
  }

  #menuEtFenetreDeProfil
  {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
  }


    #ajoutArticleButton
    {
      background-color: #E67E20;
      padding: 5px;
      border-radius: 5px;
      margin-top: 15px;
      text-align: center; 
    }


    #ajoutArticleButton a
    {
      text-decoration: none;
      color: white;   
    }


#menus
{
  max-height: 50px;
  display: none;
}


#menu
{
display: flex;
}

#menu ul
{
list-style: none;
display: flex;       
}

#menu ul li
{
margin-left: 20px;
margin-top: 3px;
}

#menu ul li a
{
color: black;
text-decoration: none;
}   


#menu ul li:hover
{ 
 cursor: pointer;
}

#menu ul li a:hover
{
text-decoration: underline;
color: #FF4901; 
cursor: pointer;

} 



#fenetreDuProfil
{
background-color: white;
display: none;
z-index: 1000;
border: grey 1px solid;
border-collapse: collapse;
border-radius: 5px;
width: 130px;
margin-right: 10px;
align-self: flex-end; 
}



#fenetreDuProfil tr td
{
width: 140px;
height: 40px;
text-align: center;
}

#fenetreDuProfil tr td a
{
color: black;
display: inline-block;
text-align: center;
text-decoration: none;
width: 120px;
height: 30px;
padding-top: 10px;
} 

#fenetreDuProfil tr #deconnection
{
border-top: grey 1px solid;
} 

#fenetreDuProfil tr td:hover
{
background-color: rgb(195,195,195);
cursor: pointer;
}

.cacher
{
display: none;
width: 98%;
margin: auto;
margin-top: 30px;
}

.cacher .monShopImageContener
{
position: relative;
display: inline-block;
width: 48%;
margin-left:1%;
height: 90px;
overflow: hidden;
text-align: center;
background-color:white /*rgba(240,240,240,0.6);*/
}

.monShopImageContener img
{
  position: relative;
  height: 90px;
  max-width: 102%;
}

 #contentPageShop
 {
   min-height: 420px;
   width: 95%;
   margin: auto;
   padding-bottom: 100px;
 }

 #contentPageShop div h1
 {
  font-size: 1em;
 }

#blocDeLImageEnPleinEcran
{
position: absolute;
bottom: 0px;
top:0px;
display: none;
width: 100%;
background-attachment: fixed;
z-index: 100;
}

#imageEtInfos
{
position: relative;
width: 100%;
min-height: 100%;
background-color: rgba(195,195,195,0.8);
}

#imageEtInfosContent
{
  position: relative;
  width: 100%;
  margin: auto;
  padding-top:40px;
  padding-bottom: 40px;
  background: white;
}

#symboleSuppressionTh
{
position: absolute;
top: 2px;
right: 10px;
width: 25px;
height: 25px;
background: url(imaj/cacher.png);
}

#infosEtAction
{
position: relative;
width: 95%;
margin: auto;
}

#imageEnPleinEcran
{
position: relative;
width: 90%;
min-height: 180px;
max-height: 600px;
display: block;
margin: auto;
margin-bottom: 30px;
}


#infos
{
position: relative;
width: 90%;
margin: auto;
font-size: 0.9em;
}

#infos tr
 {
  width: 100%;
 }

.kategoriTablo
{
 text-align: left;
 width: 40%;
 padding: 10px; 

}

.kontniKategoriTablo
{

text-align: left;
width: 60%;
padding: 10px;
}


#menuActionSurArticle
{  
position: relative;
margin: auto;
margin-top: 40px;
width: 85%;


}

#menuActionSurArticle ul
{   
position: relative; 
list-style: none;
display: flex;
justify-content: center;
align-items: center;
}


#menuActionSurArticle ul #delete
{     
position: relative;
margin-left: 15%;
}

#menuActionSurArticle ul #editer
{     
position: relative;
margin-left: -20%;
}

#menuActionSurArticle ul li a
{
color: blue;
text-decoration: none;
}

#menuActionSurArticle ul li a:hover
{
text-decoration: underline;
}

#editer
{
 color: blue;
}
#editer:hover
{
text-decoration: underline;
cursor: pointer;      
}

#editForm
{
position: absolute;
width: 85%;
margin:auto;
bottom: 55px;
left: 5%;
display: none;
z-index: 1000;
text-align: center;
background-color: rgba(240,240,240,1);
border-radius: 5px;
}

#form
{
position: relative;
height: 100%;
width: 100%;
}

input[type="text"]
{
position: relative;
width: 73%;
border-radius: 2px;
border: 1px solid #CCC;
padding: 11px;
color: #333;
font-size: 14px;
top: 2px;
}

#departement, #ville
{
position: relative;
height: 40px;
width: 80%;
border-radius: 2px;
border: 1px solid #CCC;
padding: 10px;
color: #333;
font-size: 14px;
margin-top: 5px;
}

#ville
{
  margin-top: 13px;
}


input[type='submit']{
position: relative;
padding: 5px 10px 7px;
color: #fff;
background-color: #0067ab;
text-shadow: rgba(0,0,0,0.24) 0 1px 0;
font-size: 16px;
box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0;
border: 1px solid #0164a5;
border-radius: 2px;
cursor:pointer;
margin-bottom: 20px;
}

input[type='submit']:hover {
background-color: #024978;
}

input:focus { outline: 0; } 

.labelDetail
{
margin-top: 25px;
text-align: left;
}

.labelDetail label
{
margin-left: 8%;
font-weight: bold;
font-size: 0.9em;
}

.conditionEtMessageDerreur
{
  display: none;
font-size: 0.8em;
text-align: left;
margin-left: 5px; 
}

#symboleSuppressionForm
{
position: absolute;
top: -17px;
right: 2px;
width: 25px;
height: 25px;
background: url(imaj/cacher.png);
}

#symboleSuppressionBlocDeLImageEnPleinEcran
{
position: absolute;
top: 2px;
right: 10px;
width: 25px;
height: 25px;
background: url(imaj/cacher.png);
}


.symboleSuppression:hover
{
border-radius: 50px; 
}



  footer
  {
  position: fixed;
  bottom: 0px;
  width: 100%;
  }

  #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;
  }

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


}



@media only screen and (min-width: 350px)
{
  /**CSS Pages d'accueil connecté**/

.cacher .monShopImageContener
{
height: 100px;
}

.monShopImageContener img
{
  height: 100px;
}
  /**CSS Pages d'accueil connecté**/  
}



@media only screen and (min-width: 550px)
 {
   /**CSS Pages d'accueil connecté**/

 .cacher .monShopImageContener
{
 width: 31%;  
 height: 120px;
}

.monShopImageContener img
{
  height: 120px;
}

 #contentPageShop div h1
 {
  font-size: 1.2em;
 }

  #listFooter
  {
   width: 400px;
  }


#imageEnPleinEcran
{
width: 80%;
min-height: 250px;
max-height: 700px;

}



}



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


  #enTete
  {
    display: flex;
    height: 80px;
    justify-content: space-around;
    align-items: center;

  }

  #logo
    {  
    height: 54px;
    width: 150px;
    background: url(imaj/logoM.png);
    margin-top: -20px;
    }

  #ajoutArticleButton
    {
      margin-top: 0px;
      padding: 10px;
      border-radius: 7px; 
    }

 #messIc_onlyLT
    {
    display: inline-block;  
    position: relative;    
    height: 38px;
    width: 38px;
    background: url(imaj/messageIcE.png);
    background-repeat: no-repeat;
    background-position: center;
    }

    #marketCarI_onlyLT
    {
    display: inline-block;  
    position: relative;    
    height: 39px;
    width:42px;
    background: url(imaj/marketCarIcE.png);
    background-repeat: no-repeat;
    background-position: center;
    }

   #qte_prodEnpanierLp
    {display: none;
    background-color: red;
    margin-left: 3px;
    color: white;
    min-width: 20px;
    height: 20px;
    border-radius: 1000px;  
    text-align: center;
  }    


#photoDeProfil_onlyLT
{
display: block;
width: 35px;
height: 35px;
border-radius: 100px;
margin-left: 7px;
margin-top: 7px;
text-align: center;
color: white;   
}

#photoDeProfil_onlyLT:hover
{
cursor: pointer;
}

#photoDeProfil_onlyLT div
{
margin-top: 9px;
}

#menus
{
  display: block;
  height: 50px;
  max-height: 50px;
  margin-top: -20px;
}

#menu ul li
{
margin-top: 0px;
}

#fenetreDuProfil
{
width: 150px;
margin-right: 0px;
}

#fenetreDuProfil tr td
{
width: 160px;
}

#fenetreDuProfil tr td a
{
width: 140px;
} 

#messagerieInMenu
{
  display: block;
}

#mesajNonLuLp
{display: none;
 background-color: red;
 margin-top: -5px;
 margin-left: 3px;
 color: white;
 min-width: 20px;
 height: 20px;
 border-radius: 1000px; 
 text-align: center;
} 


#homeEtProfilPhTb
  {
   display: none;
  }


#infos
{
font-size: 1em;
}

#contentPageShop div h1
 {
  font-size: 1.5em;
 } 

 .cacher .monShopImageContener
{
 width: 24%;  
 height: 130px;
}

.monShopImageContener img
{
  height: 130px;
}



#symboleSuppressionTh
{
  display: none;
}

.alaliy
{
  display: none;
}

input[type="text"]
{
 width: 44%;
}

#imageEtInfos
{
padding-top: 30px;
}
 

 #imageEtInfosContent
{
  position: relative;
  width: 60%;
  margin: auto;
  padding:30px;
  padding-bottom: 90px;
  background: white;
}

#imageEnPleinEcran
{
width: 90%;
min-height: 250px;
max-height: 600px;
}

#editForm
{
bottom: 80px;

}

}




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

input[type="text"]
{
 width: 50%;
}


 #imageEtInfosContent
{
  position: relative;
  width: 40%;
  margin: auto;
  padding:30px;
  padding-bottom: 90px;
  background: white;
}

#imageEnPleinEcran
{
width: 90%;
margin-bottom: 30px;
min-height: 300px;
max-height: 800px;
}


.cacher .monShopImageContener
{
 width: 18.6%;  
 height: 130px;
}


footer
{
position: relative;
}

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

}

}

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

  #logo
  {
  position: relative;    
  height: 65px;
  min-height: 30px;
  width: 180px;
  min-width: 90px;
  background: url(imaj/logoB.png);
  background-repeat: no-repeat;
  background-position: center;
  }
  
.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: 1200px)
{
   #contentPageShop
 {
   padding-bottom: 30px;
 }

 .cacher .monShopImageContener
{ 
 height: 150px;
}

.monShopImageContener img
{
  height: 150px;
}


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

#messagePourVendeursSansArticles
{
 font-size: 1.2em;
}

}


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

.cacher .monShopImageContener
{
 width: 15.5%; 
 height: 160px;
}

.monShopImageContener img
{
  height: 160px;
}


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

}
 