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

	  #panierPageContener
  {
  	position: relative;
  	margin-top: 30px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: white;
  	padding-top: 20px;
  	padding-bottom: 80px;
  	width: 100%;
  }	

  #panierContentEtText
  { 
  	position: relative;
  	width: 80%;
  	padding: 3%;
  	font: 1em Geneva, Arial, sans-serif;
    justify-content: center;
  }

  #panierContent
  {
  	position: relative;
  	width: 100%;	
  	margin-top: 20px;
  	margin-bottom: 30px;
  }

    #panierC_Text
  {
   font: 16px Arial, Helvetica, sans-serif;
   font-weight: bold;
  }

  .contener_imj_datails_act_artic
  {
  	width: 100%;
  	margin-top: 30px;
  }

  .imj_artic_panier
  {
  	display: inline-block;
  	position: relative;
  	width: 100%;
  }

 .contener_imj_datails_act_artic img
  {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
  }

  /*
  .artic_details
  {
  	width: 40%;
  }*/

 /*  .act_on_artic
 {
  	width: 30%;
  }*/

 .cntct_vend
  {
    background-color:#57D53B;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
      
 .suppr_artic
  {
    background-color:#F00020;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }



/*message*/

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

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

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

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

		}



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

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


/*message*/


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

}


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


}


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

	#listFooter
	{
	 width: 400px;
	}

 }

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

/*message dans monpanier*/

	 #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)
 {




 }



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

  #panierPageContener
  {
  	position: relative;
  	margin-top: 30px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: white;
  	padding-top: 20px;
  }	

  #panierContentEtText
  { 
  	position: relative;
  	display: none;
  	width: 65%;
  	font: 1em Geneva, Arial, sans-serif;
  }

  #panierContent
  {
  	width: 100%;	
  	margin-top: 20px;
  	margin-bottom: 30px;
  }

    #panierC_Text
  {
   font: 24px Arial, Helvetica, sans-serif;
   font-weight: bold;
  }

  .contener_imj_datails_act_artic
  {
    display: flex;
    justify-content: space-between;
  	width: 100%;
  	margin-top: 30px;
  	border: 1px solid grey;
  	padding: 20px;
  }

  .imj_artic_panier
  {
  	width: 25%;
  }

 .contener_imj_datails_act_artic img
  {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
  }

  .artic_details
  {
  	width: 40%;
  }

  .act_on_artic
  {
  	width: 30%;
  }

 .cntct_vend
  {
    background-color:#57D53B;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }
      
 .suppr_artic
  {
    background-color:#F00020;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }


 #messagePourPanierVide
 {
  font-size: 1.2em;
 }



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)
{

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

}



















