.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for section, class: .elementor-element-a3e5d72 *//* ========== RESET ========== */
.cide-projets-page * {
  box-sizing: border-box;
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
}

/* ========== HERO PAYS ========== */
.cide-projets-hero {
  background: #1a2e5a;
  padding: 60px 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cide-projets-hero::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(212,160,23,0.06);
}

.cide-projets-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: rgba(212,160,23,0.06);
}

.cide-projets-breadcrumb {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.cide-projets-breadcrumb a {
  color: #d4a017;
  text-decoration: none;
}

.cide-projets-breadcrumb a:hover {
  text-decoration: underline;
}

.cide-projets-hero-flag {
  font-size: 56px;
  display: block;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.cide-projets-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.cide-projets-hero h1 span {
  color: #d4a017;
}

.cide-projets-hero-divider {
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin: 0 auto 20px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}

.cide-projets-hero-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,160,23,0.15);
  border: 1px solid rgba(212,160,23,0.4);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  position: relative;
  z-index: 2;
}

.cide-projets-hero-count strong {
  color: #d4a017;
}

/* ========== CONTENEUR PROJETS ========== */
.cide-projets-wrapper {
  background: #f4f6f9;
  padding: 70px 80px;
}

.cide-projets-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

/* ========== CARTE PROJET ========== */
/* 
  CLASSE RÉUTILISABLE : .cide-projet-card
  À appliquer sur chaque div englobant un projet 
*/
.cide-projet-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(26,46,90,0.07);
  border-left: 4px solid #d4a017;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.cide-projet-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 80px; height: 80px;
  background: rgba(212,160,23,0.04);
  border-radius: 0 16px 0 80px;
}

.cide-projet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(26,46,90,0.12);
}

/* Numéro du projet */
.cide-projet-card-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 48px;
  font-weight: 800;
  color: rgba(26,46,90,0.05);
  line-height: 1;
  user-select: none;
}

/* Titre du projet */
.cide-projet-card-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a2e5a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-right: 60px;
}

/* Divider interne */
.cide-projet-card-divider {
  width: 40px;
  height: 2px;
  background: #d4a017;
  border-radius: 2px;
  margin-bottom: 16px;
}

/* Description */
.cide-projet-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.85;
}

.cide-projet-card-desc strong {
  color: #1a2e5a;
  font-weight: 700;
}

/* Tags optionnels */
.cide-projet-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cide-projet-tag {
  display: inline-block;
  background: #f4f6f9;
  color: #1a2e5a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(26,46,90,0.1);
}

.cide-projet-tag.gold {
  background: rgba(212,160,23,0.1);
  color: #b8880f;
  border-color: rgba(212,160,23,0.3);
}

/* ========== NAVIGATION PAYS ========== */
.cide-projets-nav {
  background: #ffffff;
  padding: 24px 80px;
  border-bottom: 1px solid rgba(26,46,90,0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cide-projets-nav-label {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 8px;
}

.cide-pays-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #1a2e5a;
  background: #f4f6f9;
  border: 1px solid rgba(26,46,90,0.1);
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cide-pays-btn:hover,
.cide-pays-btn.active {
  background: #1a2e5a;
  color: #ffffff;
  border-color: #1a2e5a;
}

.cide-pays-btn.active {
  background: #d4a017;
  border-color: #d4a017;
  color: #ffffff;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .cide-projets-hero { padding: 50px 40px; }
  .cide-projets-wrapper { padding: 60px 40px; }
  .cide-projets-nav { padding: 20px 40px; }
}

@media (max-width: 768px) {
  .cide-projets-hero { padding: 50px 24px; }
  .cide-projets-hero h1 { font-size: 36px; letter-spacing: 2px; }
  .cide-projets-hero-flag { font-size: 42px; }
  .cide-projets-wrapper { padding: 40px 20px; }
  .cide-projets-nav { padding: 16px 20px; }
  .cide-projet-card { padding: 28px 24px; }
  .cide-projet-card-title { font-size: 15px; padding-right: 40px; }
  .cide-projet-card-number { font-size: 36px; }
}

@media (max-width: 480px) {
  .cide-projets-hero h1 { font-size: 28px; }
  .cide-projet-card { padding: 24px 20px; }
  .cide-projet-card-title { font-size: 14px; }
  .cide-projet-card-desc { font-size: 13px; }
}/* End custom CSS */