.header .navbar {
  width: 100%;
  height: 10vh;
}

.left-side-bar {
  width: 5%;
  height: 90vh;
  float: left;
}
.contains {
  width: 90%;
  height: 90vh;
  float: left;
}

.right-side-bar {
  width: 5%;
  height: 90vh;
  float: left;
}

.icotab {
  zoom: 200%;
  text-align: center;
}

.btn-tableau {
  zoom: 55%;
  text-align: center;
}

.bouton-ajout {
  margin: 15px;
}

.table-active {
  margin: 5px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 5px;
}

.icoformule {
  zoom: 100%;
  text-align: center;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.etiquettes {
  display: inline-block;
  vertical-align: top;
}

.sub-dropdown-item:after {
  transform: rotate(-90deg);
  vertical-align: 0.2em;
}
.myDropdown {
  top: auto;
  left: 95%;
  margin-top: -2em;
}

@media screen and (max-width: 1198px) {
  .myDropdown {
    padding: 2em 2em 0;
    background: #f9f9f9;
  }
}

.diapo {
  position: relative;
  overflow: hidden;
}

#nav-droite,
#nav-gauche {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 3em;
}

#nav-droite {
  right: 20px;
}
#nav-gauche {
  left: 20px;
}
.elements {
  display: flex;
  transition: 1s linear;
}

.element {
  flex: 1 0 100%;
  position: relative;
}

.element > img {
  width: 100%;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px;
}
