.elementor-16071101 .elementor-element.elementor-element-8c3184e{margin-top:-25px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-db667a5 *//* ========================================================
   LA TECHNOLOGIE R'BULL - DESIGN DISRUPTIF PREMIUM
   ======================================================== */

/* --- LE FOND DE L'UNIVERS --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-universe-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #050914; /* Noir ultra-profond */
  color: #ffffff;
  overflow: hidden;
  font-family: inherit;
  
  /* L'antidote au bandeau blanc pour coller au Footer */
  padding-bottom: 150px;
  margin-bottom: -150px !important;
}

/* --- LE BOUTON REMONTER (SCROLL TO TOP) --- */
#btn-remonter {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2147483647 !important; /* Force ultime pour passer par-dessus TOUT */
  width: 45px;
  height: 45px;
  background-color: #F36523; /* Orange R'BULL très visible */
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(243, 101, 35, 0.4);
}
#btn-remonter:hover {
  background-color: #ff7538;
  border-color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(243, 101, 35, 0.6);
  color: #ffffff !important;
}
#btn-remonter.visible {
  opacity: 1;
  visibility: visible;
}
#btn-remonter svg {
  fill: none !important;
  stroke: #ffffff !important;
}
@media (max-width: 768px) {
  #btn-remonter { bottom: 20px; right: 20px; width: 40px; height: 40px; }
}

/* ⭐️ DÉCAMOUFLAGE DE L'ÉVENTUELLE FLÈCHE PRESTASHOP ⭐️ */
#totop, #back-top, .back-to-top, #scroll-top, .scroll-top, #to-top, .totop, .scroll-top-btn {
  z-index: 2147483647 !important;
  background-color: #F36523 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
#totop i, #back-top i, .back-to-top i, #scroll-top i, .scroll-top i, #to-top i, .totop i, .scroll-top-btn i,
#totop svg, #back-top svg, .back-to-top svg, #scroll-top svg, .scroll-top svg, #to-top svg, .totop svg, .scroll-top-btn svg {
  color: #fff !important;
  fill: #fff !important;
}

