:root {
  --white-beige: #fffefc;
  --black: black;
  --dodger-blue: #45a1e5;
  --white: white;
  --deep-sky-blue: #0bbef2;
  --blue-grey: #f5f7facc;
  --dark-sea-green: #aee4ba;
  --black-2: #333;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.nav-primary_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-primary_logo-link {
  order: -1;
}

.nav-primary_component {
  z-index: 1000;
  background-color: var(--white-beige);
  padding: .75rem 2.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-primary_link {
  color: var(--black);
  padding: .75rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  transition: all .2s;
}

.nav-primary_link:hover {
  color: var(--dodger-blue);
}

.nav-primary_link.w--current {
  color: var(--black);
}

.nav-primary_link.w--current:hover {
  color: var(--dodger-blue);
}

.nav-primary_button {
  color: #0bbef2;
  background-color: #0bbef233;
  border-radius: 4px;
  margin-left: .5rem;
  padding: .75rem 1rem;
  font-size: 14px;
  transition: all .2s;
}

.nav-primary_button:hover {
  color: #0bbef2cc;
  background-color: #0bbef21a;
}

.nav-primary_logo {
  max-height: 1.5rem;
}

.nav-primary_menu {
  flex-direction: row;
  order: 1;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.section_home-hero {
  z-index: 0;
  position: relative;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-vertical {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.home-hero_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
}

.blank-space {
  height: 4.3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 3rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-links-footer {
  margin-bottom: 1rem;
}

.margin-bottom.margin-footer-logo {
  margin-bottom: 1.25rem;
}

.margin-bottom.margin-footer-link {
  margin-bottom: .75rem;
}

.margin-bottom.margin-footer-header {
  margin-bottom: .9rem;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-size-medium.text-style-bold {
  font-weight: 700;
}

.text-size-medium.text-style-bold.text-align-center {
  text-align: center;
}

.home-header_button {
  background-color: #0bbef2;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .2s;
}

.home-header_button:hover {
  background-color: #009ecc;
}

.text-color-white {
  color: var(--white);
}

.section-introduction {
  background-color: var(--white-beige);
}

.home-intro_component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-intro_img-wrp {
  width: 100%;
  max-width: 27rem;
}

.home-intro_content-wrp {
  max-width: 28rem;
}

.introduction-link {
  align-self: flex-start;
  font-size: 1rem;
  text-decoration: none;
}

.padding-vertical-small {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.introduction-text-link {
  color: var(--deep-sky-blue);
  margin-right: .5rem;
  font-size: 1rem;
  display: inline-block;
}

.section-actes {
  background-color: var(--blue-grey);
}

.home-actes_component {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.actes_category-item {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: 20rem;
  height: 100%;
  padding: 1.5rem;
  transition: all .2s;
  display: flex;
}

.actes_category-item:hover {
  transform: translate(0, -1px);
  box-shadow: 0 3px 7px #0003;
}

.actes_category-item.is-2 {
  justify-content: flex-start;
  align-items: center;
}

.actes_button {
  background-color: var(--white);
  color: var(--deep-sky-blue);
  border-radius: 4px;
  padding: .75rem 2rem;
  font-size: 1rem;
  line-height: 2;
  transition: all .2s;
  box-shadow: 0 2px 3px #0003;
}

.actes_button:hover {
  color: var(--white);
  background-color: #0bbef24d;
}

.margin-text-category-actes {
  margin-bottom: 1rem;
}

.actes_list-items {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  align-items: center;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.section_infos-pratiques {
  overflow: hidden;
}

.infos_horaires {
  grid-column-gap: 3rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.infos_location-content-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
  display: flex;
}

.infos_location-image-wrapper {
  width: 100%;
}

.location_item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  display: flex;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.3;
}

.text-size-small.text-style-bold {
  text-align: left;
}

.location_logo {
  width: 30px;
  margin-right: 1rem;
}

.blue-arrow-image {
  max-width: 16%;
  margin-top: -.1rem;
  margin-left: 1rem;
}

.infos_timetable-content-right {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.timetable_schedule-block {
  margin-bottom: 2rem;
  font-size: 1rem;
  display: flex;
}

.timetable_divider {
  border-left: 2px solid #000;
  margin-left: 1rem;
  margin-right: 2rem;
}

.section-rendez-vous {
  background-color: var(--blue-grey);
}

.rendez-vous_component {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rendez-vous_image-wrapper {
  width: 14rem;
}

.rendez-vous_item {
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.rendez-vous_arrow {
  width: 2rem;
  margin-right: 1rem;
}

.footer_component {
  background-color: var(--dodger-blue);
}

.footer_top {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.footer_content-left {
  margin-top: 3px;
}

.text-color-white-opacity {
  color: #ffffffe6;
}

.footer_timetable_layout {
  display: flex;
}

.footer_horaires-divider {
  border-left: 1.5px solid #fffc;
  margin-left: .75rem;
  margin-right: .75rem;
}

.footer_bottom {
  display: flex;
}

.phone-number-link, .doctolib-text-link {
  color: var(--deep-sky-blue);
}

.section-expertises {
  background-color: var(--blue-grey);
}

.expertises_component {
  justify-content: space-between;
  display: flex;
}

.expertises_content-left {
  align-self: center;
  width: 33rem;
  min-width: 27rem;
}

.expertises_image-wrapper {
  align-self: center;
  margin-left: 5rem;
}

.section-experiences {
  background-color: var(--white-beige);
}

.experiences_list {
  grid-row-gap: 2rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experiences_year-block {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  border-radius: 2px;
  width: auto;
  min-width: 10.5rem;
  max-width: 10.5rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.experiences_item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #ffffffe6;
  text-decoration: none;
}

.experiences_description {
  margin-left: 2rem;
}

.section-associations {
  background-color: var(--blue-grey);
}

.associations_component {
  text-align: center;
}

.associations_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  display: grid;
}

.associations_item {
  text-align: center;
}

.associations_item-logo-wrapper {
  margin-bottom: 1.5rem;
}

.text-size-custom-associations {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block {
  background-color: var(--white-beige);
}

.infos-pratiques_component {
  justify-content: space-between;
  display: block;
}

.infos-pratiques_content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 33rem;
  display: grid;
}

.maps-button {
  color: var(--deep-sky-blue);
  background-color: #daf4fb;
  border-radius: 4px;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .2s;
}

.maps-button:hover {
  color: #007ca0;
  background-color: #b3efff;
}

.section-tarifs {
  background-color: var(--blue-grey);
}

.infos-pratiques_image-wrapper {
  align-self: center;
  margin-left: 5rem;
}

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

.tarifs_tarifs-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 1.5rem 2rem 2.5rem;
  transition: all .2s;
  box-shadow: 0 4px 5px #0003;
}

.tarifs_tarifs-block:hover {
  transform: translate(0, -2px);
}

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

.text-style-bold {
  text-align: left;
  font-weight: 700;
}

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

.tarfis_time-item {
  text-align: center;
  border-radius: 2px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.tarfis_time-item.background-color-green {
  background-color: var(--dark-sea-green);
  text-align: left;
}

.tarfis_time-item.background-color-red {
  text-align: left;
  background-color: #eea19c;
}

.tarfis-payment-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tarifs_payment-item {
  background-color: #daecfa;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.tarfis_carte-vitale {
  background-color: var(--dark-sea-green);
  border-radius: 2px;
  padding: .75rem 2rem;
  display: inline-block;
}

.text-style-time {
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
}

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

.infos_adresses {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.infos_h2 {
  line-height: 1.2;
}

.infos_location-image-wrapper-left {
  width: 100%;
}

.infos-hero_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tarifs_horaires-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 1.5rem 2rem 2.5rem;
  transition: all .2s;
  box-shadow: 0 4px 5px #0003;
}

.tarifs_horaires-block:hover {
  transform: translate(0, -2px);
}

.maps-link {
  color: var(--black-2);
  text-decoration: none;
}

.text-color-blue {
  color: var(--deep-sky-blue);
  display: inline-block;
}

.mentions-legales_component {
  justify-content: space-between;
  display: block;
}

.home-hero_desc-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home-hero_bg-wrp {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.infos-hero_h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.infos-hero_buttons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
}

.home-hero_h1 {
  color: var(--white);
  font-size: 3.5rem;
}

.home-hero_desc {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.button {
  background-color: #0bbef2;
  border-radius: 4px;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s;
}

.button:hover {
  background-color: #009ecc;
}

.padding-section-home-hero {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.home-hero_content-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

.home-intro_h2-wrp {
  margin-bottom: 1.5rem;
}

.home-intro_desc-wrp {
  margin-bottom: 3rem;
}

.home-intro_img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

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

.home-actes_h2 {
  font-size: 2.5rem;
  line-height: 1.3;
}

.home-actes_top-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-bottom: 3rem;
  display: grid;
}

.home-actes_desc-wrp {
  max-width: 44rem;
}

.home-actes_btn-wrp {
  margin-top: 3.5rem;
}

.actes_item-desc {
  font-size: .875rem;
  line-height: 1.7;
}

.actes_h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.info-hero_heading-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.home-hero_subh {
  display: none;
}

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

  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.9;
  }

  .padding-vertical.padding-vertical-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium, .text-size-medium.text-color-white {
    font-size: 1rem;
  }

  .text-size-medium.text-color-white.headline-footer-mobile {
    font-size: 1.25rem;
  }

  .home-intro_img-wrp {
    max-width: 50%;
    margin-right: 1.5rem;
  }

  .home-intro_content-wrp {
    width: 50%;
  }

  .introduction-text-link {
    font-size: 1rem;
    line-height: 1.4;
  }

  .section_infos-pratiques.hide-overflow {
    overflow: hidden;
  }

  .infos_horaires {
    grid-column-gap: 3rem;
    grid-template-columns: .5fr .5fr;
  }

  .infos_location-content-wrapper {
    width: 19.4rem;
    margin-right: 1rem;
  }

  .infos_location-image-wrapper {
    width: 90%;
    min-width: 17rem;
  }

  .location_item {
    margin-bottom: 1.25rem;
  }

  .location_logo {
    max-width: 10%;
  }

  .rendez-vous_image-wrapper {
    max-width: 12rem;
  }

  .rendez-vous_arrow {
    max-width: 8%;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .75fr;
  }

  .footer_content-left {
    margin-top: 0;
  }

  .text-size-xsmall {
    font-size: .9rem;
  }

  .expertises_content-left {
    width: 28rem;
    min-width: 22rem;
    margin-right: 2rem;
  }

  .expertises_image-wrapper {
    margin-left: 0;
    margin-right: -40px;
  }

  .experiences_year-block {
    width: auto;
    min-width: 10.5rem;
  }

  .infos-pratiques_content-left {
    align-self: flex-start;
  }

  .infos-pratiques_image-wrapper {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .tarifs_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
    display: flex;
  }

  .tarifs_tarifs-block {
    width: 30rem;
    box-shadow: 0 4px 5px #0003;
  }

  .infos_adresses {
    grid-column-gap: 1.75rem;
    grid-template-columns: .5fr 1.25fr;
  }

  .infos_h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .infos_location-image-wrapper-left {
    width: 100%;
    min-width: 17rem;
  }

  .text-expertises, .text-infos-pratiques {
    font-size: 1rem;
    line-height: 1.6;
  }

  .infos-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .tarifs_horaires-block {
    width: 30rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 5px #0003;
  }

  .text-mentions-legales {
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-hero_desc-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 32rem;
  }

  .infos-hero_h1 {
    line-height: 1.2;
  }

  .home-hero_desc {
    font-size: 1rem;
  }

  .home-hero_h1-span {
    font-size: 2.5rem;
  }

  .home-intro_h2-wrp {
    margin-bottom: 1rem;
  }

  .home-intro_desc-wrp {
    margin-bottom: 2rem;
  }

  .padding-section-home-actes {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-actes_h2 {
    font-size: 2rem;
  }

  .home-actes_top-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-actes_desc-wrp {
    max-width: 35rem;
  }

  .actes_item-desc {
    font-weight: 400;
  }

  .actes_h3 {
    font-weight: 500;
  }

  .info-hero_img {
    width: 100%;
  }

  .home-hero_subh {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: .9rem;
  }

  p {
    font-size: .875rem;
  }

  .nav-primary_container {
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
  }

  .nav-primary_logo-link, .nav-primary_logo-link.w--current {
    padding-left: 0;
  }

  .nav-primary_component {
    padding: .5rem 1.25rem;
  }

  .nav-primary_link {
    padding-left: 2rem;
    font-size: 1.25rem;
  }

  .nav-primary_button {
    background-color: #0000;
    margin-left: 0;
    padding-left: 2rem;
    font-size: 1.25rem;
  }

  .nav-primary_menu {
    background-color: var(--white-beige);
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-vertical.padding-vertical-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blank-space {
    height: 3.5rem;
  }

  .margin-bottom.margin-xlarge {
    margin-bottom: 2rem;
  }

  .home-header_button {
    font-size: .875rem;
    line-height: 1.5;
  }

  .home-intro_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .home-intro_img-wrp {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .home-intro_content-wrp {
    width: 100%;
    max-width: none;
  }

  .introduction-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .padding-vertical-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .introduction-text-link {
    color: #0bbef2;
    font-size: 1rem;
  }

  .actes_category-item {
    width: auto;
    height: 100%;
    padding: 1.5rem 1rem;
    font-size: .7rem;
  }

  .actes_button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
    line-height: 1.6;
  }

  .actes_list-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: 1fr 1fr;
  }

  .infos_horaires {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: start;
    display: grid;
  }

  .infos_location-content-wrapper {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }

  .infos_location-image-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-width: auto;
  }

  .location_item {
    font-size: 1rem;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .blue-arrow-image {
    margin-top: 0;
  }

  .infos_timetable-content-right {
    width: 100%;
    min-width: auto;
  }

  .timetable_schedule-block {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .timetable_divider {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .infos_location-image, .infos_timetable-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .rendez-vous_component {
    align-items: center;
    display: flex;
  }

  .rendez-vous_image-wrapper {
    max-width: 9rem;
  }

  .rendez-vous_item {
    font-size: 1rem;
  }

  .rendez-vous_arrow {
    margin-right: .75rem;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-template-columns: 2fr 1.5fr;
  }

  .text-size-xsmall {
    font-size: .9rem;
  }

  .expertises_component {
    flex-direction: column;
  }

  .expertises_content-left {
    align-self: flex-start;
    width: auto;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .expertises_image-wrapper {
    align-self: center;
    max-width: 60%;
    margin-right: 0;
  }

  .experiences_year-block {
    font-size: 1rem;
  }

  .associations_item-logo-wrapper {
    text-align: center;
    max-width: 12rem;
  }

  .text-size-custom-associations {
    font-size: 1.2rem;
  }

  .infos-pratiques_content-left {
    width: auto;
    min-width: 27rem;
  }

  .tarifs_tarifs-block {
    width: 28rem;
  }

  .infos_adresses {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .menu-button {
    flex: 0 auto;
    margin-top: .3rem;
    margin-left: auto;
    padding: .5rem;
  }

  .menu-button.w--open {
    background-color: var(--white-beige);
  }

  .icon {
    color: var(--deep-sky-blue);
  }

  .infos_h2 {
    font-size: 1.9rem;
    line-height: 1.3;
  }

  .infos_location-image-wrapper-left {
    aspect-ratio: 16 / 9;
    width: 100%;
    min-width: auto;
  }

  .tarifs_horaires-block {
    width: 28rem;
  }

  .text-color-blue {
    font-size: .875rem;
  }

  .home-hero_h1 {
    font-size: 2.5rem;
  }

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

  .home-hero_h1-span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    display: none;
  }

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

  .home-intro_h2 {
    font-size: 2rem;
  }

  .home-intro_desc {
    font-size: 1rem;
  }

  .home-intro_desc-wrp {
    margin-bottom: 2rem;
  }

  .home-intro_img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

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

  .home-actes_h2 {
    font-size: 2rem;
  }

  .home-actes_btn-wrp {
    margin-top: 3rem;
  }

  .actes_h3 {
    font-weight: 500;
  }

  .home-hero_subh {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    display: block;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.6;
  }

  .nav-primary_logo-link {
    padding-left: 0;
  }

  .nav-primary_component {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .section_home-hero {
    position: relative;
  }

  .margin-bottom.margin-xlarge {
    margin-bottom: 2rem;
  }

  .text-size-medium.text-color-white.headline-footer-mobile {
    font-size: 1.25rem;
  }

  .text-size-medium.text-style-bold.is-mobile {
    font-size: .9rem;
  }

  .home-header_button {
    text-align: center;
    margin-bottom: 1rem;
    margin-right: 0;
    font-size: 1rem;
  }

  .home-header_button.expertises-layout {
    margin-left: 0;
    display: block;
  }

  .home-intro_component {
    flex-direction: column;
  }

  .home-intro_content-wrp {
    max-width: 22rem;
  }

  .introduction-link {
    margin-top: 1rem;
  }

  .introduction-text-link {
    font-size: 1rem;
  }

  .actes_category-item {
    width: 17rem;
    height: 13rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .actes_category-item.is-2 {
    justify-content: center;
    align-items: center;
  }

  .actes_button {
    width: 100%;
    font-size: 1rem;
  }

  .actes_list-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .infos_horaires {
    flex-direction: column;
  }

  .location_item, .text-size-small {
    font-size: 1rem;
  }

  .blue-arrow-image {
    max-width: 15%;
  }

  .timetable_schedule-block {
    font-size: 1rem;
  }

  .timetable_divider {
    margin-left: .9rem;
    margin-right: .9rem;
  }

  .infos_location-image {
    width: 100%;
  }

  .rendez-vous_component {
    flex-direction: column;
  }

  .rendez-vous_image-wrapper {
    margin-bottom: 2rem;
  }

  .footer_top {
    grid-row-gap: 1.75rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .text-color-white-opacity.text-size-xsmall {
    font-size: .9rem;
  }

  .phone-number-link {
    display: inline-block;
  }

  .expertises_content-left {
    align-self: auto;
    width: auto;
    min-width: auto;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }

  .expertises_image-wrapper {
    max-width: 90%;
  }

  .experiences_year-block {
    min-width: 6rem;
  }

  .link-footer, .link-footer.w--current {
    font-size: .9rem;
  }

  .experiences_description {
    margin-left: 1rem;
  }

  .associations_item-logo-wrapper {
    max-width: 7rem;
  }

  .infos-pratiques_content-left {
    width: auto;
    min-width: auto;
  }

  .maps-button {
    text-align: center;
    width: 100%;
    display: block;
  }

  .tarifs_tarifs-block {
    width: auto;
    min-width: 18rem;
    max-width: 22rem;
  }

  .tarifs_schedule-list {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    grid-template-columns: .5fr 1fr 1fr;
  }

  .text-style-bold.text-size-small {
    font-size: .8rem;
  }

  .tarfis-payment-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .tarifs_payment-item {
    justify-content: center;
    align-self: stretch;
  }

  .text-style-time {
    font-size: .8rem;
  }

  .infos_adresses {
    flex-direction: column-reverse;
  }

  .infos_location-image-wrapper-left {
    align-self: flex-start;
  }

  .tarifs_horaires-block {
    width: 100%;
    min-width: 18rem;
    max-width: 22rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-color-blue {
    font-size: 1rem;
  }

  .infos-hero_h1 {
    font-size: 2.5rem;
  }

  .infos-hero_buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-hero_h1 {
    font-size: 2.5rem;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .padding-section-home-hero {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .home-hero_h1-span {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .home-intro_h2 {
    font-size: 1.75rem;
  }

  .home-actes_btn-wrp {
    width: 100%;
  }

  .actes_h3 {
    font-weight: 500;
  }

  .home-hero_subh {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
  }
}

#w-node-_0a7b7f9f-3648-7349-d15b-d3d32b2d1100-81251884, #w-node-_6ab79271-2d51-ee0c-da6c-eef332b51a01-81251884 {
  align-self: center;
}

#w-node-_177a5613-c800-6905-3904-3948ed87a5f5-81251884 {
  justify-self: stretch;
}

#w-node-da0753a8-ffe9-ba25-b31e-3ff51cecaba8-1cecaba3, #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabb4-1cecaba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabc8-1cecaba3 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabf7-1cecaba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd3a0eae-cbf5-efd1-1fd6-e62224f7191d-24f71918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dd3a0eae-cbf5-efd1-1fd6-e62224f7191f-24f71918 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ea188281-5cb8-7b87-d0b9-32b0122f8af0-67406aba, #w-node-_1a01fbd2-7aa3-4418-3a07-294f1755bcfc-67406aba, #w-node-f4f0a399-8bef-cc97-1da2-de3ab34c6e60-67406aba, #w-node-_3d9ccb08-6989-a75f-90d8-438588ccac48-67406aba, #w-node-b580b188-2092-9c9c-94db-4f54c8405a9f-67406aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83cded29-3bde-ba51-bf08-be2f9820554b-67406aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_83cded29-3bde-ba51-bf08-be2f9820554d-67406aba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ea894fa-7a63-2269-7930-b323c86143c0-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c71a35a5-e675-92c3-aefc-389ff43ba453-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-aee8208b-43a3-5c0e-71d9-a70d1901f440-d993aaba, #w-node-_13450899-c3f1-8fe8-e804-e33cb963d5dc-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_855b7b38-7534-efd9-e559-cb67ecefa88c-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cb75e44d-9671-87e0-ad13-0d86687b07cc-d993aaba, #w-node-_463bad2d-3f51-7309-1ecf-b3420c2df4aa-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e944652-8ae1-90ff-9f12-d5e3045ccce4-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_2de97119-44ea-c045-51fa-1a8ffa71c443-d993aaba, #w-node-_02bdf297-f637-ade0-a4d7-72a240854ede-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a60f424c-220c-da4b-e6cd-07ee250e008f-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3154234e-ee60-c9cf-046b-bf798ffe77dd-d993aaba, #w-node-_800bac73-5e44-4ce9-ad44-96c26a11e929-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf249b4e-f901-894b-314c-ee5f70d2343d-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_55c300ed-2095-650f-074a-fe44e48b1ecb-d993aaba, #w-node-_2a4d26aa-9a1e-44c6-9782-e2fdd2b929d3-d993aaba, #w-node-cbc6322c-6ed7-b9f9-a8ac-dbfd7b6d9045-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_170d411b-e3f8-4e01-947f-7b63ba55b601-d993aaba, #w-node-_4d7c7921-b667-1458-20cd-51c561be0691-d993aaba {
  align-self: stretch;
}

#w-node-_00140352-eeb3-de07-c324-ba615149393d-d993aaba {
  align-self: center;
}

#w-node-_83cded29-3bde-ba51-bf08-be2f9820554b-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_83cded29-3bde-ba51-bf08-be2f9820554d-d993aaba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0a7b7f9f-3648-7349-d15b-d3d32b2d1100-81251884 {
    justify-self: end;
  }

  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabc8-1cecaba3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8ea894fa-7a63-2269-7930-b323c86143c0-d993aaba {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-cbc6322c-6ed7-b9f9-a8ac-dbfd7b6d9045-d993aaba {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_00f51028-c120-6051-2b40-af28f8c52b3a-81251884 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabc8-1cecaba3 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabf7-1cecaba3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_743ebf4e-fc36-26e7-e9ac-403f1c1d556e-67406aba, #w-node-_35218713-cd05-f77f-7e47-96ebcf6766f2-67406aba {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabb4-1cecaba3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabc8-1cecaba3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-da0753a8-ffe9-ba25-b31e-3ff51cecabf7-1cecaba3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_170d411b-e3f8-4e01-947f-7b63ba55b601-d993aaba, #w-node-_4d7c7921-b667-1458-20cd-51c561be0691-d993aaba, #w-node-_00140352-eeb3-de07-c324-ba615149393d-d993aaba {
    justify-self: center;
  }
}


