html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font: 100% Inter, sans-serif;
  color: #000e51;
  font-weight: 300; }

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

body > header, body footer {
  background: #000e51;
  color: #fff;
  position: relative; }

body > header {
  padding: 0 10em; }
  @media screen and (max-width: 920px) {
    body > header {
      padding: 0 2em; } }
  body > header .logo {
    background: url("/static/images/logo-kozea-white.svg") no-repeat center;
    display: block;
    height: 4em;
    width: 175px; }
    @media screen and (max-width: 920px) {
      body > header .logo {
        margin: 0 auto; } }
  body > header:not(.hero) {
    background: white;
    border-bottom: 1px solid #d7d7ec;
    color: #000e51;
    position: sticky;
    top: 0;
    z-index: 10; }
    body > header:not(.hero) .logo {
      background: url("/static/images/logo-kozea.svg") no-repeat center; }
    body > header:not(.hero) nav.primary ul li.active a {
      color: #006fff; }
    body > header:not(.hero) nav.primary ul li:hover a {
      color: #006fff; }
    body > header:not(.hero) nav.primary ul li a::after {
      background: #006fff; }
    @media screen and (max-width: 920px) {
      body > header:not(.hero) {
        position: initial; } }
body > footer {
  padding: 0 10em; }
  @media screen and (max-width: 920px) {
    body > footer {
      padding: 0 2em; } }
  body > footer .lower {
    padding: 2em 0; }
    @media screen and (max-width: 580px) {
      body > footer .lower {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1em 0; }
        body > footer .lower .left, body > footer .lower .right {
          flex: 1 100%; }
        body > footer .lower .left {
          order: 1;
          text-align: center; }
        body > footer .lower .right {
          order: 0; }
          body > footer .lower .right ul {
            justify-content: center; } }
  body > footer .upper {
    padding: 2em 0; }
    @media screen and (max-width: 1200px) {
      body > footer .upper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1em 0; }
        body > footer .upper .left,
        body > footer .upper .center,
        body > footer .upper .right {
          flex: 1 100%; }
        body > footer .upper .left img {
          margin: 0 auto; }
        body > footer .upper .center ul {
          justify-content: center; } }
    @media screen and (max-width: 580px) {
      body > footer .upper .center ul {
        flex-wrap: wrap;
        text-align: center; }
        body > footer .upper .center ul li {
          flex: 1 100%; } }
  body > footer .logo {
    display: block;
    height: 4em; }
  body > footer hr {
    border: none;
    background: white;
    height: 1px;
    margin: 0; }

.columns3-middle-expanded {
  align-items: center;
  display: flex; }
  .columns3-middle-expanded .left, .columns3-middle-expanded .right {
    flex-basis: 0px;
    flex-grow: 1; }
  .columns3-middle-expanded .center {
    margin: 0 2em; }
    @media screen and (max-width: 920px) {
      .columns3-middle-expanded .center {
        margin: 0; } }
  @media screen and (max-width: 920px) {
    .columns3-middle-expanded {
      flex-wrap: wrap; } }
.columns2-right-expanded {
  align-items: center;
  display: flex; }
  .columns2-right-expanded .right {
    flex-grow: 1; }
    .columns2-right-expanded .right ul {
      justify-content: flex-end; }

nav.primary {
  padding: 1em 0; }
  nav.primary ul {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 920px) {
      nav.primary ul {
        flex-wrap: wrap;
        justify-content: left; } }
    nav.primary ul li a {
      display: inline-block;
      margin: 1em;
      position: relative; }
      nav.primary ul li a::after {
        background: white;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: left;
        position: absolute;
        right: 0;
        width: 100%; }
      nav.primary ul li a:hover::after {
        transform: scaleX(1); }
    nav.primary ul li.active {
      font-weight: bold; }
      nav.primary ul li.active a::after {
        transform: scaleX(1); }

nav.alternative ul {
  display: flex; }
  nav.alternative ul li {
    padding: 1em; }
    nav.alternative ul li a {
      display: inline-block;
      position: relative; }
      nav.alternative ul li a:hover::after {
        transform: scaleX(1); }
      nav.alternative ul li a::after {
        background: white;
        bottom: -10px;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: left;
        right: 0;
        position: absolute;
        width: 100%; }

nav.social-media ul {
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1200px) {
    nav.social-media ul {
      justify-content: center; } }
  nav.social-media ul li {
    transform: translateZ(0);
    transition-duration: .1s;
    transition-property: transform;
    transition-timing-function: ease-out; }
    nav.social-media ul li:hover {
      transform: translateY(-5px); }

nav.social-media img {
  height: 2.5em; }

.page-banner {
  background: #000e51;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  padding: 5em 0;
  text-align: center; }
  @media screen and (max-width: 920px) {
    .page-banner {
      padding: 2em; } }
  .page-banner .container {
    margin: auto;
    max-width: 30em; }
    .page-banner .container h1 {
      font-weight: 400;
      margin-bottom: 2em; }

nav.secondary {
  background: #f1f0f5; }

.small-text {
  font-size: 0.8em; }

.medium-text {
  font-size: 1.5em;
  margin-bottom: 1em; }

.light-text {
  color: white; }

.grey-text {
  color: #7f86a8; }

.narrow-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 40em; }

.medium-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%; }

.wide-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 90%; }

.small-p {
  font-size: 1em; }

.large-p {
  font-size: 1.5em;
  font-weight: 600;
  margin: 3rem auto; }

.big-text {
  font-size: 2.5em;
  font-weight: 600; }

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

.video-container {
  height: 0;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
  width: 100%; }
  .video-container iframe {
    border: 1px solid #d7d7ec;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  @media screen and (max-width: 1200px) {
    .video-container {
      padding-bottom: 56.25%; } }
.big-link {
  color: #006fff;
  font-size: 3em;
  font-weight: bold;
  position: relative; }
  .big-link::before {
    content: "";
    display: inline-block;
    background-image: url("/static/images/arrow-blue.svg");
    height: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 1em;
    transform: translateX(0);
    transition-duration: .1s;
    transition-property: transform;
    transition-timing-function: ease-out; }
  .big-link::after {
    background: #0041C5;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left;
    right: 0;
    position: absolute;
    width: 100%; }
  .big-link:hover {
    color: #0041C5; }
    .big-link:hover::before {
      transform: translateX(5px); }
    .big-link:hover::after {
      transform: scaleX(1); }

.rounded-corner {
  border-radius: 15px; }

.stacking-block {
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 920px) {
    .stacking-block {
      margin: 2rem 0; } }
  .stacking-block .big-text {
    font-size: 2em; }
  .stacking-block h1 {
    font-weight: 600; }

.gradient-filled {
  background: linear-gradient(to right bottom, #006fff, #00adff); }

.dark-filled {
  background: #000e51; }

.light-filled {
  background: #f6f7fb;
  margin-top: -3em;
  padding: 2em 0; }

section {
  margin: 3em 0; }
  section header {
    margin-bottom: 3em; }
  section p {
    line-height: 1.5;
    margin: 1rem 0; }

.grid-wrapper {
  column-gap: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  row-gap: 1em; }
  .grid-wrapper--testimonials {
    border-radius: 3px;
    margin: 0 auto 0;
    max-width: 1400px;
    padding: 2em;
    width: 90%; }
  .grid-wrapper--services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 1200px) {
      .grid-wrapper--services .card {
        flex-basis: 45%;
        max-width: 45%;
        padding: 2em 3em; } }
    .grid-wrapper--services .card__title {
      font-size: 2em; }
    .grid-wrapper--services .card .cta-button {
      margin-top: 1em; }

.hero {
  background-image: url("/static/images/accueil-header.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh; }
  .hero__hero-text {
    bottom: 5em;
    position: absolute;
    width: 50%; }
    @media screen and (max-width: 920px) {
      .hero__hero-text {
        padding-top: 3em;
        position: initial;
        text-align: center;
        width: 100%; } }
  @media screen and (max-width: 920px) {
    .hero {
      height: initial;
      padding-bottom: 2em; } }
.hero-text__title {
  font-size: 4em;
  font-weight: 600; }
  @media screen and (max-width: 920px) {
    .hero-text__title {
      font-size: 3em; } }
.hero-text__catchphrase {
  font-size: 1.2em; }
  @media screen and (max-width: 920px) {
    .hero-text__catchphrase {
      font-size: 1em; } }
.hero-text p:not(:last-child) {
  margin-bottom: 2rem; }
  @media screen and (max-width: 920px) {
    .hero-text p:not(:last-child) {
      margin-bottom: 1rem; } }
.card {
  border-color: #d7d7ec;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-direction: column; }
  .card img {
    object-fit: cover;
    height: 200px;
    width: 100%; }
  .card figcaption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 1em 2em; }

.card__headline {
  color: #7f86a8;
  font-size: .9em; }

.card__title {
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: -.5px;
  margin: 0; }

.card__list {
  list-style: none; }
  .card__list li {
    display: flex;
    font-weight: 400;
    line-height: 1.25em;
    margin-bottom: 1em; }
    .card__list li::before {
      content: url("/static/images/check.svg");
      display: inline-block;
      margin-right: .8em;
      min-height: 15px;
      min-width: 15px;
      height: 15px;
      width: 15px; }

.card__cta {
  color: white;
  margin-top: auto; }
  .card__cta a {
    font-size: .9em;
    padding: 1.5em; }

.card2 {
  border-color: #d7d7ec;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding: 1em 2em;
  text-align: left;
  transition: background 250ms; }
  .card2:hover {
    background: #f6f7fb; }
  .card2__title {
    color: #000e51;
    font-size: 1.2em;
    font-weight: 600; }
  .card2__cta {
    color: #006fff;
    font-weight: 600;
    margin-top: auto;
    transition: color .35s; }
    .card2__cta a {
      display: inline-block;
      position: relative; }
      .card2__cta a:hover::before {
        transform: translateX(5px); }
      .card2__cta a:hover::after {
        transform: scaleX(1); }
      .card2__cta a::before {
        content: "";
        display: inline-block;
        background-image: url("/static/images/arrow-blue.svg");
        height: 1em;
        margin-right: 0.5em;
        vertical-align: middle;
        width: 1em;
        transform: translateX(0);
        transition-duration: .1s;
        transition-property: transform;
        transition-timing-function: ease-out; }
      .card2__cta a::after {
        background: #0041C5;
        bottom: 0;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: left;
        right: 0;
        position: absolute;
        width: 100%; }
    .card2__cta__to-left a::before {
      transform: scaleX(-1); }
    .card2__cta__to-left a:hover::before {
      transform: scaleX(-1); }
    .card2__cta__to-right a {
      float: right; }
      @media screen and (max-width: 580px) {
        .card2__cta__to-right a {
          float: unset; } }
      .card2__cta__to-right a:hover::before {
        transform: translateX(0); }
  .card2__icon {
    width: 50px; }
  .card2--filled {
    background: #f6f7fb;
    border-style: none;
    transition: background 250ms; }
    .card2--filled .card2__cta a {
      position: relative; }
      .card2--filled .card2__cta a:hover::after {
        transform: scaleX(1); }
      .card2--filled .card2__cta a::after {
        background: white;
        bottom: 0;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        transform: scaleX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: left;
        right: 0;
        position: absolute;
        width: 100%; }
    .card2--filled:hover {
      background: #006fff;
      color: white; }
      .card2--filled:hover .card2__title, .card2--filled:hover .card2__cta {
        color: white; }
      .card2--filled:hover .card2__cta a::before {
        background-image: url("/static/images/arrow-white.svg");
        background-repeat: no-repeat; }

.big-card {
  padding: 2em; }
  .big-card .big-text {
    font-size: 2em; }

.big-cta-card {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 5em 5em; }
  @media screen and (max-width: 920px) {
    .big-cta-card {
      flex-wrap: wrap;
      justify-content: center;
      padding: 2em;
      text-align: center; } }
  .big-cta-card > * {
    padding-left: 1em;
    padding-right: 1em; }
  .big-cta-card .cta-button {
    margin-left: auto; }
    @media screen and (max-width: 920px) {
      .big-cta-card .cta-button {
        margin: 0 auto; } }
.big-cta-card__cta {
  flex-shrink: 0;
  margin-left: auto; }
  @media screen and (max-width: 920px) {
    .big-cta-card__cta {
      margin: 0 auto; } }
.cta-button {
  background-color: #006fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  transition-duration: .3s;
  transition-property: color, background-color; }
  .cta-button:hover {
    background-color: #0041C5; }
  .cta-button__inner {
    align-items: center;
    display: flex;
    padding: 2em; }
    .cta-button__inner::before {
      background-image: url("/static/images/arrow-white.svg");
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      height: 1em;
      margin-right: 0.5em;
      transform: translateX(0);
      transition-duration: .1s;
      transition-property: transform;
      transition-timing-function: ease-out;
      width: 1em; }
    .cta-button__inner:hover::before {
      transform: translateX(5px); }

.rounded-block {
  border-radius: 15px;
  overflow: hidden; }

.product-banner {
  display: flex; }
  @media screen and (max-width: 1200px) {
    .product-banner {
      flex-wrap: wrap; } }
  .product-banner__name {
    color: #7f86a8; }
    @media screen and (max-width: 920px) {
      .product-banner__name {
        font-size: 1em; } }
  .product-banner__catchphrase {
    font-size: 2.5em;
    font-weight: 600; }
  .product-banner__descriptive {
    align-items: flex-start;
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 0 3em 0 0; }
    .product-banner__descriptive .cta-button {
      margin-top: 1rem; }
      @media screen and (max-width: 1200px) {
        .product-banner__descriptive .cta-button {
          margin-bottom: 1rem; } }
    @media screen and (max-width: 1200px) {
      .product-banner__descriptive {
        align-items: center;
        flex-basis: 100%;
        padding-right: 0;
        text-align: center; } }
    @media screen and (max-width: 920px) {
      .product-banner__descriptive > * {
        margin: .5rem 0; } }
    .product-banner__descriptive--solo {
      align-items: center;
      flex-basis: auto;
      margin: 0 auto;
      max-width: 70%;
      text-align: center; }
  .product-banner__illustrative {
    align-items: center;
    display: flex;
    flex-basis: 50%;
    flex-shrink: 0; }
    @media screen and (max-width: 1200px) {
      .product-banner__illustrative {
        flex-basis: 100%; } }
  .product-banner__image {
    width: 100%; }
    .product-banner__image--portrait {
      padding: 0 10rem; }
      @media screen and (max-width: 1200px) {
        .product-banner__image--portrait {
          margin: 0 auto;
          padding: 0;
          width: 50%; } }
  .product-banner--dark {
    background: #000e51;
    color: #fff; }
    .product-banner--dark .product-banner__name {
      color: #fff; }
  .product-banner--light {
    background: white;
    color: #000e51; }
  .product-banner--flipped {
    flex-direction: row-reverse; }
    .product-banner--flipped .product-banner__descriptive {
      margin-right: 0;
      padding-left: 3em; }
      @media screen and (max-width: 1200px) {
        .product-banner--flipped .product-banner__descriptive {
          align-items: flex-start;
          padding: 0;
          text-align: left; } }
  .product-banner--padded {
    padding: 2em 5em; }
    @media screen and (max-width: 920px) {
      .product-banner--padded {
        padding: 2em; } }
  .product-banner--head {
    padding: 5em; }
    @media screen and (max-width: 920px) {
      .product-banner--head {
        padding: 2em; } }
    .product-banner--head .product-banner__catchphrase {
      font-size: 3em;
      margin: .5em 0; }
      @media screen and (max-width: 920px) {
        .product-banner--head .product-banner__catchphrase {
          font-size: 2em; } }
    .product-banner--head .product-banner__description {
      font-size: 1.25em; }
      @media screen and (max-width: 920px) {
        .product-banner--head .product-banner__description {
          font-size: 1em; } }
    .product-banner--head .product-banner__dark-container {
      display: flex;
      max-width: 1400px;
      margin: 0 auto; }
      @media screen and (max-width: 1200px) {
        .product-banner--head .product-banner__dark-container {
          flex-wrap: wrap; }
          .product-banner--head .product-banner__dark-container .product-banner__descriptive {
            order: 1; }
          .product-banner--head .product-banner__dark-container .product-banner__illustrative {
            order: 0; } }
.key-figures {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-bottom: 5em;
  padding-top: 5em; }
  @media screen and (max-width: 1200px) {
    .key-figures {
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 2em; } }
  .key-figures__figure {
    margin-left: 5em;
    margin-right: 5em; }
    @media screen and (max-width: 1200px) {
      .key-figures__figure {
        flex-basis: 33%;
        margin: .5em 0; } }
    @media screen and (max-width: 580px) {
      .key-figures__figure {
        flex-basis: 50%;
        text-align: center; } }
.key-figure__number {
  display: block;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.3em; }

.fact {
  margin-bottom: 15em;
  position: relative; }
  @media screen and (max-width: 920px) {
    .fact {
      margin-bottom: 0; } }
  .fact__illustration {
    background-position: center;
    background-size: cover;
    height: 600px; }
    @media screen and (max-width: 920px) {
      .fact__illustration {
        height: 200px; } }
  .fact__illustration--pharminfo {
    background-image: url("../images/pharminfo-presentation.jpg"); }
  .fact__illustration--kozea-media {
    background-image: url("../images/kozea-media-presentation.jpg"); }
  .fact__illustration--backoffice {
    background-image: url("../images/backoffice-presentation.jpg"); }
  .fact__illustration--promomaker {
    background-image: url("../images/promomaker-presentation.jpg"); }
  .fact__illustration--groupement {
    background-image: url("../images/groupement-presentation.jpg"); }
  .fact__illustration--a-propos {
    background-image: url("../images/a-propos-equipe.jpg"); }
  .fact__content {
    border-radius: 5px;
    bottom: 0;
    background: #000e51;
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: 500;
    padding: 3em;
    position: absolute;
    transform: translate(3em, 50%);
    width: 25em; }
    @media screen and (max-width: 920px) {
      .fact__content {
        font-size: 1em;
        position: initial;
        transform: none;
        width: auto; } }
  .fact__figure {
    display: block;
    font-size: 2em;
    font-weight: 600; }
  .fact__content--story {
    font-size: 1rem;
    line-height: 2;
    width: 35em; }
    .fact__content--story .fact__header {
      font-size: 2rem;
      margin-bottom: 2rem; }
  .fact--story {
    margin-bottom: 20em; }
    @media screen and (max-width: 920px) {
      .fact--story {
        margin-bottom: 0; } }
    .fact--story .fact__content {
      font-size: 1rem;
      line-height: 2;
      width: 35em; }
      @media screen and (max-width: 920px) {
        .fact--story .fact__content {
          width: 100%; } }
    .fact--story .fact__header {
      font-size: 2rem;
      margin-bottom: 2rem; }

.feature-list {
  line-height: 2;
  list-style: none; }
  .feature-list li {
    align-items: center;
    display: flex;
    margin: 1em 0; }
    .feature-list li:before {
      content: '';
      display: inline-block;
      margin-right: .5em;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      min-width: 35px;
      min-height: 35px;
      height: 35px;
      width: 35px; }
  .feature-list__pharminfo--disponibility::before {
    background: url("/static/images/pharminfo-disponibility.svg"); }
  .feature-list__pharminfo--turnover::before {
    background: url("/static/images/pharminfo-turnover.svg"); }
  .feature-list__pharminfo--clients::before {
    background: url("/static/images/pharminfo-clients.svg"); }
  .feature-list__pharminfo--listen::before {
    background: url("/static/images/pharminfo-listen.svg"); }
  .feature-list__pharminfo--rules::before {
    background: url("/static/images/pharminfo-rules.svg"); }
  .feature-list__kozea-media--visibility::before {
    background: url("/static/images/kozea-media-visibility.svg"); }
  .feature-list__kozea-media--rules::before {
    background: url("/static/images/kozea-media-rules.svg"); }
  .feature-list__kozea-media--results::before {
    background: url("/static/images/kozea-media-results.svg"); }
  .feature-list__kozea-media--support::before {
    background: url("/static/images/kozea-media-support.svg"); }
  .feature-list__kozea-media--satisfaction::before {
    background: url("/static/images/kozea-media-satisfaction.svg"); }
  .feature-list__backoffice--time::before {
    background: url("/static/images/backoffice-time.svg"); }
  .feature-list__backoffice--money::before {
    background: url("/static/images/backoffice-money.svg"); }
  .feature-list__backoffice--accelerate::before {
    background: url("/static/images/backoffice-accelerate.svg"); }
  .feature-list__backoffice--simplification::before {
    background: url("/static/images/backoffice-simplification.svg"); }
  .feature-list__backoffice--statistics::before {
    background: url("/static/images/backoffice-statistics.svg"); }
  .feature-list__promomaker--simplicity::before {
    background: url("/static/images/promomaker-simplicity.svg"); }
  .feature-list__promomaker--automation::before {
    background: url("/static/images/promomaker-automation.svg"); }
  .feature-list__promomaker--tool::before {
    background: url("/static/images/promomaker-tool.svg"); }
  .feature-list__promomaker--access::before {
    background: url("/static/images/promomaker-access.svg"); }
  .feature-list__promomaker--security::before {
    background: url("/static/images/promomaker-security.svg"); }
  .feature-list__groupement--offers::before {
    background: url("/static/images/groupement-offers.svg"); }
  .feature-list__groupement--actions::before {
    background: url("/static/images/groupement-actions.svg"); }
  .feature-list__groupement--reporting::before {
    background: url("/static/images/groupement-reporting.svg"); }
  .feature-list__groupement--contact::before {
    background: url("/static/images/groupement-contact.svg"); }

.map__map {
  height: 500px;
  z-index: 9; }

.map__address {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  width: 35em; }
  @media screen and (max-width: 920px) {
    .map__address {
      width: 100%; } }
.address {
  background: #000e51;
  border-radius: 5px;
  color: #fff;
  display: flex;
  line-height: 2;
  justify-content: space-around;
  padding: 3em; }
  .address__heading {
    font-weight: bold; }

.testimony {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2em 3em;
  position: relative;
  text-align: left; }
  .testimony::before {
    content: url("/static/images/quote.svg");
    display: block;
    left: 3em;
    height: 3em;
    position: absolute;
    top: -1.5em;
    width: 3em; }
  .testimony__content {
    margin-bottom: 3em; }
  .testimony__author {
    align-items: center;
    display: flex;
    font-size: .9em;
    height: 100px;
    line-height: 1.5em;
    margin-top: auto; }
  .testimony__author-name {
    font-weight: bold; }
  .testimony__label {
    padding-left: 1em; }
  .testimony__pp {
    background: #f6f7fb url("/static/images/testimony-avatar.svg") no-repeat center;
    background-size: 50%;
    border-radius: 100%;
    flex-shrink: 0;
    height: 100px;
    width: 100px; }

.carousel {
  display: flex;
  justify-content: space-around;
  list-style-type: none; }
  .carousel li {
    align-items: center;
    display: flex; }
  @media screen and (max-width: 920px) {
    .carousel {
      flex-wrap: wrap; } }
  .carousel__item {
    max-height: 3.5rem; }
    @media screen and (max-width: 920px) {
      .carousel__item {
        height: 50px; } }
.article-tag {
  background: #ecf4ff;
  border-radius: 3px;
  color: #006fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  list-style: none;
  padding: 0.5em 1em;
  margin-top: 0.5rem; }

.article-info {
  width: 100%;
  font-size: 0.9rem; }
  .article-info__main {
    align-items: center;
    color: #7f86a8;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 580px) {
      .article-info__main {
        margin-block: -1rem; } }
    .article-info__main img {
      width: 30px;
      height: 30px;
      vertical-align: middle; }
  .article-info hr {
    border: 1px solid #f6f7fb; }
    @media screen and (max-width: 580px) {
      .article-info hr {
        border: unset; } }
.article-list {
  display: flex;
  gap: 2rem; }
  @media screen and (max-width: 920px) {
    .article-list {
      flex-direction: column; } }
  .article-list p {
    line-height: 1.15; }
  .article-list__filter {
    flex: 1; }
    .article-list__filter .card {
      position: sticky;
      top: 6em; }
    .article-list__filter ul {
      max-height: 280px;
      overflow-y: auto; }
      @media screen and (max-width: 920px) {
        .article-list__filter ul {
          max-height: 160px; } }
    .article-list__filter li {
      display: flex;
      list-style: none;
      margin-bottom: 1em; }
      .article-list__filter li::before {
        content: url("/static/images/bullet-point.svg");
        display: inline-block;
        margin-right: .8em;
        min-height: 10px;
        min-width: 10px;
        height: 10px;
        width: 10px; }
      .article-list__filter li:hover {
        color: #006fff; }
      .article-list__filter li.active {
        color: #006fff;
        font-weight: bold; }
        .article-list__filter li.active::before {
          content: url("/static/images/bullet-point-active.svg"); }
    .article-list__filter p {
      margin-bottom: 1em; }
  .article-list__list {
    flex: 3; }
    .article-list__list .card {
      border-width: 0; }
      .article-list__list .card figcaption {
        padding: 0em; }
        .article-list__list .card figcaption ul {
          padding: 1em 0; }
        .article-list__list .card figcaption .card__title {
          padding-bottom: 1em; }
    .article-list__list .big-link {
      font-size: 1.5em; }
      .article-list__list .big-link::before {
        margin-right: 0; }
      .article-list__list .big-link::after {
        height: 2px; }
    .article-list__list .grid-wrapper {
      grid-template-columns: repeat(auto-fit, minmax(300px, 32%)); }
      @media screen and (max-width: 1200px) {
        .article-list__list .grid-wrapper {
          grid-template-columns: repeat(auto-fit, minmax(300px, 45%)); } }
      @media screen and (max-width: 580px) {
        .article-list__list .grid-wrapper {
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }
      .article-list__list .grid-wrapper .card {
        width: 100%; }
    .article-list__list .grid-wrapper--services .card {
      padding: 0;
      width: 100%; }
    @media screen and (max-width: 920px) {
      .article-list__list__similar .grid-wrapper {
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 920px) {
      .article-list__list__similar .card {
        flex-direction: row;
        gap: 1rem;
        padding: 1rem 0;
        align-items: center; }
        .article-list__list__similar .card__title {
          font-size: 1.5em;
          padding: 1rem 0; } }
    @media screen and (max-width: 580px) {
      .article-list__list__similar .card__title {
        font-size: 1em;
        padding: 0.5rem 0 0; } }
    @media screen and (max-width: 920px) {
      .article-list__list__similar .card .article-img img {
        width: unset; } }
    @media screen and (max-width: 580px) {
      .article-list__list__similar .card .article-img img {
        height: 100px; } }
@media screen and (max-width: 920px) {
  .article-header {
    margin-bottom: 0; } }

.article-header .medium-content {
  text-align: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  z-index: 1; }
  @media screen and (max-width: 920px) {
    .article-header .medium-content {
      flex-direction: column-reverse;
      background-color: #fff;
      gap: 0; } }
.article-header__title {
  font-size: 2.4em;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 920px) {
    .article-header__title {
      font-size: 1.5em;
      color: #000e51;
      margin: 1rem; } }
@media screen and (max-width: 920px) {
  .article-header__image img {
    width: 100%; } }

@media screen and (min-width: 920px) {
  .article-header .page-banner {
    position: relative;
    padding-bottom: 1em;
    background: inherit; } }

@media screen and (max-width: 920px) {
  .article-header .page-banner {
    height: unset; } }

@media screen and (min-width: 920px) {
  .article-header .background-drape {
    width: 100%;
    height: 60%;
    background: #000e51;
    position: absolute;
    margin: -5em 0; } }

.article-detail {
  display: flex;
  justify-content: space-around;
  gap: 2rem; }
  @media screen and (max-width: 920px) {
    .article-detail {
      flex-direction: column; } }
  .article-detail__left-container {
    flex: 1; }
    @media screen and (min-width: 920px) {
      .article-detail__left-container {
        position: sticky;
        top: 6em;
        height: 100%; } }
    @media screen and (max-width: 920px) {
      .article-detail__left-container__toc-container {
        background-color: #f6f7fb;
        padding: 2rem 3rem 0;
        border-left: 2px solid #006fff; } }
    .article-detail__left-container__toc-container .toc {
      color: #7f86a8; }
      @media screen and (max-width: 920px) {
        .article-detail__left-container__toc-container .toc {
          color: #000e51; } }
      .article-detail__left-container__toc-container .toc ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0; }
      .article-detail__left-container__toc-container .toc li:hover {
        color: #006fff; }
    .article-detail__left-container__toc-container hr {
      border: 1px solid #f6f7fb; }
      @media screen and (max-width: 920px) {
        .article-detail__left-container__toc-container hr {
          border: unset; } }
    .article-detail__left-container__share ul {
      display: flex;
      flex-direction: column;
      padding-right: 4rem; }
      @media screen and (max-width: 920px) {
        .article-detail__left-container__share ul {
          flex-direction: row;
          gap: 0.5rem;
          padding-right: 0; } }
    .article-detail__left-container__share a {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 920px) {
        .article-detail__left-container__share a {
          flex-direction: row; } }
  .article-detail__content {
    flex: 2.5; }

.article-text p {
  line-height: 1.75; }

.article-text h2 {
  font-size: 1.3rem;
  position: relative; }
  .article-text h2::before {
    display: block;
    content: " ";
    margin-top: -5em;
    height: 5em;
    visibility: hidden; }

.article-text blockquote, .article-text q {
  color: #7f86a8;
  margin: 1.5rem; }

.article-text li {
  margin: 1rem; }

.article-text a {
  font-weight: bold; }

.article-text img {
  width: 100%; }

.share-button {
  background: #006fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5em 1em;
  margin-top: 1em; }
  @media screen and (max-width: 580px) {
    .share-button {
      font-size: 0.7rem; } }
  .share-button:hover {
    background-color: #0041C5; }
  .share-button__facebook::before {
    background-image: url("/static/images/social/facebook.svg");
    content: "";
    display: inline-block;
    height: 2em;
    margin-right: 0.5em;
    width: 2em;
    vertical-align: middle; }
  .share-button__twitter::before {
    background-image: url("/static/images/social/twitter.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 2em;
    margin-right: 0.5em;
    width: 2em;
    vertical-align: middle; }
  .share-button__linkedin::before {
    background-image: url("/static/images/social/linkedin.svg");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 2em;
    margin-right: 0.5em;
    width: 2em;
    vertical-align: middle; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination a {
    margin: 10px;
    font-weight: 400; }
    .pagination a:active a {
      color: #006fff; }
  .pagination .active {
    background: #006fff;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.5em 1em; }
  .pagination .arrow {
    font-size: 0; }
    .pagination .arrow::before {
      content: "";
      display: inline-block;
      font-size: 1.5rem;
      background-image: url("/static/images/arrow-blue.svg");
      height: 1em;
      margin-right: 0.5em;
      vertical-align: middle;
      width: 1em;
      transform: translateX(0);
      transition-duration: .1s;
      transition-property: transform;
      transition-timing-function: ease-out; }
  .pagination .arrow:first-child::before {
    transform: scaleX(-1); }
  .pagination .disabled {
    opacity: 0.5; }

.pinned-article .product-banner__catchphrase {
  line-height: 1.15; }

.pinned-article .big-link {
  font-size: 1.5em; }
  .pinned-article .big-link::before {
    margin-right: 0; }
  .pinned-article .big-link::after {
    height: 2px; }

@media screen and (max-width: 1200px) {
  .pinned-article .product-banner--flipped {
    flex-direction: column-reverse; } }

.pinned-article .product-banner__descriptive {
  padding: 3em; }
  @media screen and (max-width: 1200px) {
    .pinned-article .product-banner__descriptive {
      padding: 6rem 3rem 0; } }
  @media screen and (max-width: 920px) {
    .pinned-article .product-banner__descriptive {
      padding: 0 1.5rem; } }
@media screen and (max-width: 580px) {
  .pinned-article .product-banner__catchphrase {
    font-size: 1.5rem; } }

.ressources-text {
  padding-top: 32px; }
  @media screen and (min-width: 920px) {
    .ressources-text {
      flex: 1; } }
  .ressources-text h2 {
    font-size: 1.3rem; }
  .ressources-text ul {
    padding-left: 1em;
    list-style-type: '-'; }
  .ressources-text li {
    margin-bottom: 1em;
    padding-left: 1em; }

@media screen and (min-width: 920px) {
  .ressources-form {
    flex: 1; } }

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