@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-datas {
  scroll-margin-top: 200px;
}
.section-datas.line.fleche {
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/datas/img/bg_datas.svg);
  background-position: 0px center;
  background-repeat: no-repeat;
}
.section-datas.column {
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/datas/img/bg_datas2.svg);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-top: -100px;
}
.section-datas.column .row > div {
  display: flex;
  justify-content: center;
  column-gap: 35px;
}
.section-datas.column .row > div .datas__item.column {
  padding: 35px 35px 35px 25px;
  column-gap: 22px;
  height: 100%;
  width: 31%;
}
.section-datas.column .row > div .datas__item.column > i {
  font-size: 6.5rem;
}
.section-datas.column .row > div .datas__item.column.orange {
  background-color: rgba(246,137,24,0.34);
}
.section-datas.column .row > div .datas__item.column.orange i,
.section-datas.column .row > div .datas__item.column.orange >div span.titre,
.section-datas.column .row > div .datas__item.column.orange a.liendoc i,
.section-datas.column .row > div .datas__item.column.orange a.liendoc span {
  color: #D0754D;
}
.section-datas.column .row > div .datas__item.column.orange a.bouton1 {
  background-color: #D0754D;
  border-color: #D0754D;
}
.section-datas.column .row > div .datas__item.column.orange a.bouton1:hover {
  color: #D0754D;
  background-color: transparent;
}
.section-datas.column .row > div .datas__item.column.jaune {
  background-color: rgba(238,219,119,0.34);
}
.section-datas.column .row > div .datas__item.column.bleu {
  background-color: rgba(74,123,148,0.34);
}
.section-datas.column .row > div .datas__item.column.bleu i,
.section-datas.column .row > div .datas__item.column.bleu >div span.titre,
.section-datas.column .row > div .datas__item.column.bleu a.liendoc i,
.section-datas.column .row > div .datas__item.column.bleu a.liendoc span {
  color: #0B4857;
}
.section-datas.column .row > div .datas__item.column.bleu a.bouton1 {
  background-color: #0B4857;
  border-color: #0B4857;
}
.section-datas.column .row > div .datas__item.column.bleu a.bouton1:hover {
  color: #0B4857;
  background-color: transparent;
}
.section-datas .datas__item {
  display: flex;
  column-gap: 90px;
}
.section-datas .datas__item:not(:last-child) {
  margin-bottom: 40px;
}
.section-datas .datas__item i {
  font-size: 8rem;
  color: #305736;
}
.section-datas .datas__item >div span.titre {
  font-weight: 700;
  font-size: 2.5rem;
  color: #305736;
  margin-bottom: 10px;
  display: block;
}
.section-datas .datas__item >div p {
  line-height: 2;
}
.section-datas .datas__item >div a.liendoc {
  display: flex;
  align-items: center;
}
.section-datas .datas__item >div a.liendoc i {
  font-size: 2.9rem;
  color: #305736;
  margin-right: 20px;
}
.section-datas .datas__item >div a.liendoc span {
  color: #305736;
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-datas .datas__item >div a.liendoc span.ext {
  font-size: 1.4rem;
}
.section-datas .datas__item >div a.liendoc:hover i,
.section-datas .datas__item >div a.liendoc:hover span {
  color: #5B8D48;
  text-decoration: none;
}
.section-datas .datas__item >div .liendoc + .bouton1 {
  margin-top: 20px;
}
.editor-visual-editor .section-datas.column {
  margin-top: 0;
}
@media (max-width: 1450px) {
  .section-datas.column {
    background-image: none;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 1399px) {
  .section-datas.line {
    background-position: -150px center;
  }
  .section-datas.column .row > div .datas__item.column {
    padding: 35px 25px 35px 15px;
  }
  .section-datas.column .row > div {
    column-gap: 25px;
  }
}
@media (max-width: 1199px) {
  .section-datas.line {
    background-image: none;
  }
  .section-datas .datas__item i {
    font-size: 6rem;
  }
  .section-datas .datas__item {
    column-gap: 40px;
  }
  .section-datas.column .row > div .datas__item.column > i {
    font-size: 4rem;
  }
  .section-datas.column .row > div {
    flex-direction: column;
  }
  .section-datas.column .row > div .datas__item.column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-datas .datas__item >div span.titre {
    font-size: 2.2rem;
  }
  .section-datas {
    scroll-margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .section-datas .datas__item {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-datas .datas__item >div a.liendoc span {
    font-size: 1.8rem;
  }
  .section-datas .datas__item i {
    font-size: 4rem;
  }
}
