@media screen and (max-width: 1199px){
	body,html{
	font-size: 14px;
	}
	
	#Top{
	height: 600px;
	}
	.barreMenuP{
	gap:5px;
	}
	.boutonMenuP{
	padding: 0 10px;
	}
	.barreTitrePage{
	height: 135px;
	}
	.decoPointeTitre{
	width: 135px;
	height: 165px;
	}
	.titrePage{
	font-size: 3em;
	}
	.panoAccueil{
	width: 100%;
	height: calc(100% - 135px);
	}
	
	.colLogoBas{
	width: 230px;
	}
	.cadreLogoBas{
	width: 100%;
	}
	.colDevisBas{
	width: 230px;
	}
	.colCoord{
	width: 260px;
	}
	
	
	.decoAccueil{
	background-size: cover;
	}
	
	/* ACCUEIL -------------------------- */

	.presentLong{
	min-height: 170px;
	}
	
	/* PROJET -------------------------- */
	.zoneProjet{
	width:32%;
	}
	
	/* SOLUTIONS ----------------------- */
	.zoneSolution{
	width:calc(33% - 12px);
	}
	
	
}

/* TABLETTE --------------------------------- */
@media screen and (max-width: 799px){
	
	/* TYPO ------------------------------------ */
	.titrePage{
		font-size: 2.5em;
	}
	/* -------------------------------- */
	
	#Top.interne{ height: auto; }
	
	.caseTopTel{ width: 160px; }
	.caseTopContact{ width: 160px; }
	.caseTopContact img{ display: none; }
	
	.barreMenuP{ display: none; }
	.barreMenuMob{
		width: 100%;
		height: 45px;
		border-bottom: 1px solid #ffffff;
		background-color: #00222e;
		position: relative;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		gap:10px;
		z-index: 3;
	}
	.accesMenu{
		font-size: 1.3em;
		font-weight: bold;
		color: #ffffff;
		position: relative;
		float: left;
	}
	.flecheMob{
		width: 15px;
		height: 10px;
		background-color: #ffffff;
		position: relative;
		float: left;
		clip-path: polygon(50% 45%, 100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
	}
	.ssMenuMob{
		width: 100%;
		max-height: 0;
		background-color: #ffffff;
		position: absolute;
		float: left;
		top: 100%;
		left: 0;
		overflow: hidden;
		transition: all 0.4s;
		z-index: 5;
	}
	.ssMenuMob.depli{ max-height: 600px; }
	.boutonMenuM{
		width: 100%;
		font-size: 1.1em;
		padding: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #00222e;
		position: relative;
		float: left;
	}
	.boutonMenuM.actif{ color:#d49d27; }
	.boutSsmenuM{
		width: 100%;
		font-size: 0.9em;
		padding: 10px 0;
		background-color: #f4f4f4;
		display: flex;
		justify-content: center;
		align-item: center;
		border-bottom: 1px solid #cccccc;
		position: relative;
		float: left;
	}
	.boutSsmenuM.actif{ color:#d49d27; }
	
	.barreTitrePage{ height: auto; padding: 10px 0; }
	.barreTitrePage.interne{ 
	height: auto;
	padding-top: 10px;
	background-size: auto 45%;
	background-position: left top 80%;
	position: relative;
	}
	.decoPointeTitre{
		width: 20px;
		height: calc(100% + 20px);
		clip-path: none;
		top: -10px;
	}
	.decoPointeTitre.interne{
		width: 20px;
		height: calc(100% + 20px);
		clip-path: none;
		top: -10px;
	}
	.traitTitrePage{
		display: none;
	}
	
	.zoneCoordBas{ flex-wrap: wrap; }
	.colLogoBas{
		width: calc(100% - 20px);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	.cadreLogoBas{ width: 90%; }
	.colCoord{ width: 100%; margin: 15px 0; }
	.colDevisBas{
		width: 100%;
		height: auto;
		justify-content: center;
		border-top: 1px solid #ffffff;
	}
	.visuDevisBas{ display: none; }
	
	.ligneFlex{ flex-wrap: wrap; }
	.col50{
		width: calc(100% - 30px);
		padding: 0 15px;
		margin: 20px 0;
	}
	.col50.ssmarge{ width: 100%; padding: 0; }
	.col50.centreMob{ text-align: center; }
	
	.paraSimple{ margin: 30px 0; }
	.paraSimple.coller{ margin: 0 0 30px 0; }
	.paraFull{	margin: 30px 0;	}
	
	/* IMG ------------------------ */
	.photoHaute{ width:225px; }
	
	/* ACCUEIL ------------------ */
	.tramePhoto p{
	width: calc(100% - 80px);
	text-align: center;
	white-space: normal;
	margin-top: 20px;
	}
	.nomDoublePhoto{
	min-width: inherit;
	font-size: 1em;
	padding: 5px 10px;
	}
	
	/* SOLUTIONS --------------------- */
	.zoneSolution{
	width:calc(50% - 20px);
	}
	
	/* PROJET ------------------------ */
	.menuProjet{ display: none; }
	.zoneProjet{
	width:calc(50% - 20px);
	}
	
}


/* MOBILE --------------------------------- */
@media screen and (max-width: 499px){
	
	.titrePage{ line-height: 1em; }
	
	/* IMG ------------------------ */
	.photoHaute{ width:auto; height: 210px; }
	.imMH{
	max-height: 300px;
	width: auto;
	display: block;
	}
	
	/* ACCUEIL ------------------ */
	.tramePhoto{
	align-items: flex-start;
	}
	
	.nomBContact{
	font-size: 1.5em;
	}
	
	/* SOLUTIONS --------------------- */
	.zoneSolution{
	width:calc(100% - 20px);
	}
	
	/* PROJET ------------------------ */
	.zoneProjet{
	width:calc(100% - 20px);
	}
	
}