.text-bouton-or-on-dark {
  color: #f2e200;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .35);
  font-weight: 700;
}

.biography-section {
  background: #f8f9fa;
  padding: 0 0 50px 0;
}

.bio-image {
  width: 100%;
  max-width: 100%;
  max-height: 800px;
  /* object-fit: contain; */
  display: block;
  margin: 0 auto 20px;
  border-radius: 0;
}

.bio-content-left {
  max-width: 1200px;
  margin: 0 auto 50px 20px;
  padding: 0 20px;
  text-align: left;
}

.bio-content-right {
  max-width: 1200px;
  margin: 0 20px 50px auto;
  /* top right bottom left */
  padding: 0 20px;
  text-align: right;
}

.bio-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.bio-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: justify;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priorities-section {
  background: white;
  padding: 80px 40px;
}

.priorities-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.priorities-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priorities-subtitle {
  font-size: 1.4rem;
  color: #7f8c8d;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priorities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.priority-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.priority-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.priority-icon {
  width: 80px;
  height: 80px;
  background: #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.priority-icon i {
  font-size: 32px;
  color: white;
}

.priority-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priority-list {
  margin-bottom: 25px;
  text-align: left;
}

.priority-item {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priority-item strong {
  color: #2c3e50;
  font-weight: 700;
}

.priority-link {
  display: inline-block;
  color: #e91e63;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
  font-family: 'Proxima Nova', Arial, sans-serif;
}

.priority-link:hover {
  border-bottom-color: #e91e63;
}

.program-cta {
  margin-top: 60px;
  text-align: center;
}

.program-button {
  display: inline-block;
  background: linear-gradient(135deg, #e91e63, #c2185b);
  color: white;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  font-family: 'Proxima Nova', Arial, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3);
}

.program-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
}

.main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 120px 80px 80px;
  gap: 100px;
  /* Hero index : fond bleu foncé uniforme */
  /* background: #081236; */
  background: linear-gradient(135deg, #081236 0%, #0f2b5c 45%, #1b6fb4 100%);
}

.content-left {
    flex: 1;
    max-width: 600px;
    padding-top: 80px;
}

.main-title {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 20px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.main-title .title-blue {
    color: white !important;
}

.title-white {
    color: white;
    display: block;
}

.subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.cta-button {
    background: #e91e63;
    color: white;
    border: none;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 40px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.cta-button:hover {
    background: #c2185b;
}

.cta-button-2 {
    background: #47aa05;
    color: white;
    border: none;
    padding: 18px 36px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 40px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.cta-button-2:hover {
    background: #076404;
}

.statistics {
    display: flex;
    gap: 80px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: white;
    line-height: 1;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 8px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.content-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
}

.profile-container {
    position: relative;
}

.profile-image {
    position: relative;
    width: 420px;
    height: 420px;
}

.profile-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid rgba(255, 255, 255, 0.3);
}

.facebook-feed-section {
    background: #f8f9fa;
    /* padding: 80px 40px; */
    text-align: center;
}

.facebook-feed-container iframe {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin-top: 40px;
}

.fb-page {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
}