.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-3 {
  z-index: 99;
  color: #000;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav-3.maquette_2 {
  justify-content: center;
  align-items: flex-start;
}

.nav_right-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.button-group-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-7.margin-top_none {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
}

.button-group-7.is-align-center {
  justify-content: center;
}

.button-group-7.is-align-center.text-align_center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #000;
  margin-top: 3rem;
}

.nav_left-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_left-3.maquette_2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.icon-5 {
  color: #505050;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-5.is-large {
  width: 3rem;
  height: 3rem;
}

.button_label {
  white-space: pre;
}

.nav_mobile-menu-button-3 {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button-3:hover {
  color: inherit;
}

.nav_mobile-menu-button-3.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button-3.w--open:hover {
  color: #fff9;
}

.nav_container-3 {
  background-color: #ddd0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav_container-3.maquette_2 {
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.nav_link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link-3:hover {
  color: #fff;
  background-color: #327c8f;
}

.nav_link-3.w--current, .nav_link-3.w--open {
  background-color: #0000;
}

.nav_menu-3 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav_menu-3.maquette_2 {
  justify-content: center;
  align-items: flex-start;
}

.nav_menu-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-7 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #f9f8f5;
  text-align: center;
  cursor: pointer;
  background-color: #327c8f;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  position: relative;
}

.button-7:hover {
  box-shadow: none;
  color: #f9f8f5;
  background-color: #276675;
  border-color: #0000;
}

.button-7:active {
  box-shadow: none;
  background-color: #1a454e;
}

.button-7:focus {
  outline-offset: 2px;
  outline: 2px solid #505050;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-7.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #000;
}

.button-7.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #000;
}

.button-7.nav {
  top: -2px;
}

.text-link-3 {
  color: #505050;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  font-weight: 400;
  display: inline;
}

.text-link-3:hover {
  color: #50505099;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.text-link-3.is-secondary {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-link-3.is-secondary:hover {
  -webkit-text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration-color: color-mix(in srgb, currentColor 100%, transparent);
}

.heading_h2-5 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.04em;
}

.subheading-4 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 100%;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.heading_h1-3 {
  color: #000;
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 3.05rem;
  font-weight: 600;
  line-height: 1.04em;
}

.image_cover-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph_xlarge-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.text-color_secondary-5 {
  color: #000;
  text-align: left;
}

.text-color_secondary-5.footer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-16 {
  color: #000;
  background-color: #fff;
  padding: 40px 15px;
  overflow: clip;
}

