        body {
            font-family: "Montserrat", sans-serif;
        }


/* new style */
.promo-banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url('../img/iStock-477688573-modified-v1.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.promo-overlay {
    /* background-color: rgba(35, 0, 70, 0.65); */
    padding: 3rem 4rem;
    border-radius: 20px;
    text-align: center;
    max-width: 1200px;
    width: 80%;
    background-image: linear-gradient(119deg, #1d2151 0%, #1f255e 31%, #2f1c51 64%, #4e0637 100%);
    opacity: 0.900;
    font-family: "Montserrat", sans-serif;
}

.promo-overlay .small-text {
    color: #ffcb05;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0.5rem;
    opacity: 1;
    margin-top: -48px;
}

.promo-overlay h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #ffffff;
  opacity: 1;
}

.promo-overlay h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  opacity: 1;
  color: #ffffff;
}

.promo-overlay .logo {
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 1rem;
  text-align: right;
  margin-right: -80px;
}

.promo-overlay .logo img {
    height: 45px;
    vertical-align: middle;
    opacity: 1;
    margin-top: -56px;
    margin-right: 25px;
}

@media (max-width: 768px) {

  .promo-overlay {
    padding: 1.5rem;
  }

  .promo-overlay h1 {
    font-size: 1.4rem;
  }

  .promo-overlay h2 {
    font-size: 1rem;
  }
  .promo-overlay .logo img {
    margin-top: -28px;
    height: 35px;
  }
  .promo-overlay .logo {
    margin-right: -40px;
    text-align: center;
  }
  .promo-overlay .small-text {
    margin-top: 5px;
  }
}

    .IMP-root {
      font-family: "Montserrat", sans-serif;
      background-image: linear-gradient(45deg, #17375E 0%, #026DD0 100%);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: auto;
      /* padding: 30px 20px; */
      display: flex;
      align-items: center;
      justify-content: center;
      /* box-shadow: inset -150px 0 100px 136px rgba(0, 0, 0, 0.7); */
      background-color: transparent;
    }

    .IMP-banner {
      display: flex;
      flex-direction: row;
      width: 100%;
      /* max-width: 1400px; */
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      background-image: url("https://itni.ead01.com/landingpage/img/BANDEAU-WEB-modified.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .IMP-left {
      flex: 1 1 55%;
      padding: 55px 24px 55px 60px;
      color: white;
    }

    .IMP-logo {
      width: 150px;
      margin-bottom: 16px;
    }

    .IMP-title1 {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 16px;
      color: #000000;
      text-transform: uppercase;
      background: #ffffff;
      width: fit-content;
      padding: 0 5px;
    }

    .IMP-title3 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 16px;
      color: #ffffff;
      text-transform: uppercase;
    }

    .IMP-text, .IMP-list {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .IMP-list {
      padding-left: 20px;
    }

    .IMP-right {
      flex: 1 1 40%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      padding: 0;
    }

    .IMP-right .attext {
          /* width: 100%; */
      text-align: center;
      display: flex;
      justify-content: flex-end;
    }
    .IMP-right .attext p {
      width: 80%;
      text-align: left;
      font-size: 13px;
      color: #ffffff;
      /* padding-left: 50px; */
      max-width: 480px;
    }

    .IMP-right .logoattext {
      width: 80%;
      text-align: center;
    }

    .IMP-right .logoattext img {
      max-width: 250px;
    }

    .IMP-image {
      max-width: 450px;
      height: auto;
      object-fit: contain;
      padding-top: 20px;
      
    }

    @media (max-width: 768px) {
      .IMP-banner {
        flex-direction: column;
        padding: 20px;
      }

      .IMP-right .logoattext {
        width: 100%;
      }

      .IMP-right {
        order: -1;
        justify-content: center;
        margin-bottom: 20px;
      }

      .IMP-left {
        text-align: left;
        padding: 15px;
      }

      .IMP-title {
        font-size: 18px;
      }

      .IMP-text, .IMP-list {
        font-size: 14px;
      }
      .IMP-image {
        max-width: 100%;
      }
    }


    .IMP-form-section {
      font-family: "Montserrat", sans-serif;
      /* max-width: 1400px; */
      margin: auto;
      /* padding: 20px 20px; */
      position: relative;
      background: #fff;
      width: 100%;
    }

    .IMP-form-wrapper {
        width: 80%;
        margin: 0 auto 53px auto;
        position: relative;
        /* background: rgba(255, 255, 255, 0.95); */
        /* padding: 40px;
        border-radius: 16px; */
        /* box-shadow: 2px 8px 20px rgb(0 0 0 / 17%); */
        z-index: 2;
        /* margin-top: 20px; */
        max-width: 1400px;

    }

    .IMP-background-image {
      position: absolute;
      width: 350px;
      z-index: 1;
    }

    .IMP-img-left-1 { top: 40px; left: 0; }
    .IMP-img-left-2 { bottom: 40px; left: 0; }
    .IMP-img-right-1 { top: 40px; right: 0; }
    .IMP-img-right-2 { bottom: 40px; right: 0; }

    .IMP-title2 {
      text-align: center;
      font-size: 26px;
      color: #0000ff;
      font-weight: 700;
      margin-bottom: 36px;
    }

    .IMP-question {
      margin-bottom: 30px;
      border-radius: 32px;
      background-color: #f7f7f7;
      padding: 40px 80px;
      
    }

    .IMP-question p {
      color: #000000;
      font-weight: 600;
      margin-bottom: 30px;
      font-size: 19px;
    }
    .IMP-question .number {
      color: #0000ff;
    }

    .IMP-options {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      /* margin-left: 15px; */
    }

    .IMP-option,
    .IMP-option-autre {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      color: #304967;
      width: calc(50% - 10px);
      position: relative;
    }

    /* Unified box style for checkbox/radio */
    input[type="checkbox"],
    input[type="radio"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
        flex: 0 0 20px; /* Do NOT shrink, keep width 20px */
        width: 20px;
        height: 20px;
        border: 2px solid #324B6A;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        transition: all 0.2s ease;
    }

    input[type="radio"] {
      border-radius: 4px;
    }

    input[type="checkbox"]:checked,
    input[type="radio"]:checked {
      background-color: #324B6A;
    }

    input[type="checkbox"]:checked::after,
    input[type="radio"]:checked::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 6px;
      width: 4px;
      height: 9px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    /* Autre input inline */
    .IMP-option-autre {
      width: calc(50% - 10px);
      flex-wrap: wrap;
    }

    .IMP-autre-input {
      border: none;
      border-bottom: 2px solid #324B6A;
      background: transparent;
      padding: 6px 10px;
      font-size: 15px;
      outline: none;
      flex: 1;
      min-width: 180px;
    }

    .IMP-submit {
      display: block;
      margin: 29px auto 0;
      padding: 12px 30px;
      background-color: #324B6A;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s ease;
    }



    .IMP-contact-section {
      text-align: center;
      width: 80%;
      margin: 0 auto;
    }

    .IMP-contact-title {
    font-size: 36px;
    color: #0000ff;
    font-weight: bold;
    margin-bottom: 30px;
    }

    .IMP-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
    }

    .IMP-contact-grid input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    }

    .IMP-submit.IMP-red {
    background-color: #f8cf3f;
    padding: 13px 60px;
    font-size: 18px;
    border-radius: 35px;
    font-weight: bold;
    color: #0000ff;
    }

    .IMP-submit.IMP-red:hover {
    background-color: #ecbe1a;
    }

    @media (max-width: 768px) {
      .IMP-background-image {
        display: none;
      }
      .lp-footer-text {
        width: 100%;
      }
      .lp-footer-link a {
        padding: 18px 19px;
        font-size: 13px;
      }
      .IMP-contact-section {
        width: 95%;
      }
      .IMP-question {
        padding: 40px 20px;
      }
      .content-wrapper .content-holder {
        width: 90%;
      }
      .content-wrapper .content-holder p {
        font-size: 15px;
      }
      .IMP-title2 {
        font-size: 18px;
      }

      .IMP-options {
        flex-direction: column;
        gap: 15px;
        margin-left: 0;
      }

      .IMP-option,
      .IMP-option-autre {
        width: 100%;
      }

      .IMP-autre-input {
        width: 100%;
        min-width: auto;
        margin-top: 10px;
      }
      .IMP-contact-grid {
        grid-template-columns: 1fr;
      }
      .IMP-form-section {
        padding: 40px 10px;
      }
      .IMP-form-wrapper {
        width: 100%;
        margin: 0 auto 50px auto;
        position: relative;
        background: rgba(255, 255, 255, 0.95);
        /* padding: 20px;
        border-radius: 16px; */
        /* box-shadow: 2px 8px 20px rgb(0 0 0 / 17%); */
        z-index: 2;
        /* margin-top: 20px; */
      }
    }




    .form-footer p {
            text-align: center;
        }

    .form-footer p.legal-information {
        font-family: arial;
        font-size: 12px;
    }

        footer {
            background: #222222;
            padding-top: 80px;
            padding-bottom: 30px;
        }

        .footer-text {
            font-size: 13px;
            color: #000000;
            padding-right: 55px;
        }

        .navFoot {
            text-align: center;
            list-style: none;
            border-top: 1px solid #ffffff;
            padding-top: 20px;
        }

        footer #text-2 .textwidget {
            max-width: 800px;
            margin: 0 auto;
        }

        .navFoot li {
            display: inline-block;
            margin: 0 10px;
            color: #ffffff !important;
            text-transform: uppercase;
        }

        .copyrightFoot, .mb-medium {
            color: #FFFFFF;
            text-align: center;
        }
        .container {
            font-family: 'Montserrat', sans-serif;
        }


        .APSpartner img {
          width: 120px;
          padding: 5px 0;
        }
        .APSpartner p {
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 0 !important;
        }

        .APSpartner {
          display: flex;
          flex-direction: row;
          gap: 20px;
          align-items: center;
          justify-content: flex-end;
          background: #fff;
          margin-right: 20px;
        }
