/*Classes générales*/

@font-face {
    font-family: 'dosis';
    src: url('../fonts/Dosis/Dosis-Light.ttf') format('TrueType');
}
@font-face {
    font-family: 'allema';
    src: url('../fonts/Allema/Allema.ttf') format('TrueType');
}
/*Couleurs*/
[class*="color1"]{

}
[class*="color2"]{
	background: #0A4D7F;
}
[class*="color3"]{

}

@media all and (min-device-width: 768px){
	
}
@media all and (min-device-width: 992px){
	
}
@media all and (min-device-width: 1200px){
	
}