.fa-solid,.fa-regular,.fa,.fa-brands{display:inline-flex;vertical-align:middle}.fa-solid::before,.fa-regular::before,.fa::before,.fa-brands::before{content:'';display:inline-block;width:1em;height:1em;background:currentColor;vertical-align:-0.125em;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.fa-magnifying-glass::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20d%3D%27M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20512%20512%27%3E%3Cpath%20d%3D%27M416%20208c0%2045.9-14.9%2088.3-40%20122.7L502.6%20457.4c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200L330.7%20376c-34.4%2025.2-76.8%2040-122.7%2040C93.1%20416%200%20322.9%200%20208S93.1%200%20208%200S416%2093.1%20416%20208zM208%20352a144%20144%200%201%200%200-288%20144%20144%200%201%200%200%20288z%27%2F%3E%3C%2Fsvg%3E")}.fa-xmark::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20384%20512%27%3E%3Cpath%20d%3D%27M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20384%20512%27%3E%3Cpath%20d%3D%27M342.6%20150.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200L192%20210.7%2086.6%20105.4c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L146.7%20256%2041.4%20361.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200L192%20301.3%20297.4%20406.6c12.5%2012.5%2032.8%2012.5%2045.3%200s12.5-32.8%200-45.3L237.3%20256%20342.6%20150.6z%27%2F%3E%3C%2Fsvg%3E")}



/* ===== BANDEAU PRINCIPAL ===== */
#bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #405462;
  z-index: 1000;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2);
  overflow: visible;
  cursor: default;
}

/* Contenu principal */
.banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

/* Image à gauche */
.banner-img-container {
  position: relative;
  width: 130px;
  height: 100%;
}

.banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  object-fit: contain;
}

/* Texte + bouton */
.banner-text-and-button {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}

.banner-text-and-button ul {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  text-align: center;
}

/* Bouton "Prendre Rendez-Vous" - agrandi avec icône */
.banner-button {
  background-color: white;
  color: #0c2232;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}

/* Bouton ↑ intégré dans le bandeau */
#scroll-to-top {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0c2232;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: none;
}

#scroll-to-top.show {
  display: block;
}

#scroll-to-top:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 991px) {
  .banner-img {
    height: 150px;
  }

  .banner-img-container {
    width: 110px;
  }

  .banner-text-and-button {
    font-size: 12px;
  }

  .banner-button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 600px) {
  .banner-img {
    height: 135px;
  }

  .banner-img-container {
    width: 100px;
  }

  .banner-text-and-button {
    font-size: 11.5px;
  }

  .banner-button {
    font-size: 13px;
    padding: 10px 18px;
  }
}

@media screen and (max-width: 421px) {
  .banner-img {
    height: 140px;
  }

  .banner-img-container {
    width: 90px;
  }

  .banner-text-and-button {
    font-size: 11px;
  }

  .banner-button {
    font-size: 12px;
    padding: 9px 16px;
  }
}

/* ===== ORDINATEUR SEULEMENT : bandeau plus grand ===== */
@media screen and (min-width: 992px) {
  #bottom-banner {
    height: 140px;
  }

  .banner-img {
    height: 180px;
  }

  .banner-img-container {
    width: 140px;
  }

  .banner-text-and-button {
    font-size: 14px;
  }

  .banner-button {
    font-size: 17px;
    padding: 15px 26px;
  }
}
.comp_0{flex-direction:column;padding-left:0px;padding-right:0px;}.comp_0 > .innerBox{display:inherit;flex-direction:inherit;}.comp_1{--bs-gutter-x:0px;flex-direction:row;}.comp_2{flex-direction:column;}.comp_2 > .wa_inner_col{display:flex;flex-direction:inherit;height:100%;}.comp_2 > .wa_inner_col > .wa_inner_col2{display:inherit;flex-direction:inherit;height:100%;justify-content:flex-start;}.comp_3{width:100%;}.comp_4{background-color:rgba(36,36,36,1);flex-direction:column;padding-left:0px;padding-right:0px;}.comp_4 > .innerBox{display:inherit;flex-direction:inherit;}.comp_5{--bs-gutter-x:0px;flex-direction:row;}.comp_6{flex-direction:column;}.comp_6 > .wa_inner_col{display:flex;flex-direction:inherit;height:100%;}.comp_6 > .wa_inner_col > .wa_inner_col2{display:inherit;flex-direction:inherit;height:100%;justify-content:flex-start;}.comp_7{width:100%;}body{background-color:rgba(255,255,255,1);}.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}.comp_4{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_4 > .innerBox{margin-bottom:0rem;margin-left:0rem;margin-right:0rem;margin-top:0rem;}.comp_5{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_6{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_6 > .wa_inner_col{border:none;border-radius:0px;}.comp_6 > .wa_inner_col > .wa_inner_col2{gap:0px;margin-bottom:0rem;margin-left:0rem;margin-right:0rem;margin-top:0rem;}.comp_7{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}@media (min-width:992px){.comp_0{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_0 > .innerBox{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_1{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_2{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_2 > .wa_inner_col{border:none;border-radius:0px;}.comp_2 > .wa_inner_col > .wa_inner_col2{gap:0rem;margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}.comp_3{margin-bottom:0px;margin-top:0px;min-height:100px;}.comp_4{border:none;border-radius:0px;display:flex;min-height:0px;}.comp_4 > .innerBox{margin-bottom:0rem;margin-left:0rem;margin-right:0rem;margin-top:0rem;}.comp_5{display:flex;margin-bottom:0px !important;margin-top:0px !important;}.comp_6{min-height:0px;padding-left:0rem;padding-right:0rem;}.comp_6 > .wa_inner_col{border:none;border-radius:0px;}.comp_6 > .wa_inner_col > .wa_inner_col2{gap:0px;margin-bottom:0rem;margin-left:0rem;margin-right:0rem;margin-top:0rem;}.comp_7{margin-bottom:0px;margin-top:0px;min-height:100px;}body{background-image:url('');}}