@charset "utf-8";
/* CSS Document */
.boutton {
  background-color: #003366;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-family:"Arial Black";
  font-size: 16px;
  /*margin: 4px 2px;*/
  margin-top:8px;
  opacity: 0.6;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius:4px;
  opacity: 1;
}

.boutton:hover {opacity: 0.5}

