.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-85630a2 */.rc-header-bar {
  background: #1a237e;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}

.rc-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.rc-header-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.rc-header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.rc-header-nav a {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  transition: color 0.2s;
  position: relative;
}

.rc-header-nav a:hover {
  color: #ffffff;
}

/* Soulignage jaune sur l'item actif */
.rc-header-nav a.active,
.rc-header-nav a:first-child {
  color: #ffffff;
}

.rc-header-nav a.active::after,
.rc-header-nav a:first-child::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #f5c842;
  border-radius: 2px;
}

.rc-header-cta {
  background: #f5c842;
  color: #1a1a1a !important;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.rc-header-cta:hover {
  background: #fde94e;
}

/* Mobile : hamburger */
@media (max-width: 1024px) {
  .rc-header-nav { display: none; }
  .rc-header-inner { padding: 0 20px; }
}/* End custom CSS */