html {
  scroll-behavior: smooth;
}

body.acea-fd-replica {
  margin: 0;
  overflow-x: hidden;
}

.acea-fd-replica [data-anim] {
  opacity: 1 !important;
  transform: none !important;
}

.acea-fd-replica .fd-avis_satisfaction,
.acea-fd-replica #iframefdfeedback,
.acea-fd-replica .cookie-modal,
.acea-fd-replica .cookie-notice {
  display: none !important;
}

.acea-fd-replica #logoFD {
  display: none !important;
}

.acea-fd-replica [data-name="gmaps"] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: #f2f2f2;
}

.acea-fd-replica [data-name="gmaps"] .context-notice {
  max-width: 680px;
  margin: auto;
  text-align: center;
}

.acea-fd-replica [data-name="gmaps"] .cm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 22px;
}

.acea-fd-replica [data-name="gmaps"] .cm-btn {
  padding: 12px 18px;
  color: #181818;
  background: #dedede;
  border: 0;
}

.acea-fd-replica [data-name="gmaps"] .cm-btn-success-var {
  color: #ffffff;
  background: #ea5d24;
}

.acea-fd-replica .sidebar-right {
  transition: right 0.3s ease;
}

.acea-fd-replica .sidebar-right.is-open {
  right: 0;
}

.acea-fd-replica .fd-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: none;
  background: rgba(0, 0, 0, 0.48);
}

.acea-fd-replica .fd-menu-backdrop.is-open {
  display: block;
}

.acea-fd-replica .btnrs.btn-instagram .picto,
.acea-fd-replica .btnrs.btn-googlereviews .picto {
  display: none;
}

.acea-fd-replica .btnrs.btn-instagram,
.acea-fd-replica .btnrs.btn-googlereviews,
.acea-fd-replica .btnrs.btn-instagram::before,
.acea-fd-replica .btnrs.btn-googlereviews::before {
  text-decoration: none !important;
}

.acea-fd-replica .btnrs.btn-instagram::before {
  background:
    radial-gradient(circle at 72% 28%, #fff 0 2px, transparent 2.4px),
    radial-gradient(circle at center, transparent 0 4px, #fff 4.5px 7px, transparent 7.5px);
  border: 3px solid #fff;
  border-radius: 7px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 2.6rem;
  width: 2.6rem;
}

.acea-fd-replica .btnrs.btn-googlereviews::before {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #252525;
  content: "G";
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  height: 2.6rem;
  justify-content: center;
  line-height: 1;
  width: 2.6rem;
}

.acea-fd-replica .swiper {
  overflow: hidden;
  scroll-behavior: smooth;
}

.acea-fd-replica .acea-slider-ready {
  overflow: hidden;
}

.acea-fd-replica .swiper-wrapper {
  display: flex !important;
  align-items: stretch;
  transition: transform 0.45s ease;
}

.acea-fd-replica .swiper-slide {
  flex-shrink: 0;
}

.acea-fd-replica .tel {
  cursor: pointer;
}

.acea-fd-replica .tel.is-revealed .t_phone {
  display: inline;
}

.acea-fd-replica .tel.is-revealed .t_affiche {
  display: none;
}

.acea-fd-replica .acea-form-status {
  margin-top: 18px;
  padding: 12px 15px;
  color: #181818;
  background: #f2f2f2;
  border-left: 4px solid #ea5d24;
}

.acea-fd-replica .acea-map-frame {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 991px) {
  .acea-fd-replica .acea-map-frame {
    height: 300px;
  }
}
