body, html {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #333;
    line-height: 1.6;
    scroll-behavior: smooth;
}

.info-block p{
    text-align: center;
}

.info-block{
    height: fit-content !important;
}

#fullscreenModal{
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); justify-content: center; align-items: center;
}

#closeBtn{
    position: absolute; top: 20px; right: 20px; cursor: pointer; color: white; font-size: 24px;
}

#fullscreenImage{
    width: 80%; height: 80%; background-size: contain; background-repeat: no-repeat; background-position: center;
}

.threeoptions{
    max-width: 400px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    margin-top: 24px;
}

.optionbutton{
    width: 80px;
    height: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 200px;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;


}
.optionbutton:hover{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    background-color: white;
    transition: 0.2s;
}

.optionbutton img{
    height: 40%;
}

h2 {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
}

a {
    color: #355dff;
    text-decoration: none;
}

.btn{
    display: flex;
    align-items: center;
}

.btn img{
    height: 24px;
    margin-right: 8px;
    align-items: center;
}

/* Header avec image full screen */
.hero {
    height: 100vh;
    background: url('img/combotech-litesoft.webp') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.hero h1 {
    font-size: 3rem;
}

.hero p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.hero .btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #355dff;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    transition: background-color 0.3s ease;
}

.hero .btn:hover {
    background-color: #2948c4;
}

.featurestitle{
    margin-top: 48px;
}

/* Section Informations sur l'application */
.app-info, .screenshots, .testimonials, .pricing {
    padding: 32px 20px;
}

.app-features{
    padding: 8px 20px 32px 20px;
}

.app-info{
    max-width: 1000px;
    align-items: center;
}

.info-block2 img:hover{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    scale: 1.03;
    transition: 0.3s;
}

.info-block2 img{
    transition: 0.3s;
}

.hdemofroid{
    margin-top: 0;
}

.info-block, .feature-block, .pricing-block {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    max-width: 340px;
    border-radius: 8px;
    height: auto;
}

.app-info, .app-features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.app-info2{
    padding: 60px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 8px;
    max-width: 1000px;
    align-items: center;
}

.grey{
    background-color: #f7f7f7;
}

.feature-block {
    max-width: 300px;
    text-align: center;
}

.discours{
    text-align: center;
    max-width: 600px;
    width: 90%;
}

.features-grid, .pricing-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* Section Captures d'écran */
.screenshots {
    background-color: #fff;
}

