@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-family: SanofiSerif;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  margin: 0;
}

h1, .h1 {
  font-size: 55px;
}

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

h3, .h3 {
  font-size: 22px;
}

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;
}

.pink {
  color: #7A01E6;
}

.dark-purple {
  color: #23004C;
}

.gray {
  color: #5D5D5D;
}

sup {
  font-size: 0.55em;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

.fs-medium {
  font-size: 20px;
}

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

p {
  margin-bottom: 0;
}

.mt-large {
  margin-top: 30px;
}

.mt-normal {
  margin-top: 20px;
}

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

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 40px;
  }

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

  h3, .h3 {
    font-size: 18px;
  }
}

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