@media (max-width: 1300px){
	body,html{
		font-size: 16px;
	}
	.iconeFBTop{ right: 5px; }
	.menuTop{
	width: calc(100% - 40px);
	padding: 0 20px;
	}
	.triplePhoto{
	height: 550px;
	}
	.triplePhoto.interne{ height: 450px ; }
	
	/* BASE ------------------ */
	.paraStd{
		width:calc(100% - 20px);
		padding: 0 10px;
	}
	
	.col50.maxi600{ width: calc(50% - 30px); max-width: inherit; }
	
	/* ACCUEIL ---------------- */
	.blocMHAcc{
	width: 360px;
	}
	.cadreMH{
	height: 250px;
	}
	.caseIconeMH{
	width: 50px;
	}
	
	/* LOCATION ----------------- */
	.blocMHListe{
	width: 360px;
	}
	
	/* DETAILS MH --------------------------- */
	.flex100.critere{ gap:15px; margin: 10px 0; }
	
}

@media (max-width: 1081px){
	:root{
    	--decalBase: 15px; /* var(--decalBase); */
	}
	
	/* TYPO -------------- */
	.titreH1{ font-size: 2.1em; }
	.titreH2{ font-display: 1.8em; }
	.titreH3{ font: 1.3em; }
	
	/* BASE ------------------- */
	.barreNav{
	height: 115px;
	align-items: flex-end;
	padding-bottom: 5px;
	}
	.menuTop{ 
		width: calc(100% - 60px);
		height: 70px;
		padding: 0 40px 0 20px;
	}
	.zoneMenu{
	width: calc(100% - 120px);
	}
	.coordTop{
		width: calc(50% + 75px);
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		position: absolute;
		top: -45px;
		left: 0;
	}
	.resaTop{
	width: 150px;
	height: 25px;
	}
	.triplePhoto{
	height: 400px;
	}
	.triplePhoto.interne{ height: 300px ; }
	.zoneAccrocheTop{
	bottom: 20px;
	}
	
	.colCoord{ min-width: 180px; }
	
	.blocOmbreResa{ display: none; }
	.barreDecoResa{
	height: 20px;
	}
	.blocResaTop{
		width: calc(100% - 80px);
		margin: 0 20px;
		clip-path: inherit;
		box-shadow: 0 0 5px #333333;
		justify-content: center;
	}
	.blocFomResa{ width: 170px; }
	.blocFomResa.double{ width: 260px; }
	
	.ligneMiniPhoto{
	gap:10px;
	padding: 0 10px;
	}
	.barreDecoMiniPhoto{
		height: 30px;
	}
	.miniPhoto{
	width: calc(24% - 20px);
	}
	.flex100{
	gap:15px;
	}
	.mobW{ flex-wrap: wrap; }
	
	
	/* ACCUEIL ------------------- */
	.rondAccIcone{
	width: 65px;
	}
	.zoneAccIcone{
	min-width: 90px;
	}
	.photoMH{
	width: 100%;
	height: 190px;
	}
	.colIconeMH{
	width: 100%;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	float: left;
	padding-bottom: 0;
	}
	.caseIconeMH{ width: 50px;	}
	.visuIconeMH{ width: 25px;	}
	
	.accCol30{
	width: 33%;
	}
	.blocTemoignage{
	margin: 0 2px;
	}
	
	/* SERVICES -------------------- */
	.servCol30{
	width: calc(50% - 70px);
	}
	
	
	/* EMPLACEMENT ------------------ */
	.blocIcone{
	width: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	position: relative;
	}
	.rondIcone{
	width: 60px;
	height: 60px;
	}
	
	/* LOCATION --------------------- */
	.boutSelMH{
	width: 110px;
	height: 30px;
	}
	.listeMH{
	gap: 20px;
	}
	.blocMHListe{
	width: 300px;
	}
	.bResaMHListe{
	width: 120px;
	height: 35px;
	}
	.bInfoMHListe{
	width: 120px;
	height: 35px;
	}
	
	/* DETAIL MH --------------------- */
	.flex100.critere{ margin: 15px 0; flex-wrap: wrap; justify-content: center; }
	.blocCritere{
	width: 65px;
	height: 80px;
	}
	.blocCritere.double{
		width: 150px;
	}

}

