* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  position: relative;
  margin: 0;
  background-color: #f5f5f5;
  color: #1f1f1f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container {
  max-width: none;
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1592px;
  }
}
.container-large {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .container-large {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container-large {
    padding-right: 50px;
    padding-left: 50px;
  }
}
h1,
.h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.26;
  margin: 0 0 24px;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}
@media screen and (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
h2,
.h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.26;
  margin: 0 0 24px;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
h3,
.h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
.texte-courant {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.texte-chapo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.texte-petit {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.titre-section {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.26;
  color: #c7390e;
  margin: 0 0 50px;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .titre-section {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .titre-section {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .titre-section {
    font-size: 42px;
  }
}
strong,
b {
  font-weight: 700;
}
a {
  color: #c7390e;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover,
a:focus-visible {
  color: #972b0b;
}
.lien-souligne {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  color: #1f1f1f;
}
.lien-souligne:hover,
.lien-souligne:focus-visible {
  color: #c7390e;
}
.lien-souligne--accent {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  color: #c7390e;
}
.lien-souligne--accent:hover,
.lien-souligne--accent:focus-visible {
  color: #1f1f1f;
}
.lien-souligne::after {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%3E%3Cpath%20d=%22M7%207L17%2017M7%2017H17V7%22%20stroke=%22%23000%22%20stroke-width=%221.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%3E%3Cpath%20d=%22M7%207L17%2017M7%2017H17V7%22%20stroke=%22%23000%22%20stroke-width=%221.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
}
:focus-visible {
  outline: 2px solid #c7390e;
  outline-offset: 3px;
}
.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 25px;
  border: 0;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn:focus-visible {
  outline: 2px solid #1f1f1f;
  outline-offset: 3px;
}
.btn-principal {
  background-color: #c7390e;
  color: #ffffff;
}
.btn-principal:hover,
.btn-principal:focus-visible {
  background-color: #1f1f1f;
  color: #ffffff;
}
.btn-secondaire {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #c7390e;
  color: #c7390e;
}
.btn-secondaire:hover,
.btn-secondaire:focus-visible {
  background-color: #c7390e;
  color: #ffffff;
}
.btn-blanc {
  background-color: #ffffff;
  color: #c7390e;
}
.btn-blanc:hover,
.btn-blanc:focus-visible {
  background-color: #1f1f1f;
  color: #ffffff;
}
.chip {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border: 1px solid #c7390e;
  border-radius: 100px;
  background-color: transparent;
  color: #c7390e;
  cursor: pointer;
}
.chip:hover,
.chip.active {
  background-color: #c7390e;
  color: #ffffff;
}
section {
  position: relative;
}
.section-espacee {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .section-espacee {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.carte {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.surface-secondaire {
  background-color: #cfdfe4;
  border-radius: 30px;
}
.texte-accent {
  color: #c7390e;
}
.texte-blanc {
  color: #ffffff;
}
.fond-blanc {
  background-color: #ffffff;
}
.fond-accent {
  background-color: #c7390e;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
main[role="main"] {
  display: block;
  overflow-x: hidden;
}
.lien-evitement {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 1000;
  padding: 12px 20px;
  background-color: #c7390e;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: top 0.2s ease-in-out;
}
.lien-evitement:focus {
  top: 20px;
  color: #ffffff;
}
.entete {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .entete {
    padding-top: 49px;
  }
}
.entete__barre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .entete__barre {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .entete__barre {
    gap: 100px;
    padding: 30px 50px;
  }
}
.entete__logo {
  flex: 0 0 auto;
  line-height: 0;
}
.entete__logo a {
  display: block;
}
.entete__logo img {
  display: block;
  width: 140px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .entete__logo img {
    width: 165px;
  }
}
@media screen and (min-width: 1200px) {
  .entete__logo img {
    width: 195px;
  }
}
.menu-principal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 100px 24px 40px;
  background-color: #ffffff;
  overflow-y: auto;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.menu-principal.active {
  transform: translateX(0);
  visibility: visible;
}
.menu-principal nav {
  width: 100%;
}
.menu-principal ul.menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-principal li {
  position: relative;
  width: 100%;
}
.menu-principal a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  color: #1f1f1f;
  font-size: 18px;
}
.menu-principal a:hover,
.menu-principal a:focus-visible {
  color: #c7390e;
}
.menu-principal .current-menu-item > a,
.menu-principal .current_page_item > a,
.menu-principal .current-menu-ancestor > a {
  color: #c7390e;
  font-weight: 700;
}
.menu-principal .menu-item-has-children > a::after {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%3E%3Cpath%20d=%22M7%207L17%2017M7%2017H17V7%22%20stroke=%22%23000%22%20stroke-width=%221.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%3E%3Cpath%20d=%22M7%207L17%2017M7%2017H17V7%22%20stroke=%22%23000%22%20stroke-width=%221.5%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease-in-out;
}
.menu-principal .menu-item-has-children.ouvert > a::after {
  transform: rotate(-90deg);
}
.menu-principal ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 8px 16px;
  list-style: none;
}
.menu-principal ul.sub-menu a {
  padding: 8px 0;
  font-size: 16px;
  color: #5c5c5c;
}
.menu-principal ul.sub-menu a:hover,
.menu-principal ul.sub-menu a:focus-visible {
  color: #c7390e;
}
.menu-principal .menu-image-wrapper {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu-principal {
    position: static;
    z-index: auto;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    overflow: visible;
    transform: none;
    visibility: visible;
    transition: none;
  }
  .menu-principal ul.menu {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    width: auto;
  }
  .menu-principal li {
    width: auto;
  }
  .menu-principal a {
    padding: 0;
    font-size: 16px;
    white-space: nowrap;
  }
  .menu-principal .menu-item-has-children > a {
    gap: 2px;
  }
  .menu-principal .menu-item-has-children > a::after {
    width: 28px;
    height: 28px;
  }
  .menu-principal ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -55px;
    z-index: 10;
    margin-top: 28px;
    padding: 14px 50px 30px;
    background-color: #cfdfe4;
    border-radius: 30px;
  }
  .menu-principal ul.sub-menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 28px;
  }
  .menu-principal ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #1f1f1f;
  }
  .menu-principal ul.sub-menu a {
    gap: 13px;
    padding: 18px 0 13px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
  }
  .menu-principal ul.sub-menu a::before {
    content: "";
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-color: currentColor;
    mask-image: url(data:image/svg+xml,%3Csvg%20width=%22100%22%20height=%22101%22%20viewBox=%220%200%20100%20101%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M50%206.28725C45.15%206.28725%2041.525%2010.807%2042.55%2015.6045L50%2050.5L57.45%2015.6045C58.475%2010.807%2054.85%206.28725%2050%206.28725Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M24.275%2014.746C20.35%2017.6245%2020.05%2023.432%2023.675%2026.7145L50%2050.5253L35.725%2017.877C33.775%2013.3825%2028.2%2011.8675%2024.275%2014.746Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M8.375%2036.8397C6.875%2041.511%2010.025%2046.3842%2014.85%2046.8892L50%2050.5L19.45%2032.5725C15.25%2030.098%209.875%2032.1937%208.375%2036.8397Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M8.375%2064.1603C9.875%2068.8315%2015.25%2070.902%2019.45%2068.4275L50%2050.5L14.85%2054.1108C10.025%2054.6158%206.875%2059.489%208.375%2064.1603Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M24.275%2086.254C28.2%2089.1325%2033.775%2087.6175%2035.725%2083.1482L50%2050.5L23.675%2074.3107C20.05%2077.5932%2020.35%2083.4008%2024.275%2086.2793V86.254Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M50%2094.7128C54.85%2094.7128%2058.475%2090.193%2057.45%2085.3955L50%2050.5L42.55%2085.3955C41.525%2090.193%2045.15%2094.7128%2050%2094.7128Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M75.725%2086.254C79.65%2083.3755%2079.95%2077.568%2076.325%2074.2855L50%2050.4747L64.275%2083.123C66.225%2087.6175%2071.8%2089.1325%2075.725%2086.2287V86.254Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M85.15%2054.1108L50%2050.5L80.55%2068.4275C84.75%2070.902%2090.125%2068.8063%2091.625%2064.1603C93.125%2059.489%2089.975%2054.6158%2085.15%2054.1108Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M91.625%2036.8397C90.125%2032.1685%2084.75%2030.098%2080.55%2032.5725L50%2050.5L85.15%2046.8892C89.975%2046.3842%2093.125%2041.511%2091.625%2036.8397Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M75.725%2014.746C71.8%2011.8675%2066.225%2013.3825%2064.275%2017.877L50%2050.5253L76.325%2026.7145C79.95%2023.432%2079.65%2017.6245%2075.725%2014.746Z%22%20fill=%22%23000%22/%3E%3C/svg%3E);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width=%22100%22%20height=%22101%22%20viewBox=%220%200%20100%20101%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M50%206.28725C45.15%206.28725%2041.525%2010.807%2042.55%2015.6045L50%2050.5L57.45%2015.6045C58.475%2010.807%2054.85%206.28725%2050%206.28725Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M24.275%2014.746C20.35%2017.6245%2020.05%2023.432%2023.675%2026.7145L50%2050.5253L35.725%2017.877C33.775%2013.3825%2028.2%2011.8675%2024.275%2014.746Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M8.375%2036.8397C6.875%2041.511%2010.025%2046.3842%2014.85%2046.8892L50%2050.5L19.45%2032.5725C15.25%2030.098%209.875%2032.1937%208.375%2036.8397Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M8.375%2064.1603C9.875%2068.8315%2015.25%2070.902%2019.45%2068.4275L50%2050.5L14.85%2054.1108C10.025%2054.6158%206.875%2059.489%208.375%2064.1603Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M24.275%2086.254C28.2%2089.1325%2033.775%2087.6175%2035.725%2083.1482L50%2050.5L23.675%2074.3107C20.05%2077.5932%2020.35%2083.4008%2024.275%2086.2793V86.254Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M50%2094.7128C54.85%2094.7128%2058.475%2090.193%2057.45%2085.3955L50%2050.5L42.55%2085.3955C41.525%2090.193%2045.15%2094.7128%2050%2094.7128Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M75.725%2086.254C79.65%2083.3755%2079.95%2077.568%2076.325%2074.2855L50%2050.4747L64.275%2083.123C66.225%2087.6175%2071.8%2089.1325%2075.725%2086.2287V86.254Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M85.15%2054.1108L50%2050.5L80.55%2068.4275C84.75%2070.902%2090.125%2068.8063%2091.625%2064.1603C93.125%2059.489%2089.975%2054.6158%2085.15%2054.1108Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M91.625%2036.8397C90.125%2032.1685%2084.75%2030.098%2080.55%2032.5725L50%2050.5L85.15%2046.8892C89.975%2046.3842%2093.125%2041.511%2091.625%2036.8397Z%22%20fill=%22%23000%22/%3E%3Cpath%20d=%22M75.725%2014.746C71.8%2011.8675%2066.225%2013.3825%2064.275%2017.877L50%2050.5253L76.325%2026.7145C79.95%2023.432%2079.65%2017.6245%2075.725%2014.746Z%22%20fill=%22%23000%22/%3E%3C/svg%3E);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    background-color: #c7390e;
  }
  .menu-principal ul.sub-menu a:hover,
  .menu-principal ul.sub-menu a:focus-visible {
    color: #c7390e;
  }
  .menu-principal ul.sub-menu .current-menu-item > a {
    color: #c7390e;
    font-weight: 600;
  }
  .menu-principal ul.sub-menu-with-image {
    display: none;
    gap: 24px;
    min-width: 520px;
  }
  .menu-principal ul.sub-menu-with-image .menu-image-wrapper {
    display: block;
    flex: 0 0 200px;
  }
  .menu-principal ul.sub-menu-with-image .menu-image-wrapper .menu-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
  .menu-principal ul.sub-menu-with-image .menu-items-wrapper {
    flex: 1 1 auto;
  }
  .menu-principal ul.sub-menu-with-image ul.sub-menu-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.bouton-header-mobile {
  margin-top: auto;
}
.bouton-header-mobile .btn {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .bouton-header-mobile {
    display: none;
  }
}
.entete__cta {
  display: none;
}
@media screen and (min-width: 1200px) {
  .entete__cta {
    display: block;
    flex: 0 0 auto;
  }
}
.entete__cta .btn {
  padding: 15px 25px;
  white-space: nowrap;
}
.icone-fleche {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
}
#menu-mobile {
  position: relative;
  z-index: 101;
  flex: 0 0 auto;
  width: 32px;
  height: 24px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  #menu-mobile {
    display: none;
  }
}
#menu-mobile .ouvrant {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#menu-mobile .ouvrant span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c7390e;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
#menu-mobile .fermant {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  color: #c7390e;
}
#menu-mobile .fermant svg {
  display: block;
  width: 100%;
  height: 100%;
}
#menu-mobile.active .ouvrant {
  display: none;
}
#menu-mobile.active .fermant {
  display: block;
}
.contenu-simple {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  color: #1f1f1f;
}
@media screen and (min-width: 992px) {
  .contenu-simple {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.contenu-simple.mt-md-5,
section.contenu-simple.mb-4,
section.contenu-simple.mt-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
section.contenu-simple.pt-md-5 {
  padding-top: 0 !important;
}
.contenu-simple .bloc-titre .titre,
.contenu-simple .bloc-texte,
.contenu-simple .bloc-texte p,
.contenu-simple .bloc-texte li,
.contenu-simple .bloc-texte span,
.contenu-simple .bloc-texte td,
.contenu-simple .bloc-texte th {
  color: #1f1f1f !important;
}
.contenu-simple .bloc-texte a:not(.btn) {
  color: #c7390e !important;
}
.lame-card-offre {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-card-offre {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lame-card-offre:not(:has(.bloc-titre)) {
    padding-top: 50px;
  }
}
.lame-card-offre .bloc-titre {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lame-card-offre .bloc-titre {
    margin-bottom: 34px;
  }
}
.lame-card-offre > .container > .row {
  --bs-gutter-x: 24px;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .lame-card-offre > .container > .row {
    row-gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .lame-card-offre > .container > .row > [class*='col-'] {
    margin-bottom: 0 !important;
  }
}
.lame-card-offre .bouton-container {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-card-offre .bouton-container {
    margin-top: 34px;
  }
}
.lame-texte-image {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-texte-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-texte-image > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-texte-image > .container > .row {
  --bs-gutter-x: 24px;
  align-items: stretch;
}
@media screen and (min-width: 1400px) {
  .lame-texte-image > .container > .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .lame-texte-image > .container > .row > [class*='col-'] {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 897px;
  }
  .lame-texte-image > .container > .row > [class*='col-']:not(.colonne-texte) {
    padding-left: 0;
    padding-right: 0;
  }
}
.lame-texte-image .colonne-texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eaeaea;
  border-radius: 30px;
  padding: 30px 24px;
}
@media screen and (min-width: 768px) {
  .lame-texte-image .colonne-texte {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-texte {
    padding: 100px 80px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-texte-image .colonne-texte {
    padding: 100px 128px 100px 154px;
  }
}
.lame-texte-image .colonne-texte .bloc-titre {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-texte .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-texte-image .colonne-texte .bouton-container {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-texte .bouton-container {
    margin-top: 60px;
  }
}
.lame-texte-image .colonne-texte div.bloc-texte:has(+ .bouton-container) {
  margin-bottom: 0;
}
.lame-texte-image .colonne-image {
  display: flex;
}
.lame-texte-image .colonne-image .bloc-image {
  width: 100%;
  margin-bottom: 0;
}
.lame-texte-image .colonne-image img {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lame-texte-image .colonne-image img {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-image img {
    height: 100%;
    min-height: 556px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-image:has(> .bloc-image img) {
    min-height: 556px;
  }
  .lame-texte-image .colonne-image > .bloc-image:has(img) {
    position: relative;
    height: 100%;
  }
  .lame-texte-image .colonne-image > .bloc-image img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}
.lame-texte-image .colonne-image .video {
  width: 100%;
  max-width: none;
}
.lame-texte-image .colonne-image .video-wrapper {
  aspect-ratio: auto;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .lame-texte-image .colonne-image .video-wrapper {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .lame-texte-image .colonne-image .video-wrapper {
    height: 100%;
    min-height: 556px;
  }
}
.lame-image-texte {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-image-texte {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  section.lame-image-texte.contenu-simple.pt-md-5 {
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .lame-image-texte > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-image-texte > .container > .row {
  --bs-gutter-x: 24px;
  align-items: stretch;
}
@media screen and (min-width: 1400px) {
  .lame-image-texte > .container > .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .lame-image-texte > .container > .row > [class*='col-'] {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: 897px;
  }
  .lame-image-texte > .container > .row > [class*='col-']:not(.colonne-texte) {
    padding-left: 0;
    padding-right: 0;
  }
}
.lame-image-texte .colonne-texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eaeaea;
  border-radius: 30px;
  padding: 30px 24px;
}
@media screen and (min-width: 768px) {
  .lame-image-texte .colonne-texte {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-texte {
    padding: 100px 80px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-image-texte .colonne-texte {
    padding: 100px 128px 100px 154px;
  }
}
.lame-image-texte .colonne-texte .bloc-titre {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-texte .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-image-texte .colonne-texte .bouton-container {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-texte .bouton-container {
    margin-top: 60px;
  }
}
.lame-image-texte .colonne-texte div.bloc-texte:has(+ .bouton-container) {
  margin-bottom: 0;
}
.lame-image-texte .colonne-image {
  display: flex;
}
.lame-image-texte .colonne-image .bloc-image {
  width: 100%;
  margin-bottom: 0;
}
.lame-image-texte .colonne-image img {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lame-image-texte .colonne-image img {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-image img {
    height: 100%;
    min-height: 556px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-image:has(> .bloc-image img) {
    min-height: 556px;
  }
  .lame-image-texte .colonne-image > .bloc-image:has(img) {
    position: relative;
    height: 100%;
  }
  .lame-image-texte .colonne-image > .bloc-image img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}
.lame-image-texte .colonne-image .video {
  width: 100%;
  max-width: none;
}
.lame-image-texte .colonne-image .video-wrapper {
  aspect-ratio: auto;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .lame-image-texte .colonne-image .video-wrapper {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .lame-image-texte .colonne-image .video-wrapper {
    height: 100%;
    min-height: 556px;
  }
}
.lame-image-texte > .container > .row {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .lame-image-texte > .container > .row {
    flex-direction: row;
  }
}
.lame-texte-image:not(.lame-image-texte) .colonne-image {
  position: relative;
}
@media screen and (min-width: 992px) {
  body.home .lame-texte-image {
    padding-top: 59px;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1400px) {
  body.home .lame-texte-image .colonne-image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 195px;
    height: 195px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22195%22%20height=%22195%22%20viewBox=%220%200%20195%20195%22%20fill=%22none%22%3E%3Cpath%20d=%22M97.454%200H0C0%2052.1228%2040.9242%2094.7143%2092.3442%2097.4309H0C0%20151.303%2043.6863%20195%2097.546%20195V101.529C99.7096%20153.514%20142.521%20195%20195%20195V0H97.454ZM189.798%2097.4309H97.546V4.09799C99.6176%2054.3329%20139.713%2094.8064%20189.798%2097.4309Z%22%20fill=%22%23F5F5F5%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  body.home .lame-texte-image .colonne-image img {
    min-height: 720px;
  }
}
.lame-valeurs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .lame-valeurs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lame-valeurs > .container > .row {
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .lame-valeurs > .container > .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    gap: 152px;
  }
  .lame-valeurs > .container > .row > [class*='col-']:first-child {
    flex: 0 0 743px;
    width: 743px;
    max-width: 743px;
  }
  .lame-valeurs > .container > .row > [class*='col-']:last-child {
    flex: 0 0 616px;
    width: 616px;
    max-width: 616px;
  }
}
@media screen and (min-width: 992px) {
  .lame-valeurs .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-valeurs .bloc-image img {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lame-valeurs .bloc-image img {
    height: 480px;
  }
}
@media screen and (min-width: 992px) {
  .lame-valeurs .bloc-image img {
    height: 720px;
    border-radius: 60px;
  }
}
.lame-valeurs .card-valeurs .image img {
  width: 60px;
  height: 61px;
  border-radius: 0;
  object-fit: contain;
}
.lame-apercu-galerie {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-apercu-galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.lame-apercu-galerie .bloc-titre {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-apercu-galerie .bloc-titre {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-apercu-galerie .apercu-galerie__pied {
    max-width: 1512px;
  }
}
@media screen and (min-width: 992px) {
  .lame-apercu-galerie:has(+ .lame-faq) {
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 992px) {
  .lame-timeline + .lame-apercu-galerie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lame-timeline + .lame-apercu-galerie .bouton-container > a {
  line-height: 20px;
}
.lame-timeline + .lame-apercu-galerie .bouton-container > a::after {
  display: none;
}
body.home .lame-apercu-galerie .apercu-galerie {
  margin-right: 0 !important;
}
.lame-faq {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-faq {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .lame-faq:last-child,
  .lame-faq:has(+ .lame-timeline) {
    padding-bottom: 50px;
  }
}
.lame-faq .bloc-titre {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-faq .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-faq > .container > .row {
  --bs-gutter-x: 24px;
  align-items: flex-start;
}
@media screen and (min-width: 1400px) {
  .lame-faq > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .lame-faq > .container > .row {
    --bs-gutter-x: 0;
    row-gap: 50px;
  }
  .lame-faq > .container > .row > .col-12:first-child {
    max-width: 1256px;
    margin-left: auto;
    margin-right: auto;
  }
  .lame-faq > .container > .row > [class*='col-']:has(> .bloc-image) {
    flex: 0 0 40.104%;
    width: 40.104%;
    max-width: 770px;
    margin-left: 10.625%;
    margin-right: 1.25%;
  }
  .lame-faq > .container > .row > [class*='col-']:has(> .bloc-accordeon) {
    flex: 0 0 45.417%;
    width: 45.417%;
    max-width: 872px;
    margin-right: 2.604%;
  }
}
@media screen and (min-width: 1400px) {
  .lame-faq > .container > .row > [class*='col-']:has(> .bouton-container) {
    margin-top: -2px !important;
  }
}
@media screen and (min-width: 992px) {
  .lame-faq .bloc-texte.w-75 {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lame-faq .bloc-texte p:first-child {
    font-size: 18px;
    line-height: 30px;
  }
}
.lame-faq .bouton-container {
  width: 100% !important;
  justify-content: center;
}
.lame-faq .bloc-image img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lame-faq .bloc-image img {
    height: 460px;
  }
}
@media screen and (min-width: 992px) {
  .lame-faq .bloc-image img {
    height: 678px;
    border-radius: 60px;
  }
}
.lame-video-accueil {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .lame-video-accueil {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lame-video-accueil .bloc-titre {
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-video-accueil .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-video-accueil .bloc-texte {
  max-width: 1001px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lame-video-accueil .bloc-texte {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lame-video-accueil .bloc-texte:has(+ .bloc-lien) {
    margin-bottom: 30px;
  }
}
.lame-video-accueil .bloc-texte p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.lame-video-accueil div.bloc-lien {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-video-accueil div.bloc-lien {
    margin-bottom: 50px;
  }
}
.lame-video-accueil div.bloc-lien .lien {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
}
.le-mot-du-fondateur {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .le-mot-du-fondateur {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.le-mot-du-fondateur > .container > .row {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .le-mot-du-fondateur > .container > .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
  }
  .le-mot-du-fondateur > .container > .row > [class*='col-']:first-child {
    flex: 0 0 395px;
    width: 395px;
    max-width: 395px;
    margin-left: 0;
  }
  .le-mot-du-fondateur > .container > .row > [class*='col-']:last-child {
    flex: 0 1 744px;
    width: 744px;
    max-width: 744px;
    margin-left: 0;
  }
}
.le-mot-du-fondateur .bloc-titre {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .le-mot-du-fondateur .bloc-titre {
    margin-bottom: 50px;
  }
}
.le-mot-du-fondateur .bloc-titre .titre {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.26;
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .le-mot-du-fondateur .bloc-titre .titre {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .le-mot-du-fondateur .bloc-titre .titre {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .le-mot-du-fondateur .bloc-titre .titre {
    font-size: 42px;
  }
}
.le-mot-du-fondateur .bouton-container {
  justify-content: center;
}
.le-mot-du-fondateur .bloc-texte,
.le-mot-du-fondateur .bloc-texte p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.26;
  color: #7ba2af !important;
  font-size: 22px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .le-mot-du-fondateur .bloc-texte,
  .le-mot-du-fondateur .bloc-texte p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  .le-mot-du-fondateur .bloc-texte,
  .le-mot-du-fondateur .bloc-texte p {
    font-size: 35px;
  }
}
.long-section-texte {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .long-section-texte {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .long-section-texte:has(+ .lame-last-news) {
    padding-bottom: 100px;
  }
}
.long-section-texte .bloc-titre:not(.titre-principal) .titre,
.long-section-texte .bloc-texte h3,
.long-section-texte .bloc-texte h4 {
  color: #c7390e !important;
}
@media screen and (min-width: 1400px) {
  .long-section-texte > .container > .row > [class*='col-'] > *:not(.titre-principal) {
    max-width: 1256px;
  }
}
.long-section-texte .bloc-titre.titre-principal {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .long-section-texte .bloc-titre.titre-principal {
    margin-bottom: 50px;
  }
}
.long-section-texte .bloc-titre:not(.titre-principal) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .long-section-texte .bloc-titre:not(.titre-principal) {
    margin-bottom: 20px;
  }
}
.long-section-texte .bloc-texte {
  margin-bottom: 30px;
}
.long-section-texte .bloc-texte ul {
  margin-top: 28px;
}
.long-section-texte .bloc-texte + .bloc-lien {
  margin-top: 30px;
}
.lame-last-news {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
@media screen and (min-width: 1400px) {
  section.lame-last-news {
    margin-top: -8px;
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 1200px) {
  .lame-last-news {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-last-news > .container,
.lame-last-news > .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c7390e;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .lame-last-news > .container,
  .lame-last-news > .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-last-news > .container,
  .lame-last-news > .container-fluid {
    max-width: none;
    padding-left: 154px;
    padding-right: 154px;
  }
}
.lame-last-news .bloc-titre {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lame-last-news .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-last-news .bloc-titre .titre,
.lame-last-news .bloc-texte,
.lame-last-news .bloc-texte p,
.lame-last-news > .container > .row > [class*='col-'] > p,
.lame-last-news > .container > .row > [class*='col-'] > ul li {
  color: #f5f5f5 !important;
}
@media screen and (min-width: 992px) {
  .lame-last-news .actus > .row > [class*='col-'] {
    margin-bottom: 0 !important;
  }
}
.lame-last-news .bouton-container {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-last-news .bouton-container {
    margin-top: 60px;
  }
}
.lame-last-news .bouton-container > a {
  background-color: #f5f5f5;
  color: #c7390e;
}
.lame-last-news .bouton-container > a:hover,
.lame-last-news .bouton-container > a:focus-visible {
  background-color: #1f1f1f;
  color: #f5f5f5;
}
.lame-contact {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-contact > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-contact > .container > .row {
  --bs-gutter-x: 24px;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .lame-contact > .container > .row {
    --bs-gutter-x: 0;
    gap: 0 60px;
  }
  .lame-contact > .container > .row > [class*='col-'] {
    margin-left: 0;
    padding: 0;
  }
  .lame-contact > .container > .row > [class*='col-']:has(.coordonnees-contact) {
    flex: 770 1 0;
    width: auto;
    min-width: 0;
    max-width: 770px;
  }
  .lame-contact > .container > .row > [class*='col-']:has(.nf-form-cont) {
    flex: 746 1 0;
    width: auto;
    min-width: 0;
    max-width: 746px;
  }
  .lame-contact > .container > .row > [class*='col-']:has(.iframe) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 95px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-contact > .container > .row {
    gap: 0 152px;
  }
}
@media screen and (min-width: 992px) {
  .lame-contact .titre-before-form {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 992px) {
  .lame-contact .titre-before-form p {
    font-weight: 700;
    line-height: 23px;
  }
}
.contenu-simple:has(> .container > .row > [class*='col-'] > .iframe) {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .contenu-simple:has(> .container > .row > [class*='col-'] > .iframe) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .contenu-simple:has(> .container > .row > [class*='col-'] > .iframe) > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.archive-actus {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .archive-actus {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .archive-actus .pagination-wrapper.mt-3 {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .archive-actus .pagination-wrapper .pagination {
    height: 23px;
  }
}
.archive-galerie {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .archive-galerie {
    padding-top: 50px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .texte-descriptif + .archive-galerie {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 992px) {
  .archive-galerie .pagination-wrapper {
    margin-top: 26px !important;
  }
}
@media screen and (min-width: 992px) {
  .archive-galerie .pagination-wrapper .pagination {
    height: 23px;
  }
}
.lame-timeline {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-timeline {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-timeline > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-timeline > .container > .row {
  --bs-gutter-x: 0;
  margin: 0;
  padding: 40px 24px;
  background-color: #e3eef1;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .lame-timeline > .container > .row {
    padding: 100px 40px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-timeline > .container > .row {
    padding: 100px 154px;
  }
}
.lame-timeline > .container > .row > [class*='col-'] {
  padding: 0;
}
.lame-timeline .bloc-titre {
  text-align: center;
}
.lame-tarifs {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-tarifs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lame-tarifs > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d9e7eb;
    border-radius: 60px;
  }
}
@media screen and (min-width: 992px) {
  .lame-tarifs > .container {
    max-width: calc(100% - 60px);
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .lame-tarifs > .container {
    max-width: calc(100% - 100px);
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-tarifs > .container {
    max-width: 1820px;
    padding-left: 0;
    padding-right: 0;
  }
}
.lame-tarifs .bloc-titre {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lame-tarifs .bloc-titre {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 1400px) {
  .lame-tarifs .tarifs-block .section-title,
  .lame-tarifs .tarifs-list {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lame-tarifs .bouton-container {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-tarifs .bouton-container {
    margin-top: 50px;
  }
}
.section-tableau {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .section-tableau {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .section-tableau > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #eaeaea;
    border-radius: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-tableau > .container {
    max-width: calc(100% - 60px);
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .section-tableau > .container {
    max-width: calc(100% - 100px);
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1850px) {
  .section-tableau > .container {
    max-width: 1512px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-tableau .bloc-titre {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-tableau .bloc-titre {
    margin-bottom: 50px !important;
  }
}
.section-tableau .bouton-container {
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .section-tableau .bouton-container {
    margin-top: 50px;
  }
}
.lame-tabs {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-tabs {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.lame-tabs .bloc-titre {
  text-align: center;
}
.texte-descriptif {
  padding-top: 50px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .texte-descriptif {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .texte-descriptif > .container > .row > [class*='col-'] > * {
    max-width: 1254px;
  }
}
.texte-descriptif .bloc-texte {
  margin-bottom: 30px;
}
.lame-zone-intervention {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-zone-intervention {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-zone-intervention > .container {
    max-width: 1920px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.lame-zone-intervention > .container > .row {
  --bs-gutter-x: 0;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 40px 24px;
  background-color: #eaeaea;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .lame-zone-intervention > .container > .row {
    padding: 100px 40px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-zone-intervention > .container > .row {
    flex-wrap: nowrap;
    gap: 80px;
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-zone-intervention > .container > .row {
    gap: 152px;
    padding: 100px 0;
  }
}
.lame-zone-intervention > .container > .row > [class*='col-'] {
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .lame-zone-intervention > .container > .row > [class*='col-'] {
    margin-left: 0;
    min-width: 0;
  }
  .lame-zone-intervention > .container > .row > [class*='col-']:first-child {
    flex: 0 1 744px;
    width: 744px;
    max-width: 744px;
  }
  .lame-zone-intervention > .container > .row > [class*='col-']:last-child {
    flex: 0 1 616px;
    width: 616px;
    max-width: 616px;
  }
}
.lame-zone-intervention .bloc-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}
.lame-chiffres {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-chiffres {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-chiffres > .container {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-chiffres > .container {
    padding-left: 154px;
    padding-right: 154px;
  }
}
.lame-chiffres > .container > .row {
  --bs-gutter-x: 0;
  margin: 0;
  padding: 40px 24px;
  background-color: #c7390e;
  border-radius: 30px;
  color: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .lame-chiffres > .container > .row {
    padding: 100px 80px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .lame-chiffres > .container > .row {
    flex-wrap: nowrap;
    gap: 80px;
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1850px) {
  .lame-chiffres > .container > .row {
    gap: 153px;
    padding: 100px 128px;
  }
}
.lame-chiffres > .container > .row > [class*='col-'] {
  padding: 0;
}
@media screen and (min-width: 1400px) {
  .lame-chiffres > .container > .row > [class*='col-'] {
    margin-left: 0;
    min-width: 0;
  }
  .lame-chiffres > .container > .row > [class*='col-']:first-child {
    flex: 487 1 0;
    width: auto;
    max-width: 487px;
  }
  .lame-chiffres > .container > .row > [class*='col-']:last-child {
    flex: 568 1 0;
    width: auto;
    max-width: 568px;
  }
}
.lame-chiffres .bloc-titre {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-chiffres .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-chiffres .bloc-titre .titre,
.lame-chiffres .bloc-texte,
.lame-chiffres .bloc-texte p {
  color: #f5f5f5 !important;
}
.lame-chiffres .bloc-texte p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.lame-avis {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .lame-avis {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.lame-avis .bloc-titre {
  text-align: center;
}
.lame-avis div.bloc-texte {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-avis div.bloc-texte {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-widget-container {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer {
    flex: 0 0 170px !important;
    width: 170px !important;
    max-width: 170px !important;
    margin: 0 66px 0 2px !important;
    padding: 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-fade-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-rating-text {
    margin: 0 !important;
    line-height: 30px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-rating {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    text-transform: lowercase !important;
    color: #1f1f1f !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-rating::first-letter {
    text-transform: uppercase;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-stars {
    display: flex !important;
    justify-content: center;
    gap: 0;
    height: 34px !important;
    margin: 8px 0 4px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-stars .ti-star {
    width: 26px !important;
    height: 34px !important;
    margin: 0 4px !important;
    object-fit: contain;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-rating-text .nowrap,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-rating-text .nowrap strong {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #1f1f1f !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-large-logo {
    margin: -4px 0 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-large-logo .ti-v-center {
    height: auto !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-footer .ti-large-logo img {
    width: 136px !important;
    max-width: 136px !important;
    height: 57px !important;
    max-height: 57px !important;
    object-fit: contain;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-reviews-container {
    position: relative;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0;
    max-width: 1272px !important;
    padding: 0 72px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 -12px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-item {
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 0 12px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls {
    position: absolute !important;
    inset: 124px 0 auto !important;
    height: 48px !important;
    margin: 0 !important;
    display: block !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next {
    display: block !important;
    top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    background-color: #cfdfe4 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    color: #c7390e;
    transform: none !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev::before,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next::before,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev::after,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next::after {
    content: "" !important;
    position: absolute !important;
    inset: 10px !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    border: 0 !important;
    transform: none !important;
    background: none;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev::before,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next::before {
    background-color: currentColor;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2228%22%20height=%2228%22%20viewBox=%220%200%2028%2028%22%20fill=%22none%22%3E%3Cpath%20d=%22M22.1667%2014H5.83333M14%205.83333L5.83333%2014L14%2022.1667%22%20stroke=%22%23000%22%20stroke-width=%221.6%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 28px 28px;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2228%22%20height=%2228%22%20viewBox=%220%200%2028%2028%22%20fill=%22none%22%3E%3Cpath%20d=%22M22.1667%2014H5.83333M14%205.83333L5.83333%2014L14%2022.1667%22%20stroke=%22%23000%22%20stroke-width=%221.6%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 28px 28px;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev:hover::before,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next:hover::before {
    background-color: #ffffff;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev:hover,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next:hover {
    background-color: #c7390e !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev {
    left: 0 !important;
    right: auto !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next {
    right: 0 !important;
    left: auto !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next::before {
    background-color: currentColor;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2228%22%20height=%2228%22%20viewBox=%220%200%2028%2028%22%20fill=%22none%22%3E%3Cpath%20d=%22M5.83333%2014H22.1667M14%2022.1667L22.1667%2014L14%205.83333%22%20stroke=%22%23000%22%20stroke-width=%221.6%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 28px 28px;
    -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2228%22%20height=%2228%22%20viewBox=%220%200%2028%2028%22%20fill=%22none%22%3E%3Cpath%20d=%22M5.83333%2014H22.1667M14%2022.1667L22.1667%2014L14%205.83333%22%20stroke=%22%23000%22%20stroke-width=%221.6%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22/%3E%3C/svg%3E);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 28px 28px;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-prev::after,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-controls .ti-next::after {
    display: none !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-item > .ti-inner {
    height: 296px !important;
    margin: 0 !important;
    padding: 25px !important;
    background-color: #eaeaea !important;
    border: 0 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-header {
    align-items: center !important;
    height: 58px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-profile-img {
    margin: 0 15px 0 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-profile-img img {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    border-radius: 100% !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-platform-icon {
    top: 16px !important;
    right: 0 !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-platform-icon img {
    width: 28px !important;
    height: 28px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-name {
    margin: 0 !important;
    padding-right: 40px !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
    color: #1f1f1f !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-date,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-date span {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #c7390e !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-item .ti-stars {
    display: flex !important;
    height: 20px !important;
    margin: 0 0 13px !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-item .ti-stars .ti-star {
    width: 16px !important;
    height: 20px !important;
    margin: 0 4px 0 0 !important;
    object-fit: contain;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-item .ti-stars .ti-verified-review {
    display: none !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-content,
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-content * {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #1f1f1f !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-review-content {
    height: 112px !important;
    max-height: 112px !important;
    margin: 0 0 9px !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
  }
  .lame-avis .bloc-texte div.ti-widget.ti-goog .ti-read-more span {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #1f1f1f !important;
    text-decoration: underline !important;
  }
}
.lame-certifications {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .lame-certifications {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lame-certifications .bloc-titre {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-certifications .bloc-titre {
    margin-bottom: 50px;
  }
}
.lame-certifications > .container > .row {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .lame-certifications > .container > .row > [class*='col-']:has(.carousel) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.lame-certifications .carousel {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .lame-certifications .carousel {
    margin-top: 50px;
  }
}
.lame-certifications .owl-carousel .item,
.lame-certifications .bloc-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .lame-certifications .owl-carousel .item {
    min-height: 191px;
  }
}
.lame-certifications .owl-carousel .item img,
.lame-certifications .bloc-image img {
  width: auto;
  max-width: 100%;
  max-height: 138px;
  border-radius: 30px;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .lame-certifications .owl-carousel .item img,
  .lame-certifications .bloc-image img {
    max-height: 191px;
  }
}
.lame-certifications .owl-nav {
  display: none;
}
.lame-cta {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .lame-cta {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lame-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lame-cta > .container,
.lame-cta > .container-fluid {
  max-width: none;
  padding: 50px 24px;
  background-color: #7ba2af;
  border-radius: 30px;
}
@media screen and (min-width: 992px) {
  .lame-cta > .container,
  .lame-cta > .container-fluid {
    padding: 100px 0;
    border-radius: 60px;
  }
}
.lame-cta > .container > .row {
  max-width: 1256px;
  margin-left: auto;
  margin-right: auto;
}
.lame-cta .bloc-titre {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .lame-cta .bloc-titre {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .lame-cta > .container > .row {
    display: grid;
    grid-template-columns: minmax(0, 616px) minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .lame-cta > .container > .row > [class*='col-']:not(.col-droite) {
    display: contents;
  }
  .lame-cta .bloc-titre {
    grid-column-start: 1;
    grid-column-end: -1;
    margin-bottom: 0;
  }
  .lame-cta .bloc-texte {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 0;
  }
  .lame-cta > .container > .row > .col-droite {
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: center;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .lame-cta .col-droite .bouton-container {
    justify-content: flex-end;
  }
  .lame-cta .bloc-texte p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
}
.lame-cta .bloc-titre .titre,
.lame-cta .titre,
.lame-cta .bloc-texte,
.lame-cta .bloc-texte p,
.lame-cta p,
.lame-cta li {
  color: #ffffff !important;
}
@media screen and (min-width: 992px) {
  .bandeau-secondaire + .archive-actus,
  .bandeau-secondaire + .single-actu,
  .bandeau-secondaire + .lame-contact {
    margin-top: 40px !important;
  }
}
.nf-form-cont .nf-form-title,
.nf-form-cont .nf-form-fields-required {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 20px;
  color: #1f1f1f;
}
.nf-form-cont .nf-form-title h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  color: #1f1f1f;
}
.nf-form-cont .nf-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 15px;
}
.nf-form-cont .nf-row > * {
  display: flex;
  flex: 1 1 260px;
  gap: 24px;
  min-width: 0;
  padding: 0;
}
.nf-form-cont .nf-cell {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  padding: 0;
}
.nf-form-cont .nf-field-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.nf-form-cont .nf-field-label label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #1f1f1f;
  font-weight: 400;
}
.nf-form-cont .nf-field-label .ninja-forms-req-symbol {
  color: #1f1f1f;
}
.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="tel"],
.nf-form-cont input[type="url"],
.nf-form-cont input[type="number"],
.nf-form-cont input[type="date"],
.nf-form-cont select,
.nf-form-cont textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  padding: 15px;
  background-color: #eaeaea;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #1f1f1f;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}
.nf-form-cont input[type="text"]::placeholder,
.nf-form-cont input[type="email"]::placeholder,
.nf-form-cont input[type="tel"]::placeholder,
.nf-form-cont input[type="url"]::placeholder,
.nf-form-cont input[type="number"]::placeholder,
.nf-form-cont input[type="date"]::placeholder,
.nf-form-cont select::placeholder,
.nf-form-cont textarea::placeholder {
  color: #5c5c5c;
}
.nf-form-cont input[type="text"]:focus,
.nf-form-cont input[type="email"]:focus,
.nf-form-cont input[type="tel"]:focus,
.nf-form-cont input[type="url"]:focus,
.nf-form-cont input[type="number"]:focus,
.nf-form-cont input[type="date"]:focus,
.nf-form-cont select:focus,
.nf-form-cont textarea:focus {
  border-color: #c7390e;
  outline: none;
}
.nf-form-cont textarea {
  min-height: 161px;
  resize: vertical;
}
.nf-form-cont select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Cpath%20d='M6%209l6%206%206-6'%20stroke='%231F1F1F'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 44px;
}
.nf-form-cont .checkbox-container,
.nf-form-cont .listcheckbox-container {
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.nf-form-cont .checkbox-container > .nf-field,
.nf-form-cont .listcheckbox-container > .nf-field {
  flex: 1 1 auto;
}
.nf-form-cont .checkbox-container .checkbox-wrap,
.nf-form-cont .listcheckbox-container .checkbox-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
.nf-form-cont .checkbox-container .nf-field-label,
.nf-form-cont .listcheckbox-container .nf-field-label,
.nf-form-cont .checkbox-container .checkbox-wrap label,
.nf-form-cont .listcheckbox-container .checkbox-wrap label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  color: #1f1f1f;
}
.nf-form-cont .nf-field-element input[type="checkbox"] {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  accent-color: #c7390e;
}
.nf-form-cont button.nf-fu,
.nf-form-cont .nf-fu-button,
.nf-form-cont .btn-success,
.nf-form-cont .files-container .nf-element + label,
.nf-form-cont input[type="button"] {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  background-color: transparent !important;
  border: 1px solid #1f1f1f !important;
  border-radius: 100px;
  color: #1f1f1f !important;
  cursor: pointer;
}
.nf-form-cont button.nf-fu:hover,
.nf-form-cont .nf-fu-button:hover,
.nf-form-cont .btn-success:hover,
.nf-form-cont .files-container .nf-element + label:hover,
.nf-form-cont input[type="button"]:hover,
.nf-form-cont button.nf-fu:focus-visible,
.nf-form-cont .nf-fu-button:focus-visible,
.nf-form-cont .btn-success:focus-visible,
.nf-form-cont .files-container .nf-element + label:focus-visible,
.nf-form-cont input[type="button"]:focus-visible {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
}
.nf-form-cont button.nf-fu-button-cancel {
  background-color: transparent;
  border: 0;
  color: #c7390e;
}
.nf-form-cont .submit-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .nf-form-cont .submit-container {
    margin-top: 40px;
  }
}
.nf-form-cont input[type="submit"],
.nf-form-cont input[type="button"].nf-element {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 15px 25px;
  background-color: #c7390e;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.nf-form-cont input[type="submit"]:hover,
.nf-form-cont input[type="button"].nf-element:hover,
.nf-form-cont input[type="submit"]:focus-visible,
.nf-form-cont input[type="button"].nf-element:focus-visible {
  background-color: #1f1f1f;
  color: #ffffff;
}
.nf-form-cont .nf-error-msg,
.nf-form-cont .nf-error .nf-error-msg {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #c7390e;
}
.nf-form-cont .nf-error .nf-element {
  border-color: #c7390e;
}
.nf-form-cont .nf-form-hp {
  display: none;
}
@media screen and (min-width: 992px) {
  .lame-contact .nf-form-cont .nf-row {
    gap: 0 25px;
    margin: 0 0 15px !important;
  }
  .lame-contact .nf-form-cont .nf-row > * {
    flex: 1 1 100%;
    width: 100%;
    gap: 25px;
  }
  .lame-contact .nf-form-cont .nf-form-fields-required {
    margin: 0 0 30px !important;
  }
  .lame-contact .nf-form-cont .nf-cell {
    padding: 0 !important;
  }
  .lame-contact .nf-form-cont nf-fields,
  .lame-contact .nf-form-cont nf-field {
    display: block;
  }
  .lame-contact .nf-form-cont .nf-field-container {
    gap: 0;
    margin: 0 !important;
  }
  .lame-contact .nf-form-cont .nf-field-label {
    margin: 0 0 8px !important;
    padding: 0 !important;
    line-height: 22px;
  }
  .lame-contact .nf-form-cont .nf-field-label label {
    display: block;
    line-height: 22px;
  }
  .lame-contact .nf-form-cont input[type="text"],
  .lame-contact .nf-form-cont input[type="email"],
  .lame-contact .nf-form-cont input[type="tel"],
  .lame-contact .nf-form-cont select {
    height: 49px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 22px;
  }
  .lame-contact .nf-form-cont select {
    padding-right: 44px;
  }
  .lame-contact .nf-form-cont textarea {
    height: 161px;
    min-height: 161px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    resize: none;
  }
  .lame-contact .nf-form-cont select {
    color: #5c5c5c;
  }
  .lame-contact .nf-form-cont .nf-row:has(.textarea-container) {
    margin-bottom: 25px !important;
  }
  .lame-contact .nf-form-cont .file_upload-wrap {
    display: flex;
    align-items: center;
    gap: 19px;
  }
  .lame-contact .nf-form-cont .file_upload-wrap > .nf-field-label {
    flex: 0 0 auto;
    margin: 0 !important;
  }
  .lame-contact .nf-form-cont .file_upload-wrap > .nf-field-element {
    display: flex;
    align-items: center;
  }
  .lame-contact .nf-form-cont button.nf-fu-fileinput-button {
    height: 38px;
    margin: 0 !important;
    padding: 8px 15px !important;
    line-height: 20px !important;
  }
  .lame-contact .nf-form-cont button.nf-fu-fileinput-button span {
    color: inherit !important;
    line-height: 20px;
  }
  .lame-contact .nf-form-cont .nf-fu-progress {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 4px;
    margin: 4px 0 0 !important;
    background: transparent;
    box-shadow: none;
  }
  .lame-contact .nf-form-cont .nf-fu-progress-bar {
    height: 4px;
  }
  .lame-contact .nf-form-cont .file_upload-container .nf-field-element {
    position: relative;
  }
  .lame-contact .nf-form-cont .nf-row:has(.file_upload-container) {
    margin-bottom: 8px !important;
  }
  .lame-contact .nf-form-cont .html-container .nf-field-label {
    display: none;
  }
  .lame-contact .nf-form-cont .html-container .nf-field-element,
  .lame-contact .nf-form-cont .html-container p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 22px;
    display: block;
    margin: 0;
  }
  .lame-contact .nf-form-cont .nf-row:has(.html-container) {
    margin-bottom: 20px !important;
  }
  .lame-contact .nf-form-cont .checkbox-container .nf-field-label,
  .lame-contact .nf-form-cont .checkbox-container .nf-field-label label {
    margin: 0 !important;
    line-height: 28px;
  }
  .lame-contact .nf-form-cont .checkbox-container .nf-field-element {
    display: flex;
    align-items: center;
    height: 28px;
  }
  .lame-contact .nf-form-cont .checkbox-container .nf-field-element input[type="checkbox"] {
    margin: 0;
  }
  .lame-contact .nf-form-cont .nf-row:has(.checkbox-container),
  .lame-contact .nf-form-cont .nf-row:has(.submit-container) {
    margin-bottom: 0 !important;
  }
  .lame-contact .nf-form-cont .submit-container {
    margin-top: 40px !important;
  }
  .lame-contact .nf-form-cont .submit-container .nf-field-label {
    display: none;
  }
  .lame-contact .nf-form-cont .submit-container .nf-field-element {
    display: flex;
    justify-content: center;
  }
  .lame-contact .nf-form-cont input[type="submit"] {
    height: 50px;
    padding: 15px 25px;
    line-height: 20px;
  }
}
.pied-de-page {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #1f1f1f;
}
@media screen and (min-width: 1400px) {
  .pied-de-page > .container {
    max-width: 1336px;
  }
}
@media screen and (min-width: 992px) {
  .pied-de-page {
    padding-top: 48px;
  }
}
.pied-de-page a {
  color: #1f1f1f;
}
.pied-de-page a:hover,
.pied-de-page a:focus-visible {
  color: #c7390e;
}
.pied-de-page__informations {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pied-de-page__informations {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .pied-de-page__informations {
    gap: 0;
    justify-content: space-between;
  }
}
.pied-de-page__titre {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 10px;
  line-height: 1.4;
}
.pied-de-page__contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .pied-de-page__contact {
    gap: 38px;
  }
}
@media screen and (min-width: 1400px) {
  .pied-de-page__contact {
    flex: 0 0 257px;
  }
}
.pied-de-page__reseaux-liste {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pied-de-page__reseaux-liste a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 20px;
  color: #c7390e;
}
.pied-de-page__reseaux-liste a:hover,
.pied-de-page__reseaux-liste a:focus-visible {
  color: #1f1f1f;
}
.pied-de-page__reseaux-liste svg {
  display: block;
  width: 20px;
  height: 20px;
  max-width: none;
}
.pied-de-page__reseaux-liste li:nth-child(1) svg {
  width: 8.66px;
  height: 16.67px;
}
.pied-de-page__reseaux-liste li:nth-child(2) svg {
  width: 19px;
  height: 19px;
}
.pied-de-page__reseaux-liste li:nth-child(4) svg {
  width: 18.34px;
  height: 12.89px;
}
.pied-de-page__reseaux-liste li:nth-child(5) svg {
  width: 18px;
}
.pied-de-page__coordonnees {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pied-de-page__coordonnees li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  line-height: 1.4;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .pied-de-page__coordonnees li {
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
  }
}
.pied-de-page__coordonnees span {
  display: inline;
}
.pied-de-page__coordonnees br {
  display: none;
}
.pied-de-page__coordonnees a {
  display: inline-flex;
  column-gap: 0.28em;
}
.pied-de-page__coordonnees .address::after {
  content: " -";
}
.pied-de-page__coordonnees .city {
  order: 1;
}
.pied-de-page__coordonnees .postal-code {
  order: 2;
}
.pied-de-page__icone {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #c7390e;
}
.pied-de-page__liens {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (min-width: 992px) {
  .pied-de-page__liens {
    flex-wrap: nowrap;
    gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .pied-de-page__liens {
    gap: 165px;
  }
}
.pied-de-page__colonne {
  flex: 1 1 140px;
  min-width: 0;
}
@media screen and (min-width: 992px) {
  .pied-de-page__colonne {
    flex: 0 0 auto;
  }
}
.pied-de-page__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pied-de-page__menu li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .pied-de-page__menu li {
    font-size: 18px;
    line-height: 40px;
  }
}
.pied-de-page__menu a {
  display: inline-block;
}
.pied-de-page__menu .current-menu-item > a,
.pied-de-page__menu .current_page_item > a {
  color: #c7390e;
}
@media screen and (min-width: 1400px) {
  .pied-de-page__horaires {
    flex: 0 0 153px;
  }
}
.pied-de-page__horaires ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pied-de-page__horaires li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}
.pied-de-page__horaires li:last-child {
  margin-bottom: 0;
}
.pied-de-page__horaires .jour,
.pied-de-page__horaires .heures {
  display: block;
}
.pied-de-page__marque {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pied-de-page__logo {
  display: block;
  width: 100%;
  max-width: 749px;
  line-height: 0;
}
.pied-de-page__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.pied-de-page__bas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(92, 92, 92, 0.6);
}
@media screen and (min-width: 992px) {
  .pied-de-page__bas {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pied-de-page__legal-liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pied-de-page__legal-liste li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .pied-de-page__legal-liste {
    justify-content: flex-start;
  }
}
.pied-de-page__signature {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex: 0 0 auto;
}
.pied-de-page__signature img {
  display: block;
}
.pied-de-page__signature .pied-de-page__signature-texte {
  width: 176px;
  height: auto;
}
.pied-de-page__signature .pied-de-page__signature-logo {
  width: 62px;
  height: auto;
}
.pied-de-page__signature:hover {
  opacity: 0.7;
}
