header{
    display: flex;
    justify-content: center;
}
.navbar {
    position: relative;
    display: flex;
    width: 100vw;
    height: 6vh;
    align-items: center;
    justify-content: flex-end;
    z-index: 1000;
    left: 0;
    top: 0;
    margin-left: -22%;
}
.container_nav{
  /*width: 96%;*/
}
#menu-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10%;
}
.brandimg{
    width: 7%;
    position: relative;
    margin-right: 2%;
}
.navbar a i{
  color: white;
  margin-left: 2%;
}
.navbar a{
  color: white;
  font-family: 'Oswald', sans-serif;
  margin: 0 0.8rem;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 50px;
  text-transform: uppercase;
  display: inline-block;
  /*padding: 0 0.4rem;/*
  display: flex;/* modif*/
  white-space: nowrap;
}
.navbar a:hover{
  background: var(--tred); 
  cursor: pointer;
}
.navbar ul li a:hover, header{
  color: white;
}
.navbar ul{
  display: flex;
  justify-content: center;
  padding: 0 10%;
  width: 100%;
  height: 6vh;
  align-items: center;
}
.menu-socials{
  margin-left: 28%;
  width: 100%;
}
.menu-socials a{
  margin: 0;
}
.menu-socialm a i {
  color: var(--dred);
  font-size: 1.5rem;
  padding: 0 1%;
}
.icons{
  display: flex;
  gap: 12%;
  position: absolute;
  top: 20%;
  right: 9%;
  display: none;
}
.icons_hidden{
  display: none!important;
}
.icons i{
  font-size: 1.8rem;
  color: var(--red);
  cursor: pointer;
  margin-right: 10%;
}

.close_active{
  display: block!important;
  position: absolute;
  top: 35%;
  left: 77%;
}
.close{
display: none;
}
.close i{
  font-size: 1.6rem;
  color: var(--lred);
  position: relative;
  top: 3%;
  left: 85%;
}
/* Menu lg*/
.containerSubmenu{
  background: var(--dblack);
  width: 100%;
  height: 37vh;
  position: absolute;
  left: 0;
  top: -350%;
  transition: cubic-bezier(1, 0, 0, 1);
  z-index: 1;
}
.containerSubmenu hr{
  background: var(--transparent);
  width: 100%;
  height: 0.1rem;
  position: relative;
  top: 10%;
}
.containerSubmenu ul li a{
  color: white;
  font-size: 1rem;
  display: flex;
  padding: 1% 0;
  justify-content: center;
  align-items: center;
}
.containerSubmenu ul li:hover{
  background: var(--transparent);
}
.containerSubmenu ul li a:hover{
  color:white;
}
.containerSubmenu-active{
  top: 0%; 
}
.link_active{
  animation:pulse 1000ms infinite;
  white-space: nowrap;/* modif*/
   /* width: 45%;*/
}
.link_active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "â–¸";
  padding-right: 15%;
  font-size: 1.1rem;
  color: var(--lred);
  display: inline-block;
  width: 20%;
  animation:pulse 1000ms infinite;
  margin-right: -11%;
  white-space: nowrap;
}
a #perimeter.link_active::before{
  margin-right: -5%;   
}

/* Menu lg*/
/* .Nav xs*/

.nav{
  width: 100%;
  height: 100vh;
  position: fixed;
  background: var(--red);
  top: 0;
  left: 200%;
  transform: rotate(45deg);
  transition: transform 0.4s 0.4s cubic-bezier(0.75, 0, 0.25, 1), top 0.4s cubic-bezier(0.75, 0, 0.25, 1), background 0.2s cubic-bezier(0.75, 0, 0.25, 1);
}
.nav_active{
  left: 0;
  transform: rotate(0deg);
  background: var(--lblack);
  transition: 0.4s cubic-bezier(0.75, 0, 0.25, 1);
  height: 100vh;
  position: fixed;
  width: 100%;
  display: block;
}
.nav_menu{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  gap: 2%;
  margin: 0;
}
.nav_menu li:hover{
  background: var(--lred);
}
.nav_menu li a{
  color: white;
  text-align: justify;
}
/*- Service submenu -*/
.drop a{
  display: flex;
  justify-content: center;
}
.triangle_service{
  display:none;
}

.dropdown {
  position: relative;
  display: flex!important;
  justify-content: center;
}

.dropdown_container{
  display: none;
  position: absolute;
  background: #212028c7;
 /* min-width: 100vw;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 0;
}
.dropdown_container a {
  color: black;
  text-decoration: none;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  white-space: nowrap;
}
.dropdown_container a:hover {
  background: var(--lred);
  color: white;
}
  
.drop:hover .dropdown_container {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  /*align-content: center;*/
  justify-content: center;
  top: calc(100%);
  position: absolute;
  height: auto;
  padding: 2% 4%;
  left: 25%;
}
  .drop:hover .triangle_service{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: var(--lred) transparent transparent transparent;
    position: absolute;
    top: 100%;
    z-index: 100;
  }
  


.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
@media(min-height: 48rem){
  .openMenu{
      display: none;
  }
}
@media screen and (max-width:768px){
    .navbar {
        justify-content: center;
    }
    .container_nav {
         width: 100%;
    }
    .navbar ul {
        padding: 0 2%;
        justify-content: center;
    }
}