body:not(.wp-admin) .bloc-home-portrait::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 476px;
  top: -475px;
  left: 0;
  z-index: 0;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-portrait/images/vague_blanche_top.svg') no-repeat top right;
  pointer-events: none;
}
body:not(.wp-admin) .bloc-home-portrait::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 420px;
  bottom: -420px;
  left: 0;
  z-index: 0;
  background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-portrait/images/vague_blanche_bottom.svg') no-repeat bottom left;
  pointer-events: none;
}
.bloc-home-portrait {
  position: relative;
  padding: 0px 100px;
  background-color: transparent;
  overflow: visible;
  overflow-y: visible;
  background-color: white;
}
.bloc-home-portrait .contenu {
  display: flex;
  flex-direction: column;
}
.bloc-home-portrait .contenu .titre_bloc {
  color: #02281A;
}
.bloc-home-portrait .contenu .taxos {
  margin-bottom: 2rem;
}
.bloc-home-portrait .contenu .taxos .taxo {
  background-color: #F5F4EE;
  padding: 4px 12px;
  color: #2F9F43;
  width: fit-content;
  border-radius: 20px;
  margin-bottom: 20px;
}
.bloc-home-portrait .contenu .h2-like {
  font-family: 'Sud', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.bloc-home-portrait .contenu .intro {
  line-height: 1.77;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.bloc-home-portrait .contenu .description {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.4rem;
}
.bloc-home-portrait .contenu .portrait-btn {
  margin-top: 2rem;
}
.bloc-home-portrait .contenu .cta-liste {
  margin-top: 6rem;
  display: flex;
  align-items: center;
}
.bloc-home-portrait .contenu .cta-liste i.icon-cloche {
  font-size: 4rem;
  margin-right: 1rem;
}
.bloc-home-portrait .contenu .cta-liste .liste-btn {
  border-color: #02281A;
}
.bloc-home-portrait .encadre {
  margin: auto;
  background-color: #2F9F43;
  padding: 40px 150px;
  border-radius: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
}
.bloc-home-portrait .encadre div.image {
  width: 500px;
  height: 500px;
  overflow: visible;
}
.bloc-home-portrait .encadre div.image img {
  -webkit-mask-image: url("/wp-content/themes/yatatheme-child/images/mask_image.svg");
  mask-image: url("/wp-content/themes/yatatheme-child/images/mask_image.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.bloc-home-portrait .encadre div.image .infosimg {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 235px;
  text-align: left;
}
.bloc-home-portrait .encadre div.image .infosimg i.icon-fleche-courbe {
  font-size: 7rem;
  display: block;
  width: fit-content;
}
.bloc-home-portrait .encadre div.image .infosimg .legende,
.bloc-home-portrait .encadre div.image .infosimg .copyright {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 1920px) {
  body:not(.wp-admin) .bloc-home-portrait::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 733px;
    top: -550px;
    left: 0;
    z-index: 0;
    background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-portrait/images/vague_blanche_top.svg') no-repeat top right;
    pointer-events: none;
  }
  body:not(.wp-admin) .bloc-home-portrait::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 420px;
    bottom: -420px;
    left: 0;
    z-index: 0;
    background: url('/wp-content/themes/yatatheme-child/template-parts/gutenberg/home-portrait/images/vague_blanche_bottom.svg') no-repeat bottom left;
    pointer-events: none;
  }
}
@media (max-width: 1700px) {
  .bloc-home-portrait .encadre div.image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1500px) {
  .bloc-home-portrait {
    padding: 0px 50px;
  }
  .bloc-home-portrait .encadre {
    padding: 40px 75px;
  }
  .bloc-home-portrait .encadre div.image {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .bloc-home-portrait {
    padding: 0px 20px;
  }
  .bloc-home-portrait .contenu .titre_bloc,
  .bloc-home-portrait .contenu .taxo,
  .bloc-home-portrait .contenu .h2-like,
  .bloc-home-portrait .contenu .titre2,
  .bloc-home-portrait .contenu .intro,
  .bloc-home-portrait .contenu .description,
  .bloc-home-portrait .contenu .portrait-btn {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .bloc-home-portrait .encadre {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .bloc-home-portrait {
    padding: 0px 10px;
  }
  .bloc-home-portrait .encadre {
    flex-direction: column-reverse;
    padding: 30px 20px;
    gap: 50px;
  }
  .bloc-home-portrait .encadre div.image {
    height: unset;
    aspect-ratio: 1;
  }
  .bloc-home-portrait .encadre div.image .infosimg {
    bottom: -50px;
  }
}
@media (max-width: 550px) {
  .bloc-home-portrait .encadre {
    gap: 100px;
  }
  .bloc-home-portrait .encadre div.image .infosimg {
    bottom: -90px;
  }
}