.IMGAPS {
    width: 100%;
    background: #ffffff;
}


.IMP-contact-grid select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #3330304a;
    padding: 0.5em;
    font-size: 1em;
    border-radius: 4px;
    width: 100%;
    color: #00000091;
}



.content-wrapper {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;

}

.content-wrapper .content-holder {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrapper .content-holder p {
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
}


.article-wrapper {
  padding: 30px 0;
  width: 100%;
}

.article-holder {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 50px;
    background: #f7f7f7;
    border-radius: 30px;
}

.article-title {
    text-align: center;
    font-size: 26px;
    color: #0000ff;
    font-weight: 700;
    margin-bottom: 36px;
}

.article-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 20px;
}

.article-img {
  flex: 1 1 40%;
  text-align: center;
}

.article-img img {
  max-width: 206px;
}

.article-text {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-self: center;
}


.article-text a {
    background-color: #f8cf3f;
    padding: 13px 60px;
    font-size: 18px;
    border-radius: 35px;
    font-weight: bold;
    color: #0000ff;
    text-decoration: none;
    width: fit-content;
}

.article-text a:hover {
background-color: #ecbe1a;
}

.article-text p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}


@media (max-width: 890px) {
  .article-content {
    flex-direction: column;
  }
  .lp-footer-text {
    width: 80%;
  }
  .lp-footer-link a {
    font-size: 16px;
  }
}

.lp-footer-section {
    width: 100%;
    background: #fff;
    padding: 20px 0 80px 0;
    font-family: "Montserrat", sans-serif;
}

.lp-footer-wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
}

.lp-footer-text {
  width: 50%;
  margin: 0 auto;
}

.lp-footer-link a {
    background-color: #f8cf3f;
    padding: 13px 60px;
    font-size: 18px;
    border-radius: 35px;
    font-weight: bold;
    color: #0000ff;
    text-decoration: none;
    width: fit-content;
}

