/*css*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  color:#0B1460 ;
}

.TITRE{
  font-size:27px;
  font-weight: bolder;

}

body{
  color: #0B1460 ;
}

.Bloc{
    height: 700px;
  }


.fonddarkblue {
  background-color:#0B1460  ;
}

.fondblue {
  background-color: #2667FF ;
}

.txtgreen{
  color: #00F4AC ;
  margin-bottom: 15px;
}

.txtblue{
  color: #2667FF ;
}

.txtgrey{
  color: #A9B1D0 ;
}

.txtwhite{
  color: white;
}

.txtpetit{
  font-size: 14px;
}

.texte-gras { 
    font-weight:bolder;
  }


  /* Bloc 1 */


.bloc1{
  height: 700px;
  background:url("image/bgslider.jpg") center  no-repeat;
  background-size: auto;
}

.titre {
    font-size: 52px;
    line-height: 1.2;
  }

.bandeau {
    background-color: #0B1263;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
  }

.navbar {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  padding: 25px 60px;
  background: linear-gradient(90deg, #f7f9ff 0%, #eaf2ff 100%);
}

.logo {
  width: 100px;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.menu ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

a {
  color: #0B1460 ;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

a:hover {
  color: #2563eb;
}

.btn-contact {
  background: #2563eb;
  color: white;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-contact:hover {
  background-color: #1e40af;
}

.Detailmainbloc1 {
  display: flex;
  flex-direction: row;
  justify-content:flex-end;
  align-items: flex-end;
  gap: 18%;
  height: 662px; 
}

.contenu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  max-width: 700px;
  height: 600px;
}

.illustration {
  margin-bottom: -4px;
}

.image-illu {
  width: 655px;
}

.sous-titre {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.bouton {/*bloc 5*/
  background-color: #2563eb;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.3s ease;
}

.bouton:hover {
  background-color: #1e40af;
}

  /* Bloc 2 */

.taille16{
  font-size: 16px;
}

.img-texte{                     /* utilisé dans d'autres blocs */
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.posearticle{
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 500px;
}

.boutonbloc2{  /*bloc2*/
  display: flex; 
  align-items: center; 
  gap: 10px; 
  padding: 6px 12px; 
  cursor: pointer; 
  background-color: #0B1263;
  border:1px solid #A9B1D0;
  border-radius:5px ;
  color: white;
  font-weight:bolder;
}

.img-container {
  position: relative;
  width: 400px;
  height: 400px; /* pour éviter que tout se tasse */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image de la personne au-dessus des formes */
.personne {
  position: relative;
  z-index: 3;
  width: 70%;
}

/* Forme bleue en arrière-plan */
.forme-bleue {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 50%;
  z-index: 1;
}

/* Forme verte en arrière-plan */
.forme-verte {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 90%;
  z-index: 2;
}

.DetailMainbloc2 {
  min-height: 700px;
  background:url("image/bg-1.png") center  no-repeat;
  background-size: 1150px;
  background-color: #0B1263;
  display: flex; 
  justify-content: center;     
  align-items: center;
  gap: 50px;
}

  /*Bloc 3*/

.TitreEtBloc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blocColor{
  display: flex;
  flex-direction: column;
  height: 230px;
  width: 200px;
  align-items: center;
  justify-content: center;
  border-radius:15px ;
  gap: 7px;
}

.lorem{
  background-color: #FEFCF5;    
}

.ipsum{
  background-color: #FFFCF5;
}

.dolor{
  background-color: #FFF7FC;
}

.sit{
  background-color: #FDF4FF;
}

.detailmainbloc3{
  display: flex;
  flex-direction: row;      
  justify-content: center; 
  align-items: center;
  width: 100%;
}

.detailheader{
  min-height: 30px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.divbloc{   /*3*/
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px ;
}

.taillebloc{
  width: 500px;
}

  /*bloc4*/

.bloc4{
  background-color: #F5F9FC;
  height: 690px;
}

.margeTopLeft{
  margin-top: 10px;
  margin-left: 10px;
}

.titreCategorie{
  font-size: 18px;
  margin-top: -4px;
  margin-left: 10px;
}

.detailmainbloc4{
  display: flex;  
  flex-direction: row;      
    justify-content: center; 
    align-items: center;
    width: 100%;  
}

.espacebloc{
  margin-bottom: 150px;
}

.blocCategorie{  /*4*/
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 290px;
  height: 290px; 
  justify-content: flex-start;
  border-bottom-right-radius:15px ;
  border-bottom-left-radius:15px ;
  gap: 10px;
}

  /*bloc5*/

.posesection{
  background:url("image/bg-3.png") center  no-repeat;
  background-size: auto;
  background-color: #0B1263;
  display: flex; 
  justify-content: center;     
  align-items: center;
  gap: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.pos{
  display: flex;
  flex-direction: column;    
  gap: 30px;
  width: 500px;
}

.poseMain{
  display: flex;
  flex-direction: column;    
}

.imgblanc{
  color: white;
}

.photo{
  display: flex;
  align-items: center;
  gap: 10px;
}

.section2Bloc5{
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menuBloc5{
  display: flex;
  flex-direction: column;
  width: 250px;
  gap: 10px;
}

.followBloc5{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.phoneNumberBloc5{
  display: flex;
  align-items: center;
  gap: 7px;
}

  /*bloc 6*/

.ligne {
  margin-bottom: 10px;
  line-height: 1.6;
}

.margebottom{
  margin-bottom: 15px;
}

.DetailMainbloc6 {
  display: flex;
  flex-direction: row-reverse; 
  justify-content: center;     
  align-items: center;
  gap: 50px;
}

.boutonpetit{
  width: 60px;
  height: 60px;
  position: fixed;  
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 20px;
  color: white;
}

.espacement {
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 10px;
}

  /*bloc 7*/

.blocManager{  /*7*/
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 250px;
  width: 210px;
  align-items: center;
  justify-content: center;
  border-radius:15px ;
  gap: 10px;
  margin-top: -150px;
  box-shadow: 0 40px 300px rgba(0, 0, 0, 0.1);
}

.taille27{
  font-size: 27px;
}

.taille18{ 
  font-size: 18px;
}

.detailbloc{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px ;
  margin-top: 30px;
}

.detaildiv{
  background: url(image/bg-couter.png) center no-repeat;
  background-color: #1B6BFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1200px;
  height: 140px;
  border-radius: 10px;
}

.bdiv{
  display: flex;
  flex-direction: column;       
  justify-content: center; 
  align-items: center;
  width: 75px;
  height: 75px;
}

.detailmainbloc7{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 100px;
}

  /*bloc lien*/

.blocAcceuil{
  height: 325px;
  background:url("image/bg-pagetitle.png")   no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.DetailmainblocAccueil{
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  align-items: flex-start;
  height: 370px;
  margin-top: 25px;
  width: 1000px;
}

.chemin{
  display: flex;
  gap: 30px;
}

.contenublocaccueil{
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: flex-end;
  gap: 20px;
}

.lienEspace{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

  /*bloc avis */

.detailmainblocAvis{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  height: 700px;
}

.italique{
  font-style: italic;
}

.cadre{
  padding: 8px 14px;
  border:1px solid #A9B1D0;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.8;
}

.imageronde{
  width: 50px ;   
  border-radius: 50%;
}

.imagepoint{
  width: 50px;
}

.detailSectionBlocAvis{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 440px;
}

.txtGrand{
  font-size: 45px;
}

.margeLeft{
  margin-left: 50px;
}

  /*Bloc Faq*/

.blocQuestion{
  height: 2136px;
  background: url(image/bg-faq.png) center no-repeat;
  background-size: 1920px;
}

.boutonlong{
  background-color: #2563eb;
  border: none;
  color: white;
  padding: 7px 86px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.DetailmainblocFaq{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height:2136px ;
}

.DetailQuestion{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 700px;
  height: 1500px;
}

.DetailQuestion summary {
  background: #F0F4FF;
  padding: 10px 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  font-weight: bolder;
  margin-top: 10px;
}

.DetailQuestion summary::after {
  content: "+";
  font-size: 26px;
}

.DetailQuestion details[open] summary::after {
  content: "–";
}

.DetailQuestion details p {
  margin: 15px 0 0 5px;
  font-size: 14px;
  line-height: 1.4;
  color: #A9B1D0;
  padding-right: 20px;
}

.espaceleft{
  margin-left: 18px;
}

.cadreBlocFaq{
  display: flex;
  flex-direction: row-reverse;
  padding: 30px 30px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  background-color: #FFF;
  width: 750px;
}

.cadreContact{
  padding: 20px 20px;
  background-color: #F0F4FF;
  width: 300px;
  height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.cadreContact input {
  width: 250px;
  padding: 10px;
  border: none;
}

.decalageimgage{
  margin-right: 50px;
}

.menuAccueil{
  display: none;
}

.boutonAccueil{
  display: flex;
}

select {
  padding: 10px;
  font-weight: bolder;
  width: 250px;
  padding: 10px;
  border: none;
  background-color: white;
}

.boutonMenu{
  display: none;
  justify-content: flex-end;
  margin-right: 40px;
}

/*BLOC CONTACT*/

.taille40{
  font-size: 40px;
}

.bloc-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: url(image/bg-2.png);
  background-color: #2667FF;
  height: 100%; 
}

.contact-gauche {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 400px;
}

.bloc-stat {
  width: 400px;
  display: flex;
  justify-content: flex-start;
  gap: 120px;
  align-items: center;
}

.boite-statistique{
  width: 160px;
  align-items: flex-start;
}

.boite-formulaire-contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: white;
  padding: 40px 35px;
  border-radius: 10px;
  width: 322px;
  height: 425px;
}

.boite-formulaire-contact input{
  width: 250px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #F0F4FF;
}

.boite-formulaire-contact select{
  background-color: #F0F4FF;
  border: 1px solid #e0e0e0;
}

  /*Bloc BLOG*/

.grille-blog {
  display: flex;
  align-items: center;
  gap: 50px;

}

.bloc-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 250px;
  height: 425px;
}

.contenu-blog{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lien-blog {

  font-weight: bold;
  text-decoration: none;
  background-color: #F0F4FF;
  border-radius: 5px;
  padding: 9px 25px;
  width: fit-content;
}

  /*BLOC SERVICE*/

.DetailMainServices{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Service_fond{
  background:url(image/bg-facts.png) center no-repeat ;
  background-color: #2667FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.Marge_Titre{
  margin-top: 75px;
}

.blocServices{
  height: 1000px ;
}

.services_placement{
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.petit_bloc{
  width: 325px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
}

.Petit_bloc_Services1{
  width: 325px;
  padding: 25px 25px;
  height: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

  /*Bloc Question*/

.Bloc_Question{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 50px;
  flex-wrap: wrap;
}

.Bloc_Question_Texte{
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.Bloc_Question_Texte summary {
  padding: 10px 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  border: 1px solid #e0e0e0;
  font-weight: bolder;
}

.Bloc_Question_Texte summary::after {
  content: "+";
  font-size: 26px;
}

.Bloc_Question_Texte details[open] summary::after {
  content: "–";
}

.image-Question {
    width: 450px;
    position: relative;
}

.image-principale-faq {
    width: 100%;
    position: relative;
    z-index: 2;
}

.forme-deco {
    position: absolute;
    z-index: 3;
}

.forme-anneau {
    width: 70px;
    top: -30px;
    left: -40px;
    transform: rotate(-20deg);
}

.forme-sphere {
    width: 50px;
    top: 30px;
    right: -25px;
    z-index: 3;
}

.forme-triangle-bleu {
    width: 60px;
    bottom: -25px;
    left: -30px;
    transform: rotate(-10deg);
    z-index: 4;
}

.forme-triangle-violet {
    width: 90px;
    bottom: -40px;
    right: -40px;
    z-index: 1;
}
  
@media screen and (max-width: 768px) {

  .boutonMenu{
    display: flex;
  }

  .Bloc{
    height: 1100px;
  }

  .DetailMainbloc2{
    flex-wrap: wrap;
    height: 1000px;
    background: none;
    background-color: #0B1263;
  }

  .img-container{
    margin-right: 150px;
  }

  .posearticle{
    margin-right: 150px;
  }

  .bloc1{
    background:url("image/bgslider.jpg") center  no-repeat;
    background-size: 2100px;
  }

  .bandeau{
    width: 650px;
  }

  .marge_bandeau{
    margin-left: 58px;
  }

  .contenu{
    position: absolute;
    left: 20px;
    top: 90px;
  }

  .illustration{
    width: 348px;
    overflow: hidden;
    margin-left: 80px;     
  }

  .detailmainbloc3{
    flex-direction: column;
    gap: 50px;
  }

  .blocColor{
    height: 190px;
    width: 230px;
    gap: 3px; 
  }
  
  .bloc4{
    height: 1100px;
  }

  .blocCategorie{  /*4*/
    margin-left: 50px;
  }

  .detailmainblocAvis{
    flex-direction: column;
    height: 1100px;
    justify-content: center;
  }

  .detailSectionBlocAvis{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 640px;
  }

  .posesection{
    flex-direction: column;
  }

  .pos{
    width: 700px;
  }

  .section2Bloc5{
    height: 420px;
  }

    /*bloc lien*/

  .DetailmainblocAccueil{
    width: 650px;
  }

    /*bloc faq*/

  .cadreBlocFaq{
    flex-direction:column-reverse;   
    width: fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }

  .cadreContact{
    padding: 20px 20px;
    width: 400px;
    height: 365px;
  }

  .decalageimgage{
    margin-right: 0px;
  }

  .cadreContact input {
    width: 350px;
  }

  select {
  width: 350px;
  }

  .DetailMainbloc6 {
      height: 1100px;
      flex-direction: column-reverse;   
  }

  .detailbloc{
    width:  440px;
    margin-left: 15px;
  }

  .detaildiv{ 
    background-size:cover; 
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
    height: 300px;
    gap: 0px;
  }

    /*bloc manager*/

  .blocManager{
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .bdiv{
    width: 300px;
  }

  .menu{
    display: none;
  }

  /*BLOC CONTACT*/

  .bloc-contact{
    flex-direction: column;
    background: url(image/bg-2.png);
    background-color: #2667FF;
  }

  .contact-gauche {
    width: 600px;
  }

  .bloc-stat {
    width: 600px;
  }

  .boite-formulaire-contact{
    width: 600px;
  }

  .boite-formulaire-contact input{
    width: 550px;
  }

  .boite-formulaire-contact select{
    width: 550px;
  }

  .boite-formulaire-contact a{
    display: flex;
    width: 110px;
    padding: 10px 10px;
  }

    /*Bloc BLOG*/

  .bloc-supprime{
    display: none;
  }

    /*BLOC SERVICES*/

  .blocServices{
    height:1420px ;
  }

  .Service_fond{
    height: 880px;
  }

  .services_placement{
    width: 650px;
  }

  .Petit_bloc_Services1{
    width:325px ;
  }

  .petit_bloc{
    width:300px ;
    height: 160px;
    line-height: 30px;
  }

  /*Bloc Question*/

  .Bloc_Question{
    flex-direction: column;
  }
}

@media screen and (max-width: 748px) {

  .menuAccueilBloc{
    display: flex;
    position: fixed;
    z-index: 11; 
    left: 0;
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 900px;
  }

  .menuAccueil{
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    width: 760px;
    height: 900px; 
  }

  .blocMenuResponsive{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom:1px solid #A9B1D0 ;
    height: 60px;
    z-index: 10;
  }

  .croix{
    z-index: 11;
    margin-right: 45px;
    margin-top: 15px;
  }

}

