
/*Gradient ajusté pour longueur d'onde de 380 à 780
    <!--<div id="grad1"></div>-->
*/
#grad1 {
    height: 10px;
    background-color: #00bcd4; /* For browsers that do not support gradients */
    background-image: linear-gradient(to left, #610000, #ff0000, #ffff00, #00d5ff, #610061);
}


@font-face {
    font-family: segments;
    src: url('../assets/fonts/Segment7-4Gml.otf');
    font-weight:400;
}
@font-face {
    font-family: source-sans;
    src: url('../assets/fonts/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: source-sans-light;
    src: url('../assets/fonts/SourceSansPro-Light.ttf');
}



  h1,h2,h3,h4,h5,h6 {
      font-family: source-sans, sans-serif;
  }
html,body {
    font-family: source-sans-light, sans-serif;
    font-size:16px;
}



