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

  body
  {
  margin: 0px;
  padding: 0px;
  background-color:rgba(230,230,230,0.2);
  height: 100%;  
  }

#pageContent
{
	position: relative;
	margin:auto;
	margin-top: 20px;
	padding-bottom: 85px;

}

#paragIntroImage
{
 max-width: 520px; 
 text-align: left;
 font-weight: bold;
 margin-left: 3%;
}

#contactText
{
	background-color: #FA8060;
	border-radius: 5px;
	color: white;
	text-align: center;
	padding: 17px;
  cursor: pointer;
}

#ajoutAuPanier
{
  background-color: #FA8060;
  border-radius: 5px;
  color: white;
  text-align: center;
  padding: 17px;
  cursor: pointer;
}

#produitEtVendeurEtBlocAdds
{  
	position: relative;
	background-color: white;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5px;
	padding-bottom: 20px;

}


#venderDuProuduitEnfosEtContactText
{

  position: relative;
	
}

#vendeurDuProduit
{
	
	display: flex;
	flex-direction: row;
	
}

.photoDuVendeur
{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 7px;
  background-color: blue;
  color: white;
  text-align: center;
}

.photoDuVendeur div
	{
		margin-top: 9px;
	}

.nomDuVendeur
{
	margin-top: 9px;
	color: blue;
}

#vendeurEtInfo
{
	position: relative;
	background-color:rgba(178,178,178,0.2); 
	border-radius: 5px;
	padding: 5px;
	text-align: center;	
}


.infoVendeur
{
	 text-align: left;
	 font-size: 0.8em;
}

#imagePrincipale
{
	position: relative;
	text-align: center;
	
}

#produitInfosEtVendeurInfos
{
  
 position: relative;
		
}

#imajPrensipal
{
	position: relative;
	width:90%;
  height: auto;
  max-height: 550px;
	border-radius: 5px;

}


#imagePrincipale .gallery
{
  
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  border: solid silver 2px;
  border-radius: 3px;
  
}

#imagePrincipale .firstImageGallery
{
	border:  solid red 2px;
}


#produitInfos
{
	margin-bottom: 15px;
	margin-top: 20px;
}



#produitInfos tr td
{
	padding: 5px;	
}


#recommendationTextInBlocAdds
{
	display: none;
}



#recommendationText
{
   margin-left: 12%;
   margin-top: 50px;
   font-weight: bold; 
}


#produitsSimilaires
{  
 	margin-left: 4%;
	margin-right: 4%;
	position: relative;
	box-shadow: 0px 0px 8px white inset;
}



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

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


#produitsSimilaires .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%;
}


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

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

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

#symboleSuppressionBlockMessage:hover
{
border-radius: 50px; 
}



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




  /** entreprises **/

#contentEntrepriseList
{
 position: relative;
 width: 100%;
 background-color: white;
 min-height: 400px;
 padding-bottom: 85px;
}

#textIntro
{
	margin-left: 3%;
	padding-top: 10px;
	font-weight: bold;
}

#entreprises
{
padding-bottom: 20px; 
}    

.entreprise
{		
margin-top: 15px;
}

.profilEtNomEntreprise
{
	margin: auto;
	display: flex;
	margin-left: 10%;
	background-color: rgba(246,246,246,1);
	border-radius: 7px; 
	width: 85%;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	
}


.profilEtNomEntreprise .photoProfil
{

width: 35px;
height: 35px;
border-radius: 100px;
margin-left: 7px;
text-align: center;
font-size: 1.2em;
}

.profilEtNomEntreprise .photoProfil span
{
	display: inline-block;
	margin-top: 6px;
	color: white;
}

.profilEtNomEntreprise .nomEntreprise 
{
	margin-left: 5%;
	margin-top: 9px;
}

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


  /**entreprises **/


/*message dans articlePres*/

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


	 #ContentBlockMessage
		{
		    margin: 0 auto;
			position: relative;
			width: 100%;
			height: 100%;
			background-color: rgba(195,195,195);
			padding-top: 60px;
				  
		}

		#messagesContener
		{
			border-collapse: collapse;
			width: 90%;
			height:150px;
			background-color: white;
			border-radius: 10px;
			margin: 0 auto;
		}

		#messagesContener #enTeteBoxMessage
		{
			border-bottom: 1px solid silver;
		}

		#enTeteBoxMessage
		{
			height: 50px;
			font-size: 1.2em;
			color: grey;
			padding-left: 5%;
		}

		#messageCase
		{
			height:100px;
			width:100%;
		}

		#message
		{
			width: 90%;
			height: 80px;
			border:1px solid silver;
      padding: 5px;
			font-size: 1.1em;
			resize: none;
			margin-left: 3%;
			margin-top: 15px;
			margin-bottom: 15px;

		}


		#message:focus
		{outline: 0;}

		#boutonEnvoyerMessage
		{
		  color: blue;
		  text-align: right;
		  margin-right: 15px;
		  padding: 10px;
		  padding-top: 0px;
		  cursor: pointer;
		  margin-bottom: 15px;

		}	


 }


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


   #produitsSimilaires .ImajArticleContener
  {
    height: 100px;
  }
 
  .ImajArticleContener img
  {
  height: 100px;
  }

#imajPrensipal
{
  width:90%;
  height: auto;
  max-height: 600px;
}


}


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

