@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-deux-images {
  overflow-x: clip;
}
.section-deux-images .deux-images__grid {
  display: grid;
  grid-gap: 30px;
  height: 650px;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(2,1fr);
}
.section-deux-images .deux-images__grid.hidden {
  display: none;
}
.section-deux-images .deux-images__grid .imgcropCtn:first-child {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
}
.section-deux-images .deux-images__grid .imgcropCtn:nth-child(2) {
  grid-column: 7 / 13;
  grid-row: 1 / 3;
}
.section-deux-images.paysage .deux-images__grid {
  height: 370px;
}
@media (max-width: 991px) {
  .section-deux-images .deux-images__grid {
    height: 490px;
  }
  .section-deux-images.paysage .deux-images__grid {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .section-deux-images .deux-images__grid {
    height: 400px;
  }
  .section-deux-images .deux-images__grid small.copyimg {
    display: none;
  }
  .section-deux-images.paysage .deux-images__grid {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .section-deux-images .deux-images__grid {
    height: 60vw;
  }
  .section-deux-images.paysage .deux-images__grid {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .section-deux-images.paysage .deux-images__grid .imgcropCtn {
    height: 60vw;
  }
}
