
* {
    margin :0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Futura', 'Helvetica', 'Arial', sans-serif;
}

.tete{
    background-image: url(bg-pagetitle.png);
}

.barre{
    padding: 10px ;
    background-color: #041D79;
}
.barre p {
    text-align: center;
    color: white;
    font-weight: bold;
}
.ff p{
    font-size: 50px;
    margin-top: 20%;
    font-weight: bold;
}

.header{
    display: flex;
    align-items: center;
    margin-left: 250px;
}

.image1{
    width: 100px;
    height: 100px;
    margin-left: 3%;
    margin-top: 15px;
}
.menuBloc1{
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    margin-top: 36px;
   
    display: flex;
	margin-left: 4%;
	justify-content: center; /*alignement*/
}

.menuBloc1 a{
    text-decoration: none;
    color: #000060;
    padding: 0 20px;
}

.menuBloc1 a:hover{
    color: #2D71F6;
}

.menuBloc1 a:focus{
    color: #2D71F6;
}
.page{
    margin: 0;
    font-size: 20px;
    margin-left: 36%;
    margin-top: -100px;
    font-weight: bold;

}

.contact{
    margin-left: 10%;
    margin-top: -100px;
    font-weight: bold;
    padding: 8px 30px;
    display: flex;             /* Ajouté pour aligner le contenu */
    align-items: center;      /* Aligne le texte et l'icône verticalement */
    color: white;             /* Changer la couleur du texte en blanc */
    background-color: #0865FF;
    border-radius: 5px;
    border-color: #0865FF;
}
.fleche{
    height: 30px;
    width: 30px;
    filter: invert(100%);     /* Inverser les couleurs pour afficher la flèche en blanc */
}

.breadcrumb {
    padding: 20px;
    text-align: center;
    color: #012970;
    font-size: 22px;
    margin-right: -52%;
    font-weight: bold;
}








.fond{
    background-image: url(bg-faq.png);
    background-repeat: no-repeat;
}
  
  .faq {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .accordion {
    max-width: 600px;
    margin: 1rem auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .accordion-item {
    border-bottom: 1px solid #ddd;
  }
  
  .accordion-header {
    background-color: #f1f1f1;
    padding: 1rem;
    cursor: pointer;
    text-align: left;
  }
  
 
 /*formulaire*/

 .formulaire{
    display: flex;
 }
 
  .accordion-body {
    display: none;
    padding: 1rem;
    background-color: white;
  }
  
  .contact-form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #ffffff;
    border-radius: 5px;
  }

  .formulaire img {
    margin-left: 250px;
}

.tform p{
    color: #a7a7a7;
    margin-bottom: 30px;
    margin-top: 10px;
}

.tform{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 50px 20px;
    background-color: #eef6fd;

}


form {
    display: flex;
    flex-direction: column;
  }
  
  input, select {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }
  
  button.submit-button {
    background-color: #007b
}  

section.contacts {
    padding: 0px 50px;
}

  .contact-form input, .contact-form select, .contact-form button {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  footer {
    text-align: center;
    justify-content: center;
    padding: 0, auto;
    background-color: rgb(236, 236, 236);
    color: grey;
    height: 50px;
    width: auto;
    align-items: center;
    margin-bottom: 10%;
    margin: 30px 300px;
  }
  



.faq-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    color: #1a1a46;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    font-size: 1rem;
    color: #1e2bff;
    margin-bottom: 30px;
}

.faq-item {
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    background-color: #f8f9ff;
    padding: 15px 20px;
    font-size: 1.1rem;
    color: #1a1a46;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #e0e3ff;
}

.faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
    color: #505080;
    display: none;
}

.plus-minus {
    font-size: 1.5rem;
    color: #6066f0;
}

.active .faq-answer {
    display: block;
}

.active .plus-minus {
    content: "-";
}



/*bloc5*/

  .bloc5{
    margin-top: 10px;
}

.section1Bloc5{
    display: flex;
    background-color: #0B155F;
    background-image: url(bg-3.png);
    background-size: 90%; 
    background-repeat: no-repeat; 
    background-position: center; 
}

.textPartSection1Bloc5{
    flex: 3;
    padding-left: 20%;
    padding-right: 5%;
}

.imageSection1Bloc5{
    flex: 1;
    padding-right: 15%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.imageSection1Bloc5 img{
    width: 350px;
}

.textPartSection1Bloc5 h1{
    color: white;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 70px;
}

.textPartSection1Bloc5 h2{
    color:#6FF0B1;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.updateBloc5{
    display: flex;
}

.updateBloc5 img{
    width: 18px;
    filter: invert(10%) brightness(150%);
    background-color: none; /* Supprimer un éventuel fond */
    border: none;
    margin-top: 15px;
}

.updateBloc5 p{
    margin-top: 0;
    padding-left: 10px;
    color: white;
    margin-top: 15px;
}

.textPartSection1Bloc5 button{
    margin-top: 8px;
    border:none;
    border-radius: 4px;
    background-color: #2767F6;
    color: white;
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    padding: 6px 16px 13px 24px;
    transition: 0.5s;    
    margin-top: 15px;
}

.textPartSection1Bloc5 button:hover{
    font-size: 16px;
    transition: 0.5s;
}

.textPartSection1Bloc5 button img{
    width: 28px;
    margin-left: 4px;
    margin-bottom: -9px;
}

.section2Bloc5{
    display: flex;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.menuBloc5{
    flex:1;
}

.menuBloc5 h2{
    color: #0B155F;
    font-weight: 600;
}

.menuBloc5 h3{
    color: #0B155F;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 25px;
}

.menuBloc5 p{
    color:#848484;
    font-size: 14px;
    margin-top: 20px;

}

.phoneNumberBloc5{
    display: flex;
    margin-top: 15px;
}

.phoneNumberBloc5 p{
    margin-top: 0;
    color: #005CF2;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 500;
}

.phoneNumberBloc5 img{
    width: 18px;
}

.followBloc5{
    display: flex;
}

.followBloc5 h2{
    margin-top: 20px;
    font-size: 20px;
}

.followBloc5 img{
    width: 24px;
    padding-left: 12px;
    margin-top: 25px;
}

footer p{
    text-align: center;
    margin: auto;
    padding: 10px;
  }



