/* RESET */
   
*{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	line-height: 1;
	color: white;
}

a{
    outline: 0 !important;
}

input{
	outline: 0 !important;
}

textarea:focus, input:focus{
    outline: none;
}

select:focus, input:focus{
    outline: none;
}



body {
	background: #3c3c3b;
	margin: 0 auto;
	text-align: center;
	padding: 100px;
	font-family:'Fira Sans', sans-serif;
}

img {
	width: 40%;
	margin-bottom: 50px;
}

.adresse p {
	color: white;
	line-height: 1.7;
}


.adresse h1 {
	color: white;
	line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 1400px){



}

@media (max-width: 1199px){


	body {
		padding: 25px;
		padding-top: 70px;

	}

	img {
		width: 100%;
		margin-bottom: 50px;
	}

	.adresse h1 {
		font-size: 22px;
	}

}

@media (max-width: 991px) {
}

@media (max-width: 767px){


}