:root {
  --medium-purple: #9061c2;
  --flowui-component-library-gray-900: black;
  --relume-library-lite-rl-black: black;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray100: #f2f4f7;
  --flowui-component-library-gray-500: #737794;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-white: white;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-800: #1b114a;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-primary-base: #642eff;
  --relume-library-lite-rl-white: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary100: #f4ebff;
  --flowui-component-library--gray-100: #f7f9fd;
}

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #121212;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: #212121;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #121212;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  color: #212121;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #616161;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Playfair Display, sans-serif;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  border-left: 3px solid #9061c2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.navigation {
  color: #fff;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 10em;
  padding: 35px 25px 20px;
  position: absolute;
  box-shadow: inset 0 0 20px -4px #000;
}

.nav-menu {
  float: left;
  margin-top: 10px;
  display: inline-block;
}

.nav-menu.center-menu {
  float: none;
  text-align: center;
  display: block;
}

.nav-menu.right {
  z-index: 10000;
  float: right;
  background-color: #fffffff7;
  position: fixed;
}

.nav-menu._1 {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
}

.brand-logo {
  float: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 8px;
}

.brand-logo.w--current {
  clear: left;
  filter: brightness(0%);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  padding-top: 0;
  text-decoration: none;
}

.brand-logo.float-left {
  float: left;
}

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navigation-link {
  color: #000;
  letter-spacing: .8px;
  text-transform: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
}

.navigation-link.w--current {
  box-shadow: none;
  color: #000;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border: 2px #ffffff61;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 6px;
  font-weight: 600;
}

.navigation-link.dropdown {
  color: #fff;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 38px;
  font-size: 15px;
}

.navigation-link.dropdown:hover {
  color: #5e0b17;
}

.navigation-link.dark {
  color: #777c;
  font-weight: 500;
}

.navigation-link.dark:hover {
  color: #212121;
}

.navigation-link._1, .navigation-link.reserver, .navigation-link._2 {
  display: none;
}

.follow-text {
  color: #000;
  margin-right: 10px;
  font-family: Playball, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
}

.follow-text.in-footer {
  color: #000;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: -19px;
}

.follow-text._1 {
  color: #000;
  margin-right: 8px;
}

.follow-text._1._2 {
  margin-top: 5px;
  display: block;
  position: static;
}

.follow-text._1._2._3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin-top: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.follow-text._1._2._3.hide {
  display: none;
}

.follow-text._2 {
  margin-right: 0;
}

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

.align-right.top-space {
  margin-top: 15px;
  display: none;
}

.sociall-wrapper {
  float: right;
  display: inline-block;
  position: relative;
  top: -4px;
}

.social-icon {
  opacity: 1;
  background-color: #38b6ff;
  background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #b4e3ff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .4s;
  display: inline-block;
  position: relative;
}

.social-icon:hover {
  opacity: 1;
  background-color: #149cca;
}

.social-icon.twitter {
  background-color: #38b6ff;
  background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.avif');
  background-size: 20px;
  border: 2px solid #b4e3ff;
}

.social-icon.twitter:hover {
  background-color: #149cca;
}

.social-icon.twitter.biger {
  background-color: #000;
  background-size: 23px;
  border-color: #fff;
  box-shadow: 0 0 4px #fff;
}

.social-icon.google {
  background-image: url('../images/fa-twitter_100_0_ffffff_none_1fa-twitter_100_0_ffffff_none.avif');
  background-size: 16px;
  display: none;
}

.social-icon.instagram {
  background-color: #54b2d2;
  background-image: url('../images/Just-Eat-PNG-35px_1Just-Eat-PNG-35px.avif');
  background-size: 25px;
  display: none;
}

.social-icon.biger {
  background-color: #000;
  background-size: 21px;
  border-color: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 4px #fff;
}

