*
body{
    background-color: whitesmoke;
}
header{
    height: 125px;
}
#bandeb{
    background-color: white;
    height: 85px;
    padding: 30px 50px;
}
#logo{
    width: 230px;
    height: 100px;
}
#reseaux{
    width: 200px;
    height: 55px;
    gap: 20px;
}
#reseaux svg{
    color:2F70C7;
}
#reseaux svg:hover{
    color: #2F70C7;
}
#reseaux a{
    text-decoration: none;
    color: black;
}

#bandev{
    background-color: #145F35;
    height: 40px;
    padding: 0px 50px;
}
#navbar{
    gap: 20px;
}
.nav-item {
    padding: 2px;
    margin: 0px 15px;
    position: relative; /* Nécessaire pour le positionnement absolu du dropdown */
}

.nav-item:hover {
    text-decoration: underline;
    color: #ffffff;
}

.nav-item:hover a {
    color: #2d2d2d;
}

.nav-item a {
    text-decoration: none;
    padding: 4px;
    color: white;
}

/* Style du menu déroulant */
.custom-dropdown-menu {
    width: 130px; /* Largeur de la liste */
    padding: 0; /* Enlève le padding par défaut */
    margin-left: -25px;
    display: none; /* Cache le menu par défaut */
    position: absolute; /* Positionne le menu par rapport à l'élément parent */
    left: 0; /* Aligne le menu à gauche de l'élément parent */
    top: 100%; /* Positionne le menu juste en dessous de l'élément parent */
    flex-direction: column; /* Aligne les éléments verticalement */
    list-style: none; /* Supprime les puces de la liste */
    background-color: #fff; /* Ajoute un fond blanc pour que la liste soit visible */
    border: 1px solid #ccc; /* Ajoute une bordure légère pour délimiter le menu */
    text-align: center; /* Centre le texte des éléments */
    z-index: 1000; /* Assure que le menu est au-dessus des autres éléments */
}

.nav-item:hover .custom-dropdown-menu {
    display: flex; /* Affiche le menu lorsqu'on survole l'élément parent */
}

.custom-dropdown-menu li {
    margin: 0; /* Enlève les marges pour éviter tout décalage */
}

.custom-dropdown-menu a {
    display: block; /* Assure que le lien prenne toute la largeur de l'élément */
    padding: 10px 0; /* Ajoute du padding pour rendre les éléments cliquables */
    text-decoration: none; /* Supprime la décoration des liens */
    color: #000; /* Couleur du texte */
    transition: background-color 0.3s ease; /* Ajoute une transition pour l'effet de survol */
}

.custom-dropdown-menu a:hover {
    background-color: #f0f0f0; /* Change la couleur de fond au survol */
    color: #333; /* Change la couleur du texte au survol */
}






.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Fond blanc avec 80% d'opacité */
    transition: background-color 0.3s, transform 0.3s; /* Transition pour la couleur de fond et la transformation */
    z-index: 1000;
}

.hidden {
    transform: translateY(-100%); /* Déplace le header hors de l'écran */
}

/*     ((((((((((((((((------------------------------ La première section avec l'arrière plan  ------------------------)))))))))))))))))))*/



#section1 {
    background-image: url('../images/WhatsApp\ Image\ 2024-08-08\ à\ 10.44.46_7935f145.jpg');
    background-size: cover;
    background-position: center;
    height: 370px;
    box-shadow: 10px 2px 40px rgba(0, 0, 0, 0.171);
    display: flex;
    justify-content: center; /* Centre horizontalement */
    align-items: center; /* Centre verticalement */
    position: relative;
}

#section1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.5); /* Ajustez l'opacité selon votre besoin */
    z-index: 1;
}

#section1 aside {
    width: 700px; /* Ajustez la largeur si nécessaire */
    padding: 30px;
    position: relative;
    text-align: center;
    color: #EED767;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 2;
}

#section1 h1 {
    font-size: 40px;
    animation: slideInTop 2s forwards;
    position: relative;
}

@keyframes slideInTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

#section1 p {
    font-size: 16px;
    padding: 20px 0;
    color: white;
}

strong {
    color: #EED767;
}





