body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

header {
  background-color: #ededed;
  color: white;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}

.logo {
  flex: 1;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

nav {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

nav a {
  color: #0578DA;
  text-decoration: none;
  font-weight: bold;
}

.btn-whatsapp {
  background-color: #25D366;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebd5a;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
  display: block;
}

.hero {
  /*background-image: url('https://cdn.pixabay.com/photo/2015/03/16/12/34/paris-675916_1280.jpg');*/
  background-image: url('images/fond.jpg');
  background-size: cover;
  background-position: top;
  color: white;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  
}
  
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(to right, rgba(255, 204, 0, 0.8), rgba(255, 153, 0, 0.8));*/
  z-index: 0;
}

.hero * {
  position: relative;
  z-index: 1;
}
.hero .form-reservation {
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero .form-reservation input,
.hero .form-reservation textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.hero .form-reservation button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #0578DA;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hero .form-reservation button:hover {
  background-color: #e68a00;
}

.btn {
  background-color: white;
  color: #0578DA;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}

section {
  padding: 40px 20px;
}

.services, .choix {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  flex: 1 1 250px;
  max-width: 300px;
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

.icon-orange {
  color: #0578DA;
  margin-bottom: 10px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin: auto;
}
.form-container {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.form-vtc h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-vtc .form-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-vtc input,
.form-vtc textarea {
  flex: 1 1 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-vtc .form-group input {
  flex: 1 1 48%;
}

.form-vtc textarea {
  resize: vertical;
}

.form-vtc button {
  width: 100%;
  padding: 14px;
  background-color: #0578DA;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-vtc button:hover {
  background-color: #e68a00;
}

form input, form textarea, form button {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}

form button {
  background-color: #0578DA;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.map {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.contact-buttons {
  margin-top: 10px;
}

.btn-contact {
  margin: 5px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: white;
  color: #333;
  text-decoration: none;
}

.whatsapp {
  background-color: #25D366;
  color: white;
}


/* Multilangue preview (pas encore dynamique, mais possible via JS ou plugin plus tard) */
.lang-select {
  position: absolute;
  right: 10px;
  top: 10px;
}

.lang-select select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px 20px;
}

.hero-left, .hero-right {
  flex: 1 1 45%;
  z-index: 1;
}

.hero-left {
  color: white;
  padding: 20px;
}

.hero-left ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 10px;
}

.hero-right form {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.hero-left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 40px 20px;
}

.wpb_wrapper {
  max-width: 600px;
  color: white;
}

.wpb_wrapper h2 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.wpb_wrapper p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.wpb_wrapper ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 10px;
}

.wpb_wrapper li {
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.5;
}
.logo img {
  height: 50px;
  display: block;
}
.wpb_wrapper {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: #FFFFFF;
}

/* début style de la section bleu */
.section-orange {
  display: flex;
  flex-wrap: wrap;
  background-color: #0578DA;
  color: white;
  padding: 60px 20px;
  gap: 40px;
  align-items: center;
}

.orange-left {
  flex: 1 1 55%;
}

.orange-right {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

.orange-left h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.orange-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.orange-block {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon-white {
  color: white;
  font-size: 1.5em;
  flex-shrink: 0;
}

.orange-block p {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

.img-tel {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.bleu{
color: #0578DA;		
}
.date-heure-group {
  display: flex;
  gap: 10px;
}

.date-heure-group input {
  flex: 1;
}
.input-icon {
  position: relative;
}

.input-icon input {
  width: 100%;
  padding-right: 40px;
}

.icon-gmap {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 18px;
}
.input-icon {
  position: relative;
  width: 100%;
}

.input-icon input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px; /* espace réservé pour l’icône */
}

.icon-gmap {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
  pointer-events: none;
}
.lang-select {
  margin-left: 15px;
}

.lang-select select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  background-color: white;
  color: #333;
  cursor: pointer;
}

header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lang-select {
  margin-left: 15px;
  margin-right: auto;
}

.lang-select select {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  background-color: white;
  color: #333;
  cursor: pointer;
}
/* Style Boutons Reserver */
.form-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.form-buttons a {
  flex: 1;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s ease;
}

.btn-whatsapp {
  background-color: #25D366;
}

.btn-whatsapp:hover {
  background-color: #1ebd5a;
}

.btn-sms {
  background-color: #007BFF;
}

.btn-sms:hover {
  background-color: #0056b3;
}
/* Fin de Style Boutons Reserver */

/* Responsive */
@media (max-width: 768px) {
  nav {
    flex-direction: column;
    display: none;
  }

  nav.active {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .services, .choix {
    flex-direction: column;
    align-items: center;
  }

  .header-right {
    flex-direction: column;
    gap: 10px;
  }
  .section-orange {
    flex-direction: column;
    text-align: center;
  }

  .orange-left, .orange-right {
    flex: 1 1 100%;
  }

  .orange-grid {
    grid-template-columns: 1fr;
  }
  .lang-select {
    margin: 10px 0;
  }
  
  .orange-block {
    justify-content: center;
    text-align: left;
  }
  /*.header-left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lang-select {
  margin: 0;
}

.menu-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1001;
}
*/
}

/* fin style de la section bleu */

/* Version 05/08/2025 */

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffcc00;
  padding: 10px 15px;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}

.header-left, .header-center, .header-right {
  flex: 1 1 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 40px;
}

.btn-call {
  background-color: white;
  color: #ff9900;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* MENU BURGER */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
}

/* MENU NAVIGATION */
#main-nav {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

#main-nav a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
  #main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-top: 0;
  }

  #main-nav.active {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .header-left, .header-center, .header-right {
    flex: 1 1 33%;
    justify-content: center;
  }
}


/* BOUTONS FLOTTANTS EN BAS */
.mobile-fixed-buttons .btn-float {
  position: fixed;
  bottom: 20px;
  background-color: #ff9900;
  color: white;
  font-size: 24px;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  text-decoration: none;
}

.btn-float.left {
  left: 20px;
}

.btn-float.right {
  right: 20px;
}

/* Afficher uniquement sur mobile */
@media (min-width: 769px) {
  .mobile-fixed-buttons {
    display: none;
  }
}
.btn-float.right {
  right: 20px;
  background-color: #25D366; /* Vert officiel WhatsApp */
}