#imajPrensipal
 {
   width:90%;
   height: auto;
   max-height: 700px;
 }


}



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

  #produitsSimilaires .imj
  {
   width: 31%;
  }


   #produitsSimilaires .ImajArticleContener
  {
    height: 120px;
  }
 
  .ImajArticleContener img
  {
  height: 120px;
  }


#listFooter
{
 width: 400px;
}


 #imajPrensipal
  {
  width:80%;
  height: auto;
  max-height: 900px;
  }


 }

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

/*message dans articlePres*/

	 #ContentBlockMessage
		{
			width: 100%;
			height: 100%;
			background-color: rgba(195,195,195,0.8);
			padding-top: 60px;
				  
		}

		#messagesContener
		{
			width: 500px;
			height:250px;
		}

		#enTeteBoxMessage
		{
			font-size: 1.2em;
			padding-left: 5%;
		}

		#messageCase
		{
			height:200px;
			width:100%;
		}

		#message
		{
			width: 80%;
			height: 120px;
            padding: 10px;
			margin-left: 7%;

		}

 }


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

 #produitsSimilaires .imj
  {
   width: 23%;
  }

#imajPrensipal
{
  width:80%;
  height: auto;
  max-height: 1100px;
}

 #imagePrincipale .gallery
{
  
  width: 40px;
  height: 45px;
  border-radius: 4px;
  
}

#paragIntroImage, #recommendationText
{
 font-size: 1.4em;
}


 }




@media only screen and (min-width: 900px)
{
  #produitEtVendeurEtBlocAdds
  {   
 	display: flex;
   }


#imajPrensipal
 {
  width: 70%;
  height: auto;
  max-height: 1250px;
 }


#produitInfosEtVendeurInfos
{
  
	position: relative;
	margin-left: 30px;
		
}


}





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

#pageContent
{
 padding-bottom: 20px;

}

#paragIntroImage
{
 width: 520px; 
 text-align: left;

}


#produitEtVendeurEtBlocAdds
{
	display: flex;
	position: relative;
	background-color: white;
	padding-left: 5%;
	padding-right: 5%;
	
}


#venderDuProuduitEnfosEtContactText
{

  position: relative;
	
}

#vendeurDuProduit
{
	
	display: flex;
	flex-direction: row;
	
}

.photoDuVendeur
{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 7px;
  background-color: blue;
  color: white;
}

.photoDuVendeur div
	{
		margin-top: 10px;
	}

.nomDuVendeur
{
	margin-top: 9px;
	color: blue;
}

#vendeurEtInfo
{
	position: relative;
	background-color:rgba(178,178,178,0.2); 
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	
}


.infoVendeur
{
	 text-align: left;
	 font-size: 0.8em;
}

#imagePrincipale
{
	position: relative;
	
	text-align: center;
		
}

#produitInfosEtVendeurInfos
{
  
	position: relative;
	margin-left: 30px;
		
}


#imajPrensipal
{
  position: relative;
  width: 400px;
  height: auto;
  max-height: 600px;
  border-radius: 5px;

}


#imagePrincipale .firstImageGallery
{
	border:  solid red 2px;
}


#produitInfos
{
	margin-bottom: 15px;
	margin-top: 20px;
}


#produitInfos tr td
{
	padding: 5px;	
}

#blocAddsOUProduitsPopulairesOuProduitsAvecRabais
{
	position: relative;
	display: block;
	text-align: center;
  width: 250px;
  margin-left: 30px; 
}

#recommendationTextInBlocAdds
{
	display: none;
}



#recommendationText
{
   margin-left: 12%;
   margin-top: 50px;
   
}

#produitsSimilaires
{
margin-left: 8%;
margin-right: 8%;
position: relative;
box-shadow: 0px 0px 8px white inset;
}

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

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

 #produitsSimilaires .ImajArticleContener
  {
    height: 140px;
  }

  .ImajArticleContener img
  {
   height: 140px;
  }

#articlesRecommendes
 {
 	position: relative;
 	
 }

#articlesRecommendes .imjRecommend
   {
    text-decoration: none;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top:1%;
    margin-top: 5px;
    background-color: rgba(240,240,240,0.6)
   }

#articlesRecommendes .ImajArticleRecommendContener
{
  position: relative;
  width: 96%;
  height: 100px;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 2px;
}

.ImajArticleRecommendContener img
{
position: relative;
height: 100px;
max-width: 102%;
border-radius: 5px;
}    

 #articlesRecommendes .imjRecommend .prixRecommend

   {
     color: black;
   }

   #articlesRecommendes .imjRecommend:hover
  {
   box-shadow: 0px 0px 2px silver inset; 
  }


   /**entreprises **/



#contentEntrepriseList
{
 width: 65%;
 margin-left: 10%;
 padding-bottom: 20px;
}


#textIntro
{
	margin-left: 8%;
	font-size: 1.4em;
}

.profilEtNomEntreprise
{

	width: 75%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.profilEtNomEntreprise .photoProfil
{
width: 40px;
height: 40px;
}

.profilEtNomEntreprise .photoProfil span
{
	margin-top: 9px;
}

.profilEtNomEntreprise .nomEntreprise 
{
	margin-left: 5%;
	margin-top: 9px;
}

#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;
	}
    /**entreprises **/


 }


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

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

}








