/* ================================
   FORMULAIRE RÉSERVATION – CF7
   Couleurs :
   - Principale : #f7c058
   - Secondaire : #fef9f0
================================ */

.cf7-reservation {
  background: #fef9f0;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #f7c058;
  max-width: 500px;
}

/* Labels */
.cf7-reservation label {
  font-weight: 600;
  color: #333;
}

/* Champs */
.cf7-reservation input[type="text"],
.cf7-reservation input[type="tel"],
.cf7-reservation input[type="date"],
.cf7-reservation input[type="time"],
.cf7-reservation input[type="number"] {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
}

/* Focus */
.cf7-reservation input:focus {
  border-color: #f7c058;
  outline: none;
  box-shadow: 0 0 0 2px rgba(247, 192, 88, 0.3);
}

/* Bouton */
.cf7-reservation input[type="submit"] {
  background: #f7c058;
  color: #000;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-reservation input[type="submit"]:hover {
  background: #e5ae45;
}

/* Messages CF7 */
.cf7-reservation .wpcf7-response-output {
  margin-top: 15px;
  border-radius: 8px;
  font-size: 14px;
}


@media (max-width: 991px) {
  .inverse {
      display: flex;
      flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .center-text-image {
      display: flex;
      align-items: center;
  }
}

a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
  color: #f7c058;
}

.et_mobile_menu {
border-top: 3px solid #f7c058;
}

.et-fixed-header #top-menu .menu-button a {
  color : #f7f2ea !important;
}


.menu-button a {
background: #f7c058; 
color: #FEF9F0 !important;
padding: 12px 28px !important;
font-weight: 500;
letter-spacing: 0.5px;
transition: all 0.3s ease;
display: inline-flex;          
align-items: center;   
border-radius: 10px;
justify-content: center;       
height: 100%;                  
line-height: 1.4;     
font-family: 'montserrat', serif; 
}

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
      padding-top: 20px;
      padding-bottom: 20px;
  }
}

/* Change selected text color and background */
::selection {
  background-color: #f7c058; /* highlight background */
  color: white;              /* text color while selected */
}

/* Firefox compatibility */
::-moz-selection {
  background-color: #f7c058;
  color: white;
}
