/*
Theme Name: mbessa
Template: vw-hair-salon
Author: Claude Mbessa
Version: fjdsk6
Text Domain: mbessa
*/


body {
    /* Grosse bordure pour voir si ca marche */
    /* Attention: il faut aussi ajouter une fonction dans functions.php */
    border: 5px solid red;
}

footer {
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #f0a500;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* --- Styles pour la page d'accueil --- */
.container { max-width:1100px; margin:0 auto; padding:20px; }

.hero {
  padding:60px 20px;
  text-align:center;
  background: #f6f4f2; /* couleur douce ; change si tu veux */
}
.hero-title { font-size:2.2rem; margin:0 0 10px; }
.hero-sub { font-size:1.1rem; margin:0 0 20px; color:#444; }
.btn-cta {
  display:inline-block;
  padding:10px 18px;
  border-radius:6px;
  text-decoration:none;
  background:#222;
  color:#fff;
  font-weight:600;
}

/* Services */
.services { padding:40px 20px; }
.services h2 { text-align:center; margin-bottom:24px; }
.services-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:18px;
}
.service-item {
  background:#fff;
  padding:18px;
  border-radius:8px;
  box-shadow:0 2px 6px rgba(0,0,0,0.06);
  text-align:center;
}
.service-item h3 { margin-top:0; margin-bottom:8px; }
.service-item p { margin:0; color:#555; font-size:0.95rem; }


.contact-info {
  padding: 40px 20px;
  background: #f9f9f9;
}

.contact-info h2 {
  text-align: center;
  margin-bottom: 30px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.hours ul {
  list-style: none;
  padding: 0;
}

.hours li {
  margin: 6px 0;
  color: #444;
}

.details p {
  margin: 6px 0;
}

.details a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.details a:hover {
  text-decoration: underline;
}

.map iframe {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


body.home {
    background-image: url("http://wp-2341347.loc/wp-content/uploads/2025/09/ChatGPT-Image-16-sept.-2025-12-h-51-min-35-s.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.services h2{
color : white
};

.appointment-form-shortcode {
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.appointment-form-shortcode .button-primary {
    background-color: #0066ff !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 20px;
}

.appointment-form-shortcode .button-secondary {
    background-color: #f0f0f0 !important;
    color: #333 !important;
    border-radius: 8px;
}

.appointment-form-shortcode label {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

.appointment-form-shortcode select,
.appointment-form-shortcode input {
    border-radius: 6px;
    padding: 8px;
    border: 1px solid #ccc;
    width: 100%;
}


.btn-reserver {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #0073aa;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.btn-reserver:hover {
    background-color: #005177;
}



