body
{
	line-height: 2 !important; /* Bug section contact, à changer */
}

#navbarResponsive
{
	flex-grow: 0.5;
}

#db_contact_form_submit_section
{
	padding-left: 0;
	padding-right: 0;
}

/* Div du loader */
#db_cover_div
{
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top:0; 
	left: 0; 
	background: #1e1e1e; 
	z-index:9999;
}

#loader_message
{
	color : #ffffff;
	text-align: center;
	display: none;
}

/* Loader */
#db_loader_before_div 
{
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #ffb200;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: 10em auto auto auto;
}

#warning_loader
{
	font-size: 50px;
}

#loader_message
{
	margin-top: 2em;
	color : #ffffff;
	display: none;
	text-align: center;
	margin-left: 30%;
	margin-right: 30%;
	font-size: 16px;
}

#db_contact_form_submit_section
{
}

.contact_subsection
{
	color: white;
	text-align: center;
	font-size: 30px;
}

/* Animation du loader */
/* Safari */
@-webkit-keyframes spin 
{
	0%
	{ 
		-webkit-transform: rotate(0deg); 
	}
	100% 
	{ 
		-webkit-transform: rotate(360deg); 
	}
}

/* Autres */
@keyframes spin 
{
	0% 
	{ 
		transform: rotate(0deg); 
	}
	100% 
	{ 
		transform: rotate(360deg); 
	}
}

.masthead
{
	height : 100vh; /* Hauteur du viewport */
}