.navbar-item:hover,
.navbar-link:hover {
  background-color: #002c42;
}


.content-tab,
.subtab-content {
  display: none;
}

.content-tab.is-active,
.subtab-content.is-active {
  display: block;
}

.presentationMenu {
 margin-top:5px;
 background:url('../images/icone.png') no-repeat;
 background-position-x:-5px;
 padding-left:45px
}
.textSection{padding-top:50px;}
.presentation{ background: rgb(208,229,245); border-radius:10px; box-shadow:0 0.5em 1em -0.125em hsla(221deg, 14%, 4%, 0.1), 0 0px 0 1px hsla(221deg, 14%, 4%, 0.02); }
h1,h2,h3{text-shadow: 2px 2px 3px gray;}
.presentationMenu{border-right: 1px solid #fff;border-bottom: 1px solid #fff;}

/*gestion des produits page administration*/
.Modif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.Modif {
  background: white;
  padding: 20px;
  border-radius: 10px;
  min-width: 300px;
  max-width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.Modif{display:none;}