/* Reset & Base */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
 font-family: 'Poppins', sans-serif;
 background-color: #1a1a1a; /* Fond noir Halloween */
 color: #ff7518; /* Orange Halloween */
 line-height: 1.6;
 background-size: cover;
}

.container {
 max-width: 1100px;
 margin: auto;
 padding: 0 1rem;
}

/* Header de base */
.header {
 background: #2a0a2a; /* Violet sombre */
 padding: 1rem 0;
 border-bottom: 2px solid #ff7518; /* Bordure orange */
 position: relative;
 z-index: 1000;
 box-shadow: 0 0 15px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.container.nav {
 max-width: 1100px;
 margin: 0 auto;
 padding: 0 1rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.logo-link .logo {
 height: 42px;
 filter: brightness(0) invert(1) drop-shadow(0 0 5px #ff7518); /* Ombre orange */
}

/* Nav */
.main-nav {
 display: flex;
 align-items: center;
 gap: 1.5rem;
 font-family: 'Creepster', cursive; /* Police Halloween */
}

.main-nav a,
.dropbtn {
 color: #ddd; /* Gris clair */
 text-decoration: none;
 font-weight: 400; /* Légère modification pour ambiance */
 cursor: pointer;
 background: none;
 border: none;
 font-size: 1rem;
 padding: 0.3rem 0.5rem;
 display: flex;
 align-items: center;
 gap: 0.3rem;
 transition: color 0.3s ease, text-shadow 0.3s ease;
}

.main-nav a:hover,
.dropbtn:hover {
 color: #ff7518; /* Orange vif */
 text-shadow: 0 0 10px #ff7518; /* Effet glow */
}

.btn.small {
 background: #8b008b; /* Violet Halloween */
 padding: 0.4rem 0.8rem;
 border-radius: 6px;
 color: #fff;
 font-family: 'Creepster', cursive;
 font-weight: 400;
 transition: background 0.3s ease, transform 0.2s ease;
}

.btn.small:hover {
 background: #a10000; /* Rouge sang */
 transform: scale(1.05); /* Légère agrandissement */
 box-shadow: 0 0 10px #ff7518; /* Effet glow */
}

/* Dropdown */
.dropdown {
 position: relative;
}

.arrow {
 font-size: 0.7rem;
}

/* Dropdown */
.dropdown {
  position: relative;
}

.dropbtn {
  color: #ddd; /* Gris clair, cohérent avec les autres liens */
  text-decoration: none;
  font-family: 'Creepster', cursive; /* Police Halloween, comme les autres */
  font-weight: 400; /* Aligné avec le style général */
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1rem; /* Même taille que les autres liens */
  padding: 0.3rem 0.5rem; /* Même padding */
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.3s ease, text-shadow 0.3s ease; /* Effet glow cohérent */
}

.dropbtn:hover {
  color: #ff7518; /* Orange Halloween, comme les autres hover */
  text-shadow: 0 0 10px #ff7518; /* Effet glow */
}

.arrow {
  font-size: 0.7rem; /* Flèche identique */
}

/* Contenu du dropdown */
.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2a0a2a; /* Fond violet sombre, cohérent avec le thème */
  min-width: 160px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(139, 0, 139, 0.5); /* Ombre violette */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1001;
  flex-direction: column;
  display: flex;
}

.dropdown-content a {
  padding: 0.7rem 1rem; /* Même padding que les autres liens */
  color: #ddd; /* Gris clair */
  font-family: 'Creepster', cursive; /* Police Halloween */
  font-weight: 400; /* Aligné avec le style */
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-content a:hover {
  background: #ff7518; /* Orange, comme les autres hover */
  color: #fff;
  text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

/* Afficher dropdown au hover (desktop) */
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Menu toggle burger (mobile) */
.menu-toggle {
 display: none;
 background: none;
 border: none;
 cursor: pointer;
 flex-direction: column;
 gap: 5px;
 padding: 0;
}

.menu-toggle .burger {
 width: 25px;
 height: 3px;
 background: #ff7518; /* Orange */
 border-radius: 2px;
 transition: background 0.3s ease;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: 65px;
    right: 0;
    background: #2a0a2a;
    flex-direction: column;
    width: 220px;
    height: calc(100vh - 65px);
    padding-top: 1rem;
    gap: 0;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -2px 0 8px rgba(255, 117, 24, 0.5);
  }

  .main-nav.active {
    transform: translateX(0);
  }

  .main-nav a,
  .dropbtn {
    padding: 1rem 1.5rem;
    width: 100%;
    border-bottom: 1px solid #ff7518;
    text-align: left; /* Assure un alignement à gauche cohérent */
    font-size: 1.1rem; /* Légère augmentation pour lisibilité */
  }

  .dropdown-content {
    position: static;
    background: none;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    width: 100%; /* Assure que le dropdown prend toute la largeur */
  }

  .dropdown-content.active {
    max-height: 500px;
  }

  .dropdown-content a {
    padding: 1rem 1.3rem;
    border-bottom: 1px solid #ff7518;
    text-align: left;
    width: 100%;
    font-size: 1rem; /* Aligné avec les autres liens */
  }

  /* Ajustement spécifique pour aligner le bouton Revendeur */
  .dropdown {
    width: 100%; /* Prend toute la largeur du menu */
  }

  .dropbtn {
    width: 100%; /* Assure que le bouton occupe toute la largeur */
    padding: 1rem 1.5rem; /* Même padding que les autres liens */
    box-sizing: border-box; /* Inclut padding dans la largeur */
  }

  .dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

/* Bouton */
.btn {
 background: #8b008b; /* Violet */
 color: #fff;
 padding: 0.5rem 1rem;
 border-radius: 6px;
 text-decoration: none;
 transition: background 0.3s, transform 0.2s;
 font-family: 'Creepster', cursive;
}

.btn:hover {
 background: #a10000; /* Rouge sang */
 transform: scale(1.05); /* Agrandissement */
 box-shadow: 0 0 10px #ff7518; /* Effet glow */
}

.btn.big {
 padding: 0.75rem 1.5rem;
 font-size: 1.1rem;
 display: inline-block;
}

/* Hero */
.hero {
 background: #1a1a1a; /* Fond noir */
 text-align: center;
 padding: 120px 20px 80px;
 border-radius: 8px;
 margin: 40px 0;
 margin-top: 0;
 /*box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */ 
}

.hero-content {
 display: flex;
 align-items: center;
 gap: 3rem;
 padding: 0 1rem;
}

.hero-text {
 flex: 1;
 text-align: left;
}

.hero-text h1 {
 font-family: 'Creepster', cursive;
 font-size: 3.5rem;
 color: #ff7518;
 margin-bottom: 1rem;
 text-shadow: 0 0 10px #a10000; /* Effet rouge sang */
}

.hero-text p {
 font-size: 1.3rem;
 color: #ddd; /* Gris clair */
 margin-bottom: 2rem;
}

.hero-image {
 flex: 1;
 text-align: center;
}

.hero-image img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 box-shadow: 0 8px 20px rgba(139, 0, 139, 0.5); /* Ombre violette */
}

/* Bandeau promo */
.promo-banner {
 width: 100%;
 background: #ff7518; /* Orange vif */
 color: #fff;
 padding: 0.8rem 1.5rem;
 box-shadow: 0 2px 10px rgba(255, 117, 24, 0.7); /* Ombre orange */
 font-weight: 600;
 font-size: 1.1rem;
 position: relative;
 z-index: 1100;
 font-family: 'Creepster', cursive; /* Police Halloween */
 text-align: center;
}

.promo-banner p {
 margin: 0;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

#close-promo {
 background: transparent;
 border: none;
 color: #fff;
 font-size: 1.8rem;
 font-weight: 700;
 cursor: pointer;
 line-height: 1;
 margin-left: 12px;
 padding: 0;
 user-select: none;
 transition: color 0.3s ease;
}

#close-promo:hover {
 color: #a10000; /* Rouge sang */
}

/* Explication Offre */
.expli {
 background: #1a1a1a; /* Fond noir */
 text-align: center;
 padding: 120px 20px 80px;
 border-radius: 8px;
 margin-top: 0;
 box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */
}

/* Offres */
.offers h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 font-size: 2.2rem;
 color: #ff7518;
 margin-bottom: 2rem;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.offers .grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 2rem;
}

.offers .card {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 overflow: hidden;
 transition: box-shadow 0.3s ease;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.offers .card:hover {
 box-shadow: 0 12px 30px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.offers .card img {
 width: 100%;
 height: 160px;
 object-fit: cover;
 filter: drop-shadow(0 0 5px #ff7518); /* Ombre orange sur image */
}

.offers .card h3 {
 font-family: 'Creepster', cursive;
 color: #ff7518;
 margin: 1rem 1rem 0.5rem;
}

.offers .card p {
 margin: 0 1rem 1rem;
 color: #ddd; /* Gris clair */
 flex-grow: 1;
}

.offers .btn.small {
 margin: 0 1rem 1rem;
 background: #8b008b; /* Violet */
 padding: 0.5rem 1.2rem;
 font-size: 0.95rem;
 border-radius: 6px;
 align-self: flex-start;
 font-family: 'Creepster', cursive;
}

.offers .btn.small:hover {
 background: #a10000; /* Rouge sang */
}

/* Section VPS avec image à gauche */
.hero-alt {
 background: #1a1a1a; /* Fond noir */
 padding: 120px 20px 80px;
 border-radius: 8px;
 margin: 40px 0;
 /* box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */
}

.hero-alt-content {
 display: flex;
 align-items: center;
 gap: 3rem;
 padding: 0 1rem;
}

.hero-alt-image img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 box-shadow: 0 8px 20px rgba(139, 0, 139, 0.5); /* Ombre violette */
}

.hero-alt-text h2 {
 font-family: 'Creepster', cursive;
 margin-bottom: 0.3rem;
 font-size: 1.5rem;
 color: #ff7518;
}

.hero-alt-text p {
 color: #ddd; /* Gris clair */
}

.hero-alt-item {
 display: flex;
 align-items: flex-start;
 gap: 20px;
 margin: 30px 0;
}

.hero-alt-item i {
 font-size: 2rem;
 color: #ff7518; /* Orange */
 min-width: 40px;
 margin-top: 6px;
}

.hero-alt-title {
 text-align: center;
 font-family: 'Creepster', cursive;
 margin-bottom: 2rem;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

/* Page d'offre */
.hero-offre-image {
 flex: 1;
 text-align: center;
}

.hero-offre-image img {
 max-width: 100%;
 height: auto;
 border-radius: 12px;
 /*box-shadow: 0 8px 20px rgba(139, 0, 139, 0.5); /* Ombre violette */
}

/* Section offre vps */
.vps-offers h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 margin-bottom: 3rem;
 font-weight: 400; /* Légère modification */
 font-size: 2.5rem;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.vps-grid {
 display: flex;
 justify-content: center;
 gap: 2.5rem;
 flex-wrap: wrap;
}

.vps-card {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 16px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 padding: 2rem 2.5rem;
 width: 280px;
 text-align: center;
 position: relative;
 transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.vps-card:hover {
 box-shadow: 0 12px 30px rgba(255, 117, 24, 0.5); /* Ombre orange */
 transform: translateY(-8px);
}

.vps-card.popular {
 border: 2px solid #ff7518; /* Bordure orange */
}

.badge {
 position: absolute;
 top: -12px;
 right: -12px;
 background: #ff7518; /* Orange */
 color: #fff;
 padding: 6px 12px;
 font-size: 0.85rem;
 border-radius: 12px;
 font-family: 'Creepster', cursive;
 box-shadow: 0 2px 10px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.vps-card h3 {
 font-family: 'Creepster', cursive;
 margin-bottom: 1rem;
 color: #ff7518;
 font-size: 1.7rem;
}

.vps-card ul {
 list-style: none;
 padding: 0;
 margin-bottom: 1.8rem;
 color: #ddd; /* Gris clair */
 font-size: 1rem;
 line-height: 1.5;
}

.vps-card ul li {
 margin-bottom: 0.5rem;
}

.price {
 font-size: 1.8rem;
 font-weight: 400;
 margin-bottom: 2rem;
 color: #ff7518;
 font-family: 'Creepster', cursive;
}

.btn.large {
 background: #8b008b; /* Violet */
 padding: 0.7rem 1.8rem;
 font-size: 1.1rem;
 border-radius: 8px;
 display: inline-block;
 color: #fff;
 font-family: 'Creepster', cursive;
 transition: background 0.3s ease;
}

.btn.large:hover {
 background: #a10000; /* Rouge sang */
 box-shadow: 0 0 10px #ff7518; /* Effet glow */
}

/* OS */
.os-section h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 margin-bottom: 2rem;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.os-grid {
 display: flex;
 justify-content: space-around;
 align-items: center;
 gap: 2rem;
 flex-wrap: wrap;
}

.os-card {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 padding: 20px;
 width: 120px;
 height: 120px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: transform 0.3s ease;
}

.os-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 12px 30px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.os-card img {
 max-width: 60px;
 max-height: 60px;
 object-fit: contain;
 filter: drop-shadow(0 0 5px #ff7518); /* Ombre orange */
}

/* FAQ */
.faq-section {
 margin: 60px auto;
 max-width: 900px;
 padding: 0 1rem;
 background: #1a1a1a; /* Fond noir */
}

.faq-section h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 margin-bottom: 2rem;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.faq-item {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 margin-bottom: 1rem;
 overflow: hidden;
}

.faq-question {
 width: 100%;
 padding: 1rem 1.5rem;
 background: #8b008b; /* Violet */
 color: #fff;
 border: none;
 outline: none;
 cursor: pointer;
 font-size: 1.1rem;
 font-weight: 400;
 display: flex;
 justify-content: space-between;
 align-items: center;
 transition: background 0.3s ease;
}

.faq-question:hover {
 background: #a10000; /* Rouge sang */
}

.faq-toggle {
 font-size: 1.5rem;
 transition: transform 0.3s ease;
}

.faq-answer {
 max-height: 0;
 padding: 0 1.5rem;
 background: #1a1a1a; /* Fond noir */
 color: #ddd; /* Gris clair */
 font-size: 1rem;
 line-height: 1.5;
 overflow: hidden;
 transition: max-height 0.35s ease;
}

.faq-answer p {
 margin: 1rem 0;
}

.faq-item.active .faq-answer {
 max-height: 200px;
 padding: 1rem 1.5rem;
}

.faq-item.active .faq-toggle {
 transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 900px) {
 .hero-alt-content {
 flex-direction: column;
 text-align: center;
 }

 .hero-alt-text {
 text-align: center;
 }

 .hero-alt-image {
 margin-bottom: 2rem;
 }
}

/* Mise en avant offre */
.highlighted-offers {
 background: #1a1a1a; /* Fond noir */
 padding: 100px 20px 80px;
 border-radius: 8px;
 /*box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */
}

.highlighted-offers h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 font-size: 2.2rem;
 color: #ff7518;
 margin-bottom: 10px;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.highlight-subtitle {
 text-align: center;
 font-size: 1.1rem;
 color: #ddd; /* Gris clair */
 margin-bottom: 2.5rem;
}

.highlighted-offers .grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
 gap: 2rem;
}

.highlighted-offers .card {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 text-align: center;
 padding: 20px;
 transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.highlighted-offers .card:hover {
 transform: translateY(-5px);
 box-shadow: 0 12px 30px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.highlighted-offers .card img {
 max-width: 100%;
 height: 140px;
 object-fit: contain;
 margin-bottom: 1rem;
 filter: drop-shadow(0 0 5px #ff7518); /* Ombre orange */
}

.highlighted-offers .card h3 {
 font-family: 'Creepster', cursive;
 color: #ff7518;
 margin-bottom: 0.6rem;
 font-size: 1.3rem;
}

.highlighted-offers .card p {
 color: #ddd; /* Gris clair */
 font-size: 0.95rem;
 margin-bottom: 1.5rem;
}

.highlighted-offers .btn.small {
 background: #8b008b; /* Violet */
 padding: 0.5rem 1.2rem;
 font-size: 0.9rem;
 border-radius: 6px;
 color: #fff;
 text-decoration: none;
 font-family: 'Creepster', cursive;
 transition: all 0.3s ease;
}

.highlighted-offers .btn.small:hover {
 background: #a10000; /* Rouge sang */
 transform: scale(1.05);
 box-shadow: 0 4px 12px rgba(161, 0, 0, 0.4);
}

/* Section contacte page d'acceuil */
.contact-section {
 background: #1a1a1a; /* Fond noir */
 padding: 80px 20px;
 margin-top: 40px;
 /*box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */
}

.contact-box {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 16px;
 box-shadow: 0 8px 30px rgba(139, 0, 139, 0.5); /* Ombre violette */
 padding: 40px 30px;
 text-align: center;
 max-width: 900px;
 margin: auto;
}

.contact-box h2 {
 font-family: 'Creepster', cursive;
 font-size: 2rem;
 margin-bottom: 0.5rem;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.contact-box p {
 color: #ddd; /* Gris clair */
 margin-bottom: 2rem;
}

.contact-options {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 2rem;
}

.contact-method {
 display: flex;
 align-items: center;
 gap: 1rem;
 text-align: left;
 max-width: 280px;
}

.contact-method i {
 font-size: 2rem;
 color: #ff7518; /* Orange */
}

.contact-method h4 {
 font-family: 'Creepster', cursive;
 margin: 0;
 font-size: 1.1rem;
 color: #ff7518;
}

.contact-method a {
 color: #ff7518;
 font-weight: 500;
 text-decoration: none;
 transition: color 0.3s;
}

.contact-method a:hover {
 color: #a10000; /* Rouge sang */
}

/* Responsive */
@media (max-width: 700px) {
 .contact-options {
 flex-direction: column;
 }
}

/* Avis Clients */
.testimonials {
 background: #1a1a1a; /* Fond noir */
 padding: 100px 20px;
 text-align: center;
 /*box-shadow: 0 0 20px rgba(255, 117, 24, 0.3); /* Ombre orange */
}

.testimonials h2 {
 font-family: 'Creepster', cursive;
 font-size: 2.2rem;
 color: #ff7518;
 margin-bottom: 2rem;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.testimonial-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 2rem;
}

.testimonial-card {
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 padding: 2rem;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 transition: box-shadow 0.3s ease;
}

.testimonial-card:hover {
 box-shadow: 0 12px 30px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.testimonial-card p {
 font-style: italic;
 color: #ddd; /* Gris clair */
 margin-bottom: 1.2rem;
}

.testimonial-card h4 {
 font-family: 'Creepster', cursive;
 margin: 0;
 font-weight: 400;
 color: #ff7518;
}

.testimonial-card span {
 color: #999;
 font-size: 0.9rem;
}

/* Footer */
.footer {
 background: #2a0a2a; /* Violet sombre */
 color: #bbb;
 padding: 60px 20px 30px;
 font-size: 0.95rem;
 box-shadow: 0 -2px 10px rgba(255, 117, 24, 0.5); /* Ombre orange */
}

.footer-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
 gap: 2rem;
 margin-bottom: 2rem;
}

.footer-column h4 {
 font-family: 'Creepster', cursive;
 color: #ff7518;
 margin-bottom: 1rem;
 font-size: 1.1rem;
}

.footer-column p {
 color: #bbb;
}

.footer-column ul {
 list-style: none;
 padding: 0;
}

.footer-column ul li {
 margin-bottom: 0.5rem;
}

.footer-column ul a {
 color: #bbb;
 text-decoration: none;
 transition: color 0.3s ease;
}

.footer-column ul a:hover {
 color: #ff7518; /* Orange */
}

.footer-bottom {
 text-align: center;
 border-top: 1px solid #ff7518; /* Bordure orange */
 padding-top: 1rem;
 font-size: 0.9rem;
 color: #999;
}

/* Styles pour les boutons des réseaux sociaux */
.social-links {
 display: inline-flex;
 gap: 1rem;
 margin-right: 1rem;
 vertical-align: middle;
}

.social-btn {
 color: #999;
 font-size: 1.2rem;
 text-decoration: none;
 transition: color 0.3s ease;
}

.social-btn:hover {
 color: #ff7518; /* Orange */
}

.social-btn i {
 font-family: "Font Awesome 5 Brands", sans-serif;
}

/* Configurator */
.configurator {
 max-width: 1100px;
 margin: 40px auto;
 padding: 20px;
 background: #2a0a2a; /* Violet sombre */
 border-radius: 12px;
 box-shadow: 0 8px 24px rgba(139, 0, 139, 0.5); /* Ombre violette */
 color: #ddd; /* Gris clair */
 font-family: 'Poppins', sans-serif;
}

.configurator h2 {
 text-align: center;
 font-family: 'Creepster', cursive;
 margin-bottom: 20px;
 color: #ff7518;
 text-shadow: 0 0 5px #a10000; /* Effet rouge sang */
}

.option-group {
 margin-bottom: 20px;
 display: inline-flex;
 align-items: center;
 gap: 20px;
 flex-wrap: wrap;
}

.option-group h3 {
 margin-bottom: 0;
 color: #ddd; /* Gris clair */
 white-space: nowrap;
}

.option-group label {
 display: block;
 margin: 5px 0;
}

.option-group input[type="radio"] {
 margin-right: 10px;
}

.option-group.bandwidth {
 flex-direction: column;
 align-items: flex-start;
}

.option-group input[type="range"] {
 width: 200px;
 margin: 10px 0;
 appearance: none;
 height: 12px;
 background: #444; /* Gris foncé */
 border-radius: 5px;
 outline: none;
}

/* Style de la poignée du slider */
.option-group input[type="range"]::-webkit-slider-thumb {
 appearance: none;
 width: 25px;
 height: 25px;
 background: #ff7518; /* Orange */
 border-radius: 50%;
 cursor: pointer;
 border: 3px solid #fff;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.option-group input[type="range"]::-webkit-slider-thumb:hover {
 background: #a10000; /* Rouge sang */
}

.option-group input[type="range"]::-moz-range-thumb {
 width: 25px;
 height: 25px;
 background: #ff7518; /* Orange */
 border-radius: 50%;
 cursor: pointer;
 border: 3px solid #fff;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.option-group input[type="range"]::-moz-range-thumb:hover {
 background: #a10000; /* Rouge sang */
}

/* Style de la piste pour Firefox */
.option-group input[type="range"]::-moz-range-track {
 background: #444; /* Gris foncé */
 border-radius: 5px;
}

.option-group span {
 display: inline-block;
 margin-left: 10px;
 color: #ff7518; /* Orange */
}

/* Configurator - Horizontal Billing Options */
.option-group.billing {
 display: flex;
 justify-content: center;
 gap: 10px;
}

.option-group.billing h3 {
 margin-bottom: 10px;
 color: #ddd; /* Gris clair */
 width: 100%;
}

.option-group.billing label {
 display: inline-flex;
 align-items: center;
 padding: 0.5rem 1rem;
 background: #2a0a2a; /* Violet sombre */
 color: #ff7518; /* Orange */
 border-radius: 6px;
 cursor: pointer;
 transition: background 0.3s ease, color 0.3s ease;
 font-weight: 600;
 white-space: nowrap;
}

.option-group.billing input[type="radio"] {
 display: none;
}

.option-group.billing input[type="radio"]:checked + label {
 background: #8b008b; /* Violet */
 color: #fff;
}

.option-group.billing label span {
 margin-left: 5px;
 color: #ff7518; /* Orange */
}

.option-group.billing input[type="radio"]:checked + label span {
 color: #fff;
}

/* Ajustement pour les autres options (radio) */
.option-group.protocol,
.option-group.ipv6,
.option-group.bgp {
 display: flex;
 align-items: center;
 gap: 10px;
}

.option-group.protocol label,
.option-group.ipv6 label,
.option-group.bgp label {
 display: inline-flex;
 align-items: center;
 padding: 0.3rem 0.7rem;
 background: #2a0a2a; /* Violet sombre */
 color: #ddd; /* Gris clair */
 border: 1px solid #ff7518; /* Bordure orange */
 border-radius: 4px;
 cursor: pointer;
 transition: background 0.3s ease, color 0.3s ease;
}

.option-group.protocol input[type="radio"]:checked + label,
.option-group.ipv6 input[type="radio"]:checked + label,
.option-group.bgp input[type="radio"]:checked + label {
 background: #8b008b; /* Violet */
 color: #fff;
 border-color: #ff7518; /* Bordure orange */
}

.option-group.protocol input[type="radio"],
.option-group.ipv6 input[type="radio"],
.option-group.bgp input[type="radio"] {
 display: none;
}

/* Ajustement responsif */
@media (max-width: 900px) {
 .option-group {
 flex-direction: column;
 align-items: flex-start;
 gap: 10px ;
 }

 .option-group.billing {
 flex-direction: column;
 align-items: center;
 }

 .option-group.billing label {
 width: 80%;
 margin-bottom: 10px;
 }

 .option-group.protocol,
 .option-group.ipv6,
 .option-group.bgp {
 flex-direction: column;
 align-items: flex-start;
 }

 .option-group.bandwidth {
 width: 100%;
 }

 .option-group input[type="range"] {
 width: 100%;
 min-width: 200px;
 max-width: 300px;
 }
}

.price-commande {
 text-align: center;
 margin-top: 20px;
}

.price-commande h3 {
 margin-bottom: 10px;
 color: #ddd; /* Gris clair */
}

.price-commande #price {
 font-size: 2rem;
 color: #ff7518; /* Orange */
 font-weight: 600;
}

.price-commande span {
 color: #ddd; /* Gris clair */
 margin-left: 10px;
}

.price-commande .btn {
 background: #8b008b; /* Violet */
 border: none;
 outline: none;
 color: #fff;
 padding: 0.5rem 1rem;
 border-radius: 6px;
 font-size: 1rem;
 cursor: pointer;
 transition: background 0.3s ease;
}

.price-commande .btn:hover {
 background: #a10000; /* Rouge sang */
}

.price-display {
 text-align: center;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid #ff7518; /* Bordure orange */
}

.price-display h3 {
 margin-bottom: 10px;
 color: #ddd; /* Gris clair */
}

.price-display #price {
 font-size: 2rem;
 color: #ff7518; /* Orange */
 font-weight: 600;
}

.price-display span {
 color: #ddd; /* Gris clair */
 margin-left: 10px;
}

.price-display .btn {
 background: #8b008b; /* Violet */
 border: none;
 outline: none;
 color: #fff;
 padding: 0.5rem 1rem;
 border-radius: 6px;
 font-size: 1rem;
 cursor: pointer;
 transition: background 0.3s ease;
}

.price-display .btn:hover {
 background: #a10000; /* Rouge sang */
}

/* Responsive */
@media (max-width: 600px) {
 .footer-grid {
 grid-template-columns: 1fr;
 text-align: center;
 }

 .footer-column {
 margin-bottom: 2rem;
 }
}

/* Responsive */
@media (max-width: 900px) {
 .hero-content {
 flex-direction: column-reverse;
 text-align: center;
 }
 .hero-text {
 text-align: center;
 }
 .hero-image {
 margin-bottom: 2rem;
 }
}

@media (max-width: 768px) {
 .hero-alt-image img {
 width: 100%;
 }
}

@media (max-width: 900px) {
 .vps-grid {
 flex-direction: column;
 align-items: center;
 }
 .vps-card {
 width: 90%;
 }
}