
@media only screen and (max-width: 800px)
  {
    #recommendationText
	  {
	   font-size: 1.2em;
	  }
  }

@media only screen and (max-width: 400px)
  {
    #recommendationText
	  {
	   font-size: 1.1em;
	  }

  }

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

    #categorieEtListeETBouton
    {
    	display: none;
    }

    #sliderEtrecommendation
	{  
       width: 95%;
       margin: 0px auto;
       padding-bottom: 85px;
	}
    
	#recommendation
	{
	 position: relative;
	 box-shadow: 0px 0px 8px white inset;  
	}

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

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

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

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

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


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

	#recommendation .ImajArticleContener
	{
		height: 100px;
	}


	.ImajArticleContener img
	{
	 height: 100px;
	}
	
}


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

	#recommendation .imj
	{
	 width: 31%;
	 margin-left:1.7%;
	}

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


	.ImajArticleContener img
	{

	position: relative;
	height: 120px;
	}

	#listFooter
	{
	 width: 400px;
	}

 }


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

 	#recommendation .imj
	{
	 width: 23%;
	 margin-left:1.6%;
	}

	#menuCategoryPhTb
	{
	 font-size: 1.2em;
	}

 }



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

    #accueilContent
    {
      display: flex;

    }

	#categorieEtSonBoutonCacher
	{
	display: flex;
	margin-left: 8px;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 15px;
	}


	#categorieEtListeETBouton
	{
	/*position: -webkit-sticky;	
	position: sticky;*/
	display: block;
	background-color: white;
	width: 230px;
	min-height: 580px;
	box-shadow: 0px 0px 5px silver inset;
	min-width: 200px;
	margin-left: 10px;
	} 

	#categorieList
	{
	margin-top: -10px;
	list-style: none;
	}
	#categorieList li
	{
	margin-left: -25px;
	margin-top: 10px;
	color: grey;
	}
	#categorieList li a
	{
	text-decoration: none;
	color: grey;

	}

	#categorieList li a:hover
	{
	color: #F00020; 
	font-weight: bold;
	}


	#boutonCacherMenuCategorie
	{
	margin-left: 5px;
	}

	#sliderEtrecommendation
	{  
       width: 80%;
       margin-left: 20px;
       margin-top: 10px;
       padding-bottom: 20px;

	}

	#recommendationText
	{
	margin-top: 10px;
	}

	#recommendation
	{
	 box-shadow: 0px 0px 8px white inset;
  
	}

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

	#recommendation .ImajArticleContener
	{
		height: 140px;
	}

	.ImajArticleContener img
	{
	 height: 140px;
	}


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

}



















