.home1 {
    background-image: url("../assets/images/objet-or-argent-mot-saint-dessus.webp");
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    min-height: 65vh;
}

.apropos {
    background-image: url("../assets/images/riche-collection-pieces-monnaie-antiques-symbolise-succes-financier-genere-par-ia.jpg");
    background-size: cover;
    background-position: 10% 10%;
    min-height: 65vh;
    background-repeat: no-repeat;
}

.contact {
    background-image: url("../assets/images/woman_balance.jpg");
    background-size: cover;
    background-position: 10% 10%;
    /* min-height: 65vh; */
    background-repeat: no-repeat;
}

.competences {
    background-image: url("../assets/images/femme-debout-air-confiante-interieur-generee-par-ia.jpg");
    background-size: cover;
    background-position: 10% 10%;
    min-height: 65vh;
    background-repeat: no-repeat;
}
.blog {
    background-image: url("../assets/images/notes-manuscrites-papier-qu-etudiant-etudie-pour-examens-generes-par-ia.jpg");
    background-size: cover;
    background-position: 10% 10%;
    min-height: 45vh;
    background-repeat: no-repeat;
}
.legal {
    background-image: url("../assets/images/objet-or-argent-mot-saint-dessus.webp");
    background-size: cover;
    background-position: 10% 10%;
    background-repeat: no-repeat;
    
}


.icon {
    font-size: 24px;
    
}
/* Add custom styles for the scroll-to-top button */
#scrollToTopButton {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 99;
}
/* Add custom styles for the call button */
#callButton {
    display: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #212529;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center !important;

  /* Add any other styling you want for the sticky phone number */
}
.custom-line {
    border-top: 4px solid #ffffff; /* Custom line color and thickness */
    width: 100%; /* Set the desired width of the line */
    margin: 0 auto; /* Center the line horizontally */
}