/* Style pour l'icône */
.up {
    position: fixed;
    bottom: 20px; /* Ajustez la distance depuis le bas si nécessaire */
    right: 20px; /* Ajustez la distance depuis le bord droit si nécessaire */
    cursor: pointer;
    display: none; /* Masquer le bouton par défaut */
    z-index: 1000; /* Assurez-vous que le bouton est au-dessus des autres éléments */
    color: #2F70C7;
}

/* Style lorsque le bouton est visible */
.show {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Pour un bouton circulaire */
}






























#description {
    padding: 50px 200px 50px 200px;
}
#description strong{
    color: black;
    font-size: 30px;
}



#deun{
    gap: 25px;
}
#fredo{
    width: 350px;
    height: 400px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/WhatsApp\ Image\ 2024-09-08\ à\ 21.45.45_946ddb4c.jpg);
}

#fredo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#fredo h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    margin-top: 300px;
    font-family: Arial, Helvetica, sans-serif;
}
#fredo p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}









#franck{
    width: 350px;
    height: 400px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/Free\ Photo\ _\ Medium\ shot\ man\ working\ as\ a\ real\ estate\ agent.jpeg);
}

#franck::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#franck h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    margin-top: 300px;
    font-family: Arial, Helvetica, sans-serif;
}
#franck p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}







#louis{
    width: 350px;
    height: 400px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/Free\ Photo\ _\ Medium\ shot\ man\ working\ as\ a\ real\ estate\ agent.jpeg);
}

#louis::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#louis h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    margin-top: 300px;
    font-family: Arial, Helvetica, sans-serif;
}
#louis p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}






















#fredo1{
    width: 370px;
    height: 300px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/Transurb.jpg);
}

#fredo1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#fredo1 h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #EED767;
    font-family: Arial, Helvetica, sans-serif;
}
#fredo1 p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}









#franck1{
    width: 370px;
    height: 300px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/Picsart_24-02-26_10-51-49-199.jpg);
}

#franck1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#franck1 h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #EED767;
    font-family: Arial, Helvetica, sans-serif;
}
#franck1 p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}







#louis1{
    width: 370px;
    height: 300px;
    color: white;
    border-radius: 7px;
    position: relative;
    padding: 20px;
    background-size: cover;
    align-items: center;
    justify-content: end;
    background-position: center;
    background-image: url(../images/IMG-20230914-WA0029-2.jpg);
}

#louis1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Assurez-vous que le pseudo-élément couvre toute la section */
    background-color: rgba(0, 0, 0, 0.24); /* Ajustez l'opacité selon votre besoin */
    z-index: 1; /* Le filtre sombre est en arrière-plan */
    border-radius: 4px;
}
#louis1 h3{
    font-weight: bold;
    font-size: 24px;
    z-index: 2;
    position: relative;
    color: #EED767;
    font-family: Arial, Helvetica, sans-serif;
}
#louis1 p{
    font:200;
    font-size: 17px;
    z-index: 2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}



























































#dedeux{
    padding: 50px 200px 50px 200px;
}

#dedeux img{
    width: 500px;
    height: 300px;
    border-radius: 6px;
    box-shadow: 5px 2px 40px rgba(0, 0, 0, 0.438);
}
#space{
    gap: 100px;
}
#space2{
    gap: 320px;
}








#lastsec{
    padding: 50px 200px 70px 200px;
}









#strock{
    flex-direction: column;
    padding: 30px 0px 0px 0px;
}







#inter{
    width: 950px;
    gap: 30px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
}
#inter img{
    width: 130px;
    height: 130px;
    border-radius: 5px;
}
#inter h4{
    font-size: 19px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#inter p{
    color: rgba(0, 0, 0, 0.663);
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}






#content{
    width: 800px;
    padding: 5px 2px 5px 2px;
}












/*     ((((((((((((((((------------------------------ La quatrième section pour les partenaires   ------------------------)))))))))))))))))))*/



#fird {
    display: flex;
    gap: 20px;
    width: 700px;
    margin-top: 22px;
}
#section3{
    align-items: start;
    justify-content: center;
    padding: 50px 0px;
}
#section3 .row{
    margin-left: 120px;
    margin-top: 45px;
}
#section3 .element{
    width: 200px;
    height: 200px;
    
}
#section3 img{
    width: 100%;
    height: 100px;
}
#section3 h3{
    font-size: 19px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color:rgb(125, 188, 255);
}






