:root {
  --white: white;
  --black: #333;
  --gris: #272727;
  --pink: #ee3364;
  --gris-opacité-réduite: #282828c7;
  --dark: #35250c;
  --gold: #feb235;
  --beige: #fffaf3;
  --gradiant-2: #282828d6;
  --red: red;
  --grey: #918d8d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  min-height: 100%;
  margin-bottom: 0;
}

.container {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 5px 3px #0003;
}

.container.beige {
  width: 45%;
  max-width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.pfp {
  border: 2px solid var(--black);
  border-radius: 100%;
  max-width: 160px;
  margin-top: 0;
  margin-bottom: 0;
}

.pfp.back {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.nom {
  color: var(--gris);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.social-link-wrapper {
  border: 1px #000;
  border-radius: 15px;
  align-items: center;
  margin: 30px;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 10px #0000000a;
}

.social-link {
  color: var(--pink);
  width: 35px;
  height: 35px;
  margin-left: 15px;
  margin-right: 15px;
  transition: color .15s;
}

.social-link:hover {
  color: #feb235;
}

.html-embed-4 {
  color: #333;
  width: 100%;
  height: 100%;
  font-size: 35px;
  line-height: 35px;
}

.html-embed-4:hover {
  color: #e95025;
}

.list-title {
  color: var(--gris-opacité-réduite);
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.list-title.popup {
  text-align: center;
  max-width: 80%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.element {
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/DSC04757-Large.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.element:hover {
  flex: 0 auto;
  width: 90%;
  height: 330px;
}

.element.mobile {
  display: none;
}

.separator {
  background-image: linear-gradient(270deg, #0000, #0000 0%, #000 50%, #0000 103%);
  width: 400px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 90%;
  max-width: 90%;
  margin-top: 20px;
  position: relative;
  overflow: visible;
}

.grid._2-columns {
  grid-template-columns: 1fr 1fr;
}

.element-in-grid {
  outline-color: var(--black);
  outline-offset: 0px;
  cursor: pointer;
  border-radius: 15px;
  outline-width: 1px;
  outline-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.element-in-grid.pg1 {
  background-image: none;
}

.element-in-grid.mobile {
  display: none;
}

.element-in-grid._270 {
  height: 270px;
}

.titre {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.copyright {
  text-align: center;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.logo-drengr {
  max-width: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icon {
  color: var(--pink);
  -webkit-text-stroke-color: var(--pink);
  width: 35px;
  height: 35px;
  font-size: 35px;
  line-height: 35px;
}

.social-icon:hover {
  color: var(--pink);
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: none;
  max-width: 80%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.heading.small {
  color: var(--dark);
  margin-top: 0;
  font-size: 16px;
  inset: 10px auto auto 10px;
}

.heading.small.soft {
  font-size: 17px;
  top: 20px;
  left: 20px;
}

.icone {
  width: 30px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.icone.grand {
  bottom: 20px;
  right: 20px;
}

.icone.popup {
  cursor: pointer;
  width: 15px;
  inset: 20px 20px auto auto;
}

.icone.soft {
  width: 35px;
  bottom: 20px;
  right: 20px;
}

.url {
  text-align: left;
  max-width: 70%;
  margin-bottom: 0;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.play-button {
  width: 45px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.div-block {
  position: relative;
}

.profile-picture {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1200px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .5s;
  position: relative;
}

.profile-image {
  border: 3px none var(--gold);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100%;
  width: 160px;
}

.backface {
  border: 2px solid var(--black);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-underline {
  background-color: #ee3364;
  width: 200px;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-underline.gold {
  background-color: var(--gold);
  height: 4px;
  margin-bottom: 10px;
}

.image-3 {
  width: 90px;
  position: absolute;
  inset: 40px auto auto 5%;
}

.div-block-2 {
  background-image: url('../images/Cléa-boat.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60%;
}

.div-block-2.peach-farmer {
  background-image: url('../images/Cléa-Peach.jpeg');
}

.div-block-2.of {
  background-image: url('../images/Cléa-poker.jpeg');
  background-position: 0%;
}

.div-block-3 {
  background-color: var(--beige);
  width: 100%;
  height: 40%;
  position: relative;
}

.sensitive-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.sensitive-content.mym, .sensitive-content.of {
  display: none;
}

.titre-popup {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.button {
  background-color: var(--pink);
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.button:hover {
  background-color: var(--gold);
}

.s {
  z-index: 100;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 240px;
  margin-top: 25vh;
  margin-bottom: 25vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-4 {
  width: 150px;
}

.bold-text {
  font-size: 18px;
}

.profile {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 33% 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
}

.grid-2.equal {
  grid-column-gap: 13px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 18px;
}

.check-image {
  width: 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.description {
  margin-bottom: 0;
}

.element-1 {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/2FFF46BC-7E47-4489-AEA7-725FA91CEF9A-2.jpeg');
  cursor: pointer;
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  height: 130px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 4px 4px 6px #0003;
}

.element-1.mym {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/talia-banner.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-bottom: 18px;
}

.info-element-bot-left {
  flex-direction: row;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto auto 14px 14px;
}

.info-element-bot-left.grid2 {
  bottom: 12px;
  left: 14px;
}

.info-element-bot-left.vid-o {
  bottom: 20px;
}

.icone-element {
  width: 35px;
  margin-right: 0;
}

.icone-element.margin-right {
  margin-right: 10px;
}

.title-info-element {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.infos-element {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-name {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.info-element-bot-right {
  flex-direction: row;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 15px 20px auto;
}

.info-element-bot-right.grid2 {
  bottom: 14px;
  right: 14px;
}

.element-2 {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/57CA05B0-4BB9-4422-B1C1-BB16B95DFAAE.jpeg');
  cursor: pointer;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  margin-bottom: 0;
  position: relative;
  box-shadow: 4px 4px 6px #0003;
}

.element-2.peachfarmer {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/D2EBDC7D-AB77-41AD-9B9D-8861041A4738.jpeg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.element-2.of {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/talia-square.jpeg');
  background-position: 0 0, 45%;
  background-size: auto, cover;
}

.element-2.honeydrip {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/dsc04192.jpg');
  background-position: 0 0, 50%;
}

.element-2.manyvids {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/1E5FEAF4-36C0-424F-BB5F-FB07D7FAF30A.jpeg');
  background-position: 0 0, 50%;
}

.info-element2-bot-left-copy {
  flex-direction: row;
  align-items: stretch;
  max-width: 130px;
  display: flex;
  position: absolute;
  inset: auto auto 14px 14px;
}

.info-element2-bot-left-copy.grid2 {
  bottom: 12px;
  left: 14px;
}

.icone-element2 {
  color: var(--gold);
  width: 26px;
  margin-right: 0;
}

.icone-element2.margin-right {
  margin-right: 10px;
}

.grid-3 {
  grid-column-gap: 13px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 18px;
}

.grid-3.equal {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
}

.element-3 {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/Cléa-Peach.jpeg');
  cursor: pointer;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  margin-bottom: 0;
  position: relative;
  box-shadow: 4px 4px 6px #0003;
}

.element-3.tiktok {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/5ABC0531-4C54-4D5B-8E98-D00643E4E21F.jpeg');
  background-position: 0 0, 50% 100%;
}

.element-3.instagram {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/03361E27-63F3-46A6-A6D2-E8522B23D12B.jpeg');
}

.element-3.insta-back-up {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/602D01AD-1D7E-41A9-AB65-8D24176EF133.jpeg');
  background-position: 0 0, 0 100%;
}

.info-element3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.info-element3.grid2 {
  bottom: 12px;
  left: 14px;
}

.icone-element3 {
  width: 26px;
  margin-bottom: 7px;
  margin-right: 0;
}

.icone-element3.margin-right {
  margin-right: 10px;
}

.element-vid-o {
  background-image: linear-gradient(to bottom, transparent 40%, var(--gradiant-2) 84%, var(--gris)), url('../images/tMMZtOQ62YYhd.jpg');
  cursor: pointer;
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 280px;
  margin-bottom: 18px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 6px #0003;
}

.div-block-4 {
  width: 70%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.loading-bar-red {
  background-color: var(--red);
  object-fit: fill;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 2px;
  width: 70%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.loading-bar-grey {
  background-color: var(--grey);
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-5, .video-start {
  width: 75px;
  height: 75px;
  position: absolute;
  inset: 0%;
}

.start-video {
  width: 75px;
  height: 75px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image-6 {
  width: 25px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.peach-tree-logo {
  width: 120px;
  margin-top: 20px;
}

.icone-peach-tree {
  width: 25px;
  position: absolute;
  inset: 20px 20px auto auto;
}

@media screen and (min-width: 1280px) {
  .element, .element:hover {
    height: 340px;
  }
}

@media screen and (min-width: 1440px) {
  .container.beige {
    width: 40%;
  }

  .nom {
    font-size: 25px;
    line-height: 30px;
  }

  .list-title {
    font-size: 17px;
    line-height: 22px;
  }

  .element, .element:hover {
    height: 350px;
  }

  .element-in-grid {
    height: 210px;
  }

  .profile-image {
    width: 180px;
  }

  .grid-2, .grid-2.equal {
    grid-column-gap: 20px;
  }

  .check-image {
    width: 40px;
  }

  .element-1 {
    height: 160px;
  }

  .icone-element {
    width: 35px;
  }

  .title-info-element {
    font-size: 20px;
    line-height: 22px;
  }

  .info-name {
    font-size: 15px;
  }

  .element-2 {
    height: 240px;
  }

  .info-element2-bot-left-copy {
    max-width: 200px;
  }

  .icone-element2 {
    width: 35px;
  }

  .grid-3 {
    grid-column-gap: 20px;
  }

  .element-3 {
    height: 240px;
  }

  .icone-element3 {
    width: 35px;
  }

  .element-vid-o {
    height: 320px;
  }
}

@media screen and (min-width: 1920px) {
  .container.beige {
    max-width: 40%;
  }

  .list-title {
    font-size: 20px;
    line-height: 26px;
  }

  .element, .element:hover {
    height: 380px;
  }

  .element-in-grid {
    height: 240px;
  }

  .element-1 {
    height: 170px;
  }

  .icone-element, .icone-element.margin-right {
    width: 35px;
  }

  .title-info-element {
    font-size: 20px;
    line-height: 22px;
  }

  .title-info-element._3, .title-info-element._2 {
    line-height: 24px;
  }

  .infos-element {
    font-size: 16px;
  }

  .info-name {
    font-size: 15px;
  }

  .info-name._3 {
    line-height: 18px;
  }

  .element-2 {
    height: 260px;
  }

  .info-element2-bot-left-copy {
    max-width: 200px;
  }

  .icone-element2 {
    width: 35px;
  }

  .element-3 {
    height: 260px;
  }

  .icone-element3 {
    width: 35px;
  }

  .element-vid-o {
    height: 340px;
  }

  .icone-peach-tree {
    width: 35px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 80%;
  }

  .container.beige {
    width: 70%;
    max-width: 70%;
  }

  .social-link {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .separator {
    margin-bottom: 40px;
  }

  .sensitive-content.mym {
    display: none;
  }

  .popup-content {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container.beige {
    width: 90%;
    max-width: 90%;
  }

  .div-underline {
    width: 150px;
  }

  .sensitive-content.mym {
    display: none;
  }

  .popup-content {
    width: 60%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
    margin-top: 20px;
  }

  .container.beige {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pfp {
    max-width: 140px;
  }

  .nom {
    text-align: left;
    max-width: 70%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .social-link-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-link {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .html-embed-4 {
    font-size: 25px;
    line-height: 25px;
  }

  .list-title {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 17px;
  }

  .list-title.popup {
    font-size: 15px;
  }

  .element, .element:hover {
    height: 170px;
  }

  .element.mobile {
    display: block;
  }

  .separator {
    width: 250px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
    overflow: visible;
  }

  .element-in-grid {
    height: 170px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .element-in-grid.mobile {
    display: block;
  }

  .element-in-grid._270 {
    height: 220px;
  }

  .titre {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .copyright {
    max-width: 80%;
    font-size: 15px;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .heading.small {
    font-size: 14px;
  }

  .heading.small.soft {
    font-size: 15px;
    top: 10px;
    left: 10px;
  }

  .icone {
    width: 20px;
    bottom: 10px;
    right: 10px;
  }

  .icone.soft {
    width: 25px;
    bottom: 10px;
    right: 10px;
  }

  .url {
    max-width: 80%;
    font-size: 15px;
  }

  .profile-image {
    width: 140px;
  }

  .div-underline {
    margin-bottom: 20px;
  }

  .div-underline.gold {
    margin-bottom: 40px;
  }

  .image-3 {
    width: 60px;
  }

  .sensitive-content.mym {
    display: none;
  }

  .titre-popup {
    font-size: 18px;
  }

  .popup-content {
    width: 90%;
  }

  .bold-text {
    font-size: 16px;
  }

  .check-image {
    width: 30px;
  }

  .element-1 {
    height: 110px;
  }

  .title-info-element {
    font-size: 13px;
  }

  .title-info-element._3 {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }

  .title-info-element._2 {
    font-size: 13px;
  }

  .infos-element {
    max-width: 70%;
  }

  .info-name {
    text-align: left;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .info-name._3 {
    text-align: center;
  }

  .info-element-bot-right.grid2 {
    bottom: 10px;
    right: 10px;
  }

  .element-2 {
    height: 140px;
  }

  .info-element2-bot-left-copy {
    max-width: 85px;
    bottom: 10px;
    left: 10px;
  }

  .icone-element2 {
    width: 22px;
  }

  .element-3 {
    height: 140px;
  }

  .info-element3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .element-vid-o {
    z-index: 1;
    height: 190px;
  }

  .start-video {
    z-index: -1;
  }
}

#w-node-d89f00ed-6271-5fcb-6e8a-a09638e5cfd4-f9121be6, #w-node-d89f00ed-6271-5fcb-6e8a-a09638e5cfd4-d0715625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


