
.topbar {
  overflow: hidden;
  background-color: #0f4cdf;
    background-color: #000;
}

.topbar a {
  /*float: left;*/
  color: #f2f2f2;
  text-align: center;
  padding: 5px 6px;
  text-decoration: none;
font-size: 1em;
/*font-size: 17px;*/

}

.topbar a:hover {
  background-color: #ddd;
  color: black;
}

.topbar a.active {
  background-color: #4CAF50;
  color: white;
}


.triangle{font-size:0.7em;}

.topnav {
  overflow: hidden;
  background-color: #0f4cdf;
  /* width:100%;*/
  /*height:30px;*/
 font-size: 1em;
}

.topnav a {
  float: left;
  display: block;
  color:#FFFFFF;
  text-align: center;
  padding:5px 5px 5px 0px;
  text-decoration: none;
    /*font-size: 1em;*/
    /*font-size: 17px;*/
	font-weight:normal;;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

.active {
  background-color: #4CAF50;
  color: white;
 /* height:30px; */
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;

}

.dropdown .dropbtn {

	
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic; 
	font-size: 1em;  
  border: none;
  outline: none;
  color: white;
  /*padding de la barre ici*/
 padding:9px 12px 0px 15px;
  background-color: inherit;
  /*font-family: inherit;*/
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 160px;
  box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color:#3e8e41;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width:650px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav {
 /* font-size: 0.8em;*/
   }

}

@media screen and (max-width: 650px) {

   .topnav { font-size: 1em;  }	

  .divwidth {width: 98%;}
	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 1em;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	font-size: 1em;
	/*font-size: 17px;*/
  }
}
