:root {
	--blue: #1B85DD;
	--lightblue:#49B2FF;
	--darkblue:#2B4765;
	--label-color:#66728A;
	--font:Avenir;
}



@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Black.woff2) format("woff2"),url(../fonts/Avenir-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Oblique.woff2) format("woff2"),url(../fonts/Avenir-Oblique.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-HeavyOblique.woff2) format("woff2"),url(../fonts/Avenir-HeavyOblique.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Medium.woff2) format("woff2"),url(../fonts/Avenir-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Roman.woff2) format("woff2"),url(../fonts/Avenir-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-MediumOblique.woff2) format("woff2"),url(../fonts/Avenir-MediumOblique.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-LightOblique.woff2) format("woff2"),url(../fonts/Avenir-LightOblique.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Avenir Book;
    src: url(../fonts/Avenir-Book.woff2) format("woff2"),url(../fonts/Avenir-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir Book;
    src: url(../fonts/Avenir-BookOblique.woff2) format("woff2"),url(../fonts/Avenir-BookOblique.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Heavy.woff2) format("woff2"),url(../fonts/Avenir-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir-Light.woff2) format("woff2"),url(../fonts/Avenir-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}


html {
}
body {
	font-family: var(--font), Arial, sans-serif;
	color:#66728A;
	background:transparent;	
	margin:0;
	font-size:16px;
	padding:0;
}
* {
	font-family: var(--font), Arial, sans-serif;
	outline:none;
	box-sizing:border-box;
}
p { margin:0; padding:0;}

a {
	color:#66728A;
}
ul {
	list-style:none;
}
.texte_bleu {
	color:#1B85DD;
}

.fontSize1 {
	font-size:7pt;
}
.fontSize2 {
	font-size:9pt;
}
.fontSize3 {
	font-size:11pt;
}
.fontSize4 {
	font-size:13pt;
}
.fontSize5 {
	font-size:16pt;
}
.fontSize6 {
	font-size:18pt;
	font-weight:300;
}
.fontSize7 {
	font-size:24pt;
	font-weight:300;
}