/* --- EFFETS DE LUMIÈRE VOLUMÉTRIQUES (ORBS) --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(150px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  animation: floatOrb 15s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .orb-blue {
  width: 600px; height: 600px;
  background: rgba(21, 92, 174, 0.4);
  top: -10%; left: -10%;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .orb-orange {
  width: 500px; height: 500px;
  background: rgba(243, 101, 35, 0.3);
  top: 40%; right: -10%;
  animation-delay: -5s;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .orb-accent {
  width: 400px; height: 400px;
  background: rgba(77, 166, 245, 0.3);
  bottom: -10%; left: 20%;
  animation-delay: -10s;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(80px, 50px) scale(1.2); }
  100% { transform: translate(-50px, 80px) scale(0.9); }
}

/* --- LE CONTENEUR PRINCIPAL --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-container {
  position: relative;
  z-index: 10;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 5%;
}

/* --- LE GLASSMORPHISM (LE VERRE DÉPOLI) --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-glass-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-glass-card:hover {
  transform: translateY(-5px);
  border-color: rgba(77, 166, 245, 0.3);
}

/* --- SECTION 1 : HERO --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(243, 101, 35, 0.1);
  color: #F36523;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: 1px solid rgba(243, 101, 35, 0.3);
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .pulse-dot {
  width: 8px; height: 8px;
  background: #F36523;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 10px #F36523;
  animation: pulse 2s infinite;
}
@keyframes pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.5); } 100% { opacity: 1; transform: scale(1); } }

.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-title {
  font-size: clamp(40px, 6vw, 75px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-title span {
  background: linear-gradient(90deg, #4da6ff 0%, #155CAE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-subtitle {
  font-size: clamp(18px, 2vw, 22px);
  color: #9AA4B2;
  line-height: 1.6;
}

/* --- SECTION 2 : LE CŒUR DU RÉACTEUR --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-core {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 30px;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-card {
  flex: 1;
  padding: 40px;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-icon {
  width: 60px; height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid rgba(255,255,255,0.1);
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-card h3 { font-size: 24px; margin-bottom: 15px; font-weight: 700; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-card p { font-size: 15px; color: #9AA4B2; line-height: 1.6; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-card p strong { color: #fff; }

/* Animation du centre (La Molécule) */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-core-center {
  flex: 1;
  display: flex;
  justify-content: center;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-bubble-animation {
  position: relative;
  width: 250px; height: 250px;
  display: flex; align-items: center; justify-content: center;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(77, 166, 245, 0.3);
  width: 100%; height: 100%;
  animation: spin 10s linear infinite;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .ring-2 {
  width: 70%; height: 70%;
  border: 2px dashed rgba(243, 101, 35, 0.4);
  animation: spin-reverse 15s linear infinite;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .core-molecule {
  width: 100px; height: 100px;
  background: linear-gradient(135deg, #155CAE, #F36523);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 18px; letter-spacing: 1px;
  box-shadow: 0 0 40px rgba(243, 101, 35, 0.6);
  animation: breathe 3s ease-in-out infinite alternate;
}
@keyframes spin { 100% { transform: rotate(360deg); } }
@keyframes spin-reverse { 100% { transform: rotate(-360deg); } }
@keyframes breathe { 0% { transform: scale(0.95); box-shadow: 0 0 30px rgba(243, 101, 35, 0.4); } 100% { transform: scale(1.05); box-shadow: 0 0 60px rgba(243, 101, 35, 0.8); } }

/* --- SECTION 3 : LES SUPER-POUVOIRS (GRILLE BENTO) --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-superpowers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
  margin-bottom: 120px;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .power-card { 
  padding: 40px; 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-start; /* ⭐️ LA CORRECTION : Aligne tout vers le haut ⭐️ */
  gap: 15px; /* ⭐️ Verrouille un espace parfait et élégant entre le numéro, le titre et le texte ⭐️ */
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .power-card h2 { 
  font-size: 65px; /* Légèrement agrandi pour asseoir le côté Premium */
  font-weight: 900; 
  color: rgba(255,255,255,0.05); 
  margin: 0; /* Les marges sont désormais gérées par le "gap" au-dessus */
  line-height: 1;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .power-card h3 { 
  font-size: 22px; 
  font-weight: 700; 
  margin: 0; 
  color: #fff;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .power-card p { 
  font-size: 15px; 
  color: #9AA4B2; 
  line-height: 1.6; 
  margin: 0;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .tall { grid-row: span 2; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .wide { grid-column: span 2; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .square { grid-column: span 1; }

/* --- SECTION 4 : LA CERTIFICATION --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .certif-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background: linear-gradient(135deg, rgba(21, 92, 174, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-color: rgba(77, 166, 245, 0.3);
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .certif-content h4 { color: #4da6ff; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; font-weight: 700;}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .certif-content h2 { font-size: 40px; font-weight: 800; margin-bottom: 15px; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .certif-content p { color: #9AA4B2; font-size: 16px; max-width: 600px; line-height: 1.6;}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #F36523 0%, #d54c0e 100%);
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(243, 101, 35, 0.3);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(243, 101, 35, 0.5);
  color: #fff;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-core { flex-direction: column; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-core-center { margin: 40px 0; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-superpowers { grid-template-columns: 1fr 1fr; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tall { grid-row: span 1; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .wide { grid-column: span 2; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .certif-banner { flex-direction: column; text-align: center; gap: 40px; padding: 40px; }
}

@media (max-width: 768px) {
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-container { padding: 40px 5%; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-superpowers { grid-template-columns: 1fr; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .wide { grid-column: span 1; }
  .elementor-16071101 .elementor-element.elementor-element-db667a5 .tech-title { font-size: 36px; }
}

/* --- ⭐️ LE WIDGET THERMIQUE ANIMÉ (CARTE 01) ⭐️ --- */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .thermal-shield-widget {
  margin-top: auto; /* Pousse le widget tout en bas de la carte pour combler le vide ! */
  background: linear-gradient(180deg, rgba(243, 101, 35, 0.1) 0%, rgba(21, 92, 174, 0.1) 100%);
  border-radius: 16px;
  padding: 20px 25px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .heat-zone, .elementor-16071101 .elementor-element.elementor-element-db667a5 .cool-zone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px; /* ⭐️ NOUVEAU : Force une distance de sécurité entre les deux éléments ⭐️ */
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .heat-zone { color: #ff5e5e; margin-bottom: 25px; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .cool-zone { color: #4da6ff; margin-top: 25px; }

/* Les températures avec un léger effet Néon */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .thermal-shield-widget .temp { 
  font-size: 28px; 
  font-weight: 900; 
  line-height: 1; 
  text-shadow: 0 0 15px currentColor; 
}

/* Le texte explicatif en blanc pur pour un contraste parfait */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .thermal-shield-widget .label { 
  font-size: 13px; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  color: #ffffff; 
  font-weight: 700;
  text-align: right;
}

/* Le Bouclier R'BULL */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .shield-barrier {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  position: relative;
  box-shadow: 0 0 10px rgba(255,255,255,0.8), 0 0 20px rgba(77, 166, 245, 0.6);
  border-radius: 50px;
}

/* Les Rayons de chaleur qui rebondissent */
.elementor-16071101 .elementor-element.elementor-element-db667a5 .ray {
  position: absolute;
  width: 3px;
  height: 20px;
  background: #ff5e5e;
  bottom: 100%;
  border-radius: 5px;
  opacity: 0;
  box-shadow: 0 0 8px #ff5e5e;
}

.elementor-16071101 .elementor-element.elementor-element-db667a5 .ray-1 { left: 25%; animation: bounceHeat 2.5s infinite 0.2s; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .ray-2 { left: 50%; animation: bounceHeat 2.5s infinite 1.2s; height: 25px; }
.elementor-16071101 .elementor-element.elementor-element-db667a5 .ray-3 { left: 75%; animation: bounceHeat 2.5s infinite 0.7s; }

@keyframes bounceHeat {
  0% { transform: translateY(-30px); opacity: 0; }
  20% { transform: translateY(0); opacity: 1; height: 20px; } /* Frappe le bouclier */
  30% { transform: translateY(0); opacity: 1; height: 8px; } /* S'écrase sous la vitesse */
  45% { transform: translateY(-40px); opacity: 0; height: 20px; } /* Rebondit vers le haut */
  100% { transform: translateY(-40px); opacity: 0; }
}/* End custom CSS */