.typo-grise{
	color: #bdbfb7;
	text-transform: uppercase;
	font-size: 20px;
}

.typo-bleue{
	color: #50768f;
	text-transform: uppercase;
	font-size: 20px;
}

.picto-map{
	font-size: 70px !important;
	color: #50768f;
	margin-bottom: 20px;
}

.txtalc{
	text-align: center;
}

.mgt10{
	margin-top: 10px;
}

.mgt20{
	margin-top: 20px;
}

.mgt-logo{
	margin-top: 8%;
}

.mgt30{
	margin-top: 30px;
}

.mgt40{
	margin-top: 40px;
}

.mgt50{
	margin-top: 50px;
}

.mgt60{
	margin-top: 60px;
}

.mgt70{
	margin-top: 70px;
}

.mgt80{
	margin-top: 80px;
}

.mgt90{
	margin-top: 90px;
}

.mgt100{
	margin-top: 70px;
}


/********************** media *************************/

/* Large desktops and laptops */
@media (min-width: 1440px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 1200px) and (max-width: 1440px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.typo-grise{
		font-size: 15px;
	}

	.typo-bleue{
		font-size: 15px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.mgt-logo{
		margin-top: 5%;
	}
	
		.typo-grise{
		font-size: 13px;
	}

	.typo-bleue{
		font-size: 13px;
	}
}
