/***************************************************************************/
/**** GENERALITES **********************************************************/
/***************************************************************************/
body
{
	background-color: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
}

a
{
	color: #588B8B;
}
a:hover
{
	text-decoration: underline;
}

h2
{
	color: #666;
}

/* Étoile pour les champs requis des formulaires */
.required:after
{
	color: #f00;
	content: "*";
	margin-left: 5px;
}

/* Sortable */
.ui-sortable-placeholder
{
	box-sizing: border-box;
	border: 2px dashed #cccccc;
	visibility: visible !important;
}


body.empty .bloc-5-sens,
body.empty .bloc-titre-appli,
body.empty .bloc-logo,
body.empty .bloc-form
{
	text-align: center;
	margin: 50px 0px;
}

body.empty .bloc-titre-appli
{
	margin: 100px 0px;
}

@media screen and (max-width: 768px) {
  	body.empty .bloc-titre-appli
	{
		margin: 40px 0px;
	}
}

body.empty .bloc-form
{
	text-align: inherit;
	margin: 14% 0px 0px 0px;
}

body.empty .bloc-5-sens img,
body.empty .bloc-titre-appli img,
body.empty .bloc-logo img
{
	width: 70%; height: auto;
}

body.empty .bloc-titre-appli img
{
	width: 100%; height: auto;
}

#login-page .btn-login
{
	background: none;
	border:none;
	
}

#login-page .btn-login img
{
	max-width: 100%;
	height: auto;
}

#login-page .bloc-bouton
{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-items: end;
}

footer#main-footer
{
	color: rgba(255, 255, 255, 0.7);
}




