.text_banner {
  font-family: "Larsseit";
  font-style: normal;
  font-size: 2.25vw;
  line-height: 0.9em;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 25%;
}

.title_banner {
  font-family: "Larsseit-bold";
  color: white;
}

.mobile_text {
  display: none;
}

.summary {
  border-bottom-right-radius: 10%;
  background: #1e2d64;
}

.link_banner {
  display: flex;
  margin-top: 100px;
  margin-left: 25%;
}

.link_banner a {
  font-family: "Larsseit";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3em;
  letter-spacing: 0em;
  color: white;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  border-radius: 45px;
  background-color: #74b9e0;
}

.highlighted_front {
  background: #233474;
  min-height: 440px;
  position: relative;
}

.highlighted_front #rectangle1099-home {
  position: absolute;
  border-bottom-left-radius: 50%;
  background: #19275e;
  right: 0px;
}

.banner-img {
  padding: 0;
}

.banner-img img {
  width: 100%;
  height: auto;
  opacity: 50%;
}

@media (max-width: 768px) {
  .mobile_text {
    display: block;
    position: relative;
    top: -2em;
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
  }

  .banner-img {
    display: none;
  }

  .summary {
    position: relative;
    width: 100%;
    background: none;
  }

  .highlighted_front {
    border-bottom-right-radius: 50px;
    background: #1e2d64;
  }

  .highlighted_front > div {
    height: 100%;
  }

  .highlighted_front > div .region-highlighted {
    height: 100%;
  }

  .text_banner {
    font-size: 1.75em;
    line-height: 0.9em;
    margin-left: 59px;
    margin-top: 104px;
  }

  .link_banner {
    margin-left: 59px;
    margin-top: 30px;
    margin-bottom: 104px;
  }

  .link_banner a {
    font-family: "Larsseit";
    font-style: normal;
    font-size: 0.878em;
    line-height: 3.3em;
  }

  #rectangle1099-home {
    display: none;
  }

  #block-bannersimvhomme h1 {
    margin-top: 57px;
  }

  #block-bannersimvhomme .menu {
    padding-left: 0px;
  }
}

#block-bannersimvhomme {
  position: relative;
}

#block-bannersimvhomme .row {
  margin-bottom: 80px;
  min-height: 360px;
}

#block-bannersimvhomme .row .column-title {
  margin-top: auto;
}

#block-bannersimvhomme h1 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  color: #ffffff;
}

#block-bannersimvhomme h1 span {
  color: #74b9e0;
}

#block-bannersimvhomme .menu {
  list-style: none;
  margin-top: 57px;
}

#block-bannersimvhomme .menu .sub-menu a {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #233474;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 25px 34.12px 25px 38px;
  display: flex;
  align-items: center;
}

#block-bannersimvhomme .menu .sub-menu a::before,
#block-bannersimvhomme .menu .sub-menu a::after {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

#block-bannersimvhomme .menu .sub-menu a::before {
  margin-right: 25px;
}

#block-bannersimvhomme .menu .sub-menu a::after {
  background-image: url(../../icons/arrowCTA.png);
  margin-left: auto;
  width: 7.77px;
  height: 8px;
}

#block-bannersimvhomme .menu .sub-menu#rapport-mensuel a {
  background: linear-gradient(90deg, #dca573 6px, #ffffff 0px);
  padding-left: 38px;
}

#block-bannersimvhomme .menu .sub-menu#rapport-mensuel a::before {
  background-image: url(../../icons/Group1243RapportMensuel.png);
  margin-right: 27px;
  width: 18px;
  height: 22px;
}

#block-bannersimvhomme .menu .sub-menu#observatoire-publicite a {
  background: linear-gradient(90deg, #dc7373 6px, #ffffff 0px);
  padding-left: 35px;
}

#block-bannersimvhomme .menu .sub-menu#observatoire-publicite a::before {
  background-image: url(../../icons/VectorObservatoirePublicite.png);
  margin-right: 24px;
  width: 24px;
  height: 22px;
}

#block-bannersimvhomme .menu .sub-menu.definir a {
  background: linear-gradient(90deg, #8056b6 6px, #ffffff 0px);
  color: #d97272;
  padding-left: 37px;
}

#block-bannersimvhomme .menu .sub-menu.definir a::before {
  background-image: url(../../icons/VectorDefinir.png);
  margin-right: 26px;
  width: 20px;
  height: 20px;
}
