@charset "utf-8";
/* CSS Document */


.titre_accueil{
color: #1a9cd4;
    font-size: 65px;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1%;
    line-height: 1.1;
    font-weight: bold;
	    margin-bottom: 70px;
}

.titre_rubrique{
	/*color: #677980; */
  	color: #5C6F75;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;    letter-spacing: 0.5em;
}
/* WCAG Level AA */
.titre_rubrique_dark{
    color: #5C6F75;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;    letter-spacing: 0.5em;
}

.intro_rubrique{
	font-weight: lighter;
	color: #283c46;
	font-size: 30px;
	text-align: center;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.titre_customaccueil_references{
	color: #283c46;
    text-align: center;
    font-size: 45px;
    font-weight: lighter;
    margin-top: 50px;
    padding-top: 80px;
}


.public_concerne{
	    color: #283c46;
    font-weight: bolder;
    font-size: 20px;
    background-image: url(../img/public.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 4px;
	padding-bottom: 3px;
}


.objectif{
    color: #283c46;
    font-weight: bolder;
    font-size: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/objectif.png);
    padding-left: 40px;
    padding-top: 4px;
    padding-bottom: 3px;
}


.puce_lieux{
	background-image: url(../img/puce_lieux.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bolder;margin-top: 20px;
    margin-bottom: 10px;
}

.puce_jours{background-image: url(../img/puce_jours.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bolder;margin-top: 20px;
    margin-bottom: 10px;
	
}

.puce_devis{background-image: url(../img/puce_devis.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bolder;margin-top: 20px;
    margin-bottom: 10px;
	
}

