/* CSS Document */
html {
    font-size: 62.5%;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}
#container-main-menu{padding:0;}

div.labelBox
{
	width: 100%;
	font-family: 'Lato','Lato',"NotoSans-Bold",sans-serif;
	padding: 9px 5px 9px 15px;
	color: #fff;
	background-color: #3258B2;
	position: relative;
	left: 0px;
	text-align: left;
	top:0px;
	font-size:11px;
	text-transform:uppercase;
	display:inline-block;

}
div.labelBoxOK
{
	color: #3258B2;
	background-color: #f7f8f8;
	border-bottom: 1px solid #cdd0d2;
}
div.labelBoxGray
{
	color: #3258B2;
	background-color: #f7f8f8;
	border-bottom: 1px solid #cdd0d2;
}

.labelBoxOK::after
{
	background: url("icon_selected_tick.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: -4px 0 0 8px;
    color: transparent;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
div.contentBox
{
	padding:12px;
	width:100%;
}
div.intro
{
	text-align:center;
}
div.center
{
	text-align:center;
}
/*bloc intro */
.row.header_title {
    text-align: center;
}
#container-intro
{
	margin-top:20px;
}

/* jquery ui*/

.ui-datepicker table {
    font-size: 1.2em;
}
.ui-widget-content {
    font-family: inherit;
}

/* /jquery ui*/


/*  bloc de texte */
div.intro_text
{
	text-align:center;
	margin:auto;
	max-width:90%;
	margin-top:20px;
}

div.intro_text h1
{
	font-weight: bold;
margin-bottom: 20px;
font-size: 2.5rem;
}