:root {
  --dark: #101121;
  --white: white;
  --primary: #f28e24;
  --secondary: #f6a320;
  --dark-instantys: #1d203e;
  --paragraph: #525252;
  --horizontal-margin: 3.75rem;
  --vertical-margin: 5rem;
  --lightinstantys: #3a407c;
  --etablissement-more: 150px;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  background-color: var(--dark);
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

h1 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

p {
  margin-bottom: .625rem;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

.row {
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: flex;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-center {
  justify-content: center;
}

.col {
  width: 100%;
  max-width: 100%;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-12 {
  max-width: 100%;
}

.col.col-6 {
  max-width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col.col-3 {
  max-width: 25%;
}

.col.col-9 {
  max-width: 75%;
}

.col.col-4 {
  max-width: 33.33%;
}

.col.col-8 {
  max-width: 66.66%;
}

.color-block {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline-block;
}

.color-block.primary {
  background-color: var(--primary);
}

.color-block.secondary {
  background-color: var(--secondary);
}

.color-block.dark {
  background-color: var(--dark-instantys);
  color: var(--dark-instantys);
}

.col-dummy {
  background-color: var(--dark-instantys);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.section {
  padding: 4rem 1.5rem;
  position: relative;
}

.section.section-hero {
  min-height: 85vh;
  background-color: var(--dark-instantys);
  background-image: linear-gradient(rgba(29, 32, 62, .5), rgba(29, 32, 62, .5));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.section-instantys {
  background-image: url('../images/bg-chiffres.jpg'), url('../images/bg-instantys.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.section-citation {
  background-color: var(--primary);
  background-image: url('../images/bg-citation.svg'), linear-gradient(45deg, var(--primary), var(--secondary));
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
}

.section.section-metiers {
  overflow: hidden;
}

.section.section-contact {
  background-color: var(--dark-instantys);
  background-image: url('../images/bg-contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.section-footer {
  background-image: url('../images/bg-footer.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.content {
  border-bottom: 1px solid var(--dark-instantys);
}

.contain {
  width: 100%;
  max-width: 1170px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.contain.contain-large {
  max-width: 1340px;
}

.contain.contain-header {
  height: 100%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta {
  background-color: var(--primary);
  background-image: url('../images/bg-cta.svg'), linear-gradient(45deg, var(--primary) 30%, var(--secondary));
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 30px;
  padding: 16px 72px 16px 32px;
  font-weight: 600;
  line-height: 100%;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.cta:hover {
  background-image: url('../images/bg-cta.svg'), linear-gradient(45deg, var(--primary) 2%, var(--secondary) 38%);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  transform: scale(.98);
}

.cta.rejoindre {
  box-shadow: 0 12px 24px -4px rgba(16, 17, 33, .35);
}

.center {
  text-align: center;
}

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

.margin-bottom {
  margin-bottom: 20px;
}

.intro {
  font-size: 1.125rem;
}

.div-block {
  background-color: var(--dark-instantys);
  background-image: linear-gradient(45deg, var(--dark), var(--dark-instantys));
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 4rem 3rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .63);
}

.div-block.vision {
  width: 38%;
  background-color: var(--dark-instantys);
  background-image: linear-gradient(45deg, var(--dark-instantys) 59%, #303567);
  position: relative;
}

.div-block.aventure {
  width: 53%;
}

.div-block-2 {
  width: 100%;
  flex: 1;
  position: relative;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .46);
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.numbers {
  text-align: center;
  font-size: 21px;
  line-height: 100%;
}

.numbers.marques {
  align-items: flex-start;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  align-items: stretch;
  margin-left: 4rem;
  display: flex;
  position: relative;
}

.div-block-3.second {
  margin-left: 0;
  margin-right: 4rem;
}

.div-block-4 {
  width: 4rem;
  height: 2px;
  background-color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.big-numbers {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.overlay-top {
  height: 500px;
  background-image: linear-gradient(rgba(16, 17, 33, .51), rgba(16, 17, 33, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay-left {
  width: 70%;
  background-image: linear-gradient(to right, rgba(16, 17, 33, .46), rgba(16, 17, 33, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.auteur {
  font-size: 18px;
  font-weight: 600;
}

.poste {
  letter-spacing: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
}

.spacer {
  width: 2rem;
  height: 2rem;
}

.div-block-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 6rem;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.etablissement-wrapper {
  text-align: center;
  padding: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  width: 25%;
  max-width: 365px;
  min-width: 300px;
  aspect-ratio: 9 / 16;
  background-color: var(--dark);
  margin-right: 2rem;
  position: relative;
  overflow: hidden;
}

.etablissement-cover {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  width: 25%;
  min-width: 365px;
  overflow: visible;
}

.etablissement-gradient {
  height: 90%;
  background-image: linear-gradient(to top, rgba(29, 32, 62, .61), rgba(29, 32, 62, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--primary);
}

.etablissement-name {
  margin-top: 1rem;
  margin-bottom: 0;
}

.text-block {
  margin-bottom: .5rem;
}

.header {
  z-index: 999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar {
  height: 110px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .375s cubic-bezier(.645, .045, .355, 1);
}

.navbar.scrolled {
  height: 80px;
}

.div-block-6 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  width: 350px;
  height: 100%;
  object-fit: contain;
}

.nav-menu {
  position: absolute;
  left: 20px;
}

.div-block-7 {
  position: absolute;
  right: 20px;
}

.navlink {
  color: var(--white);
  margin-right: 1rem;
  padding: 8px 0;
  font-weight: 500;
}

.navlink.w--current {
  color: var(--white);
}

.navlink.onlymobile {
  display: none;
}

.form {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

.form-field {
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-field.form-demi {
  width: 50%;
}

.hero {
  z-index: 10;
  text-align: center;
  margin-top: 150px;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-end;
  display: flex;
}

.overlay-menu {
  opacity: 0;
  background-image: linear-gradient(rgba(16, 17, 33, .5) 49%, rgba(16, 17, 33, 0));
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-menu.scrolled {
  opacity: 1;
}

.text-field {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid rgba(255, 255, 255, .37);
  padding: 8px 4px 8px 0;
}

.text-field:focus {
  border-bottom-color: var(--primary);
}

.text-field.area {
  min-height: 150px;
}

.form-label {
  font-weight: 400;
}

.requis {
  color: var(--primary);
  font-weight: 400;
}

.ico-rs {
  width: 35px;
  height: 35px;
  border: 2px solid var(--primary);
  background-color: rgba(242, 142, 36, 0);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.ico-rs:hover {
  background-color: #f28e24;
}

.footer-links {
  color: var(--white);
  margin-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.footer-links:hover {
  color: var(--primary);
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: -28px;
  display: flex;
}

.div-block-11 {
  border-left: 2px solid var(--primary);
  margin-top: 25px;
  padding-left: 1.5rem;
}

.div-block-12 {
  flex-direction: column;
  margin-right: 1.5rem;
  display: flex;
}

.div-block-13 {
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.slider-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hide {
  display: none;
}

.div-block-14 {
  background-color: var(--primary);
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  border-radius: 30px;
  padding: 16px 12px;
  display: inline-block;
  box-shadow: 0 12px 24px -4px rgba(16, 17, 33, .35);
}

.div-block-15 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.track {
  width: 50%;
  height: 2px;
  background-color: var(--dark-instantys);
  border-radius: 100vw;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.handle {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  background-image: linear-gradient(45deg, var(--primary), var(--secondary));
  cursor: grab;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -20px;
}

.wrapper-etablissement {
  width: 100%;
  display: flex;
  position: relative;
}

.list-etablissement {
  cursor: grab;
  align-items: flex-start;
  display: flex;
}

.etablissement-more {
  height: auto;
  overflow: hidden;
}

.checkbox-label {
  font-size: 14px;
  line-height: 130%;
}

.text-block-2 {
  color: #818397;
  font-size: 14px;
  line-height: 130%;
}

.link {
  color: var(--primary);
}

.footer-credit {
  margin-top: 3rem;
}

.footer-links-sep {
  width: 2px;
  height: 14px;
  background-color: var(--primary);
  margin-left: 1rem;
  margin-right: 1rem;
}

.select {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid rgba(255, 255, 255, .37);
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
}

.select:focus {
  border-bottom-color: var(--primary);
}

.link-contact {
  text-decoration: none;
}

.link-contact:hover {
  color: var(--primary);
}

.link-contact:visited {
  color: var(--white);
}

.flex-block {
  align-items: center;
}

.div-block-16 {
  margin-left: 8px;
  padding-top: 8px;
}

.small-buffalo {
  margin-bottom: -3px;
  position: relative;
}

.image-3 {
  width: 80px;
}

.response-ribbon {
  background-color: var(--primary);
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_component {
  max-width: 32rem;
  color: var(--paragraph);
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: rgba(29, 32, 62, .08);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_button {
  background-color: var(--dark-instantys);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: var(--dark);
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: rgba(58, 64, 124, .1);
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: var(--dark);
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_title {
  color: var(--dark-instantys);
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-preference-button_icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  margin-right: 0;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid var(--dark-instantys);
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  border-color: var(--dark-instantys);
  background-color: var(--dark-instantys);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-modal_radio_label {
  color: var(--dark-instantys);
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_link {
  color: var(--primary);
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference-button_flex {
  background-color: var(--white);
  color: var(--white);
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.div-block-17 {
  color: var(--primary);
  cursor: pointer;
  margin-bottom: .625em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  .row.row-align-center.row-md-justify-center {
    justify-content: center;
  }

  .col.col-6.col-md-1 {
    max-width: 25%;
  }

  .col.col-6.col-md-2 {
    max-width: 50%;
  }

  .col.col-6.col-md-3 {
    max-width: 75%;
  }

  .col.col-6.col-md-4 {
    max-width: 100%;
  }

  .col.col-md-2 {
    max-width: 50%;
  }

  .col.col-md-3 {
    max-width: 75%;
  }

  .col.col-md-4 {
    max-width: 100%;
  }

  .col.col-md-1 {
    max-width: 25%;
  }

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

  .section.section-footer {
    background-image: linear-gradient(rgba(16, 17, 33, .81), rgba(16, 17, 33, .81)), url('../images/bg-footer.svg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .col-md-4 {
    max-width: 100%;
  }

  .col-md-3 {
    max-width: 75%;
  }

  .col-md-2 {
    max-width: 50%;
  }

  .col-md-1 {
    max-width: 25%;
  }

  .cta.rejoindre {
    display: none;
  }

  .div-block.vision {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block.aventure {
    width: 80%;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .div-block-2 {
    flex: 0 450px;
  }

  .div-block-2.img2 {
    flex-basis: 550px;
  }

  .numbers-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .div-block-3 {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
  }

  .div-block-3.second {
    flex-direction: column;
    margin-right: 0;
  }

  .big-numbers {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-5 {
    padding-right: 0;
  }

  .header {
    padding-top: 0;
  }

  .div-block-6 {
    padding-top: 1rem;
  }

  .nav-menu {
    width: 100vw;
    height: 100dvh;
    max-width: 75vw;
    background-color: rgba(16, 17, 33, .85);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 20vh;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .navlink {
    width: auto;
    margin-right: 0;
    font-size: 24px;
  }

  .navlink.onlymobile {
    display: block;
  }

  .menu-button {
    position: absolute;
    left: 0;
  }

  .menu-button.w--open {
    z-index: 20;
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .icon {
    color: var(--primary);
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .div-block-16 {
    width: 62px;
  }
}

@media screen and (max-width: 767px) {
  .col.col-6.col-md-3.col-sm-2, .col.col-sm-2 {
    max-width: 100%;
  }

  .col.col-sm-1 {
    max-width: 50%;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.section-footer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block {
    padding: 2.5rem 2rem;
  }

  .div-block.vision, .div-block.aventure {
    width: 90%;
  }

  .div-block-2 {
    flex-basis: 350px;
  }

  .div-block-2.img2 {
    flex-basis: 450px;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .slide {
    width: 50%;
    min-width: 365px;
    margin-right: 1rem;
  }

  .mask {
    width: 100%;
    min-width: 100px;
  }

  .navbar {
    height: 95px;
  }

  .navbar.scrolled {
    height: 60px;
  }

  .div-block-6 {
    padding-top: .5rem;
  }

  .brand {
    width: 250px;
  }

  .form-field.form-demi {
    width: 100%;
    margin-bottom: .5rem;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-12 {
    margin-right: 0;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .track {
    width: 100%;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  .col.col-xs-2 {
    max-width: 100%;
  }

  .col.col-xs-1 {
    max-width: 50%;
  }

  .div-block, .div-block.vision, .div-block.aventure {
    width: 100%;
  }

  .div-block-2 {
    flex-basis: 240px;
  }

  .etablissement-wrapper {
    padding: 1rem 1rem 2rem;
  }

  .slide {
    width: 100%;
    min-width: 80dvw;
    margin-right: .5rem;
  }

  .mask {
    width: 100%;
    min-width: 100%;
  }

  .brand {
    width: 175px;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .div-block-11 {
    padding-left: .5rem;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: flex-start;
  }

  .link {
    display: inline-block;
  }

  .footer-links-sep {
    display: none;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}