body {
  font-family: 'Poppins', sans-serif;
  background-size: contain;
  background-position: center;  
  color: #0c1167;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  font-size: 16px; 
  scroll-behavior: smooth;
}


.container1{ 
  background-image: url('bg-pagetitle2.png');
  background-size: cover;       
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1750px; 
  background-color: #F5F9FC;
  background-position: center; 
  background-repeat: no-repeat; 
  width: 100%;            
  max-width: 1920px;
  min-height: 330px;       
  overflow: hidden;
  font-family: sans-serif;
} 
.top-bar{ 
  height: 30px; 
  background-color: #0A1066; 
  font-size: 14px; 
  color: white; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  width: 100%; 
} 
  

.logor { 
  width: 20%;
  max-width: 95px;     
  height: auto;
  display: block;
  margin: 20px auto;   
  cursor: pointer;
  height: auto;
  margin-top: 20px;
  margin-left: 19%;  
} 

.faq1{
  color: #0A1066;
  cursor: pointer;
  font-weight: bold;
  margin-left: 18.7%;
  font-size: 2.8rem;
  margin-top: 40px;
}
.list{ 
  margin-top: -220px; 
  margin-left: 40vw; 
  margin-right: 17vw; 
} 

.navigation{ 
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end; 
  align-items: center;
  flex-wrap: wrap;             
  color: #0A1066;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
} 

.navigation  li:last-child { 
    margin-left: 100px; 
} 

a{
  text-decoration: none; 
}
a:visited,
a:hover,
a:active {
    color:#0A1066; 
}
.bouton1 { 
  background-color: #2C65FF; 
  color: white; 
  border: none; 
  padding: 10px 20px; 
  font-size: 16px; 
  border-radius: 5px; 
  cursor: pointer; 
}

.accfaq{
  margin-top: 95px;
  margin-left: 75%;  
  color: #0A1066;
  font-size: 15px;
}

.container2{
  background-image: url('bg-faq.png');
  background-size: cover;       
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  width: 100%;
  min-height: 1600px;
  overflow: hidden;
  font-family: sans-serif;
}


.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 100px;
  gap: 50px;
}


.left {
  width: 50%;
}

.left h1 {
  font-size: 40px;
  color: rgb(16, 26, 92);
  margin-bottom: 15px;
}

.left h2 {
  font-size: 16px;
  color: rgb(21, 99, 243);
  margin-bottom: 10px;
}

.left h3 {
  font-size: 15px;
  color: rgb(152, 152, 152);
  line-height: 2;
  margin-bottom: 30px;
}


.small {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.carre {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.carre h1,
.carre h3 {
  font-size: 20px;
  color: rgb(16, 26, 92);
  margin: 0;
}

.carre h2,
.carre h4 {
  font-size: 15px;
  color: rgb(152, 152, 152);
  line-height: 1.8;
  margin: 5px 0 0 0;
}


.rectangle {
  background-color: rgb(38, 38, 239);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
}

.rectangle::after {
  content: " →";
  font-weight: bold;
}


.right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.illustration img {
  width: 90%;
  max-width: 500px;
  height: auto;
}



.provide{
  margin-top: 15px;
}

.services-bloc {
  background-color: #3A57E8; 
  height: 800px;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.services-container {
  max-width: 1200px;
  margin: auto;
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 20px;
  margin: auto;
  z-index: -10;
}

.services-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 50px;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}


.service-card {
  background: white;
  color: #0a0a23;
  border-radius: 5px;
  width: 100%;
  max-width: 330px;
  height: 100px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 20px;
}


.ecriture{
  margin-top: -80px;
  margin-left: 70px;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 50px;
  margin-bottom: 15px;
}

.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.9rem;
  color: #62657b;
  line-height: 1.5;
}


.managers{
  background-color: #F2F2F2;
  background-size: 900px;
    
}

.container7 {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  margin-right: 0px ;
  z-index: 10;
  flex-wrap: wrap;  
  
}

.imageshaut {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -120px;
  margin-right: 0px ;
  z-index: 10;
  flex-wrap: wrap;  
}
.images7 {
  background-color: white; 
  padding: 25px; 
  padding-bottom: 15px;
  border-radius: 3%;
  z-index: 10;
           
}

.names {
  color: #030A8C;
  font-family: sans-serif;
  text-align: center;
}

.senior {
  color: #0669FF;
  font-family: sans-serif;
  text-align: center;
}

.image-bas{
   border-radius: 2%;
   margin-top: 70px;
   display: flex;
   justify-content: center;
   gap: 70px;
   margin-top: 50px;
   margin-left: 18%;
   margin-bottom: 50px;
   z-index: 10;
   flex-wrap: wrap;  
   background-color:#2160e9;
   max-width: 1000px;
   width: 100%;
  background-image: url('bg-couter.png');
  background-size: cover;       
  background-position: center;
  background-repeat: no-repeat;
}
.h1umber{
  color: white;
}
.pnumber{
  color: white
}

.tailles{
  max-width: 260px;
  height: auto;
}


.faq-section {
  padding: 70px 0;
  background: #fff;
}

.faq-container {
  width: min(1200px, 90%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}


.faq-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1b2a7a;
  margin-bottom: 10px;
}

.faq-left h3 {
  font-size: 15px;
  font-weight: 700;
  color: #536cf9;
  margin-bottom: 25px;
}

.faq-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px 18px;
  margin-bottom: 12px;
  background: #fafafa;
  cursor: pointer;
  transition: 0.3s;
}

.faq-item:hover {
  background: #f0f0f0;
}


.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.signe {
  width: 28px;
  height: 28px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background: none;
}