.container-14 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-14.is-small {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-ratio_3x2-2 {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  position: relative;
  overflow: clip;
}

.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-2.institut {
  justify-content: center;
  align-items: stretch;
}

.text-button_icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.gap-small {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.card-7 {
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0 solid #0003;
  border-radius: 1rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #0003, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card_body-5 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.divider-2 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading_h4-5 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph_small-8 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.flex_horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-3.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.text-button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #505050;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button-2:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #6f6f6f;
}

.text-button-2.on-accent-tertiary, .text-button-2.on-accent-tertiary:hover {
  color: inherit;
}

.text-button-2.on-accent-tertiary:active {
  color: #1a454e;
}

.eyebrow-4 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

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

.flex_vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-2.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex_vertical-2.is-x-center {
  justify-content: flex-start;
  align-items: center;
}

.flex_vertical-2.is-x-center.gap-small {
  color: #000;
}

.footer-3 {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-3.is-inverse {
  color: #fff;
  background-color: #f9f8f5;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.logo-3 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.logo-3:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: center;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse {
  color: #000;
}

.footer_link.on-inverse:hover {
  color: #333;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.heading_h3-2 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.04em;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-5.institut, .container-5.is-small, .container-5.margin-top_medium {
  max-width: 100%;
}

.section-5 {
  color: #373d36;
  background-color: #fff;
  padding: 4rem 15px;
  overflow: clip;
}

.margin-bottom_xxsmall-2 {
  margin-bottom: .5rem;
}

.image_cover-4 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-ratio_2x3-3 {
  aspect-ratio: auto;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-3 {
  flex: 0 auto;
  max-width: 30%;
  display: block;
  position: relative;
  top: 0;
}

.reseaux {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.svg, .svg-2 {
  color: #000;
}

.image-4 {
  max-width: 80%;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.is-y-center.gap-xxsmall.margin-bottom_xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.tabs_content {
  width: 100%;
  overflow: visible;
}

.margin-top_large {
  margin-top: 4rem;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header.is-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab_menu-button {
  text-align: center;
  color: inherit;
  background-color: #0000;
  border-radius: 1.25rem;
  padding: 1em 1.5em;
  font-size: .9375rem;
  line-height: 1.3;
}

.tab_menu-button:hover {
  color: inherit;
  background-color: color-mix(in srgb, currentColor 5%, transparent);
}

.tab_menu-button.w--current {
  color: #fff;
  background-color: #327c8f;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 700;
  line-height: 1.3em;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.section {
  color: #000;
  background-color: #fff;
  padding: 4rem 15px;
  overflow: clip;
}

.card-link {
  opacity: 1;
  color: #000;
  background-color: #0000;
  background-image: none;
  border: 0 solid #373d3633;
  border-radius: 1.25rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
  box-shadow: 0 0 0 1px #373d3633;
}

.card-link:hover {
  opacity: .6;
  color: #000;
  background-color: #0000;
  transform: translateY(0);
  box-shadow: 0 0 0 1px #373d3633;
}

.card_body_small {
  z-index: 1;
  flex-flow: column;
  min-height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.grid_6-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_6-col-2.gap-small {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto auto auto;
}

.heading_h4-2 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.card-2 {
  color: #373d36;
  background-color: #0000;
  background-image: none;
  border: 0 solid #373d3633;
  border-radius: 1.25rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #373d3633;
}

.image_cover-3 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding_small {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.section-3 {
  color: #373d36;
  background-color: #fff;
  padding: 4rem 15px;
  overflow: clip;
}

.section-2 {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 30px;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.04em;
}

.text-block-3 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.link {
  color: #000;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
}

.link-3 {
  color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.navbar-brand {
  max-width: 10%;
}

.container-17 {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.paragraph {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .nav-3 {
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .nav_mobile-menu-button-3 {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button-3.w--open {
    color: #505050;
    background-color: #0000;
  }

  .nav_mobile-menu-button-3.w--open:hover {
    color: #505050;
  }

  .nav_container-3.maquette_2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .nav_link-3 {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link-3:hover {
    color: #fff;
    background-color: #327c8f;
  }

  .nav_link-3.w--current:hover, .nav_link-3.w--open {
    background-color: #0000;
  }

  .nav_menu-3 {
    background-color: #fff;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_menu-list-2 {
    flex-flow: column;
  }

  .section-16 {
    padding: 20px 15px;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .card-7 {
    padding: 10px 10px 0;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .footer-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .section-5 {
    padding-bottom: 4rem;
  }

  .image_cover-4, .image-ratio_2x3-3.institut {
    aspect-ratio: auto;
  }

  .grid_4-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .section {
    padding-bottom: 4rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card_body_small {
    padding: 2rem;
  }

  .grid_6-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .grid_6-col-2.gap-small {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  }

  .image_cover-3 {
    aspect-ratio: auto;
  }

  .section-3 {
    padding: 4rem 15px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    max-width: 20%;
  }

  .image-5 {
    position: relative;
    bottom: -8px;
  }

  .container-17 {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header-2 {
    margin-bottom: 2rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .flex_horizontal-3.mobile-l-vertical {
    flex-flow: column;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .section-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-ratio_2x3-3.institut {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .margin-top_large {
    margin-top: 2rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .header.is-2-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .grid_4-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .card_body_small {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 1.5rem;
  }

  .grid_6-col-2 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .grid_6-col-2.gap-small {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .padding_small {
    padding: 1rem;
  }

  .section-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar-brand {
    max-width: 30%;
    padding-left: 0;
  }

  .container-17 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav_right-3 {
    padding-left: 0;
    display: none;
  }

  .button-group-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group-7.is-align-center.text-align_center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav_mobile-menu-button-3.w--open {
    color: inherit;
  }

  .button-7 {
    white-space: nowrap;
    max-width: none;
  }

  .paragraph_xlarge-2 {
    font-size: .9rem;
  }

  .text-color_secondary-5 {
    text-align: left;
  }

  .section-16 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-7 {
    padding: 20px 0;
  }

  .paragraph_small-8.text-color_secondary.margin-bottom_xxsmall, .paragraph_small-8.margin-bottom_none {
    font-size: 1rem;
  }

  .text-button-2 {
    align-self: center;
  }

  .flex_vertical-2 {
    max-width: 100%;
    padding-right: 0;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .logo-3 {
    color: inherit;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-3 {
    top: 0;
  }

  .grid_4-col {
    padding-top: 9px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .card_body_small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 1.5rem;
  }

  .grid_6-col-2, .grid_6-col-2.gap-small {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar-brand {
    max-width: 100%;
  }

  .image-5 {
    max-width: 40%;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-ce0bba6b-6af2-db54-df14-1ea20cec3228-9770b419 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8f79fa3-f4bf-f7e8-3aa1-cb5723f6ba0f-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322b-9770b419, #w-node-_0f2107e1-dbcc-5ad0-6037-b08ec2e87483-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322d-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce0bba6b-6af2-db54-df14-1ea20cec3234-9770b419 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Prestations.w-node-_8f368765-09e5-7994-9861-f5964a6ef78d-9770b419 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-aab57a28-7fe0-1189-4652-599873f22546-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef795-9770b419 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef797-9770b419 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: auto;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef79e-9770b419 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7ac-9770b419 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7b3-9770b419 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_317973c4-7850-ffce-c7a8-74c482577699-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7c1-9770b419 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e2659-9770b419 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: auto center;
}

#w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998a-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb34-9770b419, #w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998b-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb35-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998d-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb37-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998f-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb3f-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bd38b20-85cb-c647-576d-bc38858bdb41-9770b419 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9bd38b20-85cb-c647-576d-bc38858bdb43-9770b419 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_9bd38b20-85cb-c647-576d-bc38858bdb46-9770b419 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9bd38b20-85cb-c647-576d-bc38858bdb48-9770b419 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_95212c57-861d-2c76-9732-a16da2c51550-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb4f-9770b419, #w-node-_6188ebad-ac3d-1303-0a7b-acf2295a691b-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb56-9770b419, #w-node-_4be82209-abb2-78f2-266f-973c33f68c0a-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb5d-9770b419, #w-node-f88274e8-6ca7-0258-8bab-ddcd01d8eb3c-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb64-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b146c-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb74-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1462-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb6d-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1475-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb7b-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b147e-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb82-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1462-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb8b-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b146c-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb92-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1475-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb99-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b147e-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdba0-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1462-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdba9-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b1475-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdbb7-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b147e-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdbbe-9770b419, #w-node-c60105e4-1d58-aa2c-c983-91f4f06b146c-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdbb0-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28590a-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e268a-9770b419 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28591b-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e2694-9770b419, #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28592c-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e269e-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28593d-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26a8-9770b419 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#faq.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26e4-9770b419 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26ec-9770b419 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf9-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26ee-9770b419, #w-node-_3bbdd118-2d16-1d06-1f67-cd66e70178cc-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26f4-9770b419, #w-node-_77e04b32-a9ec-fd16-d96d-fecfbfd5e8f0-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e2700-9770b419, #w-node-_9b8da06b-c5c2-29a8-5b6b-ad35dd8e7563-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e270a-9770b419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e273f-9770b419 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b0798ca9-64ec-1cff-cba9-902c74be2d92-9770b419 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e8f79fa3-f4bf-f7e8-3aa1-cb5723f6ba0f-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322b-9770b419 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f2107e1-dbcc-5ad0-6037-b08ec2e87483-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322d-9770b419 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #Prestations.w-node-_8f368765-09e5-7994-9861-f5964a6ef78d-9770b419 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef797-9770b419 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef79e-9770b419 {
    grid-column: 3 / 5;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7ac-9770b419 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7b3-9770b419 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_317973c4-7850-ffce-c7a8-74c482577699-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7c1-9770b419 {
    grid-column: 1 / 5;
    grid-row-end: 2;
  }

  #w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e2659-9770b419 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998b-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb35-9770b419, #w-node-cb3cba41-0b4b-da8c-fe1d-7fbe1b7e998d-1b7e9987.w-node-_9bd38b20-85cb-c647-576d-bc38858bdb37-9770b419 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28590a-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e268a-9770b419, #w-node-_4b07d8c9-9c7f-3b28-d30a-61e21e28593d-1e285907.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26a8-9770b419 {
    grid-column: span 1 / span 1;
  }

  #faq.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26e4-9770b419, #w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e26ec-9770b419 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce0bba6b-6af2-db54-df14-1ea20cec3228-9770b419 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8f79fa3-f4bf-f7e8-3aa1-cb5723f6ba0f-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322b-9770b419 {
    place-self: center;
  }

  #w-node-ce0bba6b-6af2-db54-df14-1ea20cec3234-9770b419 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8f79fa3-f4bf-f7e8-3aa1-cb5723f6ba0f-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322b-9770b419 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f2107e1-dbcc-5ad0-6037-b08ec2e87483-c2e87480.w-node-ce0bba6b-6af2-db54-df14-1ea20cec322d-9770b419 {
    grid-column: span 2 / span 2;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da6a-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef797-9770b419 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da70-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef79e-9770b419 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da7c-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7ac-9770b419 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_98e1e6c3-cca3-0c24-a443-1f5baf82da82-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7b3-9770b419 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_317973c4-7850-ffce-c7a8-74c482577699-af82da61.w-node-_8f368765-09e5-7994-9861-f5964a6ef7c1-9770b419 {
    grid-column-end: 2;
  }

  #w-node-_006083a4-7a0c-2b4e-3bfe-f5a8200e2659-9770b419 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_9bd38b20-85cb-c647-576d-bc38858bdb41-9770b419 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_9bd38b20-85cb-c647-576d-bc38858bdb43-9770b419 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_9bd38b20-85cb-c647-576d-bc38858bdb46-9770b419 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9bd38b20-85cb-c647-576d-bc38858bdb48-9770b419 {
    grid-area: 2 / 5 / 3 / 9;
  }
}


