@font-face {
  font-family: 'Manrope';
  src: url('https://serrurier-bayonne-basca.fr/fonts/Manrope-Regular.woff2') format('woff2');
  font-display: swap;
}

body {
  margin: 0;
  background-color: #19284a;
  font-family: 'Manrope', sans-serif;
  color: white;
}
.text-bleu-foncé {
  color: #19284a;
  text-align: center;
}
.double-photo {
  display: flex;
  justify-content: center;
  max-width: 40rem;
  margin: 0 auto 1rem auto;
}

.double-photo img {
  width: 50%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto 2rem auto;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
}
.photo-gauche {
  border-left: 4px solid #19284a;
  border-bottom: 4px solid #19284a;
  border-bottom-left-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.photo-droite {
  border-right: 4px solid #19284a;
  border-bottom: 4px solid #19284a;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.description-paragraphe {
  max-width: 38rem;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
  font-family: 'Manrope', sans-serif;
  content-visibility: auto;
  contain-intrinsic-size: 150px;
}

.site-header {
  padding: 2rem 1rem;
  text-align: center;
}

.site-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
}

.highlight {
  color: #ff4d50;
  font-weight: 600;
}

.key-emoji {
  display: inline-block;
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.3); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

@media (min-width: 1024px) {
  .carousel-container-prestation {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    overflow: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
  }

  .carousel-item-prestation {
    flex: none;
    scroll-snap-align: unset;
    max-width: 100%;
  }

  .carousel-section-prestations {
    max-width: 1200px;
    margin: 0 auto;
  }

  .swipe-hint {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    position: fixed;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    font-family: 'Manrope', sans-serif;
    z-index: 1000;
  }

  .mobile-nav-top {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 0.3rem;
    font-size: 1.2vw;
    border-top: 1px solid #e0e0e0;
  }

  .mobile-nav-top a {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    background-color: #4a6ea9;
    border: 2px solid #2b3d65;
    border-radius: 1em;
    padding: 0.5em 1em;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2vw;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 
  }

  .mobile-nav-top a .pulse {
    font-size: 1.5vw;
    animation: pulse 1.2s infinite;
    color: #ffffff;
  }

  .mobile-nav-bottom {
    display: flex;
    justify-content: space-around;
    padding: 0rem 0.5rem;
  }

  .mobile-nav-bottom a {
    text-align: center;
    font-size: 1.2vw;
    color: #2b3d65;
    text-decoration: none;
  }

  .mobile-nav-bottom a div:first-child {
    font-size: 1.5vw;
    margin-bottom: 0.2em;
  }

.dropdown-toggle {
  background: none;
  border: none;
  color: #2b3d65;
  font-size: 1.2vw !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: inherit;
  text-align: center;
  height: 100%;
  line-height: 1.2;
  vertical-align: middle;
}

.dropdown-toggle > div:first-child {
  font-size: 1.5vw !important;
  margin-bottom: 0.2em;
  line-height: 1;
}


  .dropdown-menu {
    width: 20vw !important;
    max-width: 20vw !important;
    min-width: unset !important;
    font-size: 1vw !important;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    margin-bottom: 0.3rem;
    z-index: 1001;
    padding: 0.5em 0;
  }

  .dropdown-menu a {
    font-size: 1vw !important;
    padding: 0.6em 1em !important;
    white-space: normal;
    color: #2b3d65;
    text-decoration: none;
  }

  .dropdown-menu a:hover {
    background-color: #f0f0f0;
  }

  .dropdown-toggle:focus + .dropdown-menu,
  .dropdown-menu:hover {
    display: flex;
  }
}



@media (max-width: 768px) {
  .mobile-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Manrope', sans-serif;
    z-index: 1000;
  }

  .mobile-nav-top {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    font-size: 4.5vw;
    border-top: 1px solid #e0e0e0;
  }

  .mobile-nav-top a {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    background-color: #4a6ea9;
    border: 2px solid #2b3d65;
    border-radius: 1em;
    padding: 0.5em 1em;
    color: #ffffff;
    font-weight: 700;
    font-size: 5vw;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); 
  }

  .mobile-nav-top a .pulse {
    font-size: 6vw;
    animation: pulse 1.2s infinite;
    color: #ffffff;
  }

  .mobile-nav-bottom {
    display: flex;
    justify-content: space-around;
    padding: 0.8rem 0.5rem;
  }

  .mobile-nav-bottom a {
    text-align: center;
    font-size: 3.8vw;
    color: #2b3d65;
    text-decoration: none;
  }

  .mobile-nav-bottom a div:first-child {
    font-size: 5vw;
    margin-bottom: 0.2em;
  }
}

