/* ALTAIR - Ajout NBL */

/* HEADER */
.hero{
	position: relative;
	justify-content: center;
	min-height: 40vh;
	/* Pour le bandeau de l'ADP */
	/* color: #fff; */
	color: #031308;
	text-align: center;
	cursor: pointer;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #031308;
	z-index: -1;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0;
}

/* GENERAL */
h3 {
    color: #0973d6 !important;
    text-transform: none !important; 
    font: normal 28px 'Open Sans', sans-serif;
}

h4 {
    color: #0973d6 !important;
    text-transform: none !important; 
    font: bold 22px 'Open Sans', sans-serif;
    margin-bottom: 35px;
}

#bloc1 {
    background-color: #0973d6; 
    color: white; 
    padding: 1em; 
    /* width: 60%;  */
    text-align: justify; 
    margin-bottom: 50px;
    line-height: 1.5em;
}

#bloc2 {
    padding: 1em; 
    /* width: 70%;  */
    text-align: justify; 
    margin-bottom: 50px;
    line-height: 1.5em;
}

ul {
    list-style: inside;
    margin-bottom: 50px;
    margin-left: 10%;
}

#bloc-contact {
    
}

#bloc-contact > div {
    background-color: #0973d6; 
    color: white; 
    padding-bottom: 0.5em; 
    width: 40%;
    text-align: center;
    margin-left: 30%;
    line-height: normal;
    font-size: 14px;
}

#bloc-contact a {
    font-size: 18px;
}

section h3.title {
	color: #414a4f;
	/* text-transform: capitalize;  */
	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

section p {
	/* max-width: 800px; */
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

section h6 {
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}