.column+.column:last-child, .columns+.column:last-child, .column+.columns:last-child, .columns+.columns:last-child {
    float: left;
}
.burger-menu {
  display: block;
  cursor: pointer;
    padding: 15px;
    float: left;
    margin-top: 40px
}

.burger-menu span {
  display: block;
  height: 2px;
  width: 26px;
  margin-bottom: 5px;
  background-color: #000;
  border-radius: 2px;
}
#actions-sidebar{
  display: none;
}

.edit-icon::before {
  content: "\f044";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
.view-icon::before {
  content: "\f06e";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
.delete-icon::before {
  content: "\f1f8";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
.connect-box{
  display: block;
  margin: auto;
  width: 100%;
  padding: 10%;
  text-align: center;
  font-size: 20px;
}
.connect-icon::before {
  content: "\f8dd";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}
.line-tatouage{
  background-color: #d7f3d7 !important;
}
.line-renseignement{
  background-color: #f3e5d7 !important;
}
.line-dessin{
  background-color: #d7def3 !important;
}
.line-retouche{
  background-color: #cadbca !important;
}
.line-annulation{
  background-color: #edd9d9 !important;
}
.line-tatvalide{
  background-color: #d7f2f3 !important;
}

@media (max-width: 767px) {
  #actions-sidebar {
    display: none;
  } 
  .hide-mobile {
    display: none;
  }
  
  .columns th {
    width:auto !important;
  }
}
#actions-sidebar {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 10000;
  } 

/* Style pour les items du menu */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin: 0 !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/* Style pour l'icone de l'item */
.accordion i {
  float: right;
  font-size: 15px;
  margin-right: 5px;
}

/* Style pour le contenu caché */
.panel {
  padding: 0 18px;
  margin-bottom:0;
  border-style: none;
  /*background-color: white;*/
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.menuHaut {
float: right;
width: 100%;
    height: 30px;
    background-color: #1a646c;
    position: fixed;

    z-index: 1;
}
.menuHaut a {
color: #8cc3c8;
}

.menuHaut_elements {
float: right;
display: block;
    width: auto;
    padding-right: 30px;
}
.menuHaut_title {
float: left;
display: block;
    width: auto;
    padding-left: 30px;
}
.menuHaut_title h1 {
    font-size: 18px;
}