/*     ((((((((((((((((------------------------------ La partie des contacts   ------------------------)))))))))))))))))))*/

#fin{
    background-color: rgb(21, 21, 21);
}
#contacts{ 
    height: auto;
    justify-content: center;
    align-items: center;
    background-color: rgb(21, 21, 21);
    color: white;
    gap: 10px;
    padding: 50px 0px;
}
#last{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}
#section6{
    background-color: black;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 70px ;
}
#section6 h4{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
}
#premier{
    display: flex;
    gap: 10px;
    height: 60px;
    padding: 6px;
    margin-top: 18px;
}
#premier h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 4px 0px 0px 0px;
    color: white;
}
#premier p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}
#icon{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color:rgb(255, 221, 0) ;
    align-items: center;
    justify-content: center;
}
#icon svg{
    margin-top: 12px;
    margin-left: 12px;
    color: rgb(50, 137, 50);
}


iframe{
    border-radius: 4px;
}


















/* Styles communs et spécifiques à la section */
#fond {
    position: relative;
    clip-path: inset(0);
    height: 500px;
    overflow: hidden; /* Ajout pour gérer le positionnement absolu des enfants */
}

#fond img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#fond:before {
    content: "";
    background: #00000071;
    position: absolute;
    inset: 0;
    z-index: 2;
}

#section4 {
    position: relative;
    z-index: 3;
    padding: 35px 0;
    color: rgba(255, 255, 255, 0);
}

#section4 p {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0);
}

#section4 .row p {
    font-size: 15px;
    font: 200;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: rgba(255, 255, 255, 0);
}

#section4 .row {
    margin-top: 50px;
    gap: 20px;
}

.elem {
    text-align: center;
    width: 100px;
    height: 180px;
    border-radius: 10px;
    background-color:#34aa7100;
}

.elem h4 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    color:  rgba(255, 255, 255, 0);
    margin-top: 50px;
    font-weight: bold;
}

/* Styles pour les boutons */
.call-to-action .cta-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid var(--contrast-color);
    color: var(--contrast-color);
}

.call-to-action .cta-btn:hover {
    background: var(--accent-color);
    color: var(--background-color);
    border: 2px solid var(--accent-color);
}











/*     ((((((((((((((((------------------------------ La première section avec l'arrière plan  ------------------------)))))))))))))))))))*/




form{
    gap: 15px;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: rgba(245, 222, 179, 0);
}

form div{
    width: 250px;
    padding: 10px 0px;
    background-color: rgba(245, 222, 179, 0);
}

form input{
    width: 250px;
    padding: 10px 0px;
    background-color: rgba(245, 222, 179, 0);
}

form .btn{
    width: 220px;
    height: 38px;
    background-color: #145f3500;
    color: rgba(255, 255, 255, 0);
}















































/*     ((((((((((((((((------------------------------ La partie des contacts   ------------------------)))))))))))))))))))*/

#fin{
    background-color: rgb(21, 21, 21);
}
#contacts{ 
    height: auto;
    justify-content: center;
    align-items: center;
    background-color: rgb(21, 21, 21);
    color: white;
    gap: 10px;
    padding: 50px 0px;
}
#last{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
}
#section6{
    background-color: black;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 0px 70px ;
}
#section6 h4{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
}
#premier{
    display: flex;
    gap: 10px;
    height: 60px;
    padding: 6px;
    margin-top: 18px;
}
#premier h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 4px 0px 0px 0px;
    color: white;
}
#premier p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}
#icon{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color:rgb(255, 221, 0) ;
    align-items: center;
    justify-content: center;
}
#icon svg{
    margin-top: 12px;
    margin-left: 12px;
    color: rgb(50, 137, 50);
}


iframe{
    border-radius: 4px;
}









/*.reval{
    opacity: 0;
    transform: translateY(-30px);
}
.visible{
    opacity: 1;
    transform: translateY(0);
    transition: 1.5s cubic-bezier(.5, 0, 0, 1);
}*/







