body {
 margin: 0;
 padding: 0;
}

.container1{ 
  background-image: url('bgslider.jpg'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  width: 100%;            
  max-width: 1920px;
  min-height: 748px;       
  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: 15vw;  
  } 

.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;
  margin: 0;
  } 

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

a{
  text-decoration: none; 
}
a:visited,
a:hover,
a:active {
    color:#0A1066; 
}

.accueil{ 
  color: #2C65FF; 
} 
.bouton1 { 
  background-color: #2C65FF; 
  color: white; 
  border: none; 
  padding: 10px 20px; 
  font-size: 16px; 
  border-radius: 5px; 
  cursor: pointer; 
}

.list{ 
  margin-top: -110px; 
  margin-left: 40vw; 
  margin-right: 10vw; 
} 
@media (max-width: 748px) {
  .list {
    display: none;
  }
}
.projetleft{ 
  margin-left: 20vw; 
  max-width: 50%; 
  white-space: nowrap;
  margin-top: 15vw;
  position: relative;
  z-index: 10; 
} 

.titreleft{ 
  font-size: 60px; 
  color: #0A1066; 
} 
.soustitre{ 
  color: #0A1066; 
  white-space: nowrap;
} 

.projetright{ 
  margin-right: 10px; 
} 


.tablette {
  margin-top: -480px;
  margin-right: 0vw;
  margin-left: 50vw;
  min-width: 760px;         
  height: auto; 
}

@media (max-width: 748px) {
  
  .projetleft {
    margin-left: 3vw;
    margin-top: 15vw;
  }
  .container1{
    overflow: hidden;
  }
  .logor { 
  margin-left: 3vw;  
  } 
  .tablette {
  margin-left: 30vw;
  position: relative;
  z-index: 1; 
  display: block;}

}
 









.container2{
  background-size: cover;      
  background-position: center; 
  background-color: #0B1263;
  background-repeat: no-repeat;
  height: 650px;
  background-image: url('bg-1.png');
  background-size: 85%;
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
}

.shape1{
  width: 188px;
  height: auto;
  position: absolute;
  left: 22%;   /* remplace margin-left */
  top: 130px;  /* remplace margin-top */
}

.shape2{
  width: 390px;
  height: auto;
  position: absolute;
  left: 22%;   /* remplace margin-left */
  top: 200px;
}

.homme{
  max-width: 340px;
  height: auto;
  margin-left: 22%;
  margin-top: 85px;
  position: absolute;
  overflow: hidden;
}

.hommeright{
  position: absolute;
  top: 13%;    
  left: 55%;   
  font-size: 0.9em;   
  
}
.titremajeur{
  color: white;
}
.soutitre{
  color: #6EF1B2;
}
.texte1{
  color: #9C9DC9;
  line-height: 1.8;  
}

.br1, .br2 { display: inline; }

.argent{
  position: absolute;
  top: 50%;      
  right: 40%;    
  margin: 0;
  max-width: 100px;
}
.stats{
  width: 60px;
  height: auto;
}

.minitexte{
  position: absolute;         
  color: #9C9DC9;  
  line-height: 1.8; 
  top: 50%;           
  right: 19%;          
  margin: 0;
  font-size: 0.9em;
  white-space: nowrap ;
}
.br1, .br2 {
  display: inline; 
}
.bouton2{
  background-color: #0B1263; 
  color: white;               
  border-color: #9C9DC9;              
  padding: 10px 20px;        
  font-size: 16px;            
  border-radius: 5px;         
  cursor: pointer;  
  position: absolute; 
  top: 70%;      
  right: 31%;   
  margin: 0;
}

@media (max-width: 768px) {
  .container2 {
    background-image: none;
    height: 900px;
  }

   .shape1, .shape2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .shape1 {
    top: 110px;
    left: -185px;
  }

  .shape2 {
    top: 180px;
     width: 370px;
  }
  .homme{
    max-width: 310px;
    margin-left: 27%;
  }
  .hommeright{
    left: 5%;   
    top: 545px;    
    right: auto;
  }
  .texte1{
    line-height: 0.8;
  }
  .br1 { 
    display: none; 
  }
  .br2 { 
    display: block; 
  }

  .minitexte{
    top: 78%;           
    left: 13vw;   
    line-height: 0.8;
  }
  .br1 {
    display: none; 
  }
  .br2 {
    display: block; 
  }
  .argent{
    top: 78%;      
    left: 5%;  
  }
  .bouton2{
    top: 90%;      
    left: 7%;  
    width: 210px;
  }
}



















.bloc3 {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  height: 700px;
  position: relative;
  font-family: sans-serif;
}


