@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-sommairehome {
  overflow: hidden;
}
.section-sommairehome .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.section-sommairehome .item {
  width: 220px;
  height: 190px;
  padding: 24px;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-sommairehome .item img {
  height: 73px;
  width: auto;
}
.section-sommairehome .item span {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #346F69;
  text-align: center;
}
.section-sommairehome .item span + span {
  margin-top: 10px;
}
.section-sommairehome span.item {
  height: 160px;
}
.section-sommairehome a.item:hover {
  background-color: #346F69;
}
.section-sommairehome a.item:hover img {
  filter: brightness(10);
}
.section-sommairehome a.item:hover span {
  color: #FFF;
}
@media (max-width: 1560px) {
  .section-sommairehome .flex {
    gap: 15px;
  }
  .section-sommairehome .item {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .section-sommairehome .item span {
    font-size: 1.7rem;
  }
}
@media (max-width: 575px) {
  .section-sommairehome .item span {
    font-size: 1.7rem;
  }
}
@media (max-width: 450px) {
  .section-sommairehome .item {
    width: 170px;
  }
}
