.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-f37ccee */.rc-footer {
  background: #1a237e;
  padding: 60px 0 0;
}

.rc-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 60px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Col 1 */
.rc-footer-logo {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 6px;
}

.rc-footer-baseline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 16px;
}

.rc-footer-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0 0 24px;
}

.rc-footer-social {
  display: flex;
  gap: 10px;
}

.rc-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.rc-footer-social a:hover {
  border-color: #fff;
  color: #fff;
}

/* Colonnes nav */
.rc-footer-heading {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 20px;
}

.rc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rc-footer-links a {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.rc-footer-links a:hover {
  color: #fff;
}

/* CTA box */
.rc-footer-cta-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rc-footer-cta-box p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  margin: 0;
}

.rc-footer-cta-btn {
  background: #f5c842;
  color: #1a1a1a !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  display: block;
  transition: background 0.2s;
}

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

/* Barre basse */
.rc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rc-footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.rc-footer-bottom-links {
  display: flex;
  gap: 24px;
}

.rc-footer-bottom-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.rc-footer-bottom-links a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .rc-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  .rc-footer-inner { grid-template-columns: 1fr; padding: 0 20px 40px; }
  .rc-footer-bottom { flex-direction: column; align-items: flex-start; padding: 20px; }
  .rc-footer-bottom-links { flex-wrap: wrap; gap: 16px; }
}/* End custom CSS */