/* V2 routine — mobile, WhatsApp, preuves. Charte inchangée (couleurs / typo V1). */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 14px;
  margin-left: 16px;
  background: var(--yellow);
  color: #000;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.whatsapp-btn:hover {
  background: var(--yellow-alt);
  color: #000;
}

.call-us {
  flex-wrap: wrap;
  gap: 8px 0;
}

.register-banner {
  background: var(--soft);
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  text-align: center;
}

.register-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--heading);
  overflow-wrap: anywhere;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin: 8px 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

.entreprise-section {
  background: #fff;
}

.entreprise-facts {
  list-style: none;
  max-width: 720px;
}

.entreprise-facts li {
  margin: 10px 0;
  padding-left: 18px;
  position: relative;
  color: var(--text);
  font-size: 15px;
}

.entreprise-facts li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--heading);
}

.avis-section {
  background: #fff;
  padding: 32px 0;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.avis-google {
  margin: 0;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--heading);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 8px 0 28px;
}

.contact-actions .call-btn,
.contact-actions .whatsapp-btn {
  min-height: 44px;
  min-width: 44px;
  padding: 10px 20px;
  margin: 0;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.contact-actions .call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  color: #fff;
}

.contact-actions .call-btn:hover {
  background: var(--yellow);
  color: #000;
}

.contact-proofs {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.contact-proofs h3 {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--heading);
  margin: 0 0 12px;
}

.contact-proofs p {
  margin: 8px 0;
  color: var(--text);
}

.footer-heading .whatsapp-btn {
  margin: 16px 0 0;
}

.footer-legal {
  margin-top: 8px;
}

.footer-legal a {
  color: var(--yellow);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.mentions-section {
  padding: 48px 0 72px;
}

.mentions-section h3 {
  font-family: "Cabin", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--heading);
  margin: 0 0 24px;
}

.mentions-section h4 {
  font-family: "Cabin", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--heading);
  margin: 28px 0 10px;
}

.mentions-section p {
  margin: 8px 0;
  color: var(--text);
}

@media (max-width: 900px) {
  .logo-block {
    padding: 16px 0;
  }

  .logo-block .logo img {
    max-height: 64px;
  }

  .call-us {
    width: 100%;
    border-right: none;
    padding-right: 0;
    flex-wrap: wrap;
  }

  .call-us .whatsapp-btn {
    margin-left: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-logo-mobile {
    display: block;
    margin-right: 8px;
  }

  .nav-logo-mobile img {
    max-height: 36px;
  }

  .menu-block nav {
    flex-wrap: wrap;
    align-items: center;
  }

  .menu-block .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0 0 12px;
    order: 3;
  }

  .menu-block nav.is-open .nav {
    display: flex;
  }

  .menu-block .nav li a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border: 0;
    border-bottom: 1px solid #3a3637;
  }

  .menu-block .nav li:first-child a {
    padding-left: 12px;
  }

  .quote a {
    min-height: 44px;
    padding: 12px 20px;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
  }

  .slider-nav {
    width: 44px;
    height: 44px;
  }

  .slider-dots button {
    width: 44px;
    height: 44px;
    background: transparent;
    position: relative;
  }

  .slider-dots button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
  }

  .slider-dots button.active::after {
    background: var(--yellow);
    opacity: 1;
  }

  .contact-form input[type="text"],
  .contact-form textarea,
  .contact-form input[type="submit"],
  .main-contact-form input[type="text"],
  .main-contact-form textarea,
  .main-contact-form .btn {
    min-height: 44px;
  }

  .service-box-inner a {
    min-height: 44px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
  }

  .widget ul li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .footer-heading h3 a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .container {
    padding: 0 12px;
  }

  .logo-block .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .call-us {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote a {
    padding: 12px 14px;
    font-size: 13px;
  }

  .contact-form .row-2 {
    flex-direction: column;
    gap: 0;
  }

  .contact-form .row-2 input {
    width: 100%;
  }

  .call-out-section h3 {
    font-size: 18px;
    line-height: 1.35;
  }
}


.proposition-banner {
  background: #fff200;
  color: #231f20;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 12px;
  letter-spacing: 0.02em;
}

.avis-google a {
  color: var(--heading);
  text-decoration: underline;
}

.avis-list {
  display: grid;
  gap: 18px;
  margin: 24px auto 0;
  max-width: 820px;
  text-align: left;
}

.avis-card {
  background: var(--soft);
  border-left: 4px solid var(--yellow);
  padding: 16px 18px;
}

.avis-card-meta {
  margin: 0 0 8px;
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--heading);
}

.avis-card blockquote {
  margin: 0;
}

.avis-card blockquote p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.contact-proofs .avis-list {
  margin-top: 16px;
}
