@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
    body {
        font-family: 'Quattrocento Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        background-color: #ffffff; 
      /* cursor: none; */
    }
    h1{
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 0.5rem;
        color: #161e2a;
        font-size: 30px;
    }
    h3{
        margin: 0;
        line-height: 1.6;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.6;
    }
    p{
        margin: 0;
        line-height: 1.6;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.6;
    }
    strong {
        font-weight: 700;
      }
    /* .custom-cursor {
        width: 20px;
        height: 20px;
        position: fixed;
        pointer-events: none;
        z-index: 9999;
    } */
    
    .custom-cursor {
        width: 20px; /* Largeur du curseur */
        height: 20px; /* Hauteur du curseur */
        position: fixed; /* Position fixe */
        pointer-events: none; /* Ignorer les événements de souris */
        z-index: 19999; /* Assurez-vous qu'il est au-dessus des autres éléments */
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #FFFBF4;
        padding: 10px 20px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    }
    .navbar h1 {
        font-size: 100%;
        font-weight: 1000;
        margin-top:unset;
        margin-bottom:unset;
       
    }
    
    
    .nav-left, .nav-right {
        display: flex;
        align-items: center;
    }
    .nav-left img:hover{
    cursor: pointer;
    transform: scale(0.8);
    }
    .nav-left img{
        transform: scale(0.8);
    }
    .connect-btn {
        background-color: #d7d7da;
        font-size: 18px;
        background-color: #F93702;
        color: rgb(3, 3, 3);
        border: none;
        cursor: pointer;
        color: white;
        border: none;
        margin-right: 20px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: max-content;
        padding: 8px 42px;
    }
    
    .nav-icons {
        display: flex;
        list-style-type: none;
        padding-left: 600px;
       
    }
    
    .nav-icons li {
        margin: 0 20px;
        font-size: 1.2em;
        
    }
    .nav-icons li a{
        color: black;
        text-decoration: unset;
    }
    .nav-right svg,.nav-icons svg {
        width: 24px;
        height: 24px;
    }
    
    #svgnav {
        fill: #d7d7da!important; /* Remplacez par la couleur souhaitée */
        transition: fill 0.1s ease;
    }
    #svgnavactive {
        fill: #000000!important; /* Remplacez par la couleur souhaitée */
        transition: fill 0.1s ease;
    }
    .nav-icons svg:hover #svgnav {
        fill: #000000 !important;
      }
    
    .nav-icons svg:hover #svgnav {
        fill: #000000 !important;
      }
    
    
    .nav-right svg,.nav-icons svg {
        fill: #d7d7da!important; /* Remplacez par la couleur souhaitée */
        transition: fill 0.3s ease;
        stroke: #d7d7da;
    }
    
    
    .nav-right svg:hover,.nav-icons svg:hover {
        transform: scale(1.2);
        cursor:pointer;
        fill: #000000!important; /* Remplacez par la couleur souhaitée */
        transition: fill 0.3s ease;
        stroke: #000000;
    }
    
    .logo {
        height: 40px;
        margin-right: 20px;
    }
    
    .hero {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 120px 50px; /* Augmenté le padding vertical */
       
    }
    
    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 40px; /* Espace entre les éléments du contenu */
        margin-left: 10%;
    }
    
    .hero-image {
        flex: 1;
        margin-left: 10%;
    }
    
    .hero-image img {
        /*max-width: 80%;*/
        display: block; /* Élimine l'espace sous l'image */
    }
    
    .hero h1 {
        font-size: 36px; /* Ajustez selon vos besoins */
        margin: 0;
        line-height: 1.2;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
    }
    
    .hero p {
        font-size: 18px; /* Ajustez selon vos besoins */
        line-height: 1.6;
        margin: 0;
    }
    
    .btn {
        display: inline-block;
        padding: 12px 24px;
        color: white;
        text-decoration: none;
        font-size: 18px;
        background-color: #F93702;
        border: none;
        cursor: pointer;
        align-self: flex-start; /* Aligne le bouton à gauche */
        transition: background-color 0.3s ease;
    }
    
    .btn:hover {
        background-color: #d62f02; /* Couleur légèrement plus foncée au survol */
    }
    .cards-section {
        padding: 50px;
        background-color: #FFFBF4;
    }
    .cards-section h2{
        text-align: center;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        margin-bottom: 40px;
    }
    .cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card {
        width: 22%;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .card img {
        max-width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .card-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        color: white;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    .card-text p{
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: left;

    }
    .two-cards-section {
        display: flex;
        justify-content: space-between;
        padding: 50px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .two-cards-section-h2 {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
    }
    .card2 {
        width: 42%;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
    }
    .card2 img {
        max-width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        display: block;
        object-fit: cover;
    }
    .card2-content {
        padding: 20px;
    }
    .card2-subtitle {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
    }
    .card2-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        color: #F93702;
    }
    .card2-text {
        font-size: 16px;
        line-height: 1.5;
        color: #333;
    }
    .a-more a{
      all: unset;
    }
    .a-more {
      cursor: pointer;
        text-align: center;
        text-decoration: underline;
        color:#F93702 ;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 1.1em;
        margin-bottom: 40px;
    }
    .a-more:hover {
      cursor: pointer;
  
        text-decoration: unset;
        color:#F93702 ;
      
    }

    .features-section {
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #FFFBF4;
    }
    
    .section-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: center;
    }
    
    .cards3-container {
        display: flex;

        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 20px; /* Ajoute un espace entre les cartes */
    }
    
    .card3 {
        flex: 1; /* Fait en sorte que chaque carte prenne une part égale de l'espace disponible */
        border-radius: 10px;
        padding: 30px;
        text-align: left;
    }
    .card3 svg{
        height: 17%;
        width: auto;
    }
    
    .card3-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .card3-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .card3-text {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
    }
    
    @media (max-width: 768px) {
        .cards3-container {
            flex-direction: column;
        }
        .card3 {
            width: 70%;
            margin-bottom: 20px;
        }
    }
    
    .btn-projet{ 
        margin:100px 0;
        padding: 10px 20px;
        font-size: 18px;
        background-color: #F93702;
        color: white;
        border: none;
        cursor: pointer;
    }

    .footer {
        background-color: #F93702;
        color: white;
        padding: 20px;
        font-family: Arial, sans-serif;
      }
      .footer h3{
        font-size: 2.5em;
      }
      
      .footer-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
      }
      
      .footer-left {
        flex: 1;
      }
      
      .footer-right {
        display: flex;
      }
      
      .footer-card {
        padding: 15px;
        border-radius: 5px;
        margin: 0 40px;
      }
      
      .footer-card h4 {
        margin-top: 0;
        font-size: 1.2em;
       
      }
      .footer-card p {
        font-size: 1em;
        display: flex ;
        margin-bottom: 10px;
        align-items: center;
      }
      .footer-card p svg{
        margin-right: 10px;
    }
      .footer-separator {
        border: none;
        border-top: 1px solid #ddd;
        margin: 20px 0;
      }
      
      .footer-bottom {
        display: flex;
        justify-content: flex-end;
        font-size: 14px;
        
      }
      .footer-bottom span {
        margin: 0 40px;
    }
      
      @media (max-width: 768px) {
        .footer-content {
          flex-direction: column;
        }
        
        .footer-bottom {
          flex-direction: column;
          align-items: center;
        }
        
        .footer-bottom span {
          margin-bottom: 10px;
        }
      }









    .realisations {
      padding: 50px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
  
    .realisations h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 40px;
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
    }
  
    .card4-container {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }
  

  
    .card4-image img {
        max-width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        display: block;
        object-fit: cover;
    }
  
    
  
    .card4-subtitle {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }
  
    .card4-title {
      font-size: 24px;
      margin-bottom: 15px;
      color: #F93702;

      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
    }
  
    .card4-text {
      font-size: 16px;
      line-height: 1.6;
    }
  
    .card4:nth-child(even) {
      flex-direction: row-reverse;
    }
  
    
    .card4 {
        display: flex;
        overflow: hidden;
        flex-direction: row; /* Assurez-vous que la direction par défaut est de gauche à droite */
      }
      
      .card4:nth-child(even) {
        flex-direction: row-reverse; /* Inverse la direction pour les cartes paires */
      }
      
      .card4-image {
        flex: 1;
        max-width: 50%;
      }
      
      .card4-content {
        flex: 1;
        padding: 30px;
      }
      
      @media (max-width: 768px) {
        .card4, .card4:nth-child(even) {
          flex-direction: column; /* Empile verticalement sur les petits écrans */
        }
      
        .card4-image {
          max-width: 100%;
        }
      }





  .contact-form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15%;
    margin-bottom: 3%;
  }
  .contact-form h4 {
    margin-top: 0;
    font-size: 1.5em;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
   

      .modal {
        
        width: fit-content;
        height: fit-content;

        border-radius: 26px;
      }
      
      .form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px;
      }
      
      .form-row {
        display: flex;
        gap:25px;
        justify-content: space-between;
      }
      
      .form-group {
        flex: 1; /* Utilise l'espace disponible */
        margin-right: 10px; /* Espacement entre les colonnes */
      }
      
      .form-group:last-child {
         margin-right: 0; /* Supprime l'espacement pour le dernier élément */
      }
      
      .input_field {
         width: calc(100% - 10px); /* Ajuste la largeur pour compenser la marge */
         height: 40px;
         padding: 0 16px;
         outline: none;
         background-color: #F2F2F2;
         border: 1px solid #e5e5e500;
         transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
      }
      
      .input_field:focus {
         border: none; /* Supprime la bordure lors du focus */
         box-shadow: inset -1px -1px #242424; /* Ombre interne lors du focus */
         background-color: transparent; /* Change la couleur de fond lors du focus */
      }
      
      textarea.input_field {
         height: auto; /* Permet à la hauteur de s'ajuster */
         resize: vertical; /* Permet le redimensionnement vertical */
      }
      
      .purchase--btn {
         height: 55px;
         background: linear-gradient(180deg, #363636, #1B1B1B, #000000);
         border-radius: 11px;
         border: none;
         color: #ffffff;
         font-size: 13px;
         font-weight: bold;
         cursor: pointer; /* Change le curseur sur hover */
      }
      
      .purchase--btn:hover {
         box-shadow: inset -1px -1px #FFFFFF; /* Ombre interne sur hover */
      }
      .burger-menu {
        display: none;
     
      }
@media (max-width: 768px) {
      .cards-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
    }
  }


  @media (max-width: 768px) {
    body {
      width: 100%;
      overflow-x: hidden;
    }
  
    .hero {
      text-align: center;
      flex-direction: column;
      padding: 60px 20px;
    }
  
    .hero-content {
      margin-left: 0;
      width: 100%;
    }
  
    .hero-image {
      margin-left: 0;
      width: 100%;
    }
  
    .hero-image img {
      max-width: 100%;
    }
  
    .cards-container {
      flex-direction: column;
      align-items: center;
    }
  
    .card {
      width: 100%;
      max-width: 300px;
    }
  
    .two-cards-section {
      flex-direction: column;
      padding: 20px;
    }
  
    .card2 {
      width: 100%;
    }
  
    .cards3-container {
      flex-direction: column;
    }

  
    .card4 {
      flex-direction: column;
    }
  
    .card4-image {
      max-width: 100%;
    }
  
    .contact-form {
      flex-direction: column;
      gap: 30px;
    }
  
    .form-row {
      flex-direction: column;
    }
    .footer{
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .hero {
      flex-direction: column-reverse;
    }
  
    .hero-content {
      margin-left: 0;
      width: 100%;
    }
  
    .hero-image {
      margin-left: 0;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .hero-image img {
      max-width: 100%;
    }
    
  .btn {
    align-self: center;
  }
  }

  @media (max-width: 768px) {
    .navbar {
      flex-wrap: wrap;
    }
  
    .nav-center, .nav-right {
      display: none;
      width: 100%;
    }
  
    .burger-menu {
      display: flex;
      cursor: pointer;
    }
  
    .burger-menu-active .nav-center, 
    .burger-menu-active .nav-right {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .nav-icons {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 0;
    }
  
    .nav-icons li {
      margin: 10px 0;
    }
  
    .connect-btn {
      margin-right: 0;
      margin-top: 10px;
    }
  }
  

  .carousel-container {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    height: 600px;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
  }
  
  .prev { left: 10px; }
  .next { right: 10px; }
  
  .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    margin: 0 5px;
    cursor: pointer;
  }
  
  .dot.active {
    background: white;
  }
  

  @media (max-width: 768px) {
    body {
      font-size: 14px;
    }
  
    .navbar {
      flex-direction: column;
      padding: 10px;
    }
  
    .nav-left, .nav-right, .nav-icons {
      width: 100%;
      justify-content: center;
      margin-top: 10px;
    }
  
    .nav-icons {
      padding-left: 0;
    }
  
    .connect-btn {
      margin-right: 0;
      padding: 8px 20px;
    }
  
    .hero {
      flex-direction: column;
      padding: 40px 20px;
    }
  
    .hero-content, .hero-image {
      width: 100%;
      margin-left: 0;
    }
  
    .hero h1 {
      font-size: 28px;
    }
  
    .hero p {
      font-size: 16px;
    }
  
    .cards-section, .two-cards-section, .features-section {
      padding: 30px 20px;
    }
  
    .card, .card2, .card3, .card4 {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .cards-container, .cards3-container {
      flex-direction: column;
    }
  
    .two-cards-section {
      flex-direction: column;
    }
  
    .footer-content {
      flex-direction: column;
    }
  
    .footer-card {
      margin: 20px 0;
    }
  
    .contact-form {
      flex-direction: column;
    }
  
    .form-row {
      flex-direction: column;
    }
  
    .carousel-container {
      max-width: 100%;
    }
  
    .slide {
      height: 300px;
    }
  }
  