* { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary-blue: #00a8e8; --secondary-blue: #0077b6; --dark-blue: #023e8a; --light-blue: #90e0ef; --white: #ffffff; --dark: #0a1128; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--white); background: linear-gradient(135deg, #001845 0%, #002855 50%, #003d82 100%); background-attachment: fixed; position: relative; } body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url('LOGO.png'); background-position: center; background-repeat: no-repeat; background-size: 50%; opacity: 0.03; z-index: -1; pointer-events: none; } /* Header moderne et élégant */ header { position: relative; background: linear-gradient(135deg, rgba(0, 24, 69, 0.95) 0%, rgba(0, 40, 85, 0.95) 50%, rgba(0, 61, 130, 0.95) 100%); backdrop-filter: blur(20px); color: white; text-align: center; padding: 60px 20px 100px; overflow: hidden; box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5); } header::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0, 168, 232, 0.1) 0%, transparent 70%); animation: rotate 20s linear infinite; } @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .logo-container { position: relative; margin-bottom: 40px; z-index: 2; animation: logoFloat 4s ease-in-out infinite; } @keyframes logoFloat { 0%, 100% { transform: translateY(0px) scale(1); } 50% { transform: translateY(-15px) scale(1.05); } } .logo-container img { max-width: 300px; height: auto; filter: drop-shadow(0 20px 40px rgba(0, 168, 232, 0.6)); } header h1 { font-size: 3.5em; margin-bottom: 20px; position: relative; z-index: 2; font-weight: 800; text-shadow: 0 5px 30px rgba(0, 168, 232, 0.8); background: linear-gradient(135deg, #fff, #90e0ef); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } header p { font-size: 1.5em; margin-bottom: 45px; position: relative; z-index: 2; opacity: 0.95; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } /* BOUTONS ULTRA PRO */ .cta-header { display: inline-block; background: linear-gradient(135deg, #00a8e8 0%, #0096d6 100%); color: white; padding: 20px 50px; text-decoration: none; border-radius: 50px; font-weight: 700; font-size: 1.3em; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; z-index: 2; box-shadow: 0 10px 30px rgba(0, 168, 232, 0.5), 0 0 0 0 rgba(0, 168, 232, 0.4); border: 3px solid rgba(255, 255, 255, 0.3); overflow: hidden; } .cta-header::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s ease, height 0.6s ease; } .cta-header:hover::before { width: 400px; height: 400px; } .cta-header:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 60px rgba(0, 168, 232, 0.8), 0 0 0 8px rgba(0, 168, 232, 0.2); border-color: rgba(255, 255, 255, 0.6); } .cta-header i { margin-right: 12px; animation: phoneRing 1.5s ease-in-out infinite; } @keyframes phoneRing { 0%, 100% { transform: rotate(0deg); } 10%, 30% { transform: rotate(-15deg); } 20%, 40% { transform: rotate(15deg); } } /* Navigation premium avec BOUTONS VISIBLES */ nav { background: rgba(1, 18, 40, 0.98); backdrop-filter: blur(15px); padding: 20px; position: sticky; top: 0; z-index: 1000; box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7); border-bottom: 2px solid rgba(0, 168, 232, 0.3); text-align: center; } nav a { display: inline-block; color: white; text-decoration: none; padding: 15px 30px; margin: 0 10px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-weight: 700; font-size: 1.1em; position: relative; text-transform: uppercase; letter-spacing: 1.5px; background: linear-gradient(135deg, rgba(0, 168, 232, 0.2), rgba(0, 119, 182, 0.2)); border-radius: 50px; border: 2px solid rgba(0, 168, 232, 0.4); box-shadow: 0 5px 20px rgba(0, 168, 232, 0.2); } nav a:hover { background: linear-gradient(135deg, #00a8e8, #0077b6); color: white; transform: translateY(-3px); box-shadow: 0 10px 35px rgba(0, 168, 232, 0.6); border-color: #90e0ef; } /* Services Intro avec design premium */ .services-intro { background: rgba(0, 30, 70, 0.6); backdrop-filter: blur(10px); padding: 100px 20px; text-align: center; position: relative; border-top: 3px solid rgba(0, 168, 232, 0.3); border-bottom: 3px solid rgba(0, 168, 232, 0.3); } .services-intro::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(0, 168, 232, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(144, 224, 239, 0.1) 0%, transparent 50%); pointer-events: none; } .services-intro-content { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; } .services-intro h2 { color: white; font-size: 3.5em; margin-bottom: 50px; position: relative; display: inline-block; font-weight: 800; text-shadow: 0 5px 20px rgba(0, 168, 232, 0.8); } .services-intro h2::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80%; height: 5px; background: linear-gradient(90deg, transparent, #00a8e8, #90e0ef, #00a8e8, transparent); border-radius: 3px; box-shadow: 0 0 20px rgba(0, 168, 232, 0.8); } .services-intro p { font-size: 1.3em; margin-bottom: 25px; line-height: 2; color: rgba(255, 255, 255, 0.95); } .services-intro p strong { color: #90e0ef; font-size: 1.15em; text-shadow: 0 0 10px rgba(144, 224, 239, 0.5); } /* Services Section - CARDS ULTRA PRO */ #services { padding: 120px 20px; max-width: 1300px; margin: 0 auto; position: relative; } #services h2 { text-align: center; color: white; font-size: 3.5em; margin-bottom: 80px; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); font-weight: 800; text-shadow: 0 5px 20px rgba(0, 168, 232, 0.8); } #services h2::after { content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 100%; height: 5px; background: linear-gradient(90deg, transparent, #00a8e8, #90e0ef, #00a8e8, transparent); border-radius: 3px; box-shadow: 0 0 20px rgba(0, 168, 232, 0.8); } .services { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 60px; margin-top: 80px; } .service { background: linear-gradient(145deg, rgba(0, 40, 85, 0.8), rgba(0, 61, 130, 0.8)); backdrop-filter: blur(20px); border-radius: 25px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1); transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; border: 2px solid rgba(0, 168, 232, 0.3); } .service::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #00a8e8, #90e0ef, #00a8e8); box-shadow: 0 0 20px rgba(0, 168, 232, 0.8); } .service:hover { transform: translateY(-20px) scale(1.03); box-shadow: 0 30px 80px rgba(0, 168, 232, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2); border-color: rgba(144, 224, 239, 0.6); } .service-content { padding: 60px 40px; } .service h3 { color: white; font-size: 2.3em; margin-bottom: 25px; display: flex; align-items: center; gap: 20px; font-weight: 700; } .service h3 i { font-size: 1.4em; color: #00a8e8; background: linear-gradient(135deg, rgba(0, 168, 232, 0.2), rgba(144, 224, 239, 0.3)); padding: 20px; border-radius: 20px; transition: all 0.4s; box-shadow: 0 5px 20px rgba(0, 168, 232, 0.3); } .service:hover h3 i { transform: scale(1.15) rotate(10deg); background: linear-gradient(135deg, #00a8e8, #90e0ef); color: white; box-shadow: 0 10px 30px rgba(0, 168, 232, 0.6); } .service p { color: rgba(255, 255, 255, 0.9); margin-bottom: 30px; font-size: 1.15em; line-height: 1.9; } .service ul { list-style: none; margin-bottom: 40px; } .service ul li { padding: 15px 0; color: rgba(255, 255, 255, 0.85); font-size: 1.1em; display: flex; align-items: center; gap: 15px; } .service ul li::before { content: '✓'; color: #00a8e8; font-weight: bold; font-size: 1.4em; background: linear-gradient(135deg, rgba(0, 168, 232, 0.2), rgba(144, 224, 239, 0.2)); width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 3px 10px rgba(0, 168, 232, 0.3); } /* BOUTON CTA ULTRA PRO */ .cta { display: inline-block; background: linear-gradient(135deg, #00a8e8 0%, #0096d6 100%); color: white; padding: 18px 45px; text-decoration: none; border-radius: 50px; font-weight: 700; font-size: 1.2em; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 10px 30px rgba(0, 168, 232, 0.5), 0 0 0 0 rgba(0, 168, 232, 0.4); position: relative; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.2); } .cta::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s ease, height 0.6s ease; } .cta:hover::before { width: 350px; height: 350px; } .cta:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 15px 50px rgba(0, 168, 232, 0.8), 0 0 0 6px rgba(0, 168, 232, 0.2); border-color: rgba(255, 255, 255, 0.5); } /* Section Pourquoi nous - Design Premium */ .why-choose { background: linear-gradient(135deg, rgba(0, 24, 69, 0.95) 0%, rgba(0, 40, 85, 0.95) 50%, rgba(0, 61, 130, 0.95) 100%); backdrop-filter: blur(20px); color: white; padding: 120px 20px; text-align: center; position: relative; overflow: hidden; border-top: 3px solid rgba(0, 168, 232, 0.5); border-bottom: 3px solid rgba(0, 168, 232, 0.5); } .why-choose::before { content: ''; position: absolute; top: -50%; right: -10%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(0, 168, 232, 0.15) 0%, transparent 70%); border-radius: 50%; animation: pulse 8s ease-in-out infinite; } .why-choose::after { content: ''; position: absolute; bottom: -50%; left: -10%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(144, 224, 239, 0.15) 0%, transparent 70%); border-radius: 50%; animation: pulse 8s ease-in-out infinite reverse; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.1); } } .why-choose h2 { font-size: 3.5em; margin-bottom: 80px; position: relative; z-index: 1; font-weight: 800; text-shadow: 0 5px 20px rgba(0, 168, 232, 0.8); } .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 50px; max-width: 1300px; margin: 0 auto; position: relative; z-index: 1; } .feature-item { padding: 50px 30px; background: linear-gradient(145deg, rgba(0, 40, 85, 0.6), rgba(0, 61, 130, 0.6)); backdrop-filter: blur(15px); border-radius: 25px; transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid rgba(0, 168, 232, 0.3); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1); } .feature-item:hover { background: linear-gradient(145deg, rgba(0, 61, 130, 0.8), rgba(0, 119, 182, 0.8)); transform: translateY(-15px) scale(1.05); border-color: #90e0ef; box-shadow: 0 20px 60px rgba(0, 168, 232, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2); } .feature-item i { font-size: 4em; margin-bottom: 25px; color: #00a8e8; transition: all 0.4s; filter: drop-shadow(0 5px 15px rgba(0, 168, 232, 0.5)); } .feature-item:hover i { transform: scale(1.3) rotate(10deg); color: #90e0ef; filter: drop-shadow(0 10px 25px rgba(144, 224, 239, 0.8)); } .feature-item h3 { font-size: 1.5em; margin-bottom: 15px; font-weight: 700; } .feature-item p { font-size: 1.1em; opacity: 0.9; } /* Contact Section Ultra Premium */ #contact { padding: 120px 20px; background: rgba(0, 30, 70, 0.4); backdrop-filter: blur(10px); } #contact h2 { text-align: center; color: white; font-size: 3.5em; margin-bottom: 80px; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); font-weight: 800; text-shadow: 0 5px 20px rgba(0, 168, 232, 0.8); } #contact h2::after { content: ''; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); width: 100%; height: 5px; background: linear-gradient(90deg, transparent, #00a8e8, #90e0ef, #00a8e8, transparent); border-radius: 3px; box-shadow: 0 0 20px rgba(0, 168, 232, 0.8); } .contact-wrapper { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 70px; background: linear-gradient(145deg, rgba(0, 40, 85, 0.8), rgba(0, 61, 130, 0.8)); backdrop-filter: blur(20px); padding: 60px; border-radius: 30px; box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1); border: 2px solid rgba(0, 168, 232, 0.3); } .contact-info h3 { color: white; font-size: 2.2em; margin-bottom: 40px; font-weight: 700; } .contact-detail { display: flex; align-items: center; margin-bottom: 30px; font-size: 1.2em; padding: 20px; background: linear-gradient(135deg, rgba(0, 168, 232, 0.15), rgba(144, 224, 239, 0.1)); backdrop-filter: blur(10px); border-radius: 15px; transition: all 0.4s; border: 1px solid rgba(0, 168, 232, 0.3); } .contact-detail:hover { background: linear-gradient(135deg, rgba(0, 168, 232, 0.25), rgba(144, 224, 239, 0.2)); transform: translateX(10px); border-color: rgba(144, 224, 239, 0.6); box-shadow: 0 10px 30px rgba(0, 168, 232, 0.3); } .contact-detail i { color: #00a8e8; font-size: 2em; margin-right: 20px; width: 50px; background: linear-gradient(135deg, rgba(0, 168, 232, 0.2), rgba(144, 224, 239, 0.2)); padding: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0, 168, 232, 0.4); } .contact-detail a { color: white; text-decoration: none; transition: color 0.3s; font-weight: 500; } .contact-detail a:hover { color: #90e0ef; } /* Formulaire Ultra Premium */ form { display: flex; flex-direction: column; gap: 25px; } form input, form textarea { padding: 20px 25px; border: 2px solid rgba(0, 168, 232, 0.3); border-radius: 15px; font-size: 1.1em; font-family: inherit; transition: all 0.4s; background: rgba(0, 40, 85, 0.5); backdrop-filter: blur(10px); color: white; } form input::placeholder, form textarea::placeholder { color: rgba(255, 255, 255, 0.5); } form input:focus, form textarea:focus { outline: none; border-color: #00a8e8; background: rgba(0, 61, 130, 0.6); box-shadow: 0 0 30px rgba(0, 168, 232, 0.3), inset 0 0 20px rgba(0, 168, 232, 0.1); transform: translateY(-2px); } form button { background: linear-gradient(135deg, #00a8e8 0%, #0096d6 100%); color: white; padding: 22px 50px; border: none; border-radius: 50px; font-size: 1.25em; font-weight: 700; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 10px 40px rgba(0, 168, 232, 0.6), 0 0 0 0 rgba(0, 168, 232, 0.4); position: relative; overflow: hidden; border: 3px solid rgba(255, 255, 255, 0.2); } form button::before { content: ''; position: absolute; top: 50%; left: 50%; width: 0; height: 0; background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.6s ease, height 0.6s ease; } form button:hover::before { width: 500px; height: 500px; } form button:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 60px rgba(0, 168, 232, 0.9), 0 0 0 8px rgba(0, 168, 232, 0.3); border-color: rgba(255, 255, 255, 0.5); } form button i { margin-right: 12px; } /* Footer Premium */ footer { background: linear-gradient(135deg, rgba(0, 18, 40, 0.98), rgba(0, 24, 69, 0.98)); backdrop-filter: blur(20px); color: white; text-align: center; padding: 50px 20px; border-top: 3px solid rgba(0, 168, 232, 0.5); box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5); } footer p { margin: 10px 0; font-size: 1.1em; } footer a { color: #90e0ef; text-decoration: none; transition: color 0.3s; font-weight: 600; } footer a:hover { color: white; text-shadow: 0 0 10px rgba(144, 224, 239, 0.8); } /* WhatsApp Button Ultra Premium */ .whatsapp-float { position: fixed; width: 75px; height: 75px; bottom: 35px; right: 35px; background: linear-gradient(135deg, #25d366, #128c7e); color: white; border-radius: 50%; text-align: center; font-size: 42px; box-shadow: 0 10px 40px rgba(37, 211, 102, 0.6), 0 0 0 0 rgba(37, 211, 102, 0.4); z-index: 1000; display: flex; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); animation: whatsappPulse 3s infinite; border: 3px solid rgba(255, 255, 255, 0.3); } @keyframes whatsappPulse { 0%, 100% { box-shadow: 0 10px 40px rgba(37, 211, 102, 0.6), 0 0 0 0 rgba(37, 211, 102, 0.4); } 50% { box-shadow:
/* =========================
   OPTIMISATION MOBILE
   ========================= */
@media (max-width: 768px) {

  /* ----- HEADER ----- */
  header {
    padding: 40px 15px 70px;
  }

  .logo-container img {
    max-width: 180px;
    animation: none; /* animation désactivée sur mobile */
  }

  header h1 {
    font-size: 2em;
    line-height: 1.2;
  }

  header p {
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  .cta-header {
    padding: 15px 30px;
    font-size: 1.05em;
  }

  /* ----- NAVIGATION ----- */
  nav {
    padding: 10px;
  }

  nav a {
    padding: 10px 18px;
    margin: 6px 4px;
    font-size: 0.9em;
    letter-spacing: 1px;
  }

  /* ----- TITRES DE SECTIONS ----- */
  h2,
  .services-intro h2,
  #services h2,
  .why-choose h2,
  #contact h2 {
    font-size: 2em;
    margin-bottom: 40px;
  }

  /* ----- SERVICES INTRO ----- */
  .services-intro {
    padding: 60px 15px;
  }

  .services-intro p {
    font-size: 1.05em;
    line-height: 1.7;
  }

  /* ----- GRILLE SERVICES ----- */
  .services {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .service-content {
    padding: 35px 25px;
  }

  .service h3 {
    font-size: 1.5em;
    gap: 12px;
  }

  .service h3 i {
    font-size: 1.1em;
    padding: 12px;
  }

  .service p,
  .service ul li {
    font-size: 1em;
  }

  /* ----- WHY CHOOSE ----- */
  .why-choose {
    padding: 70px 15px;
  }

  .features-grid {
    gap: 30px;
  }

  .feature-item {
    padding: 35px 25px;
  }

  .feature-item i {
    font-size: 3em;
  }

  /* ----- CONTACT ----- */
  .contact-wrapper {
    grid-template-columns: 1fr;
    padding: 35px 25px;
    gap: 40px;
  }

  .contact-info h3 {
    font-size: 1.6em;
  }

  .contact-detail {
    font-size: 1em;
    padding: 15px;
  }

  /* ----- FORMULAIRE ----- */
  form input,
  form textarea {
    font-size: 1em;
    padding: 15px 18px;
  }

  form button {
    font-size: 1.1em;
    padding: 16px 30px;
  }

  /* ----- FOOTER ----- */
  footer p {
    font-size: 1em;
  }

  /* ----- WHATSAPP BUTTON ----- */
  .whatsapp-float {
    width: 60px;
    height: 60px;
    font-size: 32px;
    bottom: 20px;
    right: 20px;
  }
}
