@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/yatatheme-child/fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
.section-imagehome .container-fluid {
  max-width: none;
}
.section-imagehome figure.imgcropCtn {
  margin-bottom: 0;
  height: 100vh;
}
.section-imagehome figure.imgcropCtn .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.2) 80%);
}
.section-imagehome figure.imgcropCtn small {
  top: auto;
  bottom: 1rem;
}
.section-imagehome figure.imgcropCtn .contenu {
  position: absolute;
  bottom: 86px;
  left: 8vw;
  max-width: 900px;
}
.section-imagehome figure.imgcropCtn .contenu h1 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}
.section-imagehome figure.imgcropCtn .contenu p {
  color: #ffffff;
}
.section-imagehome figure.imgcropCtn .contenu .bouton2 {
  margin-top: 10px;
}
body.darkmode .section-imagehome figure.imgcropCtn .overlay {
  background: linear-gradient(0deg,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.4) 80%);
}
@media (max-width: 1399px) {
  .section-imagehome figure.imgcropCtn .contenu {
    bottom: 70px;
    left: 80px;
  }
}
@media (max-width: 1199px) {
  .section-imagehome figure.imgcropCtn .contenu {
    max-width: none;
    right: 80px;
  }
}
@media (max-width: 991px) {
  .section-imagehome figure.imgcropCtn .contenu {
    left: 20px;
    right: 20px;
    bottom: 120px;
  }
}
