* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
 /* Body Styles */
 .body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.no-scroll {
  overflow: hidden;
  height: 100%;
}

 
section{
  
  padding: 0px 100px;
 
 }


 .title {
  padding: 30px;
  display: flex;
  justify-content: center;
}

h2 {
  margin: 40px 0 0;
  font-size: 2em;
  font-weight: bold;
}
 
 

.btn {
  all: unset;
  background-color: transparent;
  padding: 15px 30px;
  margin: 5px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #14079b;
  box-shadow: 0 4px 8px rgba(57, 47, 101, 0.663);
}

.btn:hover {
  background-color: #ff8864;
  transform: translateY(-2px);
}

.btn:active {
  background-color: #7264ff;
  transform: translateY(0);
}

/* Second Button Styles */
.btn2 {
  all: unset;
  background-color: transparent;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-color: #9d0303;
  box-shadow: 0 4px 8px rgba(57, 47, 101, 0.663);
}

.btn2:hover {
  background-color: #d0cbff;
  transform: translateY(-2px);
}

.btn2:active {
  background-color: #c2deff;
  transform: translateY(0);
}


h1{

 font: 2.9em sans-serif;  
 font-weight: bold;
}

/* styles.css */

/* Style général pour la barre de navigation */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: black;
  align-items: center;
  padding: 10px 30px;
  justify-content: space-between;
}

.logo {
  width: 150px;
}

.navbar a {
  text-decoration: none;
  color: black;
  font-size: 1.1em;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-item ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.nav-item ul li {
  margin: 15px;
}

/* Menu Toggle (for mobile) */
.menu-toggle {
  display: none;
  background: none;
  margin-right: 10px;
}

.close-toggle{
  display: none;
}

.menu-toggle img {
  width: 30px;
}

/* Mobile styles */
@media (max-width: 760px) {
  .nav-item {
    background-color: black;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: none;  /* Hide by default */
    flex-direction: column;
    overflow: hidden; 
  }

  .nav-item.active {
    display: flex;  /* Display when active */
  }

  .nav-item ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-item ul li {
    margin: 25px;
  }

  .navbar a {
    color: white;
  }

  .menu-toggle {
    display: block;
    font-size: 1.5em;
    border: none;
  }

  .menu-toggle:hover {
    color: grey;
  }

  /* Style pour le bouton de fermeture du menu */
  .close-toggle {
    display: block;
    background: none;
    border: none;
    

  }

  .close-toggle img {
    width: 30px;
  }
}


 /* Banner Styles */
 .banner {
  background-image: url('banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* Flex Container Styles */
.flex-container {
  background: linear-gradient(90deg, #040536 0%, rgba(198, 224, 255, 0.111) 100%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80vh;
  padding: 100px;
}



.col1 {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  color: #fff;
}

.action{
  display: flex;
  flex-wrap: wrap;
}

/* Column Text Styles */
.col1 h1 {

  margin: 5px 0;
}

.col1 p {
  margin: 20px 0;
  font-size: 20px;
}

.container-col1 {
  margin: 0 20px;
  width: 80%;
}

@media (max-width: 912px) {
  

   
  section{
  
    padding: 0px;
   
   }
   
  .flex-container {
  

    height: 70vh;
    padding: 10px;
  }


  .col1 {
    width: 100%;
    height: 100%;
  }
  
 
  

}



  /* About Section */
  .about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px;
  }
  
  .about-div {
    width: 50%;
    margin: auto;
  }
  
  .about-img {
    display: flex;
    width: 50%;
  }
  
  .about-img img {
    width: 80%;
    margin: auto;
  }
  
  .about-div h2 {
    font-size: 2.5em;
  }
  
  .about-div p {
    margin: 20px 0;
    font-size: 20px;
  }

  @media (max-width: 912px) {
  
   
    .about-section {
      display: flex;
      align-items: left;
      margin: 50px;
      height: auto;
    }


    .about-div {
      width: 100%;
      margin: auto;
    }


    .about-img {
      display: flex;
      width: 100%;
    }
    
    .about-img img {
      width: 100%;
      height: 300px;
      margin: 0px;
    }
    
    
  
  }


  .container-services {
    display:flex;
    justify-content: center;
    background-color: rgb(11, 4, 112);
    padding: 0px;
   
    
  }
  
  /* Card Styles */
  .card {
  
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    
    color: #fff;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
 
      
  

  }
  
  
  .card img{

    width: 250px;
    margin-bottom: 15px;
  
  }


  .contact{
  
    display: flex;
    align-items: center;
    justify-content: center;
    
  
 
 }
 
 
.map{
  width: 60%;
  border-radius: 15px;
  
  
}

iframe{
  height: 50vh;
}

.address{
  background-color: rgba(7, 64, 208, 0.97);
  color: white;
  padding: 20px;
  justify-content: center;
  display: flex;
 
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contentaddress{

  max-width:300px;
}
 .address h3 {
    font-size: 1.5em;
 }
.address ul{
  list-style: none;
  margin-top: 10px;
  font-size: 1.1em;
  text-align: center;
  
}

.address li{
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.address i{
  font-size: 45px;
  margin-bottom: 10px;
}

 
 .Testimonial-section{
 
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 
 
 }
 
 
 .Testimonial{
   width: 300px;
    text-align: center;
    padding: 30px;
    margin: 10px;
    background-color: #eceae769;
    color: rgba(40, 40, 40, 0.884);
    border-radius: 5px;
 }
 
 
 
 
 
 
 
 
 footer{
 
  margin-top: 100px;
  font-size: 14px;
 
  background-color: #151517;
  display: flex;
  justify-content: center;
 
  padding: 20px;
  color: rgba(255, 255, 255, 0.577);
 }

  
  @media (max-width: 912px) {
  
   
    .container-services {
    
      justify-content: center;
      background-color: rgb(11, 4, 112);
      display: block;
     
    }


    .card {
  
     width: 100%;
 
        
    
  
    }
    
    .Testimonial-section{
 
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      
      
      }
      
      
      .Testimonial{
         width: 100%;
         text-align: center;
         padding: 30px;
         margin: 10px;
         background-color: #eceae769;
         color: rgba(40, 40, 40, 0.884);
         border-radius: 5px;
      }
      


      .contact{
  
        display: flex;
       
     
      }    
      
      
      .map{
        width: 100%;
        border-radius: 15px;
        
        
      }
      
      iframe{
        height: 50vh;
      }
      
      .address{
      
        width: 100%;
        
      }

     .form{


       margin-bottom: 30px;  
     }
      
      
      
     .contact input,textarea{
      all: unset;
      width: 90%;
      background-color: #9f9ace1e;
      padding: 15px;
      margin: 10px 0px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    
     
  
    
    
    
    
  }


  

  /* Responsive Adjustments for Small Screens */
  @media (max-width: 720px) {
    .contact {
      display: flex;
      flex-direction: column;
    }

    .map {
      width: 100%;
      border-radius: 15px;
    }

    iframe {
      height: 50vh;
    }

    .address {
      width: 100%;
      padding: 20px;
      margin: 0; /* Supprime les marges par défaut */
      text-align: center;
      background-color: rgba(7, 64, 208, 0.97);
      color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .form {
      margin-bottom: 30px;
    }

    .contact input,
    .contact textarea {
      all: unset;
      width: 90%;
      background-color: #9f9ace1e;
      padding: 15px;
      margin: 10px 0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
  }





  
  