/**************************************************************
 Lawyer'it
 Copyright 2001-2021 Develop'it
 
 Version : 8.0.1
 Date    : 29/03/2021
 Fichier : css/MenuHaut.css
**************************************************************/

/*************************** MenuHaut ***************************/
#MenuHaut {
  display: block;
  position: fixed;
  height: 50px;
  right: 0;
  left: 0;
  top: 50px;
  padding: 0;
  z-index: 2000;
  background: transparent;
  pointer-events: none;
}
#MenuHaut .grid-container {
  position: relative;
}
#MenuHaut #MenuContenu {
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: all;
}

#MenuHaut #MenuContenu ul.menu {
  background-color: transparent;
  height: 50px;
  padding: 0;
  display: table;
  margin: 5px auto 0 auto;
}
#MenuHaut #MenuContenu ul.menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
}
#MenuHaut #MenuContenu ul.menu li a {
  height: 35px;
  color: rgba(80, 80, 80, 1);
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-decoration: none;
  position: relative;
}
#MenuHaut #MenuContenu ul.menu li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: rgba(194, 73, 54, 1);
  transition: all 0.3s ease;
}

#MenuHaut #MenuContenu ul.menu li:hover {
  color: rgba(40, 40, 40, 1);
}
#MenuHaut #MenuContenu ul.menu li:hover a::after {
  width: 80%;
  left: 10%;
}

#MenuHaut #MenuContenu ul.menu li.Courant a {
  color: rgba(40, 40, 40, 1);
  font-weight: 500;
}
#MenuHaut #MenuContenu ul.menu li.Courant a::after {
  width: 80%;
  left: 10%;
}

#MenuHaut #MenuContenu #menuTelechargement a {
  color: rgba(194, 73, 54, 1);
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  margin-right: 10px;
  border-radius: 3em;
  border: 1px solid rgba(194, 73, 54, 1);
  line-height: 38px;
}
#MenuHaut #MenuContenu #menuTelechargement a:hover {
  background-color: rgba(194, 73, 54, 1);
  color: rgba(254, 254, 254, 1);
}

@media only screen and (max-width: 1023px) {
  /* medium */
  #MenuHaut {
    height: 40px;
    top: 55px;
  }
  #MenuHaut #MenuContenu {
    width: 60%;
    height: 100%;
  }
  #MenuHaut #MenuContenu ul.menu {
    height: 40px;
    margin: 5px auto 0 auto;
  }
  #MenuHaut #MenuContenu ul.menu li {
    font-size: 0.9em;
    padding: 0 5px;
  }
  #MenuHaut #MenuContenu ul.menu li a {
    height: 30px;
  }
  #MenuHaut #MenuContenu #menuTelechargement a {
    font-size: 0.9em;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 639px) {
  /* small */
  #MenuHaut {
    height: 40px;
    top: 10px;
  }
  #MenuContenu {
    height: 100%;
  }
}

/*************************** MenuHaut.SmallSize ***************************/

#MenuHaut #MenuContenu.SmallSize {
  padding: 0;
  display: block;
  top: 50px;
  left: 0;
  width: 100%;
}
#MenuHaut #MenuContenu.SmallSize ul.menu {
  padding: 0;
  display: block;
  background-color: rgba(194, 73, 54, 1);
  color: rgba(200, 200, 200, 1);
  position: relative;
  width: 100%;
  height: auto;
  overflow: scroll;
  margin: 0;
  z-index: 99999;
}
#MenuHaut #MenuContenu.SmallSize ul.menu::before {
  display: none;
  background: none;
}
#MenuHaut #MenuContenu.SmallSize ul.menu::after {
  display: none;
  background: none;
}
#MenuHaut #MenuContenu.SmallSize ul.menu > li {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(120, 120, 120, 0.3);
  height: 40px;
  display: block;
  padding: 10px 10px;
  margin: 0;
  transform: all 0.5s ease;
}

#MenuHaut #MenuContenu.SmallSize ul.menu > li a {
  text-transform: none;
  font-size: 12pt;
  color: #ccc;
  line-height: 12pt;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}

#MenuHaut #MenuContenu.SmallSize ul.menu > li.Courant a {
  color: #f8f8f8;
}

#MenuHaut #MenuContenu.SmallSize ul.menu > li a:hover {
  color: rgba(240, 240, 240, 1);
  background-color: rgba(194, 73, 54, 1);
}
#MenuHaut #MenuContenu.SmallSize .sousmenu {
  margin-left: 0px;
}
#MenuHaut #MenuContenu.SmallSize #menuTelechargement a {
  display: block;
  font-size: 12pt;
  background-color: rgba(255, 202, 40, 1);
  color: rgba(50, 50, 50, 1);
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  line-height: 40px;
}
#MenuHaut #MenuContenu.SmallSize #menuTelechargement a:hover {
  background-color: rgba(194, 73, 54, 1);
  color: rgba(254, 254, 254, 1);
}

@media only screen and (min-width: 1024px) {
  /* large */
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 639px) {
  /* small */
}

/*************************** navButton ***************************/
#MenuHaut .title-bar-right {
  pointer-events: all;
}
a#navBouton {
  display: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  line-height: 0;
  padding: 8px 15px;
  z-index: 99999;
  position: relative;
  top: 5px;
}
a#navBouton svg {
  width: 15px;
  height: 15px;
}
#navBouton:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 639px) {
  /* small */
  #navBouton {
    display: inline-block !important;
  }
}
