

/*****************
 *   COULEURS    *
 *****************/
 
body {
    --couleur-blanc: 	#FFFFFF;
    --couleur-noir: 	#161616;
	
	/* Vert */
    --couleur-1-dark: 	#395144;
    --couleur-1-medium: #9ca8a1;
    
	/* Orange */
	--couleur-2-dark: 	#954C2B;
	--couleur-2-light: 	#caa595;

	/* Vert */
	--couleur-3-dark: 	#395144;
	--couleur-3-light: 	#9ca8a1;
	
	--font-size-normal: 18px; 
	}


/*******************
 *     HEADER      *
 *******************/

#wrapperHeader{
	background-color: var(--couleur-blanc);
	background-image: linear-gradient(to bottom, #ffffff, #9ca8a1);
	display:block;
	width:100%;
	height:247px;	
	}
		
#headerLogo{
	background: none;
	width:100%;
	height:175px;	
	padding: 36px 0 36px 0;
	}
	
	
h1{
	background-color: var(--couleur-1-dark);
	background-image: none;
	}	
	
.fondVert h2,
.fondVert p{
	font-size: 18px;
	font-family: 'Archivo Narrow';	
	}
	
.fondVert h2{
	margin-bottom: 0;
	}

.fondVert h2:first-child{
	background: transparent url('../../commun/images/template/i.png') no-repeat center left;
	background-size: auto 28px; 
	margin: 0;
	padding :0 0 0 35px;
	font-size: 18px;
	height:48px;
	line-height:48px;
	font-weight:bold;
	}	
