@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* --- Variables & Charte Graphique --- */
:root {
    --primary-color: #082A46; /* Bleu marine principal */
    --accent-color: #D49D3F;  /* Or/Jaune accent */
    --background-color: #FFFFFF;
    --text-color: #333333;
    --light-gray: #ececec;
    --font-header: 'Poppins', sans-serif;
    --font-body: 'Montserrat', sans-serif;
}
body {
  font-family: 'Montserrat', sans-serif;


}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
}

h4 {
  font-family: "Poppins", sans-serif;
}

header {
  background: rgba(0, 0, 0, 0.30);
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 110px;
}

header nav {
  width: 85%;
  margin: auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav img {
  width: 120px;
  height: 50px;
}

header nav #navMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 25px;
}

header nav #navMenu .link-partner {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

header nav #navMenu .ul-partenaire {
  display: none;
}

header nav #navMenu .ul-partenaire ul {
  width: 200px;
  height: auto;
  position: absolute;
  padding-top: 45px;
}



header nav #navMenu .ul-partenaire ul .ul-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  background-color: rgb(8, 42, 70, 0.95);
  padding: 20px 25px 20px 25px;
}

header nav #navMenu .ul-partenaire ul .ul-container a {
  font-size: 13.5px;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 30px;
}

header nav a {
  text-decoration: none;
}

header nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

header nav button {
  width: 150px;
  padding: 15px;
  background-color: #D49D3F;
  border: #D49D3F;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;

}


header nav ul li a:hover,
header nav ul li a.active {
  color: #D49D3F !important;
  border-bottom: 2.5px solid #D49D3F;
  transition: color 0.2s, border-bottom 0.2s;
}



/* Page Agenda  */


.agenda .container {
  width: 85%;
  margin: auto;
  margin-top: 50px;
}

.agenda .herosectionagenda {
  width: 100%;
  height: 80vh;
  background: url('../images/bg/agenda-herosection.webp') center/cover no-repeat;
}