.video-texte-intro {
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-texte-intro.prallax {
  background-color: #000;
  background-image: none;
  background-size: auto;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 20px -11px #000;
}

.sub-text {
  color: #5a5a5a;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.padding-both {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.call-us {
  z-index: 10000;
  background-color: #a92539;
  background-image: url('../images/font-awesome_4-6-3_phone_100_0_ffffff_none-3_1font-awesome_4-6-3_phone_100_0_ffffff_none (3).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 60px;
  box-shadow: 0 0 8px 1px #000;
}

.services-wrapper {
  float: left;
  clear: right;
  background-color: #fff;
  width: 33.333%;
  height: 650px;
  position: relative;
}

.services-wrapper.color {
  text-align: left;
  background-color: #fafafa;
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
}

.services-wrapper.color.purple {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 480px;
  max-height: 750px;
  padding: 30px;
}

.day {
  color: #fff;
  text-align: center;
  font-style: italic;
}

.white-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.white-heading.big {
  color: #fff;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.white-font {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.center-div {
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.center-div.add-center {
  text-align: center;
  margin-top: 5px;
}

.center-div.add-center.spec {
  margin-top: -5px;
}

.line-divider {
  border: 1px solid #fff6;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.right-section {
  z-index: 1;
  box-shadow: none;
  background-color: #fafafa;
  height: 730px;
  max-height: 750px;
  padding-top: 20px;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.right-section.on-mobile {
  height: 730px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.right-section.on-mobile._1 {
  background-color: #fafafa00;
  height: 480px;
  display: block;
}

.column-without-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.biger {
  color: #000;
  font-family: Exo, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.biger._1._2, .biger._2._3 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 19px;
  font-weight: 500;
}

.biger._4 {
  color: #4b4b4b;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.biger.special1 {
  color: #fff;
  font-family: Merriweather, serif;
}

.col {
  margin-top: -15px;
  margin-bottom: -24px;
  padding-left: 20px;
  padding-right: 40px;
  display: none;
}

.tel-horaires {
  overflow: hidden;
}

.show-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.show-text.off {
  display: none;
}

.show-text._10px {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.image-popup {
  float: left;
  width: 20%;
  height: 15em;
  position: relative;
}

.image-popup._1 {
  background-image: url('../images/custom_resized_34ee816c-cf41-4473-bb72-5ee2f5135392_1.avif');
  background-position: 45% 42%;
  background-size: cover;
}

.image-popup._2 {
  background-image: url('../images/custom_resized_783ba425-4849-48e7-8719-99ee351a1cbd_1.avif');
  background-position: 50% 30%;
  background-size: cover;
}

.image-popup._3 {
  background-image: url('../images/custom_resized_fc4be9d2-6c4d-4fe5-bc49-379ef9494909_1.avif');
  background-position: 50% 30%;
  background-size: cover;
}

.image-popup._4 {
  background-image: url('../images/custom_resized_ab7f5548-d96a-4f8b-a0c1-7b1288c08482_1.avif');
  background-position: 32%;
  background-size: cover;
}

.image-popup._5 {
  background-image: url('../images/custom_resized_fd93dd3e-7217-4c78-a513-39ecf5d71948_1.avif');
  background-position: 34% 100%;
  background-size: cover;
}

.image-popup._7 {
  background-image: url('../images/custom_resized_0c0505b8-f6eb-4d91-bdab-6abda9fc1788_1.avif');
  background-position: 50% 35%;
  background-size: cover;
}

.image-popup._8 {
  background-image: url('../images/custom_resized_b8927cc8-e9ea-45e4-9c73-3e4f553b6e2c_1.avif');
  background-position: 50% 57%;
  background-size: cover;
}

.image-popup._9 {
  background-image: url('../images/custom_resized_7e574d44-e3b6-44e4-952d-ae72766a5c2b_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-popup._10 {
  background-image: url('../images/custom_resized_6fde9758-b53e-477c-b1ea-901540bdf9f1_1.avif');
  background-position: 42%;
  background-size: cover;
}

.image-popup._10.hide {
  display: block;
}

.image-popup._11 {
  background-image: url('../images/custom_resized_5c399765-0f55-4658-9916-819beae75e1d_1.avif');
  background-position: 40%;
  background-size: cover;
}

.image-popup._12 {
  background-image: url('../images/custom_resized_a0087601-fc31-4979-a6f4-1e312887524a_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-popup._13 {
  background-image: url('../images/custom_resized_f9e65974-ec97-4c89-ac05-862453322853_1.avif');
  background-position: 50%;
  background-size: cover;
}

.image-popup._14 {
  background-image: url('../images/custom_resized_459e0dc8-d4e8-4c2f-baaa-aa8dce001268_1.avif');
  background-position: 50% 37%;
  background-size: cover;
}

.image-popup._14.hide {
  display: block;
}

.image-popup._15 {
  background-image: url('../images/custom_resized_f03b6a12-f837-444e-9f80-e42d553d8c34_1.avif');
  background-position: 50% 28%;
  background-size: cover;
}

.image-popup._16 {
  background-image: url('../images/custom_resized_c4d6b9fe-2ed0-4c06-85fe-b09da8973dcc_1.avif');
  background-position: 50%;
  background-size: cover;
}

.footer {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 20px;
  box-shadow: 0 -5px 16px #0000003d;
}

.lightbox-overlay {
  background-image: linear-gradient(to top, #000000d9, #000000a3 14%, #00000045 28%, #00000040 42%, #fff0 93%);
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-icon-wrapper {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.zoom-icon {
  background-color: #000c;
  background-image: url('../images/font-awesome_4-6-3_search_100_0_ffffff_none-2_1font-awesome_4-6-3_search_100_0_ffffff_none (2).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon:hover {
  background-color: #434343;
}

.arrow-dropdown {
  margin-top: 18.5px;
  margin-right: 15px;
  font-size: 12px;
}

.dropdown-list.w--open {
  background-color: #000000d9;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: #b4b4b4;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Playfair Display, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #fff;
}

.navigation-style-2 {
  background-color: #0000;
  width: 100%;
  padding: 35px 25px 20px;
  position: absolute;
}

.float-right {
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.navigation-style-3 {
  background-color: #fffffff2;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.float-left {
  float: right;
}

.top-space {
  margin-top: 10px;
}

.hide {
  display: none;
}

.mobile-navigation {
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

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

.top-margin.less-space {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.footer-icon {
  filter: brightness(200%);
  background-image: url('../images/phone-call-4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-icon.addres {
  background-image: url('../images/placeholder-1_1placeholder (1).avif');
  background-size: 60px;
}

.footer-icon.email {
  background-image: url('../images/envelope-1_1envelope (1).avif');
  background-size: 60px;
}

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

.left-copyright-flex.right {
  justify-content: center;
}

.left-copyright-flex.right._1 {
  color: #000;
}

.big {
  color: var(--medium-purple);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

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

.text-block {
  color: #fff;
  align-items: center;
  width: 250px;
  font-family: Playball, sans-serif;
  font-size: 55px;
  font-style: normal;
  text-decoration: none;
  transform: rotate(-3deg);
}

.text-block._1._2 {
  width: 250px;
  margin-top: -25px;
  margin-left: -12px;
  padding-left: 0;
  font-size: 56.5px;
  display: none;
  position: absolute;
  transform: rotate(-2deg);
}

.heading {
  color: #000;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
}

.heading.spec1 {
  margin-bottom: 30px;
  line-height: 38px;
}

.image-3 {
  width: 180px;
  max-width: none;
  margin: -52px 0 -30px;
  display: block;
}

.image-3._1 {
  width: 240px;
  margin-top: -20px;
  margin-bottom: -10px;
  margin-right: 0;
}

.image-3._1.okok {
  filter: brightness(0%);
}

.image-3.spec1 {
  width: 225px;
  margin-top: 7px;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 35px;
}

.heading-3.tel {
  letter-spacing: 1.5px;
  font-family: Playball, sans-serif;
  font-weight: 400;
  line-height: 38px;
}

.link-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.link-block.w--current {
  margin-bottom: 70px;
}

.text-block-2 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
}

.div-block {
  margin-bottom: 30px;
}

.div-block._1 {
  margin-bottom: 5px;
}

.div-block-2 {
  margin-top: 40px;
}

.div-block-3 {
  margin-bottom: 10px;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 19px;
  display: flex;
}

.container-2 {
  max-width: 95%;
}

.body {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.italic-text {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 400;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.text-block-5 {
  margin-top: 0;
  font-size: 24px;
}

.html-embed-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.div-block-9 {
  justify-content: center;
  margin-top: 35px;
  font-size: 16px;
  display: flex;
}

.section-4 {
  z-index: 500;
  display: block;
  position: relative;
  box-shadow: 0 0 20px #000;
}

.section-4.hide {
  display: none;
}

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

.lightbox-link {
  display: none;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5 {
  height: 100%;
  display: none;
}

.bold-text-3 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.navbar {
  width: 100%;
  height: 6.5em;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 5px 20px -6px #000;
}

.div-block-12 {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-bottom: 1px solid #c5c5c5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.5em;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  box-shadow: inset 0 1px 16px -4px #000;
}

.navbar-2 {
  display: none;
}

.div-block-17 {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  height: 80px;
  margin-right: -350px;
  padding-right: 50px;
  display: none;
  position: fixed;
  inset: 80% 0% 0% auto;
}

.div-block-18 {
  z-index: 9999;
  text-shadow: 1px 1px 6px #3f3f3f, 1px 1px 12px #000;
  background-color: #39b0ff;
  border: 4px solid #b4e3ff;
  border-right-style: none;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  padding-top: 6px;
  font-family: Playball, sans-serif;
  font-size: 40px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 15px -5px #000, 1px 1px 6px #000;
}

.div-block-19 {
  margin-top: -30px;
}

.columns-4 {
  filter: brightness(0%);
  margin-bottom: 30px;
}

.div-block-20 {
  clear: right;
  justify-content: space-around;
  align-items: center;
  margin-right: 0%;
  display: flex;
  position: relative;
}

.div-block-21 {
  justify-content: space-around;
  align-items: center;
  width: 98%;
  display: flex;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.f-paragraph-large {
  color: #585858;
  letter-spacing: -.02em;
  width: 90%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 23px;
}

.f-paragraph-large.spec8 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-image-cover {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 12px;
  width: 500px;
  height: 90%;
  transform: translate(0);
  box-shadow: 0 0 8px #5b5b5b;
}

.f-image-cover.sacs {
  object-position: 50% 50%;
  width: 500px;
}

.f-image-cover.square {
  object-position: 50% 50%;
  background-color: #fff;
  width: 250px;
  height: 250px;
  padding: 20px;
  box-shadow: 0 0 8px #5b5b5b8c;
}

.f-image-cover.square.lingot.argent {
  padding-left: 45px;
  padding-right: 45px;
}

.f-image-cover.curio {
  object-position: 50% 50%;
  width: 500px;
}

.f-image-cover.tab {
  object-position: 50% 50%;
  width: 450px;
}

.f-image-cover.montre {
  filter: brightness(109%);
  object-position: 50% 55%;
  width: 500px;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  overflow: visible;
}

.f-content-image-wrapper-large.spec {
  justify-content: flex-end;
  height: 430px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  align-items: center;
}

.f-grid-two-column.tableau {
  grid-template-columns: .65fr 1fr;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 45px 3%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 430px;
  display: flex;
  overflow: visible;
}

.f-margin-bottom-32 {
  margin-bottom: 0;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: center;
}

.f-container-regular-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  padding: 45px 3%;
  position: relative;
}

.link-4 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Bitter, serif;
  font-size: 15px;
  text-decoration: none;
}

.image-11 {
  width: 100px;
  margin-top: -3px;
}

.text-block-18 {
  color: #000;
  letter-spacing: -.5px;
  text-shadow: 1px 1px 3px #e9e9e9;
  font-family: Poppins, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
}

.div-block-25 {
  background-color: #15ccff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.div-block-25.google-maps {
  background-color: #fff;
}

.div-block-26 {
  border-radius: 12px;
  align-items: center;
  width: 400px;
  height: 60px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #2d2d2d;
}

.div-block-27 {
  background-color: #fff;
  border-top: 2px solid #15ccff;
  border-bottom: 2px solid #15ccff;
  border-right: 2px solid #15ccff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  height: 100%;
  display: flex;
  box-shadow: inset 0 0 4px #2a2a2a;
}

.div-block-27.google-maps {
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-right-style: solid;
  border-right-color: #fff;
  box-shadow: inset 0 0 4px #6c6c6c;
}

.div-block-28 {
  margin: 20px;
}

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-29.spec1 {
  margin-bottom: 0;
}

.div-block-30 {
  margin: 20px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.f-dropdown {
  width: 100%;
  max-width: 240px;
}

.link-block-4 {
  z-index: 9999;
  color: #fff;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.div-block-34 {
  position: relative;
}

.div-block-35 {
  text-decoration: none;
}

.contenudelapage, .contenudelapage.spec-contact {
  width: 100vw;
}

.div-block-37 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30vw;
  margin-top: 6.5em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-37.hide {
  display: none;
}

.div-block-38 {
  z-index: 9999;
  border: 3px solid #002057;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 98%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: static;
  inset: 0%;
  box-shadow: 0 0 6px #00000047;
}

.contact {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contenu {
  width: 95%;
  margin-bottom: 15px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-39.email.hide.specc {
  margin-bottom: 8px;
}

.div-block-39.num {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 8px;
}

.contact-info {
  letter-spacing: -.5px;
  font-size: 16.5px;
  font-weight: 500;
}

.contact-info.numero {
  font-size: 23px;
  text-decoration: none;
}

.contact-info.mail {
  font-size: 22px;
}

.phone-email {
  border-radius: 7px;
  width: 28px;
  margin-right: 12px;
  box-shadow: 0 0 5px #00000085;
}

.phone-email.num, .phone-email.mail {
  width: 28px;
}

.div-block-40 {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.div-block-40.hide {
  flex-flow: column;
  padding-top: 22px;
  padding-bottom: 12px;
}

.div-block-40.mobile {
  display: none;
}

.text-block-19 {
  text-align: left;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.image-12 {
  border: 3px solid #00102b;
  border-radius: 12px;
  width: 100%;
  max-width: 70px;
  margin-top: 0;
  margin-right: 0;
  box-shadow: 0 0 6px #0000006b;
}

.text-block-20 {
  margin-bottom: 8px;
  font-size: 16px;
}

.text-block-20.pririty {
  margin-bottom: 6px;
  font-weight: 500;
}

.div-block-41 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 26em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.button-2 {
  filter: brightness(103%);
  color: #1b1b1b;
  letter-spacing: -.7px;
  background-image: url('../images/Marble-background-min_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border: 2px solid #00102b;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 0 12px #0000004a, 0 2px 5px #0003;
}

.button-2.spec {
  filter: grayscale() brightness(102%);
  color: #2c2c2c;
  margin-top: 15px;
  padding: 15px 25px;
  font-size: 25px;
}

.button-2.spec.mobilee {
  display: none;
}

.container-5 {
  max-width: 90%;
}

.bold-text-50 {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.div-block-43 {
  width: auto;
  max-width: 200px;
  margin-right: 18px;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2, .rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
}

.rl_header5_content {
  color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 85rem;
  margin-top: -6em;
  display: flex;
}

.header5_component {
  justify-content: center;
  align-items: center;
  height: 50em;
  min-height: 50em;
  max-height: none;
  display: flex;
}

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

.rl-padding-global {
  z-index: 2;
  background-image: linear-gradient(#00000073, #00000073);
  background-position: 0 0;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.video-title {
  background-image: linear-gradient(#00000080, #00000080), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  position: relative;
}

.div-block-45 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.html-embed-8 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 22px;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h4.second {
  font-size: 15px;
}

.rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_icon {
  filter: brightness(0%) contrast(200%) saturate(0%);
  width: 3rem;
  height: 3rem;
}

.rl_layout237_icon._3e {
  width: 2.8rem;
  height: 2.8rem;
}

.rl_layout237_icon._1e {
  width: 2.9rem;
  height: 2.9rem;
}

.rl_layout237_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.rl_layout237_item.middle {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.rl_layout237_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.rl-padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-21 {
  color: #fff;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.div-block-46 {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 8px #00000082;
}

.uui-contact14_map-wrapper {
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 43em;
  height: auto;
  overflow: hidden;
}

.uui-contact14_tab-pane {
  border-radius: 12px;
  max-width: 43em;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 9px #0000004a;
}

.uui-button-icon {
  color: #003976;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: .5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact14_tabs-link {
  border-left: 4px solid var(--untitled-ui-gray100);
  background-color: #0000;
  padding: 1rem 0 1rem .8rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .8rem;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: .25fr .25fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-right: 10px;
  display: grid;
}

.uui-contact14_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 38% 62%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 1.5rem;
  display: grid;
  overflow: visible;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2em;
}

.uui-heading-subheading {
  color: var(--flowui-component-library-gray-500);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  overflow: visible;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact14.spec-etablissement-page {
  margin-top: 9em;
}

.text-block-23, .text-block-24 {
  color: #003976;
}

.html-embed-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19.2px;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact11_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.uui-contact11_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 2rem;
  display: grid;
}

.uui-heading-medium-4 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

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

.uui-padding-vertical-xhuge-7 {
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-47 {
  background-color: #000;
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content-2 {
  border-radius: 12px;
  max-width: 100%;
  overflow: visible;
}

.success-textcopy {
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 600;
}

.uui-text-size-large-3copy {
  color: #575757;
  letter-spacing: normal;
  font-family: Merriweather Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.uui-page-padding-5copy {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.uui-button-3copy {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #dfdfdf;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3copy:hover {
  background-color: #242424;
  border-color: #b6b6b6;
}

.uui-button-3copy:focus {
  background-color: #444;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-padding-vertical-xhuge-6copy {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-contact03_formcopy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.error-textcopy {
  color: #cf0000;
}

.uui-contact03_form-wrappercopy {
  flex-direction: column;
  align-items: center;
  width: 95%;
  display: flex;
}

.success-message-2copy {
  background-color: #d6ffd7;
  border: 1px solid #008518;
  border-radius: 18px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.uui-container-large-5copy {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16copy {
  display: none;
}

.uui-field-labelcopy {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form_inputcopy {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_inputcopy:focus {
  color: #101828;
  border-color: #000;
  box-shadow: 0 1px 2px #1018280d, 0 0 9px -5px #000;
}

.uui-form_inputcopy::placeholder {
  color: #667085;
}

.uui-form_inputcopy.text-area {
  height: auto;
  min-height: 7rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form-field-wrappercopy {
  position: relative;
}

.uui-icon-1x1-xsmall-4copy {
  color: #00102b;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 5px;
  display: flex;
}

.uui-contact03_itemcopy {
  align-items: center;
  display: flex;
  position: relative;
}

.uui-text-style-link-02copy {
  color: #00102b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact03_contact-listcopy {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.uui-heading-medium-3copy {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-contact03_icon-wrappercopy {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.error-message-2copy {
  text-align: center;
  border: 2px solid red;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
  font-family: Bitter, serif;
  font-size: 15px;
  font-weight: 700;
}

.uui-space-xsmall-2copy {
  width: 100%;
  min-height: 1rem;
}

.section-contact-a-copier {
  padding-top: 0;
}

.section-contact-a-copier.upspace {
  padding-top: 4em;
  padding-bottom: 5em;
}

.uui-contact03_componentcopy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-contact03_contentcopy {
  border-right: 1px solid #bbb;
  width: 103%;
  padding-right: 35px;
}

.link-block-5, .link-block-6 {
  color: #fff;
  text-decoration: none;
}

.text-block-26 {
  font-size: 18px;
  line-height: 23px;
}

.text-block-26.speciii {
  text-align: center;
  width: 48em;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-26.specc {
  text-align: center;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}

.brix---header-nav-list-item-left.hide {
  display: none;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-text {
  color: #1f2022;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text:hover {
  color: #565656;
}

.brix---header-logo-2 {
  filter: contrast(90%) sepia() hue-rotate(359deg);
  max-width: none;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.brix---btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #8f5d00;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 0 4px #000000a8;
}

.brix---btn-primary-small:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.menu {
  color: #1f2022;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #ffffff82 41%, #ffffffa8), url('../images/coffee-little-min_1.avif');
  background-position: 0 0, 40%;
  background-size: auto, auto 500%;
  background-clip: border-box;
  border: 1px solid #c09000;
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 18px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 1px 5px #00000057;
}

.brix---btn-primary-small.menu:hover {
  transform: none;
}

.brix---btn-primary-small.menu.specmenu {
  filter: grayscale() brightness(101%);
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  background-image: url('../images/Marble-background-min_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  border-color: #000000ad;
  line-height: 1.35em;
  box-shadow: 0 1px 4px #0000006e;
}

.brix---btn-primary-small.menu.specmenu.specialll {
  margin-top: 20px;
  margin-left: 15px;
  padding: 12px 15px;
  font-size: 17px;
}

.brix---btn-primary-small.menu.specmenu.specialll._200 {
  margin-top: 20px;
  margin-left: 0;
}

.brix---btn-primary-small.menu.mobile-menu-special {
  display: none;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-2 {
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}

.brix---header-nav-list-item-2.hide {
  display: block;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: block;
}

.brix---header-nav-list-item-show-in-tablet.spec1 {
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: saturate(200%) hue-rotate(160deg);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-menu-list-2.menu-mobile {
  display: none;
}

.brix---header-nav-menu-list-2.specii {
  height: 100%;
}

.brix---link-icon-left {
  filter: contrast(200%) saturate(0%);
  width: 23px;
  margin-right: 9px;
}

.brix---header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 8px;
  display: flex;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s, color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #8f5d00;
  transform: scale(1.03)translate(0, -5px);
}

.brix---social-icon-square-30px {
  filter: brightness(101%) grayscale();
  background-color: #fff;
  background-image: url('../images/Marble-background-min_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #575757;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 1px 3px #0000006b;
}

.brix---social-icon-square-30px:hover {
  transform: translate(0, -5px)scale(1.1);
}

.brix---header-top-wrapper {
  border-bottom: 1px solid #eff0f6;
  padding-top: 22px;
  padding-bottom: 22px;
}

.list-2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 28px;
}

.brix---header-nav-link-2 {
  color: #1f2022;
  white-space: nowrap;
  padding: 60px 0 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.brix---header-nav-link-2:hover {
  color: #505050;
  transform: translate(0, -20px);
}

.brix---header-nav-link-2.w--current {
  color: #8f5d00;
}

.brix---header-nav-link-2.menu-dropdown.w--current {
  color: #000;
}

.brix---header-nav-link-2.special {
  padding-right: 45px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-right-col-hidden-on-tablet {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---container-default-2 {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  max-width: 98%;
  padding-left: 24px;
  padding-right: 24px;
}

.menu-content.menu-mobile {
  display: none;
}

.headermenu-pcmobile {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  box-shadow: inset 0 -5px 1px -1px #00000017, 0 0 8px 1px #00000096;
}

.column-10 {
  justify-content: flex-start;
  display: flex;
}

.div-block-126 {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .2s;
}

.div-block-126:hover {
  transform: translate(0, -10px);
}

.column-11 {
  justify-content: center;
  display: flex;
}

.div-block-128 {
  display: block;
}

.image-27 {
  filter: saturate(0%) contrast(200%);
}

.columns-6 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed {
  width: 100%;
}

.icon-6 {
  padding-top: 10px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  background-image: url('../images/fond-blanc-min_1.avif');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 15px 15px 18px 10px;
  top: 90px;
  left: 0;
  box-shadow: 0 1px 5px #00000063;
}

.dropdown-link-2 {
  border-radius: 12px;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: 500;
  transition: all .3s;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 3px #000000b5;
}

.dropdown-link-2.w--current {
  color: #9e6400;
}

.dropdown-link-2.w--current:hover {
  color: #fff;
}

.tel-horaires-adresse {
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-top: -60px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-130 {
  z-index: 999;
  filter: brightness(108%);
  background-color: #fff;
  background-image: url('../images/Marble-background-min_1.avif');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #afa400;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  width: 300px;
  padding: 15px 10px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 3px #000000c2, 0 2px 8px #0000005c;
}

.div-block-130.prems {
  border-color: #000;
  margin-right: -7%;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-130.dernier {
  margin-left: -7%;
}

.div-block-130.dernier.spii {
  border-color: #000;
}

.div-block-130.spii {
  border-color: #000;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.code-embed-2 {
  width: 60%;
  margin-bottom: 15px;
}

.fond-background {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.text-block-27 {
  color: #000;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.text-block-27.horaires {
  color: #000;
  text-align: center;
  margin-bottom: 3px;
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 1.2em;
}

.text-block-27.speciii {
  color: #000;
  text-align: center;
  font-family: Bitter, serif;
  font-size: 20px;
}

.text-block-28 {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-28.mobile {
  display: none;
}

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

.horloge {
  margin-top: 15px;
  margin-bottom: 35px;
}

.f-h3-heading-3 {
  color: #2c2c2c;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-paragraph-small {
  color: #222;
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35em;
  display: none;
}

.f-paragraph-small.montre {
  display: block;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-77 {
  margin-bottom: 16px;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
}

.f-section-large-2 {
  padding: 40px 5% 80px;
  position: relative;
}

.f-sub-heading-large {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-four-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-margin-bottom-128 {
  margin-bottom: 100px;
}

.image-31 {
  width: 175px;
  margin-top: -110px;
}

.image-31.specialtableau {
  width: 145px;
  margin-top: -70px;
  margin-bottom: 25px;
}

.image-31.pierres {
  z-index: 5;
  margin-top: -90px;
  margin-bottom: -20px;
  position: relative;
}

.image-31.montre {
  width: 105px;
  margin-top: -90px;
  margin-bottom: 15px;
}

.image-31.or {
  z-index: 5;
  width: 150px;
  margin-top: -100px;
  margin-bottom: 10px;
  position: relative;
}

.div-block-132 {
  background-color: #fff;
  border: 2px solid #b4a800;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 2px #0000006e, 0 1px 8px #00000045;
}

.div-block-132.first-line, .div-block-132.first-line._1111, .div-block-132.third, .div-block-132._444 {
  border-color: #000;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  max-width: 250px;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.35;
}

.f-margin-bottom-129 {
  margin-bottom: 12px;
}

.f-margin-bottom-130 {
  margin-bottom: 16px;
}

.f-margin-bottom-131 {
  margin-bottom: 0;
}

.f-h6-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-right-a {
  border: 0px solid var(--flowui-component-library-grey-300);
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library-gray-900);
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-testimonial-slide {
  width: auto;
  margin-right: 40px;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 40px 5% 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 8px #00000036, 0 -5px 8px #00000030;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-testimonial-background {
  background-color: #eee;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 22px 32px;
  box-shadow: inset 0 0 3px #0000002b, 0 0 8px #00000052, 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-card.large {
  width: 650px;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  height: auto;
}

.div-block-133 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.mask {
  overflow: visible;
}

.image-32 {
  object-fit: cover;
  border-radius: 200px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 10px;
  box-shadow: 0 1px 5px #00000073;
}

.div-block-134 {
  justify-content: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.code-embed-3 {
  margin-bottom: 15px;
}

.div-block-136 {
  flex-flow: row;
  display: flex;
}

.div-block-137 {
  margin-right: 30px;
}

.div-block-138, .div-block-139 {
  justify-content: center;
  display: flex;
}

.image-34 {
  width: 100px;
  position: absolute;
  inset: -8% auto auto -10%;
}

.image-34._2 {
  z-index: 0;
  width: 150px;
  top: -12%;
  left: auto;
  right: -18%;
  transform: rotate(30deg);
}

.image-34._2._4 {
  width: 90px;
  top: -8%;
  right: -10%;
  transform: none;
}

.image-34._2._4.sssp {
  width: 75px;
  top: -5%;
  right: -7%;
  transform: rotate(-45deg);
}

.image-34._2.bijj {
  top: -22%;
  right: -22%;
}

.image-34.spec {
  width: 85px;
  left: -10%;
}

.image-34.spec.okok {
  width: 70px;
  top: -5%;
  left: -7%;
}

.image-34.bague {
  top: -14%;
}

.link-block-9 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.dropdown-list-4.w--open {
  position: relative;
}

.text-block-30 {
  font-size: 16.5px;
  font-weight: 600;
}

.icon-8 {
  font-weight: 600;
}

.mobileee {
  display: none;
}

@media screen and (min-width: 1440px) {
  .follow-text._1._2._3 {
    font-size: 34px;
  }

  .button-2.spec {
    filter: grayscale() brightness(102%);
    color: #2c2c2c;
    padding: 20px 25px;
    font-size: 25px;
    font-weight: 600;
  }

  .rl-button-group {
    justify-content: center;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1.is-white {
    text-align: center;
    text-shadow: 0 1px 16px #00000059;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2em;
  }

  .rl_header5_content {
    flex-flow: column;
    align-items: center;
    max-width: 85rem;
    margin-bottom: 0;
    display: flex;
  }

  .header5_component {
    justify-content: center;
    align-items: center;
  }

  .div-block-45 {
    height: 700px;
  }

  .text-block-26 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
  }

  .text-block-26.speciii {
    max-width: 48rem;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .text-block-26.specc {
    letter-spacing: -1px;
  }

  .brix---link-text {
    font-size: 22px;
  }

  .brix---link-text:hover {
    color: #565656;
  }

  .brix---btn-primary-small.menu.specmenu {
    filter: brightness(101%) grayscale();
    background-color: #fff;
    background-image: url('../images/Marble-background-min_1.avif');
    background-position: 50% 100%;
    background-size: cover;
    border-color: #000000ad;
    box-shadow: 0 1px 4px #0000006e;
  }

  .brix---social-media-grid-right---mbl-center {
    filter: saturate(200%);
  }

  .brix---header-nav-menu-list-2.specii {
    height: 100%;
  }

  .brix---link-icon-left {
    filter: contrast(200%) saturate(0%);
    width: 23px;
  }

  .brix---link-wrapper:hover {
    color: #565656;
  }

  .brix---social-icon-square-30px {
    filter: grayscale() brightness(102%);
    background-color: #fff;
    background-image: url('../images/Marble-background-min_1.avif');
    background-position: 50%;
    background-size: cover;
    border-color: #575757;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    box-shadow: 0 1px 3px #0000006b;
  }

  .brix---header-top-wrapper {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .brix---header-nav-link-2:hover {
    color: #505050;
  }

  .brix---header-nav-link-2.special {
    padding-right: 45px;
  }

  .image-27 {
    filter: contrast(200%) saturate(0%);
  }

  .code-embed {
    width: 100%;
    display: block;
  }

  .icon-6 {
    padding-top: 10px;
  }

  .dropdown-list-2 {
    top: 0;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 15px 15px 18px 10px;
    top: 90px;
    left: 0;
    box-shadow: 0 1px 5px #00000063;
  }

  .dropdown-link-2 {
    border-radius: 12px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    font-weight: 500;
    transition: all .3s;
  }

  .dropdown-link-2:hover {
    color: #fff;
    background-color: #000;
    border-radius: 12px;
    box-shadow: 0 0 3px #000000b5;
  }

  .dropdown-link-2.w--current {
    color: #000;
  }

  .dropdown-link-2.lastone {
    margin-bottom: 0;
  }

  .f-paragraph-small {
    margin-bottom: 15px;
  }

  .f-paragraph-small-2 {
    max-width: 250px;
  }

  .f-testimonial-card.speciiia {
    width: 500px;
  }

  .div-block-134 {
    justify-content: flex-start;
  }
}

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

  .nav-menu.right {
    border-radius: 0 7px 7px 0;
    max-height: 150px;
    margin-top: 75px;
    display: block;
    position: fixed;
  }

  .brand-logo.float-left {
    width: 240px;
    height: 25px;
    padding-top: 0;
    top: 9px;
  }

  .navigation-link.dark {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    display: block;
  }

  .navigation-link.dark.w--current {
    color: #fff;
    border-radius: 0;
  }

  .navigation-link.dark._1 {
    display: none;
  }

  .follow-text.in-footer {
    font-size: 18px;
  }

  .follow-text._1 {
    margin-right: 0;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
  }

  .follow-text._1._2._3 {
    color: #f6f6f6;
    font-size: 28px;
    text-decoration: none;
    display: block;
  }

  .follow-text._1._3 {
    color: #fff;
    margin-top: 6px;
    font-family: Bitter, serif;
    font-size: 24px;
    display: block;
  }

  .social-icon.twitter.biger {
    background-image: url('../images/font-awesome_4-6-3_google-plus_100_0_ffffff_none_1font-awesome_4-6-3_google-plus_100_0_ffffff_none.avif');
  }

  .social-icon.biger {
    background-image: url('../images/fa-facebook_100_0_ffffff_none.png');
  }

  .video-texte-intro {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .video-texte-intro.prallax {
    border-top-left-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub-text {
    font-size: 24px;
    line-height: 35px;
  }

  .padding-both {
    margin-bottom: 32px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .call-us {
    background-color: #000;
    display: block;
  }

  .services-wrapper {
    width: 100%;
    height: 490px;
  }

  .services-wrapper.color.purple {
    height: 300px;
  }

  .white-heading.big {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .white-font {
    font-size: 24px;
  }

  .white-font.spec {
    margin-bottom: 15px;
  }

  .center-div {
    padding-top: 0;
  }

  .center-div.add-center.spec {
    margin-top: -7px;
  }

  .right-section.on-mobile._1 {
    height: 280px;
    max-height: 300px;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .biger, .biger._1._2 {
    font-size: 18px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .biger._4 {
    margin-bottom: 0;
    line-height: 25px;
  }

  .tel-horaires {
    height: 580px;
  }

  .show-text, .show-text._10px {
    font-size: 26px;
    line-height: 35px;
  }

  .image-popup {
    width: 25%;
    height: 15em;
  }

  .image-popup._4 {
    display: block;
  }

  .image-popup._5, .image-popup._10.hide, .image-popup._14.hide {
    display: none;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 1em;
  }

  .arrow-dropdown {
    margin-top: 12px;
    margin-right: 70px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .hamburger {
    margin-top: 5px;
    position: fixed;
    left: 10px;
    right: auto;
  }

  .hamburger.w--open {
    background-color: #0000;
    margin-top: 5px;
    padding: 13px;
  }

  .mobile-navigation {
    background-color: #fff;
    border-bottom: 2px solid #fff;
    height: 7em;
    position: relative;
    box-shadow: inset 0 0 20px -2px #000;
  }

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

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .left-copyright-flex.right {
    align-items: center;
  }

  .left-copyright-flex.right._1 {
    flex-direction: row;
  }

  .text-block {
    width: 100%;
    position: relative;
  }

  .text-block._1 {
    font-size: 45px;
  }

  .text-block._1._2 {
    margin-top: -2px;
    margin-left: -3px;
    font-size: 50px;
  }

  .icon-5 {
    box-shadow: none;
    color: #fff;
    background-color: #00102b;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-top: -8px;
    padding: 8px 7px 7px;
  }

  .container {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .heading {
    margin-bottom: 25px;
    font-size: 34px;
  }

  .heading.spec1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .image-3 {
    width: 250px;
    margin-top: -5px;
  }

  .image-3._1 {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-3._1._2 {
    width: 150px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-3._1._2.spec1 {
    width: 200px;
    margin-top: -17px;
  }

  .image-3._1.okok {
    width: 180px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3.tel {
    line-height: 35px;
  }

  .link-block {
    margin-bottom: 30px;
  }

  .link-block.w--current {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

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

  .text-block-5 {
    margin-top: 0;
  }

  .html-embed-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .div-block-9 {
    margin-top: 25px;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .navbar {
    flex-direction: column;
    height: 7em;
    display: none;
    position: relative;
  }

  .div-block-12 {
    display: flex;
  }

  .navbar-2 {
    background-color: #ddd0;
    border-bottom: 2px #fff;
    width: 100%;
    height: 7em;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 0 2px 7px #00000075;
  }

  .column-4 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .columns-3 {
    background-color: #00102b;
    background-image: none;
    background-size: auto;
    border-bottom: 2px #fff;
    width: 100%;
    height: 7em;
    position: fixed;
    box-shadow: inset 0 1px 16px -3px #000;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .column-6 {
    height: 100%;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 14em;
    margin-top: 7em;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 6px 6px 13px -4px #000;
  }

  .nav-menu-2.test {
    height: auto;
  }

  .link-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-3.w--current {
    flex-direction: column;
  }

  .text-block-17 {
    letter-spacing: normal;
    justify-content: center;
    align-items: center;
    padding: 7px 18px 8px;
    font-family: Poppins, sans-serif;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .f-paragraph-large {
    width: 100%;
    margin-bottom: 30px;
  }

  .f-h3-heading {
    font-size: 28px;
  }

  .f-image-cover {
    width: 80%;
  }

  .f-image-cover.square {
    box-shadow: 0 0 8px #5b5b5b69;
  }

  .f-content-image-wrapper-large {
    justify-content: center;
    max-width: 100%;
    height: 350px;
  }

  .f-content-image-wrapper-large.spec {
    justify-content: center;
    height: 350px;
  }

  .f-grid-two-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .f-grid-two-column.tableau {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-content-image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 350px;
    display: flex;
  }

  .f-margin-bottom-32 {
    margin-bottom: 0;
  }

  .f-grid-two-column-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .f-section-regular {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28 {
    margin: 0 0 10px;
  }

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

  .div-block-30 {
    margin: 10px 0 0;
  }

  .div-block-31 {
    width: 100%;
  }

  .div-block-31.spec44, .div-block-32 {
    width: 90%;
  }

  .contenudelapage {
    width: 100vw;
  }

  .contenudelapage.spec-contact.spec-eta {
    margin-top: -1em;
  }

  .div-block-37 {
    z-index: 9999;
    background-color: #fff0;
    width: 100vw;
    height: 10.8em;
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .div-block-37.hide {
    flex-direction: column;
    display: flex;
  }

  .div-block-38 {
    background-color: #fff;
    border-style: solid solid none;
    border-top-color: #002057;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    width: 52%;
    height: 99%;
    padding-left: 0%;
    padding-right: 10px;
    box-shadow: 0 2px 5px #0003, 0 2px 5px #0003, 0 0 6px #00000047;
  }

  .contact {
    margin-top: 7px;
    position: absolute;
  }

  .contenu {
    display: none;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3px;
  }

  .div-block-39.hide, .div-block-39.email.hide {
    display: none;
  }

  .contact-info.adress {
    letter-spacing: -1px;
    margin-top: 2px;
    font-size: 14px;
  }

  .contact-info.adress.special {
    letter-spacing: -.5px;
    margin-left: 5px;
    font-size: 16px;
  }

  .contact-info.numero {
    text-decoration: none;
  }

  .contact-info.bsa {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
  }

  .phone-email, .phone-email.tel {
    border-radius: 4px;
    width: 22px;
    margin-top: 2px;
    margin-right: 6px;
  }

  .div-block-40.hide {
    display: none;
  }

  .div-block-40.mobile {
    padding: 0;
    display: block;
    position: relative;
  }

  .text-block-19 {
    margin-top: -1px;
    font-size: 15px;
    line-height: 23px;
  }

  .bouton-demande {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-41 {
    align-items: flex-start;
  }

  .button-2 {
    margin-bottom: 10px;
    margin-left: 5%;
    padding: 6px 10px;
    font-size: 14px;
  }

  .button-2.spec {
    padding: 15px 20px;
    font-size: 22px;
  }

  .bold-text-50 {
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-43 {
    justify-content: flex-end;
    width: 25%;
    max-width: 70px;
    margin-left: 10px;
    margin-right: 12px;
    display: flex;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 24px;
    line-height: 1.25;
  }

  .rl_header5_content {
    margin-top: -3em;
  }

  .header5_component {
    width: 100%;
    height: 38em;
    min-height: auto;
  }

  .rl-text-style-regular {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 19px;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: .5rem;
  }

  .rl-heading-style-h4 {
    margin-bottom: 3px;
    font-size: 15px;
  }

  .rl-heading-style-h4.second {
    font-size: 13px;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: .8rem;
  }

  .rl_layout237_icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .rl_layout237_icon._3e {
    width: 2.3rem;
    height: 2.3rem;
  }

  .rl_layout237_icon._1e {
    width: 2.4rem;
    height: 2.4rem;
  }

  .rl_layout237_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .text-block-21 {
    font-size: 23px;
  }

  .heading-9 {
    margin-bottom: 18px;
    line-height: 25px;
  }

  .uui-contact14_map-wrapper {
    max-width: 31em;
  }

  .uui-contact14_tab-pane {
    margin-left: 5px;
  }

  .uui-heading-xxsmall {
    font-size: 18.5px;
    line-height: 26px;
  }

  .uui-contact14_tabs-link {
    padding: .75rem;
  }

  .uui-contact14_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 38% 62%;
  }

  .uui-text-size-large {
    font-size: 17.5px;
    line-height: 25px;
  }

  .uui-heading-medium {
    font-size: 29px;
  }

  .uui-heading-subheading {
    margin-bottom: 5px;
    font-size: 17px;
  }

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

  .uui-page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-contact11_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-medium-4 {
    font-size: 30px;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .tabs-content-2 {
    max-width: 90%;
  }

  .uui-text-size-large-3copy {
    font-size: 16px;
    line-height: 25px;
  }

  .uui-page-padding-5copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-3copy {
    background-color: #00102b;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 2.3rem;
    padding-bottom: 1rem;
  }

  .uui-container-large-5copy {
    width: 98%;
  }

  .uui-form_inputcopy {
    min-height: 2rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: 14px;
  }

  .uui-form_inputcopy.text-area {
    min-height: 3em;
  }

  .uui-icon-1x1-xsmall-4copy {
    color: #00102b;
    margin-right: -5px;
  }

  .uui-text-style-link-02copy {
    color: #00102b;
    letter-spacing: -.5px;
    font-size: 24px;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin-top: 1rem;
  }

  .uui-heading-medium-3copy {
    font-size: 20px;
  }

  .section-contact-a-copier.upspace {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1.6rem;
    grid-template-columns: 50% 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .text-block-26.speciii {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .text-block-26.specc {
    font-size: 26px;
  }

  .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---link-text {
    letter-spacing: -.7px;
    font-size: 16px;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
  }

  .brix---btn-primary-small {
    box-shadow: 0 2px 5px #0003;
  }

  .brix---btn-primary-small.menu {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .brix---btn-primary-small.menu.specmenu {
    margin-right: -24px;
    padding-top: 14px;
  }

  .brix---btn-primary-small.menu.mobile-menu-special {
    background-image: radial-gradient(circle, #ffffff82 41%, #ffffffa8), url('../images/Marble-background-min_1.avif');
    background-size: auto, cover;
    border-width: 2px;
    border-color: #000;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .brix---header-nav-list-item-2 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---header-nav-list-item-2.hide {
    padding-right: 0;
    display: block;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .brix---header-nav-list-item-show-in-tablet.spec1 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 0;
    transition: transform .3s;
    display: flex;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: none;
  }

  .brix---header-nav-menu-list-2.menu-mobile {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .lottie-animation {
    width: 35px;
    padding-left: 2px;
  }

  .brix---header-top-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---header-nav-link-2.menu-dropdown {
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: 500;
  }

  .brix---header-nav-link-2.menu-dropdown:hover {
    transform: none;
  }

  .brix---header-nav-link-2.menu-dropdown.first {
    margin-top: 20px;
  }

  .brix---header-nav-link-2.menu-dropdown.first:hover {
    transform: none;
  }

  .brix---header-right-col-hidden-on-tablet {
    display: none;
  }

  .brix---container-default-2 {
    max-width: 100%;
  }

  .menu-content {
    z-index: 999;
    background-color: #fff;
    border: 1px solid #c09000;
    border-radius: 12px;
    width: 200px;
    margin-top: 10px;
    margin-left: -140%;
    padding: 0 24px;
    display: none;
    position: absolute;
    top: -2px;
    left: 8px;
    box-shadow: 0 2px 11px #0000005c;
  }

  .menu-content.menu-mobile {
    z-index: 9999;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-left: -3px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0 0% 0% -20px;
    box-shadow: 0 2px 8px #0000009e;
  }

  .div-block-126 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-126:hover {
    transform: none;
  }

  .div-block-128 {
    display: none;
  }

  .columns-6 {
    position: relative;
  }

  .div-block-130 {
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-130.prems, .div-block-130.spii {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-27 {
    font-size: 21px;
  }

  .text-block-27.horaires {
    font-size: 20px;
  }

  .text-block-27.speciii {
    letter-spacing: -.7px;
    font-size: 19px;
  }

  .text-block-28 {
    font-size: 17.5px;
  }

  .f-h3-heading-3 {
    font-size: 26px;
  }

  .f-paragraph-large-5 {
    font-size: 19px;
  }

  .f-section-large-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-132.first-line {
    margin-bottom: 60px;
  }

  .f-h3-heading-4 {
    font-size: 36px;
  }

  .f-paragraph-small-2 {
    max-width: 200px;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-card.large {
    width: auto;
    max-width: 600px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-slider-cards {
    max-width: 600px;
  }

  .div-block-133 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3px;
  }

  .mask {
    max-width: 600px;
  }

  .div-block-134 {
    flex-flow: row;
  }

  .text-block-29 {
    color: #000;
    letter-spacing: normal;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 7px 18px 8px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
  }

  .text-block-29.w--current {
    color: #fff;
    background-color: #003f06;
  }

  .text-block-29.dropdo {
    padding: 0 38px;
  }

  .dropdown-list-3 {
    position: relative;
  }

  .dropdown-list-3.w--open {
    text-align: center;
  }

  .dropdown-link-3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 15.5px;
    font-weight: 600;
  }

  .dropdown-link-3.w--current {
    color: #986000;
  }

  .icon-7 {
    margin-top: 0;
    top: 40px;
    right: -5px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
    line-height: 18px;
  }

  .follow-text.in-footer {
    font-size: 16px;
  }

  .follow-text._1 {
    font-size: 15.5px;
    right: 10px;
  }

  .follow-text._1._2 {
    margin-top: 3px;
    font-size: 17px;
  }

  .follow-text._1._2._3 {
    color: #fdfdfd;
    text-shadow: 1px 1px 16px #000, 1px 1px 6px #000, 1px 1px 2px #000;
    font-size: 24px;
    text-decoration: none;
  }

  .follow-text._1._3 {
    margin-top: 7px;
    margin-right: 10px;
    font-size: 19px;
    display: none;
    right: 0;
  }

  .social-icon.twitter.biger {
    background-size: 21px;
  }

  .social-icon.biger {
    background-size: 18px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .video-texte-intro {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .video-texte-intro.prallax {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sub-text {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .padding-both {
    padding-left: 0;
    padding-right: 0;
  }

  .call-us {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 3.2vw;
  }

  .services-wrapper {
    max-height: 400px;
  }

  .white-heading.big {
    font-size: 28px;
  }

  .center-div.add-center {
    margin-left: 5px;
    margin-right: 5px;
  }

  .center-div.add-center.spec {
    margin-top: -5px;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .right-section.on-mobile {
    height: 800px;
  }

  .right-section.on-mobile._1 {
    height: 220px;
  }

  .biger {
    font-size: 15px;
    line-height: 25px;
  }

  .biger._1._2, .biger._2._3 {
    font-size: 15px;
  }

  .biger._4 {
    font-size: 16px;
    line-height: 22px;
  }

  .tel-horaires {
    height: 520px;
  }

  .show-text, .show-text._10px {
    font-size: 16px;
    line-height: 20px;
  }

  .image-popup {
    height: 12em;
  }

  .footer {
    padding-top: 10px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
  }

  .navigation-style-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-navigation {
    height: 6.5em;
  }

  .footer-icon {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .footer-icon.addres, .footer-icon.email {
    background-size: 50px;
  }

  .left-copyright-flex {
    flex-direction: row;
  }

  .left-copyright-flex.right {
    padding-left: 0;
  }

  .text-block {
    width: 100%;
  }

  .text-block._1._2 {
    font-size: 48px;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .heading.spec1 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 26px;
  }

  .image-3 {
    width: 200px;
    margin-top: -15px;
  }

  .image-3._1 {
    width: 280px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-3._1._2 {
    width: 160px;
    margin-top: -5px;
    margin-right: 0;
  }

  .image-3._1.okok {
    width: 170px;
    position: relative;
  }

  .heading-3 {
    font-size: 21px;
    line-height: 27px;
  }

  .heading-3.tel {
    line-height: 26px;
  }

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

  .link-block.w--current {
    margin-bottom: 35px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .div-block-9 {
    margin-top: 17px;
  }

  .bold-text-3 {
    font-size: 23px;
    line-height: 30px;
  }

  .navbar {
    height: 6.2em;
  }

  .nav-menu-2 {
    width: 100vw;
  }

  .f-paragraph-large {
    line-height: 22px;
  }

  .f-h3-heading {
    font-size: 22px;
  }

  .f-image-cover.square {
    width: 250px;
  }

  .f-content-image-wrapper-large.spec {
    margin-bottom: 5px;
  }

  .f-section-large {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-content-image-wrapper {
    margin-bottom: 5px;
  }

  .f-section-regular {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-38 {
    width: 78%;
    margin-left: -50px;
  }

  .contact-info.numero {
    text-decoration: none;
  }

  .button-2 {
    margin-left: 2%;
  }

  .button-2.spec {
    font-size: 19px;
  }

  .bold-text-50 {
    font-size: 22px;
    line-height: 26px;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 19px;
  }

  .rl_header5_content {
    margin-top: -12em;
    margin-bottom: -10em;
  }

  .header5_component {
    height: 32em;
  }

  .rl-text-style-regular {
    width: 80%;
    font-size: 17px;
    line-height: 22px;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: .8rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .rl-heading-style-h4.second {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: .8rem;
  }

  .rl_layout237_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-9 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 26px;
  }

  .uui-contact14_map-wrapper, .uui-contact14_tab-pane {
    max-width: 100%;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact14_tabs-link {
    padding-left: .75rem;
  }

  .uui-contact14_tabs-menu {
    height: 15.5em;
  }

  .uui-contact14_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
    margin-top: 1rem;
  }

  .uui-text-size-large {
    font-size: 15.5px;
    line-height: 22px;
  }

  .uui-space-xsmall {
    min-height: .6rem;
  }

  .uui-heading-medium {
    font-size: 26px;
    line-height: 1.4;
  }

  .uui-heading-subheading {
    margin-bottom: 0;
    font-size: 15px;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact11_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .uui-heading-medium-4 {
    font-size: 24px;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-content-2 {
    max-width: 100%;
  }

  .uui-text-size-large-3copy {
    font-size: 1rem;
    line-height: 22px;
  }

  .uui-page-padding-5copy {
    padding: 2em 1rem;
  }

  .uui-button-3copy {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-contact03_form-wrappercopy {
    width: 100%;
  }

  .text-block-16copy {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .uui-icon-1x1-xsmall-4copy, .uui-text-style-link-02copy {
    color: #00102b;
  }

  .uui-contact03_contact-listcopy {
    margin-top: 2rem;
  }

  .uui-heading-medium-3copy {
    font-size: 24px;
    line-height: 1.4;
  }

  .uui-space-xsmall-2copy {
    min-height: .75rem;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_contentcopy {
    border-right-style: none;
    width: 100%;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .text-block-26.speciii {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .text-block-26.specc {
    font-size: 20px;
    line-height: 1.35em;
  }

  .brix---top-header-right-col {
    justify-content: flex-start;
  }

  .brix---grid-header-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .brix---link-text {
    font-size: 12px;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 50px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: -15px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-primary-small.menu {
    padding: 9px 12px 10px;
    font-size: 14px;
  }

  .brix---btn-primary-small.menu.specmenu {
    margin-right: -10px;
    padding-top: 10px;
  }

  .brix---btn-primary-small.menu.specmenu.specialll._200 {
    font-size: 16px;
  }

  .brix---btn-primary-small.menu.mobile-menu-special {
    width: 42px;
    height: 42px;
    margin-top: -3px;
  }

  .brix---top-header-left-col {
    justify-content: center;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fit, 30px);
    grid-auto-flow: row;
    justify-content: end;
    justify-items: end;
    margin-right: 30px;
  }

  .brix---link-icon-left {
    width: 15px;
    margin-right: 4px;
  }

  .brix---header-left-col {
    justify-content: center;
    width: 130%;
    margin-left: -55px;
    margin-right: 20px;
  }

  .brix---header-content-wrapper {
    margin-top: 0;
    padding: 5px 0 6px;
  }

  .brix---social-icon-square-30px {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }

  .lottie-animation {
    width: 30px;
  }

  .brix---header-top-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .brix---btn-header-hidden-on-mbl {
    display: block;
  }

  .brix---header-nav-link-2.menu-dropdown.first {
    margin-top: 10px;
  }

  .brix---container-default-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-content {
    margin-top: 10px;
    margin-left: -200%;
  }

  .menu-content.menu-mobile {
    margin-top: 0;
    margin-left: 0;
    top: 0;
    left: -10px;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-27 {
    width: 25px;
  }

  .div-block-130, .div-block-130.prems, .div-block-130.dernier {
    width: 170px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .text-block-27.horaires {
    font-size: 17px;
  }

  .text-block-27.speciii {
    letter-spacing: -.5px;
    font-size: 16px;
  }

  .text-block-28 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 14.5px;
  }

  .text-block-28.first {
    display: none;
  }

  .text-block-28.mobile {
    display: block;
  }

  .f-h3-heading-3 {
    font-size: 21px;
  }

  .f-paragraph-large-5 {
    font-size: 17px;
  }

  .f-section-large-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-132, .div-block-132.first-line {
    width: 80%;
    margin-bottom: 30px;
  }

  .f-h3-heading-4 {
    font-size: 30px;
  }

  .f-h6-heading {
    font-size: 20px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .dropdown-link-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-7 {
    top: 30px;
  }
}

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

  p {
    font-size: 12.5px;
    line-height: 17px;
  }

  .nav-menu.right {
    margin-top: 60px;
  }

  .brand-logo.w--current {
    width: 160px;
    height: 25px;
    padding-top: 0;
    padding-left: 0;
    top: 0;
  }

  .navigation-link.dropdown.dark {
    color: #626262;
    font-size: 16px;
    line-height: 28px;
  }

  .navigation-link.dark {
    color: #626262;
    font-size: 16px;
    display: block;
  }

  .follow-text.in-footer {
    letter-spacing: -.5px;
    margin-right: 5px;
    font-size: 14px;
    top: 0;
  }

  .follow-text._1 {
    display: none;
  }

  .follow-text._1._2 {
    margin-top: 0;
    font-size: 17px;
  }

  .follow-text._1._2._3 {
    color: #f4f4f4;
    letter-spacing: -.5px;
    text-shadow: 1px 1px 16px #0000006b, 1px 1px 6px #00000082, 1px 1px 2px #00000091;
    margin-left: 10px;
    font-family: Playball, sans-serif;
    font-size: 19.5px;
    text-decoration: none;
  }

  .follow-text._2 {
    color: #fff;
    align-items: flex-start;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
  }

  .social-icon.twitter.biger {
    background-size: 20px;
    width: 35px;
    height: 35px;
  }

  .social-icon.twitter.biger.g {
    background-position: 55% 48%;
  }

  .social-icon.biger {
    background-size: 18px;
    width: 35px;
    height: 35px;
  }

  .social-icon.biger.f {
    background-position: 48% 49%;
  }

  .video-texte-intro {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-texte-intro.prallax {
    border-top-style: none;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .video-texte-intro.speoccc {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sub-text {
    letter-spacing: -.4px;
    margin-bottom: 8px;
    font-size: 14.8px;
    line-height: 22px;
  }

  .padding-both {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .call-us {
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 2.5vw;
  }

  .services-wrapper {
    height: 450px;
    max-height: 600px;
  }

  .services-wrapper.color.purple {
    height: 200px;
    max-height: 500px;
    padding: 20px;
  }

  .day {
    font-size: 19px;
  }

  .white-heading.big {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .white-font {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 1.3em;
  }

  .white-font.spec {
    font-weight: 600;
  }

  .center-div {
    margin-top: -20px;
    margin-left: 15px;
    margin-right: 15px;
    left: 0;
    right: 0;
  }

  .center-div.add-center {
    margin-top: 0;
    left: 10px;
    right: 10px;
  }

  .center-div.add-center.spec {
    margin-top: -2px;
  }

  .line-divider {
    border-style: solid;
    border-color: #ffffff59;
  }

  .right-section {
    height: 1200px;
    max-height: 1200px;
  }

  .right-section.on-mobile {
    height: 750px;
    max-height: 900px;
  }

  .right-section.on-mobile._1 {
    height: 180px;
    max-height: 250px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-without-padding {
    padding-left: 0;
  }

  .biger {
    font-size: 12.8px;
    line-height: 22px;
  }

  .biger._1 {
    font-size: 10px;
    line-height: 17px;
  }

  .biger._1._2 {
    letter-spacing: -.4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35em;
  }

  .biger._2 {
    margin-bottom: -15px;
    font-size: 10px;
  }

  .biger._2._3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35em;
  }

  .biger._4 {
    color: #282828;
    text-align: center;
    white-space: normal;
    width: 94%;
    margin-bottom: 15px;
    font-size: 16.5px;
    line-height: 1.3em;
  }

  .biger.special1 {
    letter-spacing: -.5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35em;
  }

  .tel-horaires {
    height: 380px;
    margin-bottom: 0;
    box-shadow: 0 6px 5px -3px #0003;
  }

  .show-text {
    letter-spacing: -.5px;
    font-family: Poppins, sans-serif;
    line-height: 20px;
  }

  .show-text._10px {
    letter-spacing: -.5px;
    margin-bottom: 3px;
    font-size: 12.5px;
  }

  .image-popup {
    width: 50%;
    height: 13em;
  }

  .image-popup._2 {
    z-index: 4;
  }

  .image-popup._4 {
    display: block;
  }

  .footer {
    background-color: #fff;
    padding-bottom: 1em;
    box-shadow: 0 -5px 5px #0003;
  }

  .lightbox-overlay {
    z-index: 5;
  }

  .hamburger {
    margin-top: 5px;
    padding: 8px 5px;
    position: relative;
    right: 10px;
  }

  .hamburger.w--open {
    z-index: 20;
    margin-top: 0;
    padding: 8px 10px;
  }

  .mobile-navigation {
    border-bottom-width: 1px;
    height: 5.1em;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: inset 0 0 20px -2px #000;
  }

  .top-margin.less-space {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .top-margin.less-space.ok {
    margin-bottom: 15px;
  }

  .footer-icon {
    background-size: 40px;
    margin-bottom: 10px;
  }

  .footer-icon.addres, .footer-icon.email {
    background-size: 45px;
    margin-bottom: 10px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .left-copyright-flex.right._1 {
    flex-direction: row;
  }

  .text-block {
    width: 100%;
    font-size: 40px;
    transform: none;
  }

  .text-block._1 {
    transform: rotate(-3deg);
  }

  .text-block._1._2 {
    margin-top: -4px;
    margin-right: -95px;
    font-size: 35px;
  }

  .icon-5 {
    box-shadow: none;
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(#000, #000);
    background-position: 0 0;
    border-width: 2px;
    border-color: #fff;
    padding: 5px;
  }

  .heading {
    margin-bottom: 13px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .heading.spec1 {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 27px;
  }

  .image-3 {
    width: 170px;
    margin-top: -15px;
    margin-left: 0;
  }

  .image-3._1 {
    width: 150px;
    margin-top: 17px;
    margin-bottom: 10px;
  }

  .image-3._1._2 {
    filter: brightness(151%);
    width: 120px;
    margin: 0;
  }

  .image-3._1._2.spec1 {
    width: 160px;
    margin-top: -17px;
    margin-left: -3px;
  }

  .image-3._1.okok {
    width: 180px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .heading-3 {
    font-size: 18.1px;
    font-weight: 400;
    line-height: 23px;
  }

  .heading-3.tel {
    margin-top: 15px;
    line-height: 22px;
  }

  .link-block {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .link-block.w--current {
    flex-direction: column;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }

  .text-block-2 {
    font-size: 9px;
  }

  .div-block {
    margin-bottom: 10px;
  }

  .div-block._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .div-block-3 {
    margin-bottom: 0;
  }

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

  .body {
    flex-direction: column;
    max-width: 100vw;
  }

  .italic-text {
    font-size: 11.5px;
  }

  .text-block-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17.1px;
  }

  .html-embed-2 {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .html-embed-2.ppll {
    margin-top: 40px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
    margin-top: 7px;
  }

  .bold-text-3 {
    letter-spacing: 0;
    font-family: Bitter, serif;
    font-size: 16px;
    line-height: 20px;
  }

  .navbar {
    height: 5.5em;
  }

  .column-3 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .navbar-2 {
    z-index: 9999;
    border-bottom-style: none;
    max-width: 100vw;
    height: 5.5em;
  }

  .column-4 {
    height: 100%;
  }

  .columns-3 {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    border-bottom-style: none;
    max-width: 100vw;
    height: 5.5em;
  }

  .column-5 {
    justify-content: center;
  }

  .column-6 {
    display: block;
  }

  .nav-menu-2 {
    width: 100vw;
    margin-top: 6em;
    padding-top: 15px;
  }

  .nav-menu-2.test {
    z-index: 9998;
    margin-top: 5em;
    padding-top: 30px;
    position: absolute;
    box-shadow: inset 0 2px 5px #0000005c, 6px 6px 13px -4px #000;
  }

  .link-block-3.w--current {
    filter: brightness(0%);
    flex-direction: column;
    margin-left: 12px;
  }

  .div-block-19 {
    margin-top: 0;
    margin-bottom: -6px;
  }

  .columns-4 {
    margin-top: -9px;
    margin-bottom: -12px;
  }

  .text-block-17 {
    padding: 14px 0;
    font-size: 16px;
  }

  .text-block-17:active {
    margin-right: 0;
  }

  .f-paragraph-large {
    margin-bottom: 8px;
    font-size: 13.5px;
    line-height: 18px;
  }

  .f-paragraph-large.spec8 {
    color: #282828;
    background-color: #fff;
    font-size: 16.5px;
    line-height: 1.3em;
  }

  .f-h3-heading {
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 600;
  }

  .f-margin-bottom-16 {
    margin-bottom: 10px;
  }

  .f-image-cover {
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
    height: 225px;
  }

  .f-image-cover.sacs {
    object-position: 50% 50%;
    width: 100%;
    max-width: 300px;
    height: 225px;
  }

  .f-image-cover.square {
    box-shadow: none;
    width: 16em;
    height: 16em;
    padding: 5px;
  }

  .f-image-cover.curio, .f-image-cover.tab, .f-image-cover.montre {
    width: 100%;
    max-width: 300px;
    height: 225px;
  }

  .f-content-image-wrapper-large {
    height: 200px;
  }

  .f-content-image-wrapper-large.spec {
    height: 250px;
    margin-top: 3px;
  }

  .f-section-large {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .f-content-image-wrapper {
    height: 250px;
    margin-top: 3px;
  }

  .f-section-regular {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .link-4 {
    font-size: 11.5px;
  }

  .image-11 {
    width: 80px;
  }

  .text-block-18 {
    letter-spacing: -.2px;
    font-size: 15.5px;
  }

  .div-block-25 {
    width: 30%;
  }

  .div-block-26 {
    width: 300px;
    height: 50px;
  }

  .div-block-27 {
    width: 70%;
  }

  .div-block-28 {
    margin-bottom: 5px;
  }

  .div-block-29 {
    margin-bottom: 30px;
  }

  .div-block-30 {
    margin-top: 5px;
  }

  .div-block-31, .div-block-31.spec44, .div-block-32 {
    width: 92%;
  }

  .contenudelapage {
    width: 100vw;
  }

  .div-block-37 {
    z-index: 9999;
    background-color: #fff0;
    width: 100vw;
    height: 11.5em;
    margin-top: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-38 {
    background-color: #fff;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    width: 99%;
    height: 99%;
    margin-left: 0;
    padding-left: 0%;
    padding-right: 10px;
    box-shadow: 0 0 6px #00000047;
  }

  .contact {
    margin-top: 7px;
    position: absolute;
  }

  .contenu {
    display: none;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3px;
  }

  .div-block-39.hide {
    display: none;
  }

  .div-block-39.num {
    margin-bottom: 0;
  }

  .contact-info {
    font-size: 14px;
  }

  .contact-info.adress {
    letter-spacing: -1px;
    margin-top: 2px;
  }

  .contact-info.numero {
    text-decoration: none;
  }

  .contact-info.bsa {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 600;
  }

  .phone-email {
    border-radius: 4px;
    width: 22px;
    margin-top: 2px;
    margin-right: 6px;
  }

  .phone-email.tel {
    width: 22px;
  }

  .div-block-40 {
    margin-top: -70px;
    margin-left: 32%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .div-block-40.hide {
    display: none;
  }

  .div-block-40.mobile {
    margin-top: 0;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-19 {
    margin-top: -1px;
    font-size: 15px;
    line-height: 23px;
  }

  .image-12 {
    width: 100%;
  }

  .bouton-demande {
    justify-content: center;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-41 {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -17%;
    padding: 6px 10px;
    font-size: 14px;
  }

  .button-2.spec {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0%;
    font-size: 19px;
  }

  .button-2.spec.speciall {
    padding: 6px 9px;
    font-size: 17px;
  }

  .button-2.spec.mobilee {
    margin-bottom: 10px;
    display: block;
  }

  .container-5 {
    max-width: 98%;
  }

  .bold-text-50 {
    letter-spacing: .3px;
    font-family: Bitter, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
  }

  .div-block-43 {
    justify-content: flex-end;
    width: 25%;
    max-width: 70px;
    margin-left: 10px;
    margin-right: 12px;
    display: flex;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .rl-button-group {
    grid-column-gap: 0rem;
    grid-row-gap: .1rem;
    flex-flow: column;
    justify-content: center;
  }

  .rl_heading1_spacing-block-2, .rl_heading1_spacing-block-1 {
    padding-bottom: .5rem;
  }

  .rl-heading-style-h1.is-white {
    letter-spacing: -.5px;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.25em;
  }

  .rl_header5_content {
    max-width: none;
    margin: -2em 0 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .header5_component {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38em;
    min-height: auto;
    padding-bottom: 15px;
  }

  .rl-container-large {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-title {
    background-image: none;
    max-width: 100vw;
    margin-top: 7.8em;
  }

  .html-embed-8 {
    justify-content: center;
  }

  .rl-text-style-regular {
    width: 90%;
    font-size: 15px;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 17px;
  }

  .rl-heading-style-h4.second {
    font-size: 14px;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_layout237_item {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_layout237_item.middle {
    border-left-style: none;
    border-right-style: none;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }

  .rl-container-large-2 {
    max-width: none;
  }

  .text-block-21 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 19px;
  }

  .div-block-46 {
    margin-bottom: 10px;
    box-shadow: 0 0 7px #00000085;
  }

  .heading-9 {
    color: #000;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .uui-button-icon {
    color: #003976;
    -webkit-text-stroke-color: #003976;
  }

  .uui-space-small {
    min-height: .4rem;
  }

  .uui-text-size-medium {
    font-size: 19px;
    line-height: 20px;
  }

  .uui-space-xxsmall {
    min-height: .3rem;
  }

  .uui-heading-xxsmall {
    letter-spacing: -.5px;
    font-size: 16px;
    line-height: 1.35;
  }

  .uui-contact14_tabs-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: .75rem;
    box-shadow: 0 0 5px #0000004f;
  }

  .uui-contact14_tabs-link.w--current {
    border-left-color: #000e25;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-contact14_tabs-menu {
    height: 18em;
  }

  .uui-contact14_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 100%;
    margin-top: 1.5rem;
  }

  .uui-text-size-large {
    margin-bottom: -10px;
    font-size: 14.2px;
    line-height: 18px;
  }

  .uui-heading-medium {
    font-size: 22px;
  }

  .uui-heading-subheading {
    margin-bottom: 0;
    font-size: 13.5px;
    line-height: 22px;
  }

  .uui-max-width-large {
    max-width: 100%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large {
    max-width: 100%;
  }

  .uui-page-padding {
    padding-top: 18px;
    padding-bottom: 40px;
  }

  .uui-page-padding.spec-eta {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .uui-section_contact14 {
    max-width: 100vw;
  }

  .uui-section_contact14.spec-etablissement-page {
    margin-top: 6em;
  }

  .text-block-23, .text-block-24 {
    color: #003976;
  }

  .html-embed-9 {
    height: 35vh;
  }

  .uui-space-small-2 {
    min-height: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 21px;
  }

  .uui-contact11_component {
    margin-top: 1rem;
  }

  .uui-heading-medium-4 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .success-textcopy {
    font-size: 14px;
  }

  .uui-text-size-large-3copy {
    color: #575757;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 1.5em;
    font-family: Merriweather Sans, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
  }

  .uui-page-padding-5copy {
    padding: 7.8em .6rem 0;
  }

  .uui-button-3copy {
    background-color: #000;
    padding-left: .35em;
    padding-right: .35em;
    font-size: .95rem;
  }

  .uui-padding-vertical-xhuge-6copy {
    padding-top: .2rem;
    padding-bottom: .5rem;
  }

  .uui-contact03_formcopy {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    width: 90%;
  }

  .error-textcopy {
    font-size: 13.5px;
  }

  .text-block-16copy {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .uui-field-labelcopy {
    text-align: center;
    margin-bottom: .2rem;
  }

  .uui-icon-1x1-xsmall-4copy {
    width: 2rem;
    height: 2rem;
    margin-right: 0;
  }

  .uui-text-style-link-02copy {
    letter-spacing: -.5px;
    font-size: 18px;
  }

  .uui-contact03_contact-listcopy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    margin-top: 1rem;
    margin-bottom: .5em;
    margin-left: 0;
  }

  .uui-heading-medium-3copy {
    text-align: center;
    margin-bottom: .5rem;
    font-family: Exo, sans-serif;
    font-size: 20px;
    line-height: 1.25;
  }

  .uui-contact03_icon-wrappercopy {
    margin-right: .8rem;
  }

  .error-message-2copy {
    text-align: center;
  }

  .section-contact-a-copier.upspace {
    padding-top: 2em;
  }

  .uui-contact03_componentcopy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-contact03_contentcopy {
    padding-right: 0;
  }

  .text-block-25 {
    font-size: 12px;
  }

  .text-block-26 {
    letter-spacing: -.4px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-26.speciii {
    width: 100%;
    margin-bottom: 18px;
    font-size: 18.5px;
  }

  .text-block-26.specc {
    font-size: 19px;
  }

  .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---top-header-right-col {
    flex-flow: row;
    justify-content: center;
  }

  .brix---grid-header-top {
    grid-template-columns: 1fr;
  }

  .brix---link-text {
    letter-spacing: -.7px;
    font-size: 15.8px;
  }

  .brix---header-logo-2 {
    max-width: none;
    height: 42.5px;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---btn-primary-small.menu {
    font-size: 11px;
  }

  .brix---btn-primary-small.menu.specmenu {
    color: #000;
    letter-spacing: -.5px;
    margin-bottom: -8px;
    padding: 6px;
    font-size: 12px;
    display: none;
  }

  .brix---btn-primary-small.menu.specmenu.specialll, .brix---btn-primary-small.menu.specmenu.specialll._200 {
    margin-bottom: 5px;
    margin-right: 0;
    display: flex;
  }

  .brix---btn-primary-small.menu.mobile-menu-special {
    margin-top: -3px;
    margin-left: 8%;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-left: 15px;
  }

  .brix---top-header-left-col {
    display: none;
  }

  .brix---header-nav-list-item-2 {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }

  .brix---header-nav-list-item-2.hide {
    padding-right: 0;
  }

  .brix---header-nav-list-item-2.hide.lastone {
    margin-bottom: 15px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: left;
    width: 100%;
    display: flex;
  }

  .brix---hamburger-menu-wrapper {
    justify-content: center;
    align-items: center;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---header-nav-menu-list-2 {
    align-items: center;
  }

  .brix---header-left-col {
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---link-wrapper:hover {
    transform: none;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 0;
    margin-right: 6%;
  }

  .brix---header-nav-link-2.menu-dropdown {
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    display: flex;
  }

  .brix---container-default-2 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-content {
    z-index: 9999;
    border-top-style: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
    width: 100vw;
    margin-top: -8px;
    margin-left: 0%;
    margin-right: -10px;
    display: flex;
    inset: -8px auto auto;
    box-shadow: 0 8px 11px #0000005c;
  }

  .menu-content.menu-mobile {
    z-index: 999;
    border-top-style: solid;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    align-items: center;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: 0% 0% auto;
    box-shadow: 0 3px 11px #0000004f;
  }

  .headermenu-pcmobile {
    position: fixed;
    inset: 0% 0% auto;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-126 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-127 {
    margin-left: -10px;
    position: absolute;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-130 {
    padding-top: 7px;
  }

  .div-block-130.prems {
    width: 120px;
    padding-top: 7px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-130.dernier.spii {
    padding-top: 0;
  }

  .div-block-130.spii {
    width: 120px;
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .code-embed-2 {
    margin-bottom: 5px;
  }

  .text-block-27, .text-block-27.horaires, .text-block-27.speciii {
    letter-spacing: -.25px;
    font-size: 15px;
  }

  .text-block-28 {
    letter-spacing: -.1px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .image-30 {
    width: 50px;
    margin-bottom: 10px;
  }

  .horloge {
    width: 40px;
    margin-bottom: 10px;
  }

  .f-container-regular-3.speoo {
    padding-left: 6px;
    padding-right: 6px;
  }

  .f-paragraph-small {
    display: none;
  }

  .f-paragraph-small.montre {
    display: block;
  }

  .div-block-132.first-line._1111 {
    margin-top: 15px;
  }

  .div-block-132.third {
    margin-top: 45px;
  }

  .div-block-132._444 {
    margin-top: 30px;
  }

  .f-h3-heading-4 {
    letter-spacing: -.25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 8px;
    font-size: 22px;
    font-weight: 700;
  }

  .f-margin-bottom-130 {
    margin-bottom: 10px;
  }

  .f-h6-heading {
    margin-bottom: 22px;
    margin-left: 8px;
    font-size: 17px;
  }

  .f-testimonial-right-a {
    margin-right: 15px;
    display: flex;
    top: -65px;
  }

  .f-testimonial-left-a {
    display: flex;
    top: -65px;
  }

  .f-testimonial-slide {
    margin-right: 0;
  }

  .f-testimonial-section {
    padding: 15px 1% 35px;
  }

  .f-testimonial-card.large {
    max-width: 100%;
    padding: 10px 12px;
  }

  .f-testimonial-card.speciiia {
    padding: 12px 10px;
  }

  .f-testimonial-slider-grid-large {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-133 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .mask {
    width: 303px;
    max-width: 100%;
  }

  .image-32 {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .image-32.trouville {
    filter: saturate(135%);
  }

  .code-embed-3 {
    margin-bottom: 5px;
  }

  .div-block-136 {
    flex-flow: column;
  }

  .div-block-137 {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .text-block-29 {
    color: #202020;
    height: auto;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-29:active {
    margin-right: 0;
  }

  .text-block-29.w--current {
    height: auto;
  }

  .text-block-29.dropdo {
    padding-left: 38px;
    padding-right: 38px;
  }

  .dropdown-link-3 {
    flex-flow: wrap;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25em;
    display: flex;
  }

  .dropdown-link-3.w--current {
    color: #986000;
    flex-flow: wrap;
    justify-content: center;
    font-weight: 500;
    line-height: 1.25em;
    display: flex;
  }

  .icon-7 {
    top: 25px;
  }

  .dropdown-list-4 {
    position: relative;
  }

  .text-block-30 {
    font-size: 16.5px;
    font-weight: 500;
  }

  .mobileee {
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
}

#w-node-e749f46e-1030-b796-6c65-83d4050c20a9-f32b211a {
  justify-self: end;
}

#w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-f32b211a {
  justify-self: start;
}

#w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-f32b211a {
  justify-self: end;
}

#w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-f32b211a {
  justify-self: start;
}

#w-node-_7c63aa76-683e-06a4-41e3-090d01120287-f32b211a {
  justify-self: end;
}

#w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-f32b211a {
  justify-self: start;
}

#w-node-c2a2b5a9-d171-658f-e787-fa4240822a63-f32b211a, #w-node-c2a2b5a9-d171-658f-e787-fa4240822a74-f32b211a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd039-f32b213a, #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd03e-f32b213a {
  align-self: start;
}

#form01.w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd045-f32b213a {
  justify-self: end;
}

#w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd057-f32b213a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd058-f32b213a {
  justify-self: start;
}

#w-node-_34ffcd42-b2d7-06df-7134-918a7c8e1055-f32b213b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34ffcd42-b2d7-06df-7134-918a7c8e107e-f32b213b {
  justify-self: center;
}

#w-node-e749f46e-1030-b796-6c65-83d4050c20a9-5d4a37a3 {
  justify-self: end;
}

#w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-5d4a37a3 {
  justify-self: start;
}

#w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-5d4a37a3 {
  justify-self: end;
}

#w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-5d4a37a3 {
  justify-self: start;
}

#w-node-_7c63aa76-683e-06a4-41e3-090d01120287-5d4a37a3 {
  justify-self: end;
}

#w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-5d4a37a3 {
  justify-self: start;
}

#w-node-c2a2b5a9-d171-658f-e787-fa4240822a74-5d4a37a3, #w-node-c2a2b5a9-d171-658f-e787-fa4240822a63-5d4a37a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e749f46e-1030-b796-6c65-83d4050c2098-f32b211a {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e749f46e-1030-b796-6c65-83d4050c20a9-f32b211a, #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce4-f32b211a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4cea2-f32b211a {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1197-f32b211a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120271-f32b211a {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120287-f32b211a, #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d8-f32b211a {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e749f46e-1030-b796-6c65-83d4050c2098-5d4a37a3 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-e749f46e-1030-b796-6c65-83d4050c20a9-5d4a37a3, #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce4-5d4a37a3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4cea2-5d4a37a3 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1197-5d4a37a3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120271-5d4a37a3 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120287-5d4a37a3, #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d8-5d4a37a3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_621f04a4-90a9-162d-c480-28ef15f10a2b-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_621f04a4-90a9-162d-c480-28ef15f10a35-f32b211a {
    order: -9999;
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_5a079d58-9079-6779-57e3-7ed6d35b10e8-f32b213a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5a079d58-9079-6779-57e3-7ed6d35b10f2-f32b213a {
    order: -9999;
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd039-f32b213a, #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd03e-f32b213a {
    justify-self: center;
  }

  #w-node-_621f04a4-90a9-162d-c480-28ef15f10a2b-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_621f04a4-90a9-162d-c480-28ef15f10a35-5d4a37a3 {
    order: -9999;
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e749f46e-1030-b796-6c65-83d4050c20a9-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-f32b211a {
    grid-row: 1 / 2;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-f32b211a {
    grid-row: 1 / 2;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120287-f32b211a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-f32b211a {
    grid-row: 1 / 2;
  }

  #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd039-f32b213a, #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd03e-f32b213a {
    justify-self: start;
  }

  #w-node-_0f863d0d-7095-3cc8-4acc-c70ed31fd043-f32b213a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e749f46e-1030-b796-6c65-83d4050c20a9-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87c9ae02-09bb-bc8b-58e1-f70f8f7e0ce2-5d4a37a3 {
    grid-row: 1 / 2;
  }

  #w-node-dbee3782-f395-3d3d-594a-b069f2e4ceb6-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70d61749-02b8-8e74-bc2a-7e2739fb1195-5d4a37a3 {
    grid-row: 1 / 2;
  }

  #w-node-_7c63aa76-683e-06a4-41e3-090d01120287-5d4a37a3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-acb050f8-bb79-5c0f-84a5-3a3d8f4471d6-5d4a37a3 {
    grid-row: 1 / 2;
  }
}


