/* *************************************************/
/*              Couleurs utilisees                 */
/* *************************************************/
/* dark_blue	: #258BCC */
/* light_blue 	: #9BB7D6 */
/* light_blue new	: #85b7d5 133,183,213 */
/* green 		: #9FC12B  159,193, 43*/
/* orange		: #D2471D */
/* white 		: #FFFFFF */
/* light_grey	: #D2CDCB */
/* dark_grey	: #595959 */
/* black		: #000000 */
/* red 			: #DC143C 
/* banner background :#DADDE2 */
/* banner color :#0E71B6 */
/* fond site :#D9DCE1 */
/* ancien form_left : #706b64 */
/* *************************************************/
/* Définition des polices personnalisées           */
/* *************************************************/
@font-face {
    font-family: 'amatic_scregular';
    src: url('../font/amaticsc-regular-webfont.eot');
    src: url('../font/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/amaticsc-regular-webfont.woff2') format('woff2'),
         url('../font/amaticsc-regular-webfont.woff') format('woff'),
         url('../font/amaticsc-regular-webfont.ttf') format('truetype'),
         url('../font/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'amatic_scbold';
    src: url('../font/amaticsc-bold-webfont.eot');
    src: url('../font/amaticsc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/amaticsc-bold-webfont.woff2') format('woff2'),
         url('../font/amaticsc-bold-webfont.woff') format('woff'),
         url('../font/amaticsc-bold-webfont.ttf') format('truetype'),
         url('../font/amaticsc-bold-webfont.svg#amatic_scbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../font/sourcesanspro-regular-webfont.eot');
    src: url('../font/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../font/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../font/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../font/sourcesanspro-bold-webfont.eot');
    src: url('../font/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../font/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../font/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../font/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cursive';
    src: url('../font/cursive-webfont.eot');
    src: url('../font/cursive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cursive-webfont.woff2') format('woff2'),
         url('../font/cursive-webfont.woff') format('woff'),
         url('../font/cursive-webfont.ttf') format('truetype'),
         url('../font/cursive-webfont.svg#cursive') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'French Script MT';
	/* src: url('../font/sourcesanspro-bold-webfont.eot'); */
	src: url('../font/FRSCRIPT.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dulcelin';
	/* src: url('../font/sourcesanspro-bold-webfont.eot'); */
	src: url('../font/Dulcelin.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
p, a, ul, li, h1 {
  color: black;
  margin: 0px;
}
.icon {
  height: 20px;
  width: auto;
}

