.bg {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	margin: 0;
	color: #707070;
	font-size: 24px;
	line-height: 1.5;
	background: white;
	-webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
.bg a {
	color: #2E54AA !important;
	text-decoration: none;
}
.bg a:hover, a:focus {
	text-decoration: underline;
}
.bar {
	background-image: url('../images/barre.png');
	background-size: cover;
	background-position: center;
	background-repeat: repeat-x;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 40px;
}
.bg h1 {
	text-transform: uppercase;
	font-size: 40px;
	color: #89B72E;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 40px;
}
.bg h2 {
	color: #89B72E;
	font-weight: 400;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.omh {
	margin-bottom: 50px
}
.omh address {
	margin-bottom: 0;
}
.bg .alert.alert-danger {
	background-color: #004591;
	color: white;
}
.bg .alert {
	font-size: 35px;
}
.dessin {
	width: 100%;
}
@media (max-width: 991px) {
	.dessin {
		width: 60%;
	}
}
strong {
	color: #004591;
}
.bg .alert.alert-danger > strong {
	color: #89B72E;
}