@media (max-width: 1299px){

	#Haut.pageAccueil{ height: 500px; background-image:url("photo/bg/back-acc-moy.jpg"); }

	.menuP{ width:400px; }

	/* INDEX -------------------- */
	.sloganP{ margin-top: calc((500px - 120px)/2); }

	.caseProduit{
		width:250px;
		height: 315px;
		margin: 20px 10px 20px 10px;
	}
	.caseCadrePhoto{ height: 265px; }

	.caseRayon{ height: 253px; }

	/* BOUTIQUE --------------------- */
	.caseListing{
		width:210px;
		margin: 0 10px 30px 10px;
	}
	.caseCadrePhoto.listing{ height: 223px; }

	/* FICHE --------------------- */
	.photoPrim{
	width:440px;
	height: 383px;
	}

}


@media (max-width: 999px){
	body,html{
	font-size: 14px;
	}
	
	#Haut.pageAccueil{ height: 400px; }
	#NavP{
    width:100%;
    height: auto;
    display: block;
	}
	.logoP{ height: 80px; }
	.menuP{
		width:100%;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		position: relative;
		margin-top: 90px;
		padding: 5px 0;
	}
	.boutiqueP{
    width: 180px;
	display: flex;
	justify-content: space-between;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
	}
	.boutonCo{ margin-right: 0; }
	
	#Bas{
    margin-top: 40px;
	}
	
	
	.pageSTD{
    margin: 20px 0;
	}
	.flexFull{
    margin: 25px 0;
	}
	.flex1300{
    margin: 25px 0;
	}
	.col50{
		width:96%;
		margin: 2%;
	}
	
	/* INDEX -------------------- */
	.sloganP{ margin-top: calc((400px - 160px)/2); }
	
	.caseProduit{
		width:200px;
		margin: 10px;
	}
	.caseCadrePhoto{ height: 210px; }
	
	.caseRayon.T50{ width:calc(50% - 50px); }
	.caseRayon.T30{ width:calc(50% - 50px); }
	.caseRayon.T25{ width:calc(50% - 50px); }
	
	/* LISTING ------------------------- */
	.bandeauMenuCategorie{
	display: block;
	position: absolute;
	float: left;
	}
	.enteteCategorie{
		width:calc(100% + 10px);
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		background-color: #000000;
		text-align: right;
		margin-bottom: 10px;
		position: relative;
		float: left;
		display: inline-block;
		margin-top: -5px;
		margin-left: -5px;
	}
	.menuCategorie{
		width:220px;
		height: calc(100% - 10px);
		padding: 5px;
		border: 1px solid #cccccc;
		position: fixed;
		top: 0;
		margin-left: -240px;
		z-index: 5;
	}
	.menuCategorie.vue{
		margin-left: 0;
	}
	#VueChargement{
	width:calc(100% - 10px);
	margin-left: 5;
	}
	#ZoneListing{
	width:calc(100% - 45px);
	margin-left: 35px;
	z-index: 1;
	}
	.pageListing{
	justify-content: center;
		z-index: 1;
	}
	.caseListing{
	margin: 0 5px 30px 5px ;
	}
	
	/* FICHE ---------------------------- */
	.paraFirstProd{
	flex-wrap: wrap;
	row-gap:20px;
	}
	.colPhoto{
	width:calc(100% - 20px);
	margin: 0 10px;
	}
	.colPresentProd{
	width:calc(100% - 20px);
	max-width:450px;
	margin: 0 10px;
    left: 50%;
    transform: translateX(-50%);
	}
	
	/* PANIER ---------------------------- */
	.listePanier{
	width:calc(100% - 20px);
	border-bottom:20px solid #dddddd;
	margin-bottom: 10px;
	}
	.recapPanier{
	width:calc(100% - 20px);
	margin-left: 0;
	}
	.ligneComPanier.port > .flexLibre{ justify-content: flex-start; }
	
	/* COMMANDE -------------------------- */
	.totalPanier{
		width:calc(100% - 16px);
		background-color:#000000;
		color: #ffffff;
		padding: 8px;
	}
	
	/* CONTACT --------------------------- */
	.blocCoord{ width:31%; }
	
}


/* MOBILE ---------------------------------------------------
--------------------------------------------------------------- */
@media (max-width: 679px){
	body,html{
	font-size: 12px;
	}
	
	.message{ width:calc(100% - 50px); }
	
	/* LISTING ---------------------------- */
	.caseListing{
    width:140px;
	}
	.caseCadrePhoto.listing{
	height: 150px;
	}
	
	/* FICHE ------------------------------ */
	.photoPrim{
	width:calc(100% - 8px);
	height: inherit;
	}
	
	
	/* PANIER ------------------------------ */
	.blocPanier{
	height: inherit;
	flex-wrap: wrap;
	}
	.photoPanier{
	width:68px;
	height: 68px;
	}
	.detailPanier{
	width: calc(100% - 80px);
	height: inherit;
		min-height: 70px;
	margin-left: 10px;
	}
	.qtePanier{
	width:68px;	
	margin-top: 5px;
	}
	.quantiteNum.panier{
	width:100%;
	display: block;
	}
	input[type="text"].caseQuantite.panier{
    width:calc(100% - 42px);
	float: left;
	position: relative;
	}
	.quantiteBouton.panier{
	width: 20px;
	height: 20px;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	}
	.ssTotalPanier{
	width:calc(100% - 80px);
    height: 24px;
    line-height: 24px;
	vertical-align: middle;
	background-color: #dddddd;
	margin-left: 10px;
	text-align: right;
	}
	.bSupprPanier{
	width:20px;
	height: 20px;
	border: 1px solid #dddddd;
	text-align: center;
	position: absolute;
	float: left;
	top:0;
	right: 0;
	z-index: 2;
	}
	
	/* COMPTE ----------------------------- */
	.mobwrap{
		flex-wrap: wrap;
	}
	.caseCompte{
    width:150px;
    height: 150px;
    margin: 5px;
	}
	
	.mobOff{ display: none;}
	.compteLigneCommande{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	
	.blocPanier.commande{
	flex-wrap: nowrap;
	}
	.detailCom{
	width: calc(100% - 120px);
	min-height: 70px;
	margin: 0 5px;
	border-right: 1px dashed #999999;
	}
	.ssTotalCom{
	width:70px;
	text-align: right;
	}
	
	.comAdresse{
    width:calc(100% - 20px);
    align-items: stretch;
    border: 1px solid #cccccc;
    position: relative;
    float: left;
    margin: 5px 0;
    padding: 0 0 8px 0;
	}
	
	/* CONTACT ----------------------------- */
	.blocCoord img{
		max-width: 100%;
	}
	
	/* PRESENTATION ----------------------- */
	.photoIllus{
		width:100%;
		max-width: 400px;
		height: auto;
	}
	
}