.navbar-brand {
    color: #03c9a9;
    font-weight: 900;
}
.bg-body-tertiary {
    --bs-bg-opacity: .9;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.text-success {
    color: #03c9a9 !important;
}
.title_societe {
    margin-top: 5rem;
}
#navbarSupportedContent {
    font-weight: 700;
}
#fullscreenButton {
    margin-top: 4px;
    margin-left: 6px;
    box-shadow: none;
}

.active {
    color: #ffffff !important;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item > a > span,
.menu-item > a > .faq {
    color: #03c9a9;
    transition: color 0.3s, background-color 0.3s;
}

.menu-item > a > .faq {
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-left: 0.5rem;
    margin-right: 1rem;
    border: 1px solid #03c9a9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-item:hover > a > span,
.menu-item:hover > a > .faq {
    color: white;
}

.menu-item:hover > a > .faq {
    background-color: #03c9a9;
}


.faq {
    width: 25px;
    height: 25px;
    color: #03c9a9;
    padding: 2px;
    margin-left: 0.5rem; /* Espace entre "FAQ" et l'icône */
    margin-right: 1rem; /* Espace entre l'icône et "Déconnexion" */
    border: 1px solid #03c9a9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.nav-item {
    border-radius: 10px
}
.nav-item:hover {
    box-shadow: 0 0 15px #03c9a9;
}
.nav-item:last-child:hover {
    box-shadow: none;
}


/* pas mal à retravailler : https://www.proglobalbusinesssolutions.com/css-hover-effects/ */
/* ul {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  ul li {
    list-style: none;
    margin: 0 15px;
  }
  
  ul li a {
    position: relative; 
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
  }
  
  ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  ul li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
  }
  
  ul li a:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
  } */


  /* //////////////////////////////////////////// */

  /* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
} */

/* //////////////////////////////////////////// */

