.field--name-field-geotrek-link {
  position: relative;
  padding: 8px 0;
  text-align: left;
  margin-top: 16px;
  margin-bottom: -8px;
  padding-bottom: 0;
}
.field--name-field-geotrek-link a {
  outline: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  background-color: #A71930;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Avenir";
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  border: none;
  padding: 11px 16px;
  overflow: hidden;
  text-decoration: none;
  max-width: 100%;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.field--name-field-geotrek-link a:hover, .field--name-field-geotrek-link a.hover, .field--name-field-geotrek-link a.activated {
  color: #A71930;
  background-color: #EDD1D6;
}
.field--name-field-geotrek-link a:disabled {
  color: #fff;
  background-color: #EFE5DE;
}