@media(max-width:1000px){
	.ListProduits li{
		width:32.333333%;
	padding:0.5%;
	}
}



@media(max-width:900px){
	.NotMobil{
		display:none;
	}
	.Mobil{
		display:inline;
	}
	
	.CommandeSpeciale .NotMobil{
		display:inline;
	}
	.CommandeSpeciale .Mobil{
		display:none;
	}
	
	.W50{
		width:100%;
		padding:0;
	}
	.Full p{
		padding:0 10px;
	}
	.W33, .Vente .W33{
		width:49.6%;
	}
	.Vente .W33:first-child{
		width:100%;
	}
	.Vente .W33{
		display:inline-block;
		width:49.6%;
		border:0;
	}
	.Vente .Full{
		display:inline-block;
	}
	
	.ButtonCTA{
		margin-bottom:20px;
	}
	
	
	.Footer .W33{
		        width: 100%;
        text-align: center !important;
        padding: 10px 0;
	}
	
}


@media(max-width:800px){
	.ListProduits li{
		width:49%;
	padding:0.5%;
	}
}



@media(max-width:600px){
	.Contain50{
		width:96%;
		padding: 1%;
    border: 1px solid #000;
    margin: 1% 0.5%;
	}
	body.commande .Contain50 {
		width:97%;
	}
	body.commande input[type=submit]{
		width:100%;
	}
	.ListProduits li{
		width:99%;
	padding:0.5%;
	}
	
	.CommandeSpeciale .NotMobil{
		display:none;
	}
	.CommandeSpeciale .Mobil{
		display:inline;
	}
	.W33, .Vente .W33{
		width:100%;
	}
	
		
	.centered-text img{
		max-width:300px;
	}
	.ReseauSociaux{
		width:25%;
	}
	.ReseauSociaux a{
		display:inline-block;
		padding:0 2%;
	}
	.ContactTop{
		width:auto;
	}
	.FormCommande input {
    padding: 5px;
    width: 100%;
    max-width: 270px;
	}
	
}