.header {
  margin-top: 60px;
  text-align: center;   
  margin-left: 0px; 
    
}

.h1 {
  font-weight: bold;
  color: #060B73;
  font-size: 36px;
}

.h4 {
  color: #2267F2;
  font-size: 16px;
}

.left-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-left: 15%; 

}

.Lorem, .Ipsum, .Dolor, .SitAmet {
  font-family: sans-serif;
  color: #060B73;
  text-align: center;
  width: 220px;
  height: 230px;
  border-radius: 20px;
  padding-top: 40px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.Lorem { 
background-color: #FFFCF5; 
}
.Ipsum {
background-color: #FFF8F5; 
}
.Dolor {
 background-color: #FFF7FC; 
}
.SitAmet {
 background-color: #FDF4FF; 
}

.Lorem img, .Ipsum img, .Dolor img, .SitAmet img {
  width: 50px;
  height: 50px;
 
}


.rightcontainer {
  position: absolute;
  top: 25px;    
  right: 150px;   
  width: 450px;
  height: auto;
}

@media (max-width: 768px){

  .left-container {
    margin-top: -390px;
  }

  .rightcontainer {
    top: 620px;    
    right: 150px; 
    width: 365px;

  }
  .bloc3 {
   height: 1050px;
 }

}










.container4{
  background-color: #F5F9FC;
  font-family: sans-serif;
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
  height: 650px;
  background-size: 85%;
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
}

.titredescas {
  text-align: center;
  margin-top: 20px;
  font-family: sans-serif;
}

.titre1 {
  font-weight: bold;
  color: #060B73;
}

.soutitre4 {
  color: #2267F2;
}

.container {
  margin-top: 80px;
  margin: 70px;
  display: flex;      
  gap: 20px;           
  flex-wrap: wrap; 
}        


.catego {
  color: #060B73;
  margin-left: 30px;
}

.para { 
 color: #C7C7C8; 
 margin-left: 30px;
}

.bande-blanche {
  background-color: white;
  padding: 10px;
  width: 280px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .container4{
    background-color: #F5F9FC;
    height: 1050px;
  }
   .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-left: 17px;
  }
}








.container5{
   position: relative;
   height: 745px;
   background-color: white;
   font-family: sans-serif;
}

.femme{
  width: 370px;
  height: auto;
  margin-top: 120px;
  margin-left: 230px;
}


.client{  
  position: absolute;
  top: 120px;
  right: 355px;
}
.whats{
  color:#081459;
}
.vesti{
  color: #2D7BFA;
  font-size: 0.9rem;
  font-weight: bolder;
}
.quis-autem{
  position: absolute;
  top: 270px;
  right: 350px;
  border-width: 1px;
  border-style: solid;
  border-color: #E9E8EA;
  padding: 18px;
  line-height: 1.8;
  font-style: italic;
  color: #081459;
  font-weight: bolder;
}
.william{
  position: absolute;
  top: 460px;
  right: 605px;
}
.williamp{
  position: absolute;
  top: 80px;
  right: 60px;
  border-radius: 100%;
  width: 50px;
  height: auto;
}
.wpresentation{
  position: absolute;
  top: 75px;
  right: -100px;
  line-height: 0.5;
}
.williamname{
  white-space: nowrap;
  color: #081459;
}
.williamsenior{
  white-space: nowrap;
  color: #2D7BFA;
  font-size: 0.9rem;
  font-weight: bolder;
}
.petitpoint{
  right: 685px;
  position: absolute;
  top: 630px;
  width: 80px;
  height: auto;
}

@media (max-width: 768px){
  .container5{
   height: 1245px;
 }
 .femme {
    width: 100%;          
    max-width: 490px;     
    margin: 40px auto 0;  
    display: block;       
  }
  .client{  
    top: 705px;
    left: 85px;
    right: 0px;
  }
  .quis-autem{
    top: 815px;
    left: 78px;
    right: 100px;
  }

 .william{
  position: absolute;
  top: 1000px;
  left: 0px;
  right: 470px;
  } 
}






.container6{
  background-color: #0865FF;
  background-image: url('bg-2.png');
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
  height: 650px;
  background-size: 100%;
  position: relative;
  font-family: sans-serif;
}
.solutions{
  color: white;
  position: absolute;
  top: 140px;
  left: 350px;
  line-height: 1.8;
}
.best{ 
  line-height: 1.2;
  font-weight: bolder;
}

