/*MEnu de navigation*/


.dropbtn {
 /* background-color: rgba(28,40,170,0.8);*/
  color: white;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
  padding-left:  30px;
}

.nav-bar{
	background-color: rgb(49, 149, 71);
	padding: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: green;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: red;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
	background-color: green;
	cursor: pointer;

}

.nav-bar-container{
	display: flex;
	justify-content: center;
}


.drop-rigth{
	position: relative;

}

.sous-drop-rigth{
	display: none;
	position: absolute;
	left: 200px;
	top: 6px;
	background:  rgba(28,40,170,0.9);
  width: 250px;

}

.sous-drop-rigth a{
    color: white;
}

.sous-drop-rigth>a:hover{
    background: white;
    color: black;
}

.drop-rigth:hover >.sous-drop-rigth{
	display: block;
}

/*End Navigation bar*/


.twitter{
  max-height: 600px;
  overflow: hidden;
}

span.actualite{
  display: inline-block;
  background: green;
  padding: 5px;
  color: #fff;
  margin: 10px 0;
}

div.description{
  background: #D00;
  color: #FFF;
}

.police_title{
  font-size: 36px;
  font-weight: 800px;
  line-height: 36px;
  font-family: arial;
  text-align: center;
  margin-top: 10px;
  color: green;
}
.article img{
    width: auto;
    height: 100px;
 }

@media screen and (max-width: 900px){

  .article img{
    width: 100%;
    height: 100%;
  }

  .header-img{
    display: none;
  }
  header h3,.police_title{
    font-size: 20px;
  }

}
