:root {
	--couleur-base1: #FFF;
	--couleur-base2: #084471;
	--couleur-base1f: #FFF;
	--couleur-base2f: #084471;
}


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

	.cadreFleche {
		width: 150px;
		height: 150px;
	}

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

}


@media (max-width: 999px) {

	body,
	html {
		font-size: 14px;
	}

	#Haut.pageAccueil {
		height: 400px;
	}

	#NavP {
		background: var(--couleur-base2);
		width: 100%;
		height: auto;
		display: block;
	}

	.logoP {
		height: 80px;
	}

	.menuP {
		width: 100%;
		height: 40px;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		position: relative;
		margin-top: 90px;
		padding: 5px 0;
	}

	.boutonP a {
		padding: 1.2em;
	}

	.boutiqueP {
		background: var(--couleur-base2);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		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);
	}

	.caseRayon .nomRayon {
		height: 45px;
	}

	/* LISTING ------------------------- */
	.bandeauMenuCategorie {
		display: block;
		position: absolute;
		float: left;
	}
	.supCategorie {
	height: 200px;
	padding: 10px 0;
	}
	.zoneTitreRayon {
	width: calc(100% - 80px);
	height: auto;
	position: absolute;
	margin: 20px 0;
	left: 50%; 
	transform: translateX(-50%);
	}
	.zoneTitreRayon h1 {
	position: relative;
	top: 20px;
	left: 0;
	padding: 20px 0;
	}
	.photoSup {
	width:100%;
	max-width: 100%;
	}

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

	.cadreFleche {
		width: 120px;
		height: 120px;
	}

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

	.cadreFleche {
		width: 90px;
		height: 90px;
	}

	/* FICHE ------------------------------ */
	.photoPrim {
		width: calc(100% - 8px);
		height: inherit;
	}
	
	.caseChoixMenu{
	width:calc(98% - 12px);
	max-width: inherit;
	}
	.miniPhotoChoix {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	}
	.txtChoix {
	width: calc(100% - 75px);
	}
	.caseVariante{
	height: 30px;
	}


	/* PANIER ------------------------------ */
	.blocPanier {
		min-height: 95px;
		flex-wrap: wrap;
	}

	.photoPanier {
		width: 68px;
		height: 68px;
	}

	.detailPanier {
		width: calc(100% - 80px);
		height: inherit;
		min-height: 90px;
		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% - 90px);
		height: 24px;
		line-height: 24px;
		vertical-align: middle;
		color: #fff;
		background-color: var(--couleur-base2);
		margin-left: 10px;
		padding-right: 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;
	}

	#RdvAjax {
		padding: 2em;
		padding-top: 5em;
		width: 90%;
		z-index: 3;
		background-color: var(--couleur-base1);
		border-radius: 20px;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.annuleChangeRdv {
		position: absolute;
		top: 2em;
		right: 1em;
	}


	/* 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: 80px;
		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;
	}

	.comRetire {
		width: calc(100% - 20px);
	}

	/* CONTACT ----------------------------- */
	.blocCoord img {
		max-width: 100%;
	}

	/* PRESENTATION ----------------------- */
	.photoIllus {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

}