@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Medium.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'N27';
  src: url('/wp-content/themes/yatatheme/fonts/N27-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-focus {
  padding-top: 10px;
}
.section-focus .container-fluid {
  max-width: 795px;
}
.section-focus .row {
  background-color: #00F000;
  border-radius: 16px;
  background-image: url('/wp-content/themes/yatatheme/img/guillemet.png');
  background-repeat: no-repeat;
  background-position: 65% 220px;
  position: relative;
  padding: 42px 32px 35px;
}
.section-focus .row:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -80px;
  left: 0;
  z-index: -1;
  background-image: radial-gradient(closest-side,#290089 0%,rgba(41,0,137,0.43181022408964) 21%,rgba(41,0,137,0.10407913165266) 70%,rgba(41,0,137,0) 100%);
}
.section-focus .col-md-8 {
  padding-right: 50px;
}
.section-focus span.etiquette {
  position: absolute;
  top: -10px;
  left: 38px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  display: inline-block;
  font-weight: 700;
  padding: 3px 15px;
  border-radius: 20px;
  background-color: #4C00FF;
  color: #00F000;
}
.section-focus div h2 {
  font-size: 3.6rem;
  line-height: 4.3rem;
  margin-bottom: 20px;
  color: #FFFEF1;
}
.section-focus div h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 20px;
  color: #4C00FF;
}
.section-focus div p {
  color: #4C00FF;
  margin-bottom: 10px;
}
.section-focus div p a {
  color: #4C00FF;
  text-decoration: underline;
  font-weight: 700;
}
.section-focus div ul a {
  color: #4C00FF;
  text-decoration: underline;
  font-weight: 700;
}
.section-focus .imgcropCtn {
  height: 330px;
  width: 200px;
  border-radius: 16px;
  margin: 0 0 auto auto;
}
@media (max-width: 767px) {
  .colonneimg {
    order: -1;
  }
  .section-focus .row {
    background-image: none;
    padding: 32px 22px 25px;
  }
  .section-focus div h2 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
  .section-focus div h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .section-focus .imgcropCtn {
    margin: 0 auto 20px;
    width: 100%;
    height: 320px;
  }
  .section-focus span.etiquette {
    left: 28px;
  }
  .section-focus .col-md-8 {
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .section-focus .imgcropCtn {
    height: 55vw;
  }
  .section-focus .row {
    padding: 32px 12px 25px;
  }
}
