@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-ancres {
  position: sticky;
  position: -webkit-sticky;
  top: 130px;
  z-index: 15;
}
.section-ancres >div>div>div {
  display: flex;
  column-gap: 15px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.section-ancres a {
  transition: all 0.3s ease;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 7px 25px;
  border: 1px solid;
  border-radius: 16px;
  color: #ffffff;
  background-color: #305736;
  border-color: #305736;
}
.section-ancres a:hover {
  background-color: #ffffff;
  color: #305736;
}
@media (max-width: 767px) {
  .section-ancres {
    position: relative;
    top: 0;
  }
}
