@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-texteetimage .col-xl-10 {
  display: flex;
  column-gap: 36px;
}
.section-texteetimage .col-xl-10 .col1,
.section-texteetimage .col-xl-10 .col2 {
  width: 50%;
}
.section-texteetimage .col-xl-10.ecart {
  column-gap: 10vw;
}
.section-texteetimage .imgcropCtn {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.section-texteetimage img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.section-texteetimage .container-fluid p {
  line-height: 1.7;
}
.section-texteetimage .container-fluid p a {
  text-decoration: underline;
  font-weight: 700;
  color: #113751;
  font-style: italic;
}
.section-texteetimage .container-fluid p a:hover {
  text-decoration: none;
  color: #E62332;
}
.section-texteetimage .bouton1 {
  margin-top: 10px;
  background-color: #E62332 !important;
  color: white !important;
}
@media (max-width: 991px) {
  .section-texteetimage .col-xl-10 {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-texteetimage .col-xl-10 .col1,
  .section-texteetimage .col-xl-10 .col2 {
    width: 100%;
  }
  .section-texteetimage .imgcropCtn {
    height: 60vw;
  }
}
