﻿
.myNavBar {

    position: sticky;
    top: 0;
    justify-content: flex-start;
    height: 4rem;
    display: flex;
    align-items: center;
    z-index: 520;
}

.my-cursor{
    cursor:pointer;
}

.bg {
    height: 10rem;
    background-color: white;
    position: sticky;
    z-index: 1;
    top: 0
}

.menu-accordon-hide{
  display: none;
  width: 100%;

}

.menu-accordon{
  display:block;
  width: 100%;
}

.bg-items {
    padding-top: 80px;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
 
.top-row ::deep a, myNavBar ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child, myNavBar a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Deroulement de menus */
.vertical-menu {
  width: 100%;
  height: 60vh;
  border: 1px solid #e7e3e3 ;
  /* border-radius: .5rem; */
  /* overflow: auto; */
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 0 0 5px 5px;  */
}



.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  text-decoration: none;
}

/* .vertical-menu a:hover {
  background-color: #ccc;
} */

/* .vertical-menu a.active {
  background-color: #04AA6D;
  color: white;
} */

.slected-element {
  background-color: #04AA6D;
  position: sticky;
  width: 100%;
  height: 2.5rem;
  color: white;
}


/* Form Tabs */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 30%;
  border-left: none;
  height: 30px;
}

.titres-ben{
    width: 100%;
    height: 40px;
    display: block;
    align-items: center;
    justify-content: left;
    padding-left: .8rem;
    margin: 0;
    
    font-size: 1rem;
    font-weight: bold;
    color: #201f1f;
    margin-bottom: 1rem;
    border: 1px solid #e4e2e2;

}
 
.titres-ben:hover {
    background-color: #d8d7d7;
    cursor: pointer;
}

.my-border {
    border: 1px solid #edebeb;
    border-radius: 5px;
    /* padding: 0.5rem;
    margin-bottom: 1rem; */
} 
 