.mauris{
  font-weight: bolder;
  font-size: 0.8rem;
}
.sed{
  font-size: 0.8rem;
}
.contact5{
  width: 350px;
  height: 400px;
  border-radius: 10px;
  padding-top: 60px;
  background-color: white;
  right: 320px;
  position: absolute;
  top: 100px;

}
.contactitle{
  margin-left: 50px;
  color: #0B1659;
  margin-top: -10px;
  position: absolute;
}
.testt{
  margin-left: 50px;
  color: #6C6E79;
  font-size: 0.8em;
  position: absolute;
  margin-top: 25px;
}
.blocs6{
  margin-top: 68px;
}
.fullname{
  border-radius: 1px;
  padding-top: 3px;
  background-color: #F0F4FF;
  margin-left: 50px;
  margin-bottom: 10px;
  align-items: center;             
  border-color: #9C9DC9;              
  padding: 2px 3px;             
  cursor: pointer;  
  width: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #E9E8EA;
  color: #727AA6;
  font-size: 0.9rem;
}
.placement{
  margin-bottom: 10px;
  margin-left: 15px;
}
.subject{
  color: #0B1659;
  border-radius: 1px;
  padding-top: 3px;
  background-color: #F0F4FF;
  margin-left: 50px;
  margin-bottom: 10px;
  align-items: center;             
  border-color: #9C9DC9;              
  padding: 2px 3px;             
  cursor: pointer;  
  width: 250px;
  border-width: 1px;
  border-style: solid;
  border-color: #E9E8EA;
  font-size: 0.9rem;
  font-weight: bolder;
}
.bouton3{
  background-color: #2C65FF; 
  color: white;               
  border: none;              
  padding: 10px 20px;        
  font-size: 16px;            
  border-radius: 2px;         
  cursor: pointer;  
  margin-left: 35px;
  margin-bottom: 10px;
  align-items: center;   
  width: 250px;
}
 

@media (max-width: 768px) {
  .container6{
   height: 1050px;
   background-size: 100%;
  }
  .solutions {
   top: 110px;
   left: 30px;
 }

 .best{
  font-size: 2.2rem;
 }

 .mauris{
  font-size: 1rem;
 }


 .sed{
   font-size: 1rem;
 }

  .contact5{
    top: 600px;
    width: 100%;      
    max-width: 410px;  
    display: block;    
    left: 30px;  
    height: 290px;
  }
  .contactitle{
    margin-top: -40px;
    margin-left: 30px;
  }
  .testt{
    margin-top: -5px;
    margin-left: 30px;
  }
  .blocs6{
    margin-top: 13px;
  }
  .fullname{
    padding-top: 2px;
    margin-left: 30px;
    margin-bottom: 10px;        
    padding: 0.2px 2px;             
    width: 340px;
  }
  .subject{
    padding-top: 2px;
    margin-left: 30px;
    margin-bottom: 10px;        
    padding: 0.2px 2px;             
    width: 340px;
  }
  .bouton3{      
    padding: 10px 10px;        
    font-size: 12px;            
    margin-left: 15px;
    margin-bottom: 10px;
    align-items: center;   
    width: 110px;
  }
  .article3{
    display: none;
  }
}










.containerr7{
  position: relative;
  height: 625px;
  background-color: white;
  font-family: sans-serif;
}
.blog{
  margin-top: 100px;
}
.latest {
  display: flex; 
  align-items: center;     
  justify-content: center;  
  color: #0C1264;
}
.donec{
  display: flex;  
  justify-content: center; 
  align-items: center; 
  margin-top: -25px;    
  color: #0865FF;       
}
.articles{
  margin-top: 32px;
  margin-left: 277px;
  display: flex;      
  gap: 76px;           
  flex-wrap: wrap; 
}        
.long{
  color: #0C1264;
}
.premier{
  display: flex;
  justify-content: left; 
  align-items: left;
  color:#202473;
  margin-bottom: 15px;
  margin-top: -15px;
}
.calendrier{
  width: auto;
  height: 18px;
  margin-top: 9px;
}
.janvier{
  font-size: 0.7em;
  font-weight: bold;
}
.blog1{
  width: 240px;
  height: auto;
}
.laboree{
  font-size: 0.8em;
  line-height: 2;

}
.boutonl{
  background-color: #E9EFFF; 
  color: #131364;               
  border: none;              
  padding: 10px 15px;                 
  border-radius: 5px;         
  cursor: pointer;  
  align-items: center;   
  width: 140px;
  height: 40px;
  font-weight: bolder;
}

@media (max-width: 768px){
   .articles{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 62px;
    margin-left: 65px;
  }
  .containerr7{
    height: 725px;
  }
}









.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;
}

.copyright {
  padding-bottom: 40px;   
  margin-left: 185px;       
  text-align: center; 
  background-color: white;
}

@media (max-width: 768px){
  .header8{
    height: 750px;
  }
  .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;
  }
  .copyright {   
  margin-left: 7px;   
  }

}












  
