/*-------------------------*/
/* Style général (Accueil/index.html) */
/*-------------------------*/
body {
    font-family: 'Times New Roman', Times, serif, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
  }
  
  /* La balise Header(Accueil/index.html, produit, apropos et contact) */
  header {
    background-color: #210fc9;
    padding: 10px 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  header nav ul {
    list-style: none;
    padding: 0;
  }
  
  header nav ul li {
    display: inline;
    margin-right: 15px;
  }
  
  header nav ul li a {
    color: white;
    text-decoration: none;
  }
  
  
  /* Section principale Accueil/index.html */
  .intro {
    text-align: center;
    padding: 50px;
    background: 
      linear-gradient(rgba(201, 145, 145, 0.6), rgba(0, 0, 0, 0.6)),
      url('securité.jpg');
    background-size: 200% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    box-shadow: 0 20px 30px -10px #4CAF50; 
    z-index: 1;
    background-image: url("Img.ordi tab.jpeg");
  }
  
  #p {
    text-align: justify;
    color: #08060e;
  }
  
  #Love solution {
    color: lab(80.71% 0.74 -2);
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
  }
  
  button {
    background-color: hsl(255, 86%, 32%);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #ffffff;
  }
  
  .logo {
    text-align: left;
  }
  
  nav {
    text-align: right;
  }
  
  /* Section Nos Produits Accueil/index.html */
  .nos-produits {
    padding: 60px 20px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .nos-produits h2 {
    font-size: 2.8em;
    margin-bottom: 40px;
    color: #210fc9;
    font-weight: bold;
  }
  
  .liste-produits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .carte-produit {
    background-color: #ffffff;
    border-radius: 15px;
    width: 250px;
    padding: 20px;
    box-shadow: 0 6px 12px rgba(248, 245, 245, 0.815);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .carte-produit:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }
  
  .carte-produit img {
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .carte-produit h3 {
    color: #ffffff;
    margin: 10px 0;
    font-size: 1.5em;
  }
  
  .carte-produit p {
    font-size: 1em;
    color: #210fc9;
    margin-bottom: 10px;
  }
  
  .prix {
    font-weight: bold;
    color: #333;
  }
  
  .carte-produit button {
    background-color: #210fc9;
    color: rgb(245, 232, 232);
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .carte-produit button:hover {
    background-color: #ffffff;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .liste-produits {
      flex-direction: column;
      align-items: center;
    }
  }
  
  
  /* Section Vision, Mission, Valeurs - Charte Love Solution (Accueil/index.html) */
  .vision-mission {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
  }
  
  .vision-mission h2 {
    font-size: 2.8em;
    color: #210fc9;
    margin-bottom: 50px;
    font-weight: bold;
  }
  
  .blocs-engagement {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .bloc {
    background: hsla(236, 80%, 47%, 0.747);
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0,0,0,0,2);
    padding: 25px;
    width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .bloc:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(43, 4, 218, 0.836);
  }
  
  .bloc img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    border: 3px solid #230370;
    margin-bottom: 15px;
  }
  
  .bloc h3 {
    color: #210fc9;
    font-size: 1.7em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .bloc p {
    color: hsl(253, 19%, 91%);
    font-size: 1em;
    line-height: 1.6;
  }
  
  /* Responsive Mobile */
  @media (max-width: 768px) {
    .blocs-engagement {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* Section Pourquoi Choisir Love Solution Digitale des PME au Tchad (Accueil/index.html) */
  .choisir-LoveSolution {
    background-color: #210fc9;
    padding: 80px 20px;
    color: #210fc9;
  }
  
  .contenu-choisir {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
  }
  
  /* Partie texte */
  .texte-choisir {
    flex: 1;
    min-width: 300px;
  }
  
  .texte-choisir h2 {
    font-size: 2.8em;
    margin-bottom: 10px;
  }
  
  .texte-choisir h2 span {
    color: #ffffff;
    text-decoration: underline;
  }
  
  .texte-choisir .intro {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  
  /* Qualités avec bulles */
  .qualites {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .qualite-item {
    background-color: #fff;
    color: #061bd6;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
  .qualite-item:hover {
    transform: translateY(-10px);
    background-color: #E8F5E9;
  }
  
  .icone {
    width: 60px;
    height: 60px;
    background-color: #4CAF50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    border-radius: 50%;
    margin: 0 auto 10px;
  }
  
  /* Partie Carte Heures d'ouverture */
  .carte-info {
    flex: 1;
    min-width: 320px;
    background-color: #f9f9f9;
    padding: 40px 30px;
    border-radius: 20px;
    color: #160707;
    box-shadow: 0 12px 24px rgba(24, 4, 204, 0.15);
    text-align: center;
  }
  
  .contenu-carte h3, .contenu-carte h4 {
    color: #210fc9;
    margin-bottom: 15px;
    font-size: 1.8em;
  }
  
  .horaires {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
  }
  
  .horaires li {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  
  .divider {
    width: 60%;
    height: 2px;
    background-color: #210fc9;
    margin: 20px auto;
    border-radius: 2px;
  }
  
  .contenu-carte p {
    font-size: 1.1em;
    margin-bottom: 25px;
    color: hsl(0, 48%, 5%);
  }
  
  .btn-contacter {
    display: inline-block;
    background-color: #210fc9;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .btn-contacter:hover {
    background-color: #388E3C;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .contenu-choisir {
      flex-direction: column;
      align-items: center;
    }
    
    .texte-choisir, .carte-info {
      width: 100%;
    }
  
    .qualite-item {
      flex: 1 1 100%;
    }
  }
  
  
  /* Section Notre Équipe - Design Moderne (Accueil/index.html) */
  .equipe {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
  }
  
  .equipe h2 {
    font-size: 2.8em;
    color: #4CAF50;
    margin-bottom: 50px;
    font-weight: bold;
  }
  
  .membres-equipe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  
  .membre {
    background: #f1f1f1;
    border-radius: 20px;
    padding: 30px 20px;
    width: 250px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .membre:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  
  .membre img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #210fc9;
    margin-bottom: 15px;
  }
  
  .membre h3 {
    margin-top: 10px;
    font-size: 1.5em;
    color: #333;
  }
  
  .membre p {
    font-size: 1em;
    color: #555;
    margin-top: 5px;
  }
  
  /* Responsive pour mobiles */
  @media (max-width: 768px) {
    .membres-equipe {
      flex-direction: column;
      align-items: center;
    }
  }
  
  /* Footer (Accueil/index.html, produit, apropos et contact)*/
  footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  
  
  
  
  
  /*-------------------------*/
  /* Style de la Page contact.html */
  /*-------------------------*/
  .contact {
    padding: 50px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 8px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact h1 {
    color: #4CAF50;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .contact-info {
    margin-bottom: 40px;
  }
  
  .contact-info p {
    font-size: 16px;
    margin: 10px 0;
  }
  
  .contact-info a {
    color: #210fc9;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  }
  
  /* Formulaire */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-form label {
    font-weight: bold;
  }
  
  .contact-form input,
  .contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .contact-form input:focus,
  .contact-form textarea:focus {
    border-color: #210fc9;
    outline: none;
  }
  
  .contact-form button.submit-btn {
    padding: 10px 20px;
    background-color: #210fc9;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .contact-form button.submit-btn:hover {
    background-color: #210fc9;
  }
  
  
  
  
  
  /*-------------------------*/
  /* Style de la page apropos.html */
  /*-------------------------*/
  .apropos-hero {
    background-color: #210fc9;
    color: white;
    text-align: center;
    padding: 60px 20px;
  }
  
  .apropos-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  
  .apropos-hero p {
    font-size: 22px;
  }
  
  /* Contenu principal de la section À propos */
  .apropos-contenu {
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
  }
  
  /* Style pour le texte d'introduction */
  .texte-intro {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .texte-intro p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  
  
  
  
  /*--------------------------------*/
  /* Style de la page produit.html */
  /*--------------------------------*/
  .galerie-produits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .produit {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .produit img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  
  .produit h3 {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #4CAF50;
  }
  
  .produit p {
    padding: 0 15px 20px;
    font-size: 16px;
    color: #555;
  }
  
  /* Animation lors du survol des produits */
  .produit:hover {
    transform: translateY(-5px);
  }
  
  
  /* Style de la bannière d'introduction produits */
  .produits-hero {
    background-color: #6f4caf;
    color: white;
    text-align: center;
    padding: 50px 20px;
  }
  
  .produits-hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  
  .produits-hero p {
    font-size: 20px;
  }
  
  /* Mise en page de la galerie de produits */
  .galerie-produits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 50px 20px;
    max-width: 1200px;
    margin: auto;
  }
  
  /* Style de chaque carte de produit */
  .produit {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(7, 221, 121, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
  }
  
  .produit img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .produit h3 {
    margin: 15px 0 5px;
    font-size: 24px;
    color: #210fc9;
  }
  
  .produit p {
    padding: 0 15px;
    font-size: 16px;
    color: #9c7c7c;
  }
  
  .produit .prix {
    display: block;
    margin: 15px 0;
    font-size: 18px;
    color: #210fc9;
    font-weight: bold;
  }
  
  /* Animation au survol */
  .produit:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(20, 7, 197, 0.1);
  }