/* ANIM SPLIT TEXTE ACCUEIL*/
/*.tnr-section {
  width: 100%;
  overflow: hidden;
}

.tnr-row {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tnr-row-right {
  justify-content: flex-end;
}

.tnr-mask {
  overflow: hidden;
}

.tnr-mask span {
  display: inline-block;
  transform: translateY(115%);
  font-family: 'Teachers', sans-serif;
  font-size: clamp(40px, 8vw, 120px)!important;
  font-weight: 500;
  line-height: 1;
}

.tnr-yellow-text {
  color: #D4AF3729;
}

.tnr-img-mask {
  overflow: hidden;
  width: 220px;
  border-radius: 20px;
}

.tnr-img-mask img {
  width: 100%;
  display: block;
  transform: translateY(115%);
}*/

.tnr-img-mask img {
    border-radius: 10px;
}

.tnr-section {
  overflow: hidden;
}

.tnr-row-right {
  justify-content: space-between;
  width: 100%;
}

.tnr-row-right img {
  margin-left: auto;
}

.tnr-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
}

.tnr-mask {
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 8px;
}

.tnr-mask::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 3;
}

.tnr-mask span {
  display: block;
  transform: translateY(130%);
  font-size: clamp(70px, 14vw, 250px);
  font-weight: 900;
  letter-spacing: -5px;
  color: #ffffff8a;
  will-change: transform;
}

.tnr-row img {
  width: 500px;
  height: 190px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.85);
}

.tnr-img-mask {
    overflow: hidden;
    width: 500px;
    height: 205px;
    margin-left: auto;
    margin-top: 20px;
    margin-right: 94px!important;
}

.tnr-img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(115%);
  opacity: 1;
}

span.tnr-yellow-text {
    color: #d4af3729!important;
}


/* ----- RESPONSIVE ----- */
@media screen and (max-width: 1366px) {
.tnr-img-mask {
    width: 398px;
    height: 150px;
    margin-right: 2.5%!important;
}
}


@media screen and (max-width: 880px) {
.tnr-mask span {
    font-size: clamp(70px, 11vw, 250px);
}

.tnr-img-mask {
        width: 270px;
        height: 89px;
        margin-right: 2.5% !important;
    }
}


@media screen and (max-width: 767px) {
    #scramble-text {
        font-size: 35px !important;
    }

    .elementor .e-self-hosted-video-base {
        height: 200px!important;
    }
}