.elementor-385 .elementor-element.elementor-element-200536f{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-200536f *//* ===== Fond animé section AGB ===== */
#agb-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(1200px 600px at 12% 8%, rgba(79,255,202,0.08), transparent 60%),
              radial-gradient(900px 500px at 88% 18%, rgba(0,224,255,0.08), transparent 60%),
              linear-gradient(135deg, #0f172a, #1e293b 60%, #0b1324);
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
#agb-section::before,
#agb-section::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.06), rgba(255,255,255,0));
  filter: blur(12px);
  animation: float 10s ease-in-out infinite alternate;
}
#agb-section::after {
  top: 16%;
  left: 66%;
  animation-delay: 4s;
}
@keyframes float {
  from { transform: translateY(0) scale(1); }
  to   { transform: translateY(-40px) scale(1.15); }
}

/* ===== Carte centrale ===== */
.agb-card {
  margin: auto;
  max-width: 980px;
  width: 100%;
  padding: 40px 24px;
  border-radius: 20px;
  color: #eaf2ff;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0,0,0,0.35),
              inset 0 0 0 1px rgba(255,255,255,0.08);
  animation: cardIn 0.8s ease both;
  box-sizing: border-box;
  overflow: hidden;
}
@keyframes cardIn {
  from { opacity: 0; transform: translateY(30px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ===== Hero ===== */
.agb-hero {
  text-align: center;
  padding: 18px 12px 8px;
}
.agb-icon {
  font-size: clamp(36px, 7vw, 48px);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .9; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(1); opacity: .9; }
}
.agb-title {
  margin: 8px 0 4px;
  font-size: clamp(28px, 4vw, 40px);
  background: linear-gradient(90deg, #4fffca, #00e0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(0,224,255,0.35);
}
.agb-subtitle {
  margin: 0 6px 12px;
  color: #b9c8ff;
  opacity: .9;
}
.agb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 8px 0 12px;
}

/* ===== Liens ===== */
.link {
  color: #9af7ff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(154,247,255,.6);
}
.link:hover,
.link:focus {
  border-bottom-color: transparent;
  outline: none;
}

/* ===== Sections ===== */
.agb-section-block {
  margin: 16px 0 14px;
  padding: 16px 16px 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.agb-section-block h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.6vw, 22px);
  color: #e7f6ff;
  font-weight: 800;
}
.agb-section-block p,
.agb-section-block li {
  color: #d7e7ff;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

/* ===== Responsive ===== */
.agb-card,
.agb-card * {
  color: #eaf2ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media(max-width: 768px) {
  #agb-section { padding: 28px 14px; }
  .agb-card { border-radius: 16px; padding: 20px 16px; }
  .agb-nav { gap: 6px; font-size: 14px; }
}/* End custom CSS */