#main > section {
    display: none;
}

#eventPZone, body {
    background: #ffffff;
}
   
   .banner-container { margin: 0; font-family: 'Montserrat', Arial, sans-serif; background: #eee; }
    .banner-bg {
        width: 100%;
        min-height: 363px;
        /* background: linear-gradient(110deg, #210248 0%, #6029c6 45%, #46caff 100%); */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 30px;
        background-image: url('https://www.lemondeinformatique.fr/landing-page/conferences/masterclass/img/iStock-2181814872.jpg');
        background-size: cover;
        background-position: center;
    }
    .banner-content {
    display: flex;
    width: 90%;
    max-width: 1400px;
    padding: 0 0;
    margin: 0 auto;
    justify-content: space-between;
    gap: 80px;
    }
    .banner-left {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 320px;
      min-width: 230px;
      margin-top: 45px;
      align-items: flex-start;
      z-index: 2;
    }
    
    .banner-badge-group {
      position: relative;
      width: 100%;
      margin-bottom: 17px;
    display: inline-block;
    }
    .banner-badge-bg {
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 0 27px 27px 0;
  z-index: 1;
  box-shadow: 0 3px 16px rgba(0,0,0,0.07);
    }
    .banner-badge-text {
      position: relative;
      color: #767aff;
      font-weight: 700;
      font-size: 2.7rem;
      letter-spacing: 0.03em;
      padding: 13px 35px 13px 0px;
      z-index: 2;
      background: transparent;
      white-space: nowrap;
      display: inline-block;
    }
    .banner-date {
      color: #fff;
      font-size: 2.4rem;
      font-weight: 700;
      margin-bottom: 32px;
      line-height: 1.3;
      padding-left: 5px;
    }
    .banner-countdown {
      display: flex;
      gap: 24px;
      margin-top: 10px;
    }
    .banner-countdown-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 54px;
    }
    .banner-num {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border-radius: 14px;
      width: 54px;
      height: 54px;
      font-size: 2.5rem;
      font-weight: 700;
      color: #683fc6;
      box-shadow: 0 1px 10px rgba(100,50,180,0.05);
      margin-bottom: 6px;
    }
    .banner-unit {
      color: #767aff;
      font-size: 0.99rem;
      font-weight: 500;
      letter-spacing: 0.2px;
    }
    .banner-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 44px;
      margin-top: 36px;
      flex: 1 1 0%;
      min-width: 0;
      z-index: 1;
    }
    .banner-title {
      color: #fff;
      font-weight: 700;
      font-size: 4.9rem;
      line-height: 1.13;
      margin-bottom: 44px;
      letter-spacing: 0.2px;
    }
    .banner-btn {
    font-family: inherit;
    font-size: 1.85rem;
    font-weight: 700;
    padding: 13px 64px;
    border: 2.5px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.20s, color 0.20s;
    width: fit-content;
    }
    .banner-btn:hover { background: #fff; color: #683fc6; }

    @media (max-width: 1100px) {
      .banner-content {
        flex-direction: column;
        width: 100vw;
        align-items: flex-start;
        padding: 0 4vw;
        gap: 25px;
      }
      .banner-right {
        margin-left: 0;
        margin-top: 30px;
        align-items: flex-start;
      }
      .banner-title {
        font-size: 2.75rem;
        margin-bottom: 18px;
      }
      .banner-badge-text {
        font-size: 2rem;
        padding: 17px 16px 14px 18px;
      }
      .banner-num {
        width: 80px;
        height: 80px;
        font-size: 2.1rem;
        border-radius: 10px;
      }
      .banner-left {
        width: 83vw;
        min-width: unset;
      }
      .banner-badge-group {
        width: 100%;
      }
    }
    @media (max-width: 600px) {
      .banner-bg { min-height: 430px; }
      .banner-left { margin-top: 17px; width: 97vw;}
      .banner-date { font-size: 1.4rem; margin-bottom: 18px;}
      .banner-badge-text {
        font-size: 1.76rem;
        padding: 17px 16px 14px 18px;
      }
      .banner-countdown { gap: 11px; }
      .banner-num { width: 70px; height: 70px; font-size: 1.74rem; border-radius: 6px; }
      .banner-unit { font-size: 0.51rem; }
      .banner-title { font-size: 2.02rem; margin-bottom: 12px;width: 100%;}
      .banner-btn { 
            font-size: 1.4rem;
            padding: 15px 13vw;
            margin-top: 20px;
      }
      .banner-badge-group { width: 100%; }
      .banner-content { gap: 10px;}
      .banner-right { width: 100%;}
    }




.holder-card {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

.holder-card h2 {
    text-align: center;
    color: #7169f2;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2.8rem;
    letter-spacing: 1px;
}

.holder-card .card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 36px auto;
  padding: 0 16px;
}

.holder-card .card {
  background: #eaeced;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-height: 285px;
  transition: box-shadow 0.2s;
}

.holder-card .card:hover {
  box-shadow: 0 6px 24px rgba(100, 96, 239, 0.12);
}

.holder-card .card-img {
  width: 100%;
  height: 246px;
  background: #d3d3d3;
  object-fit: cover;
}

.holder-card .card-content {
  padding: 16px 10px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.holder-card .card-title {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 1.72rem;
  color: #000000;
}

.holder-card .card-role {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 0.25rem;
  color: #23236e;
  letter-spacing: 0.5px;
}

.holder-card .card-company {
  font-size: 1.72rem;
  color: #000000;
}

@media (max-width: 900px) {
  .holder-card .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .holder-card .card-grid {
    grid-template-columns: 1fr;
  }
  .holder-card .card {
    min-height: 180px;
  }
}



.btn-holder {
    width: 100%;
    background: #fff;
    margin: 80px 0;
}

.btn-body {
    width: 80%;
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
}

.btn-body a {
    background: #7761de;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 17px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    transition: background 0.20s, color 0.20s;
}

.btn-body a:hover {
    background: #654bda;
    color: #ffffff;
}

.text-container {
    width: 100%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.text-wrapper {
    width: 80%;
    margin: 0 auto;
    background: #ededed;
    border-radius: 40px;
    padding: 55px;
    max-width: 1400px;
}

.text-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text-hd h3 {
    font-size: 28px;
    text-align: center;
    color: #7169f2;
}

.text-bd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.text-bd p {
    width: 48%;
    font-size: 16px;
    color: #000000;
}

@media (max-width: 768px) {
  .text-bd p {
    width: 100%;
  }
.text-hd h3 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .text-bd p {
    width: 100%;
    font-size: 14px;
  }
  .text-hd h3 {
    font-size: 20px;
  }
}


.text-container2 {
    width: 100%;
    background: #fff;
    margin: 30px 0;
    font-family: 'Montserrat', sans-serif;
}

.text-weapper2 {
    width: 80%;
    padding: 0px 40px;
    margin: 0 auto;
    color: #000000;
    max-width: 1400px;
}

.text-main2 p {
    margin-top: 15px;
}

.text-main2 .author {
    font-weight: 700;
}

.text-main2 .redaction {
    font-weight: 400;
    font-size: 14px;
}


.forminsc {
  display: flex;
  justify-content: center;
  /* padding: 40px; */
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.formwrapper {
  background: #ededed;
  padding: 30px 150px;
  border-radius: 40px;
  max-width: 1400px;
  width: 80%;
  text-align: center;
  margin-bottom: 50px;
}

.formwrapper h2 {
  color: #7169f2;
  margin-bottom: 15px;
}

.formwrapper .intro {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.formwrapper a {
  color: #6c63ff;
  text-decoration: none;
}

.formwrapper span {
    color: #6c63ff;
}

.formwrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.formwrapper input,
.formwrapper select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  width: 100%;
  outline: none;
}

.inline-inputs {
  display: flex;
  gap: 10px;
}

.inline-inputs input {
  flex: 1;
  border-radius: 35px;
}

.btn-valider {
  background: linear-gradient(135deg, #6c63ff, #8a7dff);
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding: 5px 70px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
    width: fit-content;
    align-self: center;
}

.btn-valider:hover {
  opacity: 0.9;
}

.infos {
  font-size: 12px;
  color: #555;
  text-align: left;
  line-height: 1.4;
}


#lirelasuite p {
    font-size: 10px;
}

#forminscription > div > form > input[type=text]:nth-child(3) {
    border-radius: 35px !important;
}


#forminscription > div > form > p:nth-child(6) {
    font-size: 10px !important;
    text-align: left !important;
}



.partenaires {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 2rem 1rem;
}

.partnerwrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}

.partenaires h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #000;
}

.partnergrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}

.partner img {
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner img:hover {
  transform: scale(1.05);
}

.partner.sage img {
  max-width: 120px;
}

.partner.sap img {
  max-width: 250px;
}

.partner.medius img {
  max-width: 180px; 
}

.partner.COTER img {
  max-width: 180px; 
}

@media (max-width: 768px) {
  .partnerwrapper {
    width: 95%;
  }
  .formwrapper {
    padding: 30px 30px;
  }
  .inline-inputs {
    flex-direction: column;
  }

  .partenaires h2 {
    font-size: 1.9rem;
  }

  .partner.sage img {
    max-width: 87px;
  }
  .partner.sap img {
    max-width: 110px;
  }
  .partner.medius img {
    max-width: 95px;
  }
  .partner.COTER img {
    max-width: 95px;
  }
  .partnergrid {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .partenaires h2 {
    font-size: 1.8rem;
  }

  .partner.sage img {
    max-width: 80px;
  }
  .partner.sap img {
    max-width: 90px;
  }
  .partner.medius img {
    max-width: 75px;
  }
  .partner.COTER img {
    max-width: 75px;
  }
}



.popup-success {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.popup-success.shows {
  visibility: visible;
  opacity: 1;
  justify-items: center;
  align-content: center;

}

.popup-success .popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  position: relative;
  transform: scale(0.85);
  transition: transform 0.3s ease;
}

.popup-success.shows .popup-content {
  transform: scale(1);
}

.popup-success .close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s;
}

.popup-success .close-btn:hover {
  color: #333;
}

.checkmark-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.checkmark {
  width: 80px;
  height: 80px;
  stroke: #2ecc71;
  stroke-width: 3;
  stroke-miterlimit: 10;
  border-radius: 50%;
}

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke: #2ecc71;
}

.popup-success.shows .checkmark-circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: #2ecc71;
  stroke-width: 3;
}

.popup-success.shows .checkmark-check {
  animation: stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.7s forwards;
}

@keyframes stroke {
  to { stroke-dashoffset: 0; }
}

.popup-success h3 {
  font-size: 22px;
  margin: 10px 0;
  color: #2c3e50;
}

.popup-success p {
  font-size: 16px;
  color: #555;
  margin: 0;
}


.video-chapters {
  max-width: 1200px;
  width: 80%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-family: 'Montserrat', sans-serif;
}

.chapter {
  gap: 40px;
  display: flex;
  align-items: flex-start;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.chapter:hover {
  background: #eef2ff;
  transform: translateY(-1px);
}

.chapter .time {
  flex-shrink: 0;
  background: #2563eb;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
  /* font-size: 1rem; */
  margin-right: 1rem;
  margin-top: 0.25rem;
  width: 10%;
  text-align: center;
}

.chapter .info {
  flex: 1;
}

.chapter .title {
  /* font-size: 1.3rem; */
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #111827;
}
.chapter .speaker {
  /* font-size: 1rem; */
  color: #4b5563;
  margin: 0;
  font-weight: 600;
}
