

    body {
      background: linear-gradient(270deg, rgba(110, 170, 206, 0) 0%, rgba(110, 170, 206, 0.2) 100%);
      font-family: 'Nunito', sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
    }

.left-panel {
    width: 500px;
    background: #fff;
    padding: 90px 40px 20px;
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.25);
    display: block;
    min-height: 100vh;
}
  .left-panel img {
    margin-bottom: 20px;
    width: 100%;
}
 .logoseptp {
    margin: 0 auto 60px;
    display: table;
}

    .left-panel p {
    font-family: 'Nunito', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 36px;
letter-spacing: 0%;
color: rgba(0, 0, 0, 1);
margin-bottom: 3rem;

    }
 .info-card .infocard-ffb p{
    text-align: left;
}
    .left-panel strong {
      color: #000;
    }

  
.right-section {
    flex: 1;
    padding:90px 50px 60px;
}

    .info-card {
      border-radius: 3px;
      padding:45px 25px;
      height: 100%;
      text-align: center;
      transition: transform 0.2s ease;
      background:#fff;
     box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.25);
    }
.info-card .infocard-ffb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    text-align: left;
}
    .info-card:hover {
      transform: translateY(-5px);
    }

    .info-card h5 {
      color: rgba(13, 56, 73, 1);
      margin-bottom:35px;
      font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;

    }

    .info-card p {
     color: rgba(0, 0, 0, 1);
font-weight: 400;
font-size: 16px;
line-height: 26px;
letter-spacing: 0%;
text-align: center;
      margin-bottom: 20px;
    }

    .info-card a {
      color: var(--Bleu-clair, rgba(49, 127, 203, 1));
      text-decoration: none;
      font-weight: 500;
    }
       @media (max-width: 1366px) {
    .left-panel {
    width: 470px;
}
      .right-section img {
    width:auto;
      max-width: 200px;
}
   }
   @media (max-width: 1200px) {
    .left-panel {
    width: 370px;
}
      .right-section img {
    width:auto;
      max-width: 200px;
}
   }
    @media (max-width: 992px) {
      .left-panel {
    padding: 60px 40px 20px;
}
      .logoseptp {
    margin: 0 auto 30px;
}
      .left-panel p {
    margin-bottom: 20px;
}
      .right-section img {
    width: auto
  
}
      body {
        flex-direction: column;
      }

      .left-panel {
        width: 100%;
        min-height: auto;
        text-align: center;
      }

      .right-section {
        padding: 40px 20px;
      }
    }
    @media (max-width:767px){
      .info-card .infocard-ffb {
    display: table;
    text-align: center;
    margin: 0 auto;
}
 .info-card .infocard-ffb p{
    text-align: center;
}
    }
  