.agenda .herosectionagenda .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.agenda .herosectionagenda h2 {
  font-size: 3.7rem;
  line-height: 65px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.agenda .herosectionagenda p {
  text-align: center;
  color: white;
  margin: 0;
}

.agenda .herosectionagenda a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.agenda .presentation h2 {
  font-size: 2.6rem;
  color: #082A46;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.agenda .presentation h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #D49D3F;
  margin: 10px auto 0;
}

.agenda .presentation {
  margin-bottom: 60px;
}

.agenda .presentation h4 {
  font-weight: 500;
  max-width: 80%;
  font-size: 30px;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.agenda .presentation p {
  font-weight: 400;
  font-size: 16.5px;
  line-height: 35px;
  margin: 0;
}

.agenda .presentation li {
  max-width: 90%;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 0;
}

.agenda .presentation p span {
  font-weight: 600;
}

.agenda .themeSwiper {
  padding-top: 100px;
  overflow: hidden;
}

.agenda .themeSwiper .swiper-wrapper {
  display: flex;
  gap: 50px;
}

.agenda .themeSwiper .swiper-slide {
  width: 40%;
  min-height: 250px;
  background: #082A46;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agenda .themeSwiper .theme .icon {
  display: flex;
  justify-content: center;
}

.agenda .themeSwiper .theme .icon i {
  font-size: 50px;
  color: #D49D3F;
}

.agenda .themeSwiper .theme h3 {
  font-size: 18px;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  padding-top: 30px;
  padding-bottom: 10px;
}

.agenda .themeSwiper .theme p {
  font-weight: 400;
  font-size: 16.5px;
  line-height: 25px;
  text-align: center;
  color: white;
}

.agenda .themeSwiper .swiperbtn {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 50px;
}

.agenda .themeSwiper .swiperbtn i {
  font-size: 20px;
  cursor: pointer;
  color: #D49D3F;
}


/* Join us section */
.join-us {
  position: relative;
  width: 100%;
  min-height: 340px;
  padding: 80px 0;
  color: #082A46;
  background: url('../images/cta/4.webp') center center/cover no-repeat fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.join-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 30, 53, 0.55);
  z-index: 1;
}

.join-us-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.join-us-content h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.join-us-content p {
  font-size: 1.18rem;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.6;
  font-weight: 400;
}

.join-us .btn-register {
  background-color: #D49D3F;
  color: #0C1E35 !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 16px 44px;
  border-radius: 30px;
  transition: background 0.3s, color 0.3s;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.join-us .btn-register:hover {
  background-color: #b98228;
  color: #fff !important;
}


.banner-text .btn-main {
  margin-top: 28px;
}

/* Les bouton CTA */


.btn-main,
.btn-register,
.btn-opportunites,
.apropos-button,
.btn-thematiques,
.partenaire-button {
  background-color: #D49D3F;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.05rem;
  padding: 14px 38px;
  border: none;
  border-radius: 0;
  transition: background 0.3s, color 0.3s;
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  border: 2px solid #D49D3F !important;


}

.btn-main:hover,
.btn-register:hover,
.btn-opportunites:hover,
.apropos-button:hover,
.btn-thematiques:hover,
.partenaire-button:hover {
  background-color: #fff;
  color: #082A46 !important;
}

.bg-yellow {
  background-color: #D49D3F !important;
  color: #fff !important;
}

.btn-inscription-cta {
  background: transparent !important;
  color: #D49D3F !important;
  border: 2px solid #D49D3F !important;
  transition: background 0.3s, color 0.3s;
}

.btn-inscription-cta:hover {
  background: #D49D3F !important;
  color: #fff !important;
  border-color: #D49D3F !important;
}



/* Footer global */
/*footer*/

footer {
  width: 100%;
  min-height: 60vh;
  background: #082A46;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .container {
  width: 85%;
  margin: auto;
}

footer .container .footer-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

footer .container .footer-content .title {
  margin-bottom: 10px;
}

footer .container .footer-content .img {
  width: 15%;
}

footer .container .footer-content img {
  width: 150px;
  height: 75px;
}

footer .container .mailgenerale {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .container .mailgenerale a {
  color: white;
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 1rem;
      display: flex
;
    align-items: center;
    gap: 6px;
}

footer .container strong {
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
}

footer .container .link {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .container .link div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: white;
}

footer .container .link a {
  text-decoration: none;
  color: white;
}

footer .container .reseaux {
  width: 20%;
}

footer .container .reseaux .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

footer .container .reseaux .social-icons a {
  background: #fff2;
  color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

footer .container .reseaux .social-icons a:hover {
  background: #D49D3F;
  color: #fff;
}






footer .container .newsletter {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  margin-bottom: 50px;
}

footer .container .newsletter h2 {
  color: white;
  font-weight: 700;
  font-size: 30px;
}


footer .container .newsletter input {
  width: 90%;
  background-color: transparent;
  border: transparent;
  border-bottom: 2px solid white;
  padding: 15px;
  padding-left: 0px;
  color: #fff;
  font-size: 1rem;
  outline: none;
}

footer .container .newsletter input::placeholder {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}



footer .container .newsletter button {
  background-color: transparent;
  border: none;
  color: white;
  margin-left: -80px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

footer hr {
  border: none;
  border-top: 1.5px solid #fff2;
  margin: 24px 0 0 0;
  opacity: 0.7;
}




.footer-bottom {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.footer-bottom-left {
  text-align: left;
}

.footer-bottom-right {
  text-align: right;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 8px;
  transition: color 0.2s;
}

.footer-bottom p {
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  margin-right: 8px;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: #D49D3F;
}

/* Responsive styles for footer */

@media (max-width: 1200px) {
  footer .container .footer-content {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
  }

  footer .container .footer-content .img {
    width: 15%;
  }

  footer .container .mailgenerale {
    width: 35%;
  }

  footer .container .link {
    width: 25%;
    text-align: center;
  }

  footer .container .link {
    text-align: center;
  }

  footer .container .reseaux {
    width: 50%;
    text-align: center;

  }

  footer .container .newsletter {
    width: 100%;
    margin-top: 20px;
  }


}

@media (max-width: 950px) {

  footer .container .footer-content .img {
    width: 100%;
  }

  footer .container .mailgenerale {
    width: 100%;
  }

  footer .container .link {
    text-align: center;
    width: 1000%;
  }

  footer .container .link .title {
    display: flex;
    justify-content: center;
  }

  footer .container .reseaux {
    width: 100%;

  }

  footer .container .reseaux .social-icons {
    justify-content: center;
  }

  footer .container .newsletter {
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-bottom-left {
    width: 100%;
    text-align: center;
  }

  .footer-bottom-right {
    width: 100%;
    text-align: center;
  }


}

@media (max-width: 770px) {

  footer .container .footer-content .img {
    display: flex;
    justify-content: center;
  }

  footer .container .mailgenerale {
    width: 100%;
    text-align: center;
  }

  footer .container .link {
    align-items: center;
  }

  footer .container .reseaux {
    text-align: center;
  }

  footer .container .newsletter p {
    text-align: center;
  }

  footer .container .newsletter input {
    width: 95%;
  }

  footer .container .reseaux .social-icons {
    justify-content: center;
  }
}

.programme-section {
    font-family: var(--font-body);
}
.programme-section .container {
  width: 85%;
  margin: 0 auto;
}

.jour-titre {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 600;
  color: #0e104e;
  margin: 50px 0 20px;
  border-left: 6px solid #0e104e;
  padding-left: 12px;
  text-transform: uppercase;
}

.session {
  background: #fff;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.horaire {
  font-family: var(--font-body);
  background: #e6f2f1;
  color: #0e104e;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}

.session-titre {
  font-family: var(--font-body);
  color: #082A46;
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  text-transform: none;
}

.panel-subtitle {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 15px;
}

.session-desc {
  margin: 35px 0 0 0;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.discussion-points {
  list-style: none;
  padding-left: 50px; 
  margin-top: 10px;
}

.discussion-points li {
  position: relative; 
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
}

.discussion-points li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  color: var(--accent-color); 
  position: absolute;
  left: -25px; 
  top: 0px; 
  font-size: 0.8em;
}

.masterclass-session {
    margin-top: 25px;
    padding-top: 25px;
}

/* La première session n'a pas besoin de ligne de séparation au-dessus */
.masterclass-session:first-of-type {
    margin-top: 15px;
    padding-top: 0;
    border-top: none;
}

.masterclass-session h5 {
    font-family: var(--font-header);
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 10px;
}


.speakers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
  margin-top: 10px;
}

/* ====== Carte intervenant (format horizontal) ====== */
.speaker-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f9fafc;
  width: 390px; 
  padding: 12px 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.speaker-card:hover {
  border: 0.1px solid #000;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ====== Image circulaire ====== */
.speaker-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

/* ====== Infos ====== */
.speaker-info {
  flex: 1;
  text-align: left;
}

.speaker-info .role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #000000;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  margin-bottom: 4px;
}

.speaker-card.moderator .role {
  background: #27ae60; 
}

.speaker-card.speaker .role {
  background: #000000; 
}

.speaker-card.keynote .role {
  background: #2b9093; 
}

.speaker-info h4 {
  margin: 0;
  font-size: 15px;
  color: #D49D3F; /* doré Diaspora */
  text-transform: uppercase;
  font-weight: 700;
}

.speaker-info .fonction {
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  margin: 2px 0;
}

.institution {
  color: #082A46;
  font-weight: 600;
  font-size: 13px;
}

.masterclass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.masterclass-header h5 {
  font-family: var(--font-header);
  font-weight: 600;
  font-size: 19px;
  color: #000;
  margin: 0;
}

.partners-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.partners-logos img {
  height: 80px;
  width: auto;
  object-fit: contain;
  background: #fff;
  padding: 4px 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.swal2-confirm.my-custom-btn {
  width: 150px;
  padding: 15px;
  background-color: #D49D3F;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;

}

.swal2-confirm.my-custom-btn:focus {
    outline: none;
}

@media (max-width: 767px) {
  .masterclass-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .partners-logos {
    margin-top: 8px;
  }

  .partners-logos img {
    height: 45px;
  }
}


@media (min-width: 820px) and (max-width: 990px) {
  .speaker-card {
    width: 330px;
  }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .speakers-grid {
    flex-direction: column;
    align-items: center;
  }

  .speaker-card {
    width: 90%;
  }
}
