@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-texteetimage .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-texteetimage .gauche {
  order: -1;
}
.section-texteetimage figure {
  position: relative;
  margin-bottom: 0;
}
.section-texteetimage img {
  max-width: 100%;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .section-texteetimage .imgcropCtn {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .section-texteetimage .gauche,
  .section-texteetimage .droite {
    margin-top: 30px;
    order: 5;
  }
  .section-texteetimage .imgcropCtn {
    height: 340px;
  }
  .section-texteetimage .bouton1 {
    margin: 10px auto 0;
  }
}
@media (max-width: 575px) {
  .section-texteetimage .imgcropCtn {
    height: 60vw;
  }
}
