@keyframes bg {
  to {
    background-size: 100% 3px;
  }
}
@keyframes moveIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Sanofi";
  font-weight: 400;
  font-style: normal;
  src: url("../_fonts/sans/SanofiSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Sanofi";
  font-weight: 400;
  font-style: italic;
  src: url("../_fonts/sans/SanofiSans-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Sanofi";
  font-weight: 300;
  font-style: normal;
  src: url("../_fonts/sans/SanofiSans-Light.otf") format("opentype");
}
@font-face {
  font-family: "Sanofi";
  font-weight: 300;
  font-style: italic;
  src: url("../_fonts/sans/SanofiSans-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "Sanofi";
  font-weight: 700;
  font-style: normal;
  src: url("../_fonts/sans/SanofiSans-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Sanofi";
  font-weight: 700;
  font-style: italic;
  src: url("../_fonts/sans/SanofiSans-BoldItalic.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 400;
  font-style: normal;
  src: url("../_fonts/serif/SanofiSerif-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 400;
  font-style: italic;
  src: url("../_fonts/serif/SanofiSerif-Italic.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 300;
  font-style: normal;
  src: url("../_fonts/serif/SanofiSerif-Light.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 300;
  font-style: italic;
  src: url("../_fonts/serif/SanofiSerif-LightItalic.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 700;
  font-style: normal;
  src: url("../_fonts/serif/SanofiSerif-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SanofiSerif";
  font-weight: 700;
  font-style: italic;
  src: url("../_fonts/serif/SanofiSerif-BoldItalic.otf") format("opentype");
}
body {
  margin: 0;
  padding: 0;
}

.abs {
  position: absolute;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: 700;
  color: #68C184;
  text-transform: uppercase;
  margin: 0;
}

h2, .h2 {
  font-size: 35px;
}

p {
  margin: 0;
}

.bold, b, strong {
  font-weight: 700;
  font-style: normal;
}

.italic, i {
  font-style: italic;
}

.serif-bold {
  font-family: SanofiSerif;
  font-weight: 700;
}

.serif-bold-it {
  font-family: SanofiSerif;
  font-style: italic;
}

.lt {
  font-weight: 300;
}

.green {
  color: #68C184;
}

.white {
  color: white;
}

sup {
  font-size: 0.55em;
}

.fs-small {
  font-size: 11px;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
