@charset "UTF-8";
/* CSS Document */
/* RESET SYSTEM & BASICS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  color: #000000;
  line-height: 1.6;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
/* TOP BAR STYLE */
.top-bar {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 2px solid #fda12b;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-info span, .top-hours span {
  margin-right: 20px;
}
.top-info i, .top-hours i {
  color: #fda12b;
  margin-right: 5px;
}
.top-info a {
  color: #ffffff;
}
.top-info a:hover {
  color: #fda12b;
}
/* NAVBAR (HEADER STYLE THEMESPRIDE) */
.main-header {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
    max-width: 270px
}
.logo a {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
    line-height: 1.2
}
.logo a span {
  color: #fda12b;
}
.nav-menu a {
  color: #000000;
  font-weight: 600;
  margin-left: 20px;
  font-size: 15px;
  padding: 5px 0;
}
.nav-menu a:hover:not(.btn-nav) {
  color: #fda12b;
}
/* Bouton d'action dans le menu */
.btn-nav {
  background-color: #fda12b;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 4px;
  font-weight: bold;
}
.btn-nav:hover {
  background-color: #000000;
}
.burger-menu {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #000000;
  cursor: pointer;
}
/* BANDEAU MOBILE D'URGENCE ROUGE (Caché sur PC) */
.mobile-call-banner {
  display: none;
}
/* HERO SECTION */
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  text-align: center;
  color: #ffffff;
}
.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-content p {
  font-size: 18px;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto 30px auto;
}
/* BOUTON TELEPHONE COMPORTEMENT PC (Fond Rouge, Lettres Blanches sous H1) */
.btn-hero-phone {
  display: inline-block;
  background-color: #db0000;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 5px;
  margin-bottom: 35px;
  box-shadow: 0 4px 15px rgba(219, 0, 0, 0.4);
}
.btn-hero-phone:hover {
  background-color: #ffffff;
  color: #db0000;
  transform: scale(1.03);
}
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
/* UTILITAIRES BOUTONS STANDARD */
.btn-primary, .btn-secondary {
  padding: 12px 28px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-primary {
  background-color: #fda12b;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn-secondary {
  background-color: #ffffff;
  color: #000000;
}
.btn-secondary:hover {
  background-color: #fda12b;
  color: #ffffff;
}
/* STRUCTURE DES SERVICES (SECTIONS) */
.service-section {
  padding: 80px 0;
}
.bg-light {
  background-color: #f9f9f9;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.subtitle {
  color: #fda12b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}
.service-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}
.service-text p {
  color: #555555;
  margin-bottom: 25px;
}
.custom-list {
  list-style: none;
  margin-bottom: 30px;
}
.custom-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 600;
}
.custom-list li i {
  color: #fda12b;
  margin-right: 12px;
  font-size: 18px;
}
/* ENCART URGENCE (SECTION FUITES) */
.emergency-box {
  background-color: #000000;
  color: #ffffff;
  padding: 40px;
  border-radius: 6px;
  border-top: 5px solid #db0000;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.emergency-box i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}
.emergency-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.emergency-box p {
  color: #AAAAAA;
  margin-bottom: 25px;
}
.btn-alert {
  display: flex;
  background-color: #db0000;
  color: #ffffff;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 4px;
  max-width: max-content;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 10px;
  margin: 0 auto;
}
.btn-alert:hover {
  background-color: #ffffff;
  color: #db0000;
}
/* SECTION CONTACT & FORMULAIRE */
.contact-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
  border-top: 4px solid #fda12b;
}
.contact-title {
  text-align: center;
  margin-bottom: 40px;
}
.contact-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact-title p {
  color: #AAAAAA;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form {
  max-width: 800px;
  margin: 0 auto;
  background: #111111;
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #222222;
}
.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #AAAAAA;
  font-size: 14px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #222222;
  border: 1px solid #333333;
  color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: #fda12b;
  background-color: #1a1a1a;
}
.btn-submit {
  background-color: #fda12b;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}
.btn-submit:hover {
  background-color: #ffffff;
  color: #000000;
}
/* SYSTEME D'ALERTES DYNAMIQUES */
.alert-box {
  max-width: 800px;
  margin: 0 auto 25px auto;
  padding: 15px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 15px;
}
.alert-danger {
  background-color: rgba(219, 0, 0, 0.15);
  border: 1px solid #db0000;
  color: #db0000;
}
.alert-success {
  background-color: rgba(60, 171, 0, 0.15);
  border: 1px solid #3cab00;
  color: #3cab00;
}
/* FOOTER */
.main-footer {
  background-color: #111111;
  color: #AAAAAA;
  padding: 30px 0;
  border-top: 1px solid #222222;
  font-size: 14px;
}
.footer-sub {
  margin-top: 8px;
  font-size: 12px;
  color: #666666;
}
.text-center {
  text-align: center;
}
/* MEDIA QUERIES (RESPONSIVE COMPORTEMENT) */
@media (max-width: 992px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .top-bar {
    display: none; /* Cache la top-bar sur mobile pour l'ergonomie */
  }
  /* BANDEAU ROUGE SUR MOBILE */
  .mobile-call-banner {
    display: block;
    background-color: #db0000;
    text-align: center;
    padding: 12px 10px;
  }
  .mobile-call-banner a {
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    display: block;
    letter-spacing: 0.5px;
  }
  /* RESPONSIVE HERO H1 & BOUTON TELEPHONE */
  .hero-content h1 {
    font-size: 28px;
  }
  .btn-hero-phone {
    display: block;
    max-width: 320px;
    margin: 0 auto 25px auto;
    font-size: 20px;
    padding: 10px 20px;
  }
  /* BURGER MENU NAVIGATION */
  .burger-menu {
    display: block;
  }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eeeeee;
  }
  .nav-menu.active {
    display: flex;
  }
  .nav-menu a {
    margin: 10px 0;
    font-size: 16px;
  }
  .btn-nav {
    text-align: center;
  }
  .form-group-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form {
    padding: 20px;
  }
}
iframe {
  display: block
}
.no-link {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}