.text {
  color: #555;
  font-size: 0.8rem;
}

.faq-item.open .text {
  display: block;
}


.faq-right img {
  display: block;     
  width: 100%;         
  max-width: 380px;     
  height: auto;         
  border-radius: 12px;
  margin-left: 58%; 
  margin-top: -28%;    
}


html {
  font-size: 16px;
  scroll-behavior: smooth;
}


.container8{
  height: 760px;
}
.header8{
  position: relative;
  height: 350px;
  background-color: #0B1263;
  background-image: url('bg-3.png');
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat
}

.content8{
  margin-left: 280px;
  position: absolute;
  margin-top: 50px;
 
}

.titre8{
  color: white;
}
.orci8{
  color: #09FAAF;
  font-size: 0.8em;
}
.updateinfo{
  display: flex;
  justify-content: left; 
  align-items: left;
  color: white;
  margin-bottom: 15px;
  margin-top: -15px;
  margin-left: -10px;
}
.cerclejaune{
  width: auto;
  height: 28px;
  margin-top: 5px;
}
.info8{
  font-size: 0.8em;
}

.bouton8{
  background-color: #2C65FF; 
  color: white;               
  border: none;              
  padding: 10px 20px;        
  font-size: 0.9em;   
  font-weight: bolder;         
  border-radius: 5px;         
  cursor: pointer;  
}

.imgseo{
  position: absolute;
  margin-top: 40px;
  top: 0px;
  margin-right: 25px; 
  right: 250px;
}
.seoimg{
  height: 260px;
  width: auto;

}

.menus{
  margin-top: 32px;
  margin-left: 277px;
  display: flex;      
  gap: 76px;           
  flex-wrap: wrap; 
}        


.menu h3 {
  color: #0f1467;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font: sans-serif ;
}

.menu p,
.menu a {
  color: #555a7b;
  font-size: 0.8rem;
  line-height: 1.6;
  font: sans-serif;
}

.menu a {
  text-decoration: none;
  color: inherit;
  font: sans-serif;
}

.menu a:hover {
  color: #2563eb;
  font: sans-serif;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font: sans-serif;
  color: #555a7b;
  
}

.phone {
  color: #2160e9;
  font-weight: 600;
}

.logos {
  margin-left: 0px;
  margin-top: -50px;
}

.follow {
  display: flex;              
  align-items: center;       
  gap: 8px;      
  font: sans-serif; 
}


.b8{
  background-color: #F5F9FC; 
  color: #555a7b;               
  border: none;              
  padding: 10px 15px;                 
  border-radius: 5px;         
  cursor: pointer;  
  align-items: center;   
  width: 940px;
  height: 45px;
}








@media (max-width: 768px){
  .top-bar{ 
    width: 100%;
    max-width: 768px;
  }
  .logor{
    margin-top: 20px;
    margin-left: 5%;  
    max-width: 115px; 
  }
  .faq1{
    margin-left: 5%;
    font-size: 3rem;
    margin-top: 30px;
  }
  .list {
    display: none;
  }
  .accfaq{
   margin-top: 5px;
   font-size: 1.4rem;
 }
  .container1{
    min-height: 390px;   
    }    
  .container2{
    min-height: 2500px;
  }

  .femme{
    height: 1500px;
  }
  .finibus{
     width: 600px;
     margin-top: -400px;
  }
  .quisautem{
    width: 600px;
  }
  .carre{
    width: 600px;
  }
  .rectangle {
    padding: 17px 24px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    width: 630px;
    margin-top: 40px;
    margin-left: -45px;
  }
  .illustration img {
    width: 500px;
  }
  .right{
    margin-left: -75px ;
    margin-top: 800px;
    margin-bottom: 0;
    
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .services-title {
    font-size: 1.8rem;
  }
  .services-subtitle {
    font-size: 0.9rem;
  }
  .service-card {
    text-align: left;

  }.services-bloc {
    height: 1000px;
    max-width: 768px;
    width: 100%;
  }
  .service-card {
    width: 100%;
    max-width: 280px;
    height: 100px;
  }
 
  .managers {
    width: 100%;
    background-size: cover;
  }

  .image-bas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    margin-left: 0px;
    max-width: 728px;
    padding: 20px;
    text-align: center;
  }

  .number1 {
    width: 100%;
    text-align: center;
  }

  .images7 {
    width: 100%;
    max-width: 300px;
    background-color: white;
     padding-right: 5px;
     padding-bottom: 15px;
     border-radius: 3%;
     z-index: 10;
  }

  .imageshaut {
     margin-top: 20px;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     justify-items: center;
     gap: 30px;
     margin-left: 50px;
     margin-top: -170px;
  }
  .container7{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 30px;
    margin-left: 50px;
  }

  .faq-right img {
    width: 90%;      
    max-width: 800px; 
    margin: 20px auto 0 auto; 
    margin-top: 50px; 
    border-radius: 1%;
  }
  
  .faq-item {
    width: 500px;
  }


  .header8{
    height: 750px;
    width: 100%;
    max-width: 768px;
  }
 
  .content8{
    margin-left: 80px;
    margin-top: 90px;
  }
  .titre8{
    font-size: 2.4rem;
  }
  .orci8{
    color: #09FAAF;
    font-size: 1rem;
  }
  .info8{
   font-size: 1rem;
  }
  .cerclejaune{
    margin-top: 10px;
  }
  .imgseo{
    margin-top: 415px;
    left: 195px;
  }
  .seoimg{
    height: 290px;
    width: auto;
  }
  .menus{
    margin-left: 70px;
    margin-right: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }        
  .b8{ 
  width: 530px;
  height: 45px;
  }
  
}