.screenshots-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.screenshot {
    width: 300px;
    height: 225px; /* Ratio 4/3 */
    background-color:#355dff;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Section Vidéo */
.video-container {
    text-align: center;
}

iframe {
    border: none;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

/* Section Témoignages */
.testimonials-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

blockquote {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    border-left: 5px solid #355dff;
    max-width: 600px;
    font-style: italic;
}

/* Section Tarification */
.pricing-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pricing-block {
    text-align: center;
}

.left{
    display: flex;
    margin-left: 10px;
}

h3{
    margin-top: 8;
}

.pricing-block h3 {
    margin-bottom: 15px;
}


.pricing-block ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}

.pricing-block ul li {
    margin-bottom: 10px;
}

.price {
    font-size: 2rem;
    color: #000000;
    margin: 20px 0;
}

.pricing-block .btn {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pricing-block .btn:hover {
    background-color: #218838;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

footer .contact-info h2 {
    margin-bottom: 10px;
}

footer p {
    margin: 5px 0;
}

footer .social-media {
    margin-top: 20px;
}

footer .social-media a {
    color: #28a745;
    margin: 0 10px;
    text-decoration: none;
}

footer .social-media a:hover {
    text-decoration: underline;
}

.logofooter{
    width: 150px;
    margin-bottom: 12px;
}


/* Responsive design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .app-info, .app-features, .pricing-grid {
        flex-direction: column;
        align-items: center;
    }

    .screenshots-container {
        flex-direction: column;
        align-items: center;
    }

    .screenshot {
        width: 90%;
        height: auto;
    }

    iframe {
        width: 90%;
        height: auto;
    }
}

/* Styles pour les images et la modal */
.screenshots-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.screenshot {
    width: 300px;
    height: 225px; /* Ratio 4/3 */
    background-color: #355dff;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    cursor: pointer;
}

/* Modal Fullscreen */
.fullscreen-modal {
    display: none; /* Cachée par défaut */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90%;
}

/* Bouton pour fermer la modal */
.close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}



.logodiscours{
    width: 200px;
    margin-bottom: 24px;
}

.overlay p{
    max-width: 400px;
    width: 60%;
}

.close:hover,
.close:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

ul{
    margin-left: 24px;
}

.center{
    display: flex;
    justify-content: center;
    width: 100%;
}

.white{
    background-color: white;
}

.info-block2{

    padding: 20px;
    max-width: 400px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-block2 img{
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contactbutton{
    background-color: #FFCD56;
    height: 45px;
    width: 140px;
    border: 0;
    border-radius: 50px;
    color: #000000;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    transition: 0.3s;
    margin-top: 12px;
  }
  
  .contactbutton a{
    height: 45px;
    width: 140px;
    border: 0;
    border-radius: 50px;
    color: #000000;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    transition: 0.3s;
    margin-top: 12px;
    text-decoration: none;
  }
  
  
  .contactbutton:hover{
    background-color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
  }


.contactvert{
    width: 300px;
    margin: 24px 0;
    padding: 8px 14px 20px 14px;
    border-radius: 24px;
    background-color: white;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
  
  }
  
  .formcontact{
    padding: 12px;
    border-radius: 200px;
    border: 1px solid #707070;
    width: 260px;
    margin: 12px 0;
  }
  
  .formcontact2{
    padding: 12px;
    border-radius: 24px;
    border: 1px solid #707070;
    width: 260px;
    margin: 12px 0;
    height: 160px;
    resize: none;
  }

  .btncontact{
    border-radius: 200px;
    background-color: #355dff;
    color: white;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    border: none;
    padding: 14px;
    width: 200px;
    font-size: 14px;
    transition: 0.3s;
    margin-top: 6px;
  }
  
  .btncontact:hover{
    background-color: #2948c4;
        transition: 0.3s;
  }

  ::placeholder{
    font-family: 'poppins', sans-serif;
    font-weight: 350 !important;
    font-size: 14px;
    opacity: 0.8;
  }

.contactspace{
    padding-top: 20px;
}

#formCommander, #formInformer{
 width: 16px;
 height: 16px;
 border: 1px;
}


label{
    margin: 0;
    align-items: center;
    display: flex;
    margin-left: 12px;
}

footer div a{
    color: white;
    transition: 0.2S;

}

footer div a:hover{
 color: #6e8bff;
 transition: 0.2S;
}
 .pricing-container {
      display: flex;
      gap: 2rem;
      padding: 2rem;
      width: 100%;
    }

    .red-plan {
      background: #fff;
      border: 1px solid #ff0000;
      border-radius: 32px;
      padding: 2rem;
      width: 260px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .purple-plan {
      background: #fff;
      border: 1px solid #d400ff;
      border-radius: 32px;
      padding: 2rem;
      width: 260px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .pink-plan {
      background: #fff;
      border: 1px solid #f56af2;
      border-radius: 32px;
      padding: 2rem;
      width: 260px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .blue-plan {
      background: #fff;
      border: 1px solid #0003FF;
      border-radius: 32px;
      padding: 2rem;
      width: 260px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      position: relative;
    }

    .plan.pro {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    .plan h2 {
      margin-top: 0;
      font-size: 1.5rem;
    }

    .price {
      font-size: 2rem;
      font-weight: bold;
      margin: 1rem 0;
    }

    .price span {
      font-size: 1rem;
      font-weight: normal;
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 1rem 0;
    }

    .features li {
      margin: 0.5rem 0;
      display: flex;
      align-items: center;
    }

    .features li::before {
      content: "•";
      margin-right: 0.5rem;
      color: #00b894;
    }

    .badge {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: gold;
      color: black;
      padding: 0.1rem 1rem;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: bold;
    }


    .bold {
      font-weight: bold;
    }

    .h3 {
        line-height: 0,5;
    }
    .plan-1 h3 {
      color: #FF0000;
    }

    .plan-2 h3 {
      color: #d400ff;
    }

    .plan-3 h3 {
      color: #f56af2;
    }

    .plan-4 h3 {
      color: #0003FF;
    }

    .pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.red-plan,
.purple-plan,
.pink-plan,
.blue-plan {
  background: #fff;
  border-radius: 32px;
  padding: 2rem;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: relative;
  box-sizing: border-box;
}

.red-plan { border: 1px solid #ff0000; }
.purple-plan { border: 1px solid #d400ff; }
.pink-plan { border: 1px solid #f56af2; }
.blue-plan { border: 1px solid #0003FF; }

.red-plan,
.pink-plan,
.purple-plan,
.blue-plan {
  width: 100%;
  max-width: 280px;
}
