
 .toggle, [id^=drop] {
 display: none;
}
#div-menu {
    float:left;
}
nav {
  margin: 0;
  padding: 0;
  background-color: white;
}


nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
 /* float: right; */
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: white;
}

nav a {
  display: block;
  color: #131314 ;

  line-height: 60px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

nav ul li ul li:hover { }

nav a:hover { color: #d70003; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 480px;
  float: none;
  display: list-item;
  position: relative;
  font-size: 12px;
  background-color: #d70003;
}
nav ul ul li:hover {
  background-color: white ;
}
nav ul ul li a {
  color: white  ;
}
nav ul ul li a:hover {
  color: #131314  ;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


.ul_dropdown a {
    text-transform: none;
    line-height: 50px;
}

.ul_dropdown li {
      width: 315px;
}

@media all and (max-width: 468px) {
 nav { justify-content : flex-end; margin: 0; }

 .toggle + a,
 .menu { display: none; }
  #btn-menu {
   text-align: right;
   background-color: #000000;
  }
.toggle {

  display: block;
  padding: 14px 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
  
  cursor: pointer;
}

nav a {
  display: block;
  padding: 14px 28px;
  color: #FFF ;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
/*.toggle:hover { background-color: #000000; } */

[id^=drop]:checked + ul { 
  text-align: center;
  display: block; }

nav ul li {
  display: block;
  width: 100%;
 background-color:  rgba(215, 0, 3, 0.81);
}

nav ul li:hover {
  background-color: red;
}
nav ul li a:hover {
  color: white;
}
nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }



nav ul li ul li .toggle,
 nav ul ul a { background-color: rgba(33, 33, 33, 0.35); }
nav ul ul a:hover { color: white; }
nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
#div-menu {
  float :none ;
  width: 100% ;
  
}
.ul_dropdown li {
      width: 100%;
}

}

/* @media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
} }*/