.dropdown {
  position: relative;
  text-align: center;
}

.dropdown-toggle {
  background: none;
  border: none;
  color: #2b3d65;
  font-size: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  font-family: inherit;
}

.dropdown-toggle div:first-child {
  font-size: 5vw;
  margin-bottom: 0.2em;
}

.dropdown-toggle:focus + .dropdown-menu,
.dropdown-menu:hover {
  display: flex;
}

.dropdown-menu {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0.5em;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  margin-bottom: 0.3rem;
  z-index: 1001;
  padding: 0.5em 0;
  min-width: 60vw;
}

.dropdown-menu a {
  padding: 0.9em 1em;
  color: #2b3d65;
  font-size: 3.6vw;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background-color: #f0f0f0;
}


.carousel-section-prestations {
  padding: 1rem;
  overflow: hidden;
  background-color: #f5f5f5;
  min-height: 700px;
}


.carousel-container-prestation {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1rem;
}

.carousel-item-prestation {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.carousel-item-prestation img {
  width: 100%;
  height: auto;
  max-height: 35vh;
  object-fit: cover;
  display: block;
}

.prestation-info {
  padding: 1rem;
  text-align: left;
}

.prestation-info h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: #19284a;
}

.prestation-info p {
  margin: 0 0 0.7rem 0;
  font-size: 1rem;
  color: #444;
  text-align: justify;
}
.prestation-info p strong {
  color: #ff4d50;
}


.swipe-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff4d50;
  animation: slide-left 1.8s ease-in-out infinite;
}

@media (min-width: 769px) {
  .swipe-hint {
    display: none !important;
  }
}


@keyframes slide-left {
  0% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(-12px); opacity: 0.7; }
  100% { transform: translateX(0); opacity: 1; }
}

.swipe-icon {
  animation: icon-pulse 1.8s ease-in-out infinite;
}

@keyframes icon-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

.kksr-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; /* espace entre étoiles et texte */
  font-size: 32px;
  direction: ltr;
  unicode-bidi: bidi-override;
  margin: 2rem auto;
}

.kksr-star {
  display: inline-block;
  cursor: pointer;
  filter: brightness(0.5);
  transition: filter 0.2s ease;
  color: gold; /* couleur de base */
}

.kksr-star.active,
.kksr-star.hover {
  filter: brightness(1.2);
}

.kksr-caption {
  font-size: 16px;
  margin-left: 8px;
}
.contact-section {
  background-color: #eef3f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1.5rem 2rem; /* marge interne haut/bas = 1.5rem, gauche/droite = 2rem */
  margin: 2rem auto;
  max-width: 38rem;
  text-align: center;
  color: #000; /* texte noir */
}
@media (max-width: 768px) {
  .contact-section {
    margin: 3rem 2rem;
  }
}
.basca-villes-proches {
  background-color: #19284a;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

.basca-villes-proches h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.villes-liste {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.colonne-villes {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.colonne-villes a {
  font-size: 2.7vw;
  color: white;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.colonne-villes a:hover {
  color: #ff4d50;
}
@media (min-width: 1024px) {
  .colonne-villes a {
    font-size: 1vw;
  }
}


.image-artisan {
  display: block;
  margin: 4rem auto 1rem auto;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: 80%; /* adapte la taille visuelle */
  max-width: 300px; /* taille réelle réduite */
  height: auto;
}

.footer-site {
  background-color: #19284a;
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20vh;
  flex-wrap: nowrap;
  font-size: 2.5vw; /* mobile par défaut */
}

.footer-site a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.8rem;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .footer-site {
    font-size: 1vw; /* desktop */
  }
}
