/**======================================= La liste déroulante ========================**/

.styled-select select {
  /*background: rgba(112, 128, 101, 0.3);*/
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  height: 30px;
  width: 250px;
  border: 1px solid rgb(112, 128, 101);
}

