@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 450px) {

h1 {
	font-size: 2.5em;
}

.sketchfab iframe {
	width:100vw;
	height:250px;
}

	
/*---------------------MENU PRINCIPAL-------------------*/

.navigation {
		display:none;
	}
/*
.contact,.charpente,.couverture,.zinguerie,.drone,.container,footer {
		display:none;
	}
*/
	
.navigationMobile {
		display: block;
	}

	.logoNav {
		width:200px;
		margin: 0 auto;
	}
	.logoMobile {
		width:100%;
	}
	
	nav {
		width:100%;
	}
	
	nav ul {
		margin:0;
	}
	
	nav a{
	font-size: 0.7em;
	}

	.bloc-gauche.couverture {
		background-size: cover;
		background-position: left;
	}
	.intersection {
		display: none;
	}
	.ligneVerticale {
		margin: 1em 0;
	}

	.conteneur-imgExemple {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width:70%;
		margin:0 auto;
	}
	
	.conteneur-imgExemple-droit {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width:70%;
		margin:0 auto;
		left:1.5em;
	}
	
	.bloc-gauche.zinguerie {
		background-position: center;
	}
	
	.ligneBoxDroit {
		flex-direction: column;
	}
	
	.drone {
		height:auto;
	}
	.boxDrone {
	width:70%;
	margin:0 auto;
	margin-bottom: 1em;
	}
	
	.contact {
		height: auto;
	}
	.texte {
		padding-bottom: 1em;
	}
	
	.box04{
		display: block;
		position: relative;
/*		text-align: center;*/
		margin: 0 auto;
		margin-left: 3em;
		padding-bottom: 1em;
	}
	
	.infoContact{
		display: none;
	}
	

	
	.formContact {
		flex-direction: column;
	}
	
	.box01,.box02,.box03 {
	width:80%;

	}
	
	.box03 {
		top:0;
		padding-bottom: 2em;
	}
	
	.mentions {
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items : flex-start;
	}
	
	.infoLegale, .infoPublication {
	width:100%;
	}
	
}



