/*Start Avocats-specs*/
.hero-container-large {
  background-color: #2a2a2a;
}
.hero-container-large .breadcrumb {
  padding: 0 16px 24px;
}
@media screen and (min-width: 1201px) {
  .hero-container-large .breadcrumb {
    flex-basis: content;
    padding: 0 80px 32px;
  }
}
.hero-container-large .container-hero {
  background-color: #2a2a2a;
}
@media screen and (min-width: 993px) {
  .hero-container-large .container-hero {
    display: flex;
    justify-content: space-between;
  }
}
.hero-container-large .container-hero .hero-container-left {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
@media screen and (min-width: 993px) {
  .hero-container-large .container-hero .hero-container-left {
    padding-top: 80px;
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1201px) {
  .hero-container-large .container-hero .hero-container-left {
    flex-basis: 62%;
  }
}
.hero-container-large .container-hero .hero-container-left .bio-container {
  padding: 0 16px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 993px) {
  .hero-container-large .container-hero .hero-container-left .bio-container {
    flex-basis: 45%;
  }
}
@media screen and (min-width: 1201px) {
  .hero-container-large .container-hero .hero-container-left .bio-container {
    padding: 0 80px 80px;
    gap: 32px;
  }
}
.hero-container-large
  .container-hero
  .hero-container-left
  .bio-container
  .title-container
  h1 {
  color: #f0edec;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 110%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.hero-container-large
  .container-hero
  .hero-container-left
  .bio-container
  .title-container
  h1
  strong {
  color: #ffffff;
  font-weight: 600;
  font-style: italic;
  letter-spacing: normal;
}
@media screen and (min-width: 1201px) {
  .hero-container-large
    .container-hero
    .hero-container-left
    .bio-container
    .title-container
    h1 {
    font-size: 3.5rem;
  }
}
.hero-container-large .container-hero .hero-container-left .bio-container .bio p{
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 140%;
  color: #ffffff;
}
@media screen and (min-width: 1201px) {
  .hero-container-large
    .container-hero
    .hero-container-left
    .bio-container
    .bio p{
    padding-left: 56px;
  }
}
.hero-container-large
  .container-hero
  .hero-container-left
  .bio-container
  .sn-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1201px) {
  .hero-container-large
    .container-hero
    .hero-container-left
    .bio-container
    .sn-container {
    flex-direction: row;
    gap: 56px;
    align-items: center;
  }
}
.hero-container-large
  .container-hero
  .hero-container-left
  .bio-container
  .sn-container
  .picto-container {
  display: flex;
  gap: 24px;
}
.hero-container-large
  .container-hero
  .hero-container-left
  .bio-container
  .sn-container
  .picto-container  .phone{
  width: max-content;
  gap: 8px;
  padding: 0 15px;
}
.hero-container-large .container-hero .picture-container {
  position: relative;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .hero-container-large .container-hero .picture-container {
    background-color: transparent;
  }
}
.hero-container-large .container-hero .picture-container img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .hero-container-large .container-hero .picture-container img {
    height: auto;
    width: 385px;
  }
}
.hero-container-large .container-hero .picture-container::after {
  position: absolute;
  content: "";
  -webkit-mask: url(/assets/images/illustration/3d-rhombus.svg) no-repeat;
  mask: url(/assets/images/illustration/3d-rhombus.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(0deg, #d8d8d8 0%, #f5f5f5 100%);
  max-width: 66px;
  width: 100%;
  height: 96px;
  position: absolute;
  top: -62px;
  right: 10%;
}
@media screen and (min-width: 769px) {
  .hero-container-large .container-hero .picture-container::after {
    content: none;
  }
}
