@font-face {
  font-family: Fa;
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa;
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph: #555656;
  --title-letter-spacing: -.8px;
  --accent: #c29e43;
  --section-vertical-padding: 60px;
  --dark: #134b2f;
  --smoke: #f2f0eb;
  --lightdark: #496959;
  --darkaccent: #a18130;
  --row-spacing: 30px;
  --num-slide: 0px;
}

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

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

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

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

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

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

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

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

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

body {
  color: var(--paragraph);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

h1 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: var(--title-letter-spacing);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

ul {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.row {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

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

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

.row.r-cyclorama {
  margin-top: 50px;
}

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

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

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

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

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

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

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

.col.col-offre {
  z-index: 50;
  margin-top: -120px;
  margin-bottom: var(--section-vertical-padding);
  color: var(--paragraph);
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.section {
  padding-top: var(--section-vertical-padding);
  padding-bottom: var(--section-vertical-padding);
  position: relative;
}

.section.s-programme {
  background-image: url('../images/teccelia-line-JP.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 820px;
}

.section.s-avantages {
  background-color: var(--dark);
  color: #fff;
}

.section.s-offre {
  padding-top: 0;
  padding-bottom: 0%;
}

.section.s-hero {
  background-color: var(--lightdark);
  color: #fff;
  align-items: flex-end;
  min-height: 90dvh;
  padding-top: 360px;
  padding-bottom: 140px;
  display: flex;
}

.section.s-prestas {
  background-color: var(--dark);
  color: #fff;
  padding-top: 300px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.section.s-prestas.no-cyclo {
  padding-top: 60px;
}

.section.s-media {
  padding-top: 0;
  padding-bottom: 0;
}

.section.s-maps {
  height: 60dvh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.s-contact {
  background-color: var(--smoke);
}

.section.s-footer {
  background-color: var(--dark);
  color: #fff;
}

.section.s-more {
  display: none;
}

.contain {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contain.large-contain {
  flex-direction: row;
  max-width: 1800px;
}

.cta {
  background-color: var(--accent);
  color: #fff;
  letter-spacing: -.3px;
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: 0 10px 20px #00000026;
}

.cta:hover {
  background-color: var(--darkaccent);
  box-shadow: 0 5px 10px #00000040;
}

.cta.small {
  padding: 10px 20px;
  font-size: 16px;
}

.center {
  text-align: center;
}

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

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

.upper-title {
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.arg-holder {
  flex: 1;
  width: 22%;
  max-width: 340px;
  padding: 20px;
  transition: all .275s cubic-bezier(.645, .045, .355, 1);
}

.arguments {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block {
  padding: 40px;
}

.image-offre {
  background-image: url('../images/TECCELIA-Macary_INT3_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block-2 {
  background-image: linear-gradient(to right, #fff0, #fff);
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
}

.teccelia-bulle {
  width: 168px;
  height: 142px;
  transition: opacity .45s cubic-bezier(.645, .045, .355, 1);
}

.teccelia-icone {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

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

.arg-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-4 {
  z-index: 10;
  background-color: var(--smoke);
  margin-bottom: -300px;
  padding: 0 40px 40px;
  position: relative;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #fff0;
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  z-index: 60;
  position: relative;
}

.overlay-slider {
  z-index: 10;
  background-image: linear-gradient(0deg, var(--dark), #4d544000 26%), linear-gradient(to bottom, #4d544082, #4d544082);
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  width: 100%;
}

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

.tabs-medias {
  text-align: center;
  margin-top: -14px;
}

.tabs-medias.scroll {
  justify-content: center;
  width: auto;
  display: flex;
  overflow: auto;
}

.tab-link-tab-2 {
  color: var(--paragraph);
  background-color: #fff0;
  border-bottom: 4px solid #fff0;
  flex: none;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  transition: all .2s;
}

.tab-link-tab-2.w--current {
  border-bottom-color: var(--accent);
  background-color: #fff0;
}

.iframe-container {
  aspect-ratio: 3 / 2;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.iframe-container.landscape {
  aspect-ratio: 800 / 424;
}

.responsive-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabsspecs {
  margin-top: -101px;
  display: flex;
}

.tabs-specs {
  flex-direction: column;
  width: 300px;
  margin-top: 120px;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tabpane-specs {
  padding: 40px;
}

.tablink-spec {
  opacity: 1;
  color: var(--lightdark);
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.tablink-spec.w--current {
  opacity: 1;
  color: #fff;
  background-color: #fff0;
}

.div-block-7 {
  width: 300px;
}

.tags {
  background-color: var(--accent);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-right: 6px;
  padding: 6px 10px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.tags.blanc {
  color: var(--dark);
  background-color: #fff;
}

.introduction {
  font-size: 21px;
  line-height: 130%;
}

.introduction.prix-appel {
  margin-bottom: 0;
  font-size: 31px;
}

.brand {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.brand.scrolled {
  padding-top: 10px;
  padding-bottom: 20px;
}

.logo-bg {
  width: 592px;
  max-width: none;
  height: 509px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: 10px;
  left: 43%;
  transform: translate(-50%);
}

.logo-bg.scrolled {
  aspect-ratio: 592 / 509;
  object-fit: cover;
  width: 310px;
  height: auto;
  bottom: 17px;
  left: 49%;
}

.logo-prog {
  width: 190px;
  margin-left: 30px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.logo-prog.scrolled {
  width: 120px;
}

.nav-menu {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
}

.navbar {
  background-color: #fff0;
}

.div-block-8 {
  color: #fff;
}

.navlink {
  color: #fff;
  border-bottom: 4px solid #fff0;
  margin-left: 16px;
  padding: 0 4px 4px;
  font-size: 20px;
  line-height: 110%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.navlink:hover, .navlink:focus {
  border-bottom-color: var(--accent);
}

.navlink.w--current {
  color: #fff;
}

.nav-bg {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0000009e, #0000);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.arrow {
  z-index: 50;
  aspect-ratio: 1;
  opacity: .75;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  font-size: 28px;
  transition: all .35s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.arrow:hover {
  opacity: 1;
}

.arrow.left-arrow, .arrow.right-arrow {
  font-weight: 300;
}

.lightdark {
  color: var(--smoke);
  font-weight: 400;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.div-block-11 {
  color: #fff;
  flex: none;
}

.div-block-12 {
  margin-left: 16px;
}

.logo-promoteur {
  max-width: 250px;
  padding: 10px 20px;
}

.logo-promoteur-holder {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.copyright {
  color: var(--smoke);
  font-size: 12px;
  line-height: 120%;
}

.footer-link {
  text-decoration: underline;
}

.footer-link:visited {
  color: var(--accent);
}

.footer-nav {
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footer-nav-link {
  color: #fff;
  padding: 4px 12px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.footer-nav-link:hover {
  color: var(--accent);
}

.footer-sep {
  background-color: var(--accent);
  width: 2px;
  height: 18px;
}

.spec-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: block;
}

.list {
  column-count: 2;
}

.div-block-13 {
  aspect-ratio: 3 / 2;
  position: relative;
}

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

.text-block {
  color: var(--accent);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

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

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.spacer {
  height: 16px;
}

.offre-h2 {
  font-size: 34px;
}

.subtext {
  color: #fff;
  font-size: 10px;
  line-height: 140%;
}

.flag-offre {
  width: 170px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dark);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--accent);
}

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

.form-row {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-col {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.form-col.demi {
  width: 50%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-col.last-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-label {
  margin-bottom: 0;
  font-weight: 400;
}

.form-last-row {
  padding-left: 10px;
  padding-right: 10px;
}

.mandatory {
  color: var(--accent);
}

.link-block {
  display: flex;
}

.ico {
  font-family: Fa, sans-serif;
}

.tel {
  color: #fff;
  margin-left: 4px;
}

.text-block-2 {
  color: #fff;
  margin-right: 4px;
}

.link-block-2 {
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

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

.slider-control {
  z-index: 60;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 40px 80px auto;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: center;
  font-family: Fa, sans-serif;
  font-weight: 300;
  display: flex;
}

.slide-nav {
  z-index: 150;
  height: auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
  bottom: 140px;
  left: auto;
  right: 40px;
}

.link-block-3 {
  color: #fffc;
  font-size: 10px;
  line-height: 100%;
  text-decoration: underline;
  transition: all .2s;
}

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

.hidden {
  display: none;
}

.desc-img {
  width: 100%;
}

.slide-lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-lightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.superscript {
  letter-spacing: 0;
  text-transform: lowercase;
}

.rtf-landing {
  text-wrap: balance;
}

.rtf-landing.description {
  text-wrap: wrap;
}

.list-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.section-2 {
  z-index: 150;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

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

.cookie-modal_closebutton.is-sticky {
  background-color: var(--smoke);
  position: sticky;
  top: -1rem;
}

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

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

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

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

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

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

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

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.cookie-modal_radio.hide {
  display: none;
}

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

.cookie-modal_button-wrap.is-small {
  background-color: var(--smoke);
  justify-content: flex-start;
  padding: 1.5rem;
}

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

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

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

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

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

.cookie-modal_styles {
  display: none;
}

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

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

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

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

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

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 0 0 auto;
}

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

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

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

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

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

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

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

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

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

.cookie-popup_component-2, .cookie-popup_component-3 {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.heading-2 {
  font-size: 40px;
}

.heading-arg {
  color: #fff;
}

.green, .heading-3 {
  color: var(--dark);
}

.exposant {
  font-size: 9px;
  top: -13.5px;
}

.underline-small {
  border-bottom: 5px solid var(--accent);
}

.link {
  border-bottom: 3px dotted var(--accent);
  color: #fff;
}

.undeline-p {
  text-decoration: underline;
}

.price-box {
  border-left: 3px solid var(--accent);
  margin-bottom: 10px;
  padding-left: 16px;
}

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

.thin-accent {
  color: var(--accent);
  font-weight: 400;
}

.list-item-2 {
  color: var(--paragraph);
}

.heading-4 {
  line-height: 100%;
}

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

  h2 {
    font-size: 45px;
  }

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

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

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

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

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

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

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

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

  .section.s-hero {
    padding-top: 250px;
  }

  .contain {
    max-width: 650px;
  }

  .contain.large-contain.c-menu {
    align-items: center;
  }

  .contain.c-offre {
    max-width: 500px;
  }

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

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

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

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

  .arg-holder {
    width: 50%;
  }

  .arguments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid {
    grid-template-rows: 300px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block {
    padding: 0 30px 30px;
  }

  .div-block-2 {
    background-image: linear-gradient(#fff0, #fff);
    width: 100%;
    height: 100px;
    inset: auto 0% 0%;
  }

  .div-block-4 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-specs {
    width: 220px;
  }

  .tabpane-specs {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .introduction.prix-appel {
    font-size: 21px;
  }

  .logo-bg {
    left: 34%;
  }

  .logo-bg.scrolled {
    bottom: -4px;
    left: 38%;
  }

  .logo-prog {
    width: 170px;
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--dark);
    flex-direction: column;
    align-items: center;
    min-width: 50svw;
    height: 100dvh;
    padding-top: 80px;
  }

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

  .navlink {
    margin: 8px 32px;
  }

  .div-block-10 {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .div-block-11 {
    margin-bottom: 16px;
  }

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

  .burger {
    color: #fff;
    text-align: right;
    flex: 1;
    margin-top: -40px;
    padding-right: 0;
    font-size: 42px;
  }

  .burger.w--open {
    z-index: 80;
    background-color: #0000;
  }

  .list {
    column-count: 1;
  }

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

  .offre-h2 {
    font-size: 24px;
  }

  .form-col.last-col {
    flex-direction: column;
  }

  .slide-nav {
    font-size: 35px;
  }

  .desc-img {
    max-width: 100%;
  }

  .heading-2 {
    font-size: 34px;
  }

  .price-box {
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 21px;
  }

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

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

  .col.col-offre {
    margin-top: 0;
  }

  .section.s-hero {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .section.s-prestas {
    padding-top: 260px;
  }

  .arg-holder {
    flex: 0 auto;
  }

  .div-block-4 {
    margin-bottom: -280px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-medias.scroll {
    justify-content: flex-start;
  }

  .iframe-container.landscape {
    aspect-ratio: 16 / 9;
  }

  .tabsspecs {
    flex-direction: column;
    margin-top: 0;
  }

  .tabs-specs {
    width: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .tabpane-specs {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .introduction {
    font-size: 18px;
  }

  .logo-bg {
    left: 20%;
  }

  .logo-prog {
    width: 140px;
  }

  .logo-prog.scrolled {
    width: 100px;
  }

  .burger {
    margin-top: -20px;
    padding-right: 0;
  }

  .footer-link {
    display: inline-block;
  }

  .footer-nav {
    flex-direction: column;
  }

  .footer-sep {
    display: none;
  }

  .slider-control {
    flex-direction: row-reverse;
    align-items: center;
    bottom: 0;
    left: 20px;
    right: auto;
  }

  .slide-nav {
    display: none;
  }

  .desc-img {
    max-width: 450px;
  }

  .icon {
    font-size: 36px;
  }

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

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

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

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

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

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

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

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

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

  .heading-2 {
    font-size: 28px;
  }
}

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

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

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

  .section.s-hero {
    background-color: var(--dark);
    padding-top: 180px;
  }

  .section.s-prestas {
    padding-top: 240px;
  }

  .cta {
    padding: 12px 20px;
    font-size: 16px;
  }

  .arg-holder {
    width: 100%;
  }

  .div-block-4 {
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .slider, .overlay-slider {
    bottom: 20dvh;
  }

  .tabs-medias {
    margin-top: 0;
  }

  .tab-link-tab-2 {
    justify-content: center;
    margin-bottom: 10px;
    padding-top: 8px;
    display: flex;
  }

  .iframe-container {
    aspect-ratio: 9 / 12;
  }

  .tabsspecs {
    flex-direction: column;
  }

  .tabpane-specs {
    padding-left: 0;
    padding-right: 0;
  }

  .tablink-spec {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .introduction {
    font-size: 18px;
  }

  .brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-bg {
    width: 370px;
    bottom: -93px;
    left: 20%;
  }

  .logo-bg.scrolled {
    bottom: 6px;
    left: 27%;
  }

  .logo-prog {
    width: 110px;
  }

  .logo-prog.scrolled {
    width: 80px;
  }

  .navlink {
    text-align: center;
  }

  .burger {
    margin-top: 0;
  }

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

  .slider-control {
    flex-flow: column wrap;
  }

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

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

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

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

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

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

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

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

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

  .cookie-popup_component, .cookie-popup_component-2, .cookie-popup_component-3 {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .heading-2 {
    font-size: 24px;
  }
}

#w-node-a43304b9-2ec7-91cb-ac0c-7ee29a9e7799-049525e5, #w-node-_8903c131-7dcb-2dc7-f7b3-e14361e3cba3-049525e5, #w-node-a43304b9-2ec7-91cb-ac0c-7ee29a9e7799-049525e7, #w-node-a43304b9-2ec7-91cb-ac0c-7ee29a9e7799-049525e8, #w-node-_8903c131-7dcb-2dc7-f7b3-e14361e3cba3-049525e8, #w-node-a43304b9-2ec7-91cb-ac0c-7ee29a9e7799-049525e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}