/*footer div.footer-bottom div.footer-links div#footer-links-item {
    border: none;
}

footer div.footer-bottom div.footer-links div.home {
    display: flex;
    flex-direction: column;

    h5{
        margin-bottom: 15px;
                color: #fff;
       }

    ul#site-links-item {
        width: 100%;

        li{
            width: 30%;
          }
    }
}
footer .footer-bottom .copyright {
    border-top: 1px solid #84aea8;
    padding-top: 25px;
}

footer div.footer-bottom div.copyright.home {
        margin-top: 25px;
}*/
footer .footer-bottom .copyright {
    border-top: 1px solid #84aea8;
    padding-top: 25px;
}
footer div.footer-bottom div.copyright {
    text-align: center;
}


footer#footer {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #939799;
    font-family: "Heebo", sans-serif; 
}
#logoinli {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 102px;
    height: 45px;
}
#NomProspect {
    background-color: #28B098;
    color: #fff;
    border-radius: 50%;   
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 40px;
    display: block;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'AvantGardeGothic', sans-serif;
}
footer div.footer-bottom div.footer-links div.home h5 {
    color: #fff;    
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 11px !important;   
    line-height: 100%;
    letter-spacing: 0;  
}
footer div.footer-bottom div.footer-address-links > div a {   
    color: white;
}

@media (max-width: 768px) {
    footer .footer-bottom .footer-address-links .footer-address, footer .footer-bottom .footer-address-links .footer-links {
       padding-left: 0px !important;
    }
}

#aideLeft {
    font-family: 'AvantGardeGothic', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}
#aideright {
    font-family: 'AvantGardeGothic', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

#topbar-right-menu-first-child {
   
    color: #939799;
}
#topbar-right-menu-second-child {
 
}
#topbar-right-menu-third-child {
      
}

@media (max-width: 768px) {
    footer .footer-bottom .footer-address-links .footer-address, footer .footer-bottom .footer-address-links .footer-links {
        width: 100%;
        padding-bottom: 25px;
    }
    footer div.footer-bottom div.footer-links div.footer-links-item h5 {        
        width: 100%;
    }
    footer div.footer-bottom div.footer-links div.footer-links-item {
       
       
         margin-top: 0px; 
        padding-top: 0px; 
    }
}

div.navbar-custom {
    padding: 15px 18px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.navbar-rigth-side{
    min-width: 30%;
    display: flex;
    justify-content: end;
    gap: 45px;
    align-items: center;
}


h5.fotter-area-title {
    font-family: 'AvantGardeGothic', sans-serif;

}

li#topbar-right-menu-first-child {
    a {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 5px;
    }
}