:root {
    --base-w: 375;
    --base-h: 667;
    --scale: 1;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: none;
    /* important */
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url(/images/tournois_2/0-fond-pagetournoisV2.jpg) center / cover no-repeat;
    z-index: 0;
    transform: translateZ(0);
}

.content-wrapper {
    position: relative;
    z-index: 1;
}

.hero-viewport {
    position: relative;
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 4;
}

main {
    overflow-x: hidden;
}

p,
h3 {
    font-family: nulshock;
    color: white;
}

h4 {
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

.stage {
    position: relative;
    width: calc(var(--base-w) * 1px);
    height: calc(var(--base-h) * 1px);
    transform: scale(var(--scale, 1));
    transform-origin: center center;
    will-change: transform;
}

.man {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

.titre {
    position: absolute;
    margin: 0;
    z-index: 2;
    font-family: nulshock, system-ui, sans-serif;
    color: #fff;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 4px 4px 4px #272727a1;
}


.titre--top {
    left: 34px;
    top: 164px;
    width: 300px;
    text-align: start;
    z-index: 3;
}

.titre--bottom {
    left: 130px;
    top: 284px;
    width: 200px;
    text-align: end;
    z-index: 3;

}

.cta-stage {
    position: absolute;
    left: 114px;
    top: 470px;
    display: flex;
    gap: 18px;
    z-index: 3;
}

.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 54px;
    padding: 0;
    font-family: nulshock;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 16px;
    border-bottom-width: 4px;
    background: linear-gradient(to right, rgba(255, 255, 255, .61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.second-bg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 65%;
    left: 50%;
    width: 376%;
    z-index: -1;
    mix-blend-mode: soft-light;
    opacity: 0.4;
}

.table-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: nulshock;
}

.table-wrap {
    display: inline-block;
    width: max-content;
    max-width: 90%;
    border: 1px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, .61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    background-clip: padding-box;
    margin-bottom: 10rem;
}

table.feat {
    width: auto;
    border-collapse: collapse;
    table-layout: auto;
    color: #fff;
    font-family: nulshock, system-ui, sans-serif;
}

.col-label {
    width: 990px;
}

.col-flag {
    width: 96px;
}

table.feat td,
table.feat th {
    padding: 12px 16px;
    vertical-align: middle;
    line-height: 1.2;
    border-bottom: none;
}

table.feat tbody tr {
    position: relative;
}

table.feat tbody tr:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, .25);
    pointer-events: none;
}

table.feat td:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

table.feat td:first-child>div {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

table.feat td:first-child>div>img {
    width: 100%;
    height: 32px;
    object-fit: contain;
    display: block;
}

table.feat tr>td:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .18) 20%, rgba(255, 255, 255, .18) 80%, rgba(255, 255, 255, 0));
    pointer-events: none;
}

table.feat td:last-child {
    width: 48px;
    text-align: center;
    padding: 12px 8px;
    white-space: nowrap;
}

table.feat td:last-child>img {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

table.feat tr:hover {
    background-color: rgba(255, 255, 255, .05);
    transition: background-color .25s ease;
}

.text-dispo {
    text-align: center;
    margin-bottom: 5rem;
}


.tournois-titre-gauche {
    display: none;
}

.tournoi {
    margin-top: 3rem;
}

.title-wrapper {
    margin-top: 6rem;
    margin-inline: 2rem;
}

.tournoi-title {
    text-shadow: 0px 4px 4px rgb(0, 0, 0, 25%);
    max-width: 40rem;
    z-index: 1;
    position: relative;
}

.tournoi-subtitle {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.img-wrapper {
    position: relative;
}

#videoMaitrise {
    position: absolute;
    top: 70%;
    left: 28%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    text-align: center;
    z-index: 2;
    width: 13rem;
}


/* .btn-cta {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    padding: 1rem 1rem;
    border-radius: 16px;
    color: white;
    border: solid 1px white;
    border-bottom: 4px solid white;
    text-decoration: none;
    font-family: nulshock;
} */

.citation {
    font-family: "Sedgwick Ave Display", cursive;
    color: white;
    font-size: 2.5rem;
    max-width: 33rem
}

.btn-tournoi {
    border: none;
    background: none;
}

.btn-tournoi img {
    height: 26px;
    width: auto;
}

.btn-text {
    font-size: 10px;
}

.fond-container {
    position: relative;
    font-family: nulshock;
}

.texture-fond {
    max-width: 100%;
}

.fond-select {
    position: absolute;
    top: 6px;
    right: 140px;
    color: white
}

.fond-title {
    position: absolute;
    top: 10%;
    left: 38%;
    color: white;
    transform: translate(-50%, -50%);
}

.fond-text {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: start;
    width: 95%;
}

.launch {
    border: 1px solid #ffffff33;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.404) 6px 6px 12px;
    border-radius: 20px;
    color: white;
    font-family: nulshock;
    padding: 10px;
}

.avis {
    padding: 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
}

.head-vid-wrap {
    position: relative;
    width: 350px;
    filter: drop-shadow(4px 4px 8px black);
    z-index: 6;
}

.head-vid {
    position: absolute;
    left: 0;
    width: 200px;
    top: -12px;
}

.avis video {
    width: 350px;
    border: solid 1px white;
    border-radius: 0 16px 16px 16px;
    cursor: pointer;
}

.carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-x: hidden;
}

.card.center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
}

.card {
    position: absolute;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: none;
    width: unset;
    height: unset;
    scale: 0.6;
    filter: drop-shadow(4px 4px 8px black);
}

.card img {
    width: 350px;
    height: auto;
    display: block;
}

.card.left-1 {
    z-index: 5;
    /* transform: translateX(-200px) scale(0.9) translateZ(-100px); */
    transform: translateX(-320px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.card.right-1 {
    z-index: 5;
    /* transform: translateX(200px) scale(0.9) translateZ(-100px); */
    transform: translateX(320px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.star-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 5%;
    left: 28%;
    display: flex;
    transform-origin: center;
}

.star-wrapper img {
    width: 32px;
    aspect-ratio: 1/1;
}

.role-wrapper {
    position: absolute;
    bottom: 89%;
    left: 77%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 5px;
}

.role-wrapper img {
    width: 32px;
    aspect-ratio: 1/1;
}

.text-content-wrapper {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: white;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.text-content-wrapper h6 {
    font-size: 1.7rem;
    font-family: nulshock;
}

.text-content-wrapper quote {
    font-weight: bold;
    font-size: 1.2rem;
}

.logo-wrapper {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
}

.logo-wrapper img {
    height: 60px;
    width: auto;
}

.feat-title {
    text-align: center;
}

.banderole-tournois {
    width: 675%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 16%;
    left: 269%;
    z-index: -1;
    mix-blend-mode: soft-light;
}

.tournaments {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-block: 3rem;
    color: #fff;
    font-family: nulshock, system-ui, sans-serif;
    height: 100%;
    position: relative;
}

.tournaments__title {
    margin: 0 0 1rem 0;
    line-height: 1.1;
}

.tournaments__grid {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 14px;
}

.tournaments__banner {
    width: 250vw;
    position: absolute;
    top: -33%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    z-index: -1;
    mix-blend-mode: soft-light;
    pointer-events: none;
    user-select: none;
    height: 200%;
    object-fit: cover;
    opacity: 0.4;
}

.tournaments__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.tournaments__btn {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.tournaments__btn img {
    height: 26px;
    width: auto;
    display: block;
}

.tournaments__label {
    display: block;
    font-size: 10px;
}

.tournaments__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 75%;
}

.tournaments__panel-bg {
    display: block;
    width: 100%;
}

.tournaments__panel-texture {
    max-width: 100%;
    display: block;
}

.tournaments__panel-select {
    position: absolute;
    transform: translate(-50%, -50%);
    transform-origin: center;
    top: 4%;
    left: 77%;
    color: #fff;
    font-size: 10px;
    width: 100px;
}

.tournaments__panel-title {
    position: absolute;
    top: 9%;
    left: 28%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 10px;
    width: 133px;
}

.tournaments__panel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    text-align: start;
    color: #fff;
    font-size: 10px;
}

.tournaments__launch {
    align-self: flex-end;
    border: 1px solid #ffffff33;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    box-shadow: rgba(0, 0, 0, 0.404) 6px 6px 12px;
    border-radius: 20px;
    color: #fff;
    font-family: nulshock, system-ui, sans-serif;
    padding: 10px 16px;
    font-size: 10px;
    text-decoration: none;
}

.league__header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.league__viewport {
    position: relative;
    min-height: clamp(420px, 45svh, 820px);
    display: grid;
    place-items: center;
    overflow: visible;
}

.stage {
    position: relative;
    width: calc(var(--base-w) * 1px);
    height: calc(var(--base-h) * 1px);
    transform: scale(var(--scale));
    transform-origin: center center;
    will-change: transform;
    margin: 0 auto;
}


.league__art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.league__t {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-family: nulshock, system-ui, sans-serif;
    margin: 0;
    line-height: 1;
    text-shadow: 4px 4px 4px #272727a1;
}

.league__t--1 {
    left: 255px;
    top: 264px;
    font-size: 22px;
}

.league__t--2 {
    left: 276px;
    top: 299px;
    font-size: 20px;
}

.league__t--3 {
    left: 183px;
    top: 328px;
    font-size: 35px;
}

.league__t--4 {
    left: 193px;
    top: 374px;
    font-size: 20px;
}

.league__t--5 {
    left: 120px;
    top: 406px;
    font-size: 26px;
}

.league__cta {
    display: flex;
    justify-content: center;
    margin-block: 1.25rem 2rem;
}

.btn-cta--league {
    position: absolute;
    left: 114px;
    top: 494px;

}

.league-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.league-second img {
    width: 100%;
}

.features {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: nulshock, system-ui, sans-serif;
    margin-bottom: 10rem;
    padding-inline: 2rem;
}

.features__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.features__header {
    margin-bottom: 3rem;
}

.features__title {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
}

.features__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin-bottom: 2rem;
}

.features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.features__icon {
    margin-bottom: 1rem;
    width: auto;
    height: 64px;
}

.features__label {
    margin-bottom: 10px;
    text-transform: lowercase;
}

.features__text {
    font-size: 12px;
    max-width: 260px;
    margin: 0;
}

.features__image {
    /* position: absolute;
    left: 0;
    bottom: 0; */
    width: min(100%, 500px);
    z-index: 1;
    pointer-events: none;
}

.testimonial {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* margin-top: 5rem; */
    margin-bottom: 10rem;
    /* overflow: hidden; */
    isolation: isolate;
}

.testimonial__bg {
    position: absolute;
    left: 0;
    width: 153%;
    height: 150%;
    z-index: 0;
    pointer-events: none;
    user-select: none;

}

/* le blend sur l'image réelle */
.testimonial__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: screen;
    opacity: 0.4;
}

.testimonial__quote {
    position: relative;
    z-index: 1;
    font-family: "Sedgwick Ave Display", cursive;
    color: #fff;
    font-size: clamp(1.8rem, 2.5vw + 1rem, 3rem);
    max-width: 40rem;
    margin-block: 3rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    padding-inline: 2rem;
}

.testimonial__video {
    position: relative;
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    border-radius: 0;
    display: block;
    object-fit: cover;
}

.mastery {
    position: relative;
    padding-inline: 1rem;
    margin-bottom: 2rem;
}

.mastery-back {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    cursor: pointer;
}

.img-maitrise {
    height: 40px;
    width: auto;
}

.maitrise-glass p {
    font-size: 12px;
}

.mastery__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    gap: 6px;
}

.maitrise-title {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 10%;
    transform-origin: center;
    width: 100%;
}

.maitrise-glass {
    border: 1px solid #ffffff33;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgb(255 255 255 / 27%));
    backdrop-filter: blur(3px);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.404) 6px 6px 12px;
    padding: 3rem 2rem;
    border-radius: 20px;
    max-width: 950px;
}

.video-maitrise {
    display: block;
    width: 300%;
    height: auto;
    position: relative;
    right: 22%;
    z-index: 3;
    cursor: pointer;
}

.media-pair {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.img-right {
    width: 350px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 30%;
}

.clic-img {
    position: absolute;
    width: 80px;
    top: 35%;
    left: 10%;
    transform: translate(-50%, -50%);
}

@media (min-width:576px) {
    .head-vid-wrap {
        position: relative;
        width: 500px;
    }

    .head-vid {
        position: absolute;
        left: 0;
        width: 346px;
        top: -21px;
    }

    .avis video {
        width: 100%;
        border: solid 1px white;
        border-radius: 0 16px 16px 16px;
    }

    .tournaments__grid {
        position: relative;
        display: flex;
        justify-content: center;
        width: 75%;
        margin-bottom: 14px;
    }

    .tournaments__panel-text {
        font-size: 14px;
    }

    .tournaments__panel-title {
        font-size: 14px;
        width: 212px
    }

    .tournaments__panel-select {
        top: 5%;
        font-size: 14px;
        width: 154px;
    }

    .tournaments__launch {
        font-size: 14px;
    }

    .tournaments__panel-texture {
        width: 100%;
    }
}



@media (min-width:768px) {
    .title-wrapper {
        margin-top: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testimonial__bg {
        position: absolute;
        /* top: -566px; */
        left: 0;
        width: 110%;
        height: 150%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        pointer-events: none;
        user-select: none;
        mix-blend-mode: soft-light;
        opacity: 0.75;
    }

    .tournaments__panel-text {
        font-size: 10px;
    }

    .tournaments__panel-title {
        font-size: 10px;
        width: 212px
    }

    .tournaments__panel-select {
        top: 5%;
        left: 83%;
        font-size: 10px;
        width: 154px;
    }

    .tournaments__launch {
        font-size: 10px;
    }

    .tournaments__panel-texture {
        width: 100%;
    }

    .tournaments__banner {
        width: 140vw;
        position: absolute;
        top: -33%;
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        z-index: -1;
        mix-blend-mode: soft-light;
        pointer-events: none;
        user-select: none;
        height: 200%;
        object-fit: cover;
        opacity: 0.4;
    }

    #videoMaitrise {
        font-size: 1.2rem;
        width: 20rem;
    }

}

@media (min-width:992px) {
    body {
        background: url(/images/tournois_2/0-fond-pagetournoisV2.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        overflow-x: hidden;
    }

    h4 {
        font-size: 1.8rem !important;
    }

    .navbar-logo {
        left: 100px;
    }

    .tournois-titre-gauche {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 6rem;
        z-index: 2;
    }

    .tournoi-subtitle {
        top: 60%;
        left: 50%;
        width: 90%;
    }

    .fond-text {
        font-size: 14px;
    }

    .feat-title {
        text-align: end;
    }

    .features__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 6rem;
    }

    #videoMaitrise {
        font-size: 1.2rem;
        width: auto;
    }

    .mastery__item--3 {
        width: 25%;
    }

    .mastery__item--4 {
        width: 33.33%;
    }

    .mastery__item--6 {
        width: 50%;
    }

    .testimonial__video {
        border-radius: 12px;
    }

    .img-right {
        width: 500px;
        left: 37%;
    }

    .maitrise-title {
        top: 0;
        width: 75%;
        z-index: 4;
    }

    .media-pair {
        width: 100%;
    }

    .video-maitrise {
        width: 1500px;
    }


    .features {
        justify-content: center;
    }

    .tournaments__grid {
        width: 75%;
    }

    .tournaments__btn img {
        height: 52px;
    }

    .tournaments__label {
        font-size: 14px;
    }

    .tournaments__panel-title {
        left: 34%;
        font-size: 14px;
        width: 484px;
    }

    .tournaments__panel-text {
        top: 45%;
        font-size: 14px;
    }

    .tournaments__panel-select {
        top: 5%;
        left: 84%;
        font-size: 14px;
        width: 242px;
    }

    .tournaments__launch {
        font-size: 14px;
        text-decoration: none;
    }

    .tournaments__banner {
        width: 112vw;
    }

    .features__label {
        font-size: 18px;
    }

    .features__text {
        font-size: 14px;
    }

    .carousel-container {
        margin-bottom: 2rem;
    }

    .avis video {
        width: 75%;
    }

    .card {
        scale: 0.8;
    }

    .league {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .league-second {
        width: 75%;
        margin-top: 5rem;
    }

    .league-second img {
        width: 75%;
    }

    .text-dispo {
        font-size: 18px;
    }

    .btn-cta {
        font-size: 10px;
    }

    .img-right {
        width: 650px;
        left: 37%;
    }

    .testimonial__bg {
        position: absolute;
        /* top: -566px; */
        left: 0;
        width: 100%;
        height: 150%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
        pointer-events: none;
        user-select: none;
        mix-blend-mode: soft-light;
        opacity: 0.75;
    }

    .head-vid-wrap {
        position: relative;
        width: 750px;
    }

    .head-vid {
        position: absolute;
        left: 0;
        width: 500px;
        top: -30px;
    }

    .avis video {
        width: 750px;
        border: solid 2px white;
        border-radius: 0 36px 36px 36px;
    }

    .clic-img {
        position: absolute;
        width: 80px;
        top: 35%;
        left: 15%;
        transform: translate(-50%, -50%);
    }

}

@media (min-width:1200px) {

    h3 {
        font-size: 3rem;
    }

    .title-wrapper {
        display: flex;
        flex-direction: row;
        margin-top: 5rem;
        align-items: center;
        justify-content: flex-end;
        margin-inline: 8rem;
    }

    .tournoi-title {
        max-width: 54rem;
        font-size: 5rem;
        position: absolute;
        top: 31px;
        left: -424px;
    }

    .tournoi-subtitle {
        position: absolute;
        transform: translate(-50%, -50%);
        z-index: 3;
        font-size: 5rem;
    }

    .img-wrapper {
        position: relative;
    }

    .video-maitrise {
        width: 2000px;
    }

    .features__image {
        width: min(100%, 800px);
        z-index: 1;
        pointer-events: none;
    }


    .head-vid-wrap {
        position: relative;
        width: 850px;
    }

    .head-vid {
        position: absolute;
        left: 0;
        width: 615px;
        top: -36px;
    }

    .avis video {
        width: 850px;
        border: solid 3px white;
        border-radius: 0 36px 36px 36px;
    }

}

@media (min-width: 1400px) {
    .mastery-back {
        width: 40px;
    }

    .img-maitrise {
        height: 80px;
    }

    .video-maitrise {
        width: 3000px;
    }

    #videoMaitrise {
        font-size: 2rem;
    }

    .mastery__item p {
        font-size: 16px;
    }

    .img-right {
        width: 850px;
        right: 5%;
        left: unset;
    }

    .tournaments__panel-texture {
        width: 100%;
    }

    .tournaments__panel-text {
        font-size: 18px;
    }

    .tournaments__panel-title {
        font-size: 18px;
        width: 687px;
    }

    .tournaments__panel-select {
        font-size: 18px;
        width: 242px;
    }

    .tournaments__label {
        font-size: 18px;
    }

    .tournaments__btn img {
        height: 80px;
    }

    .card {
        scale: 1;
    }

    .carousel-container {
        height: 650px;
    }

    .features__content {
        flex-direction: row-reverse;
    }

    .features__text {
        font-size: 18px;
    }

    .features__label {
        font-size: 22px;
    }

    .features__title {
        font-size: 2rem;
    }

    .text-dispo {
        font-size: 26px;
    }

    h4 {
        font-size: 2rem !important;
    }

    .features__icon {
        height: 80px;
    }

    .testimonial__bg {
        width: 100vw;
        height: 300%;
        object-fit: fill;
    }

    .titre--top {
        left: -78px;
        top: 193px;
    }

    .titre--bottom {
        left: 167px;
        top: 313px;
        width: 271px;
    }

    .testimonial__quote {
        position: relative;
        z-index: 1;
        font-family: "Sedgwick Ave Display", cursive;
        color: #fff;
        font-size: 4rem;
        max-width: 78rem;
        margin-top: 3rem;
        margin-bottom: 0;
        text-shadow: 0 4px 8px rgba(0, 0, 0, .3);
        padding-inline: 2rem;
        padding-top: 4rem;
    }

    .testimonial__video {
        padding-bottom: 4rem;
    }

    .features__content {
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        padding-right: 5rem;
    }

    .features__image {
        width: min(100%, 1000px);
        z-index: 1;
        pointer-events: none;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: -20%;
    }

    .tournaments__title {
        margin: 0 0 2rem 0;
        line-height: 1.1;
    }

    .tournaments__grid {
        position: relative;
        display: flex;
        justify-content: center;
        width: 75%;
        margin-bottom: 48px;
    }

    .tournaments__launch {
        font-size: 18px;
    }

    .league__art {
        width: 137%;
        right: -55px;
        /* position: relative; */
        inset: 0 -55px;
    }

    .league__t--1 {
        left: 313px;
        top: 264px;
        font-size: 22px;
    }

    .league__t--2 {
        left: 352px;
        top: 299px;
        font-size: 20px;
        width: 200px;
    }

    .league__t--3 {
        left: 234px;
        top: 328px;
        font-size: 35px;
    }

    .league__t--4 {
        left: 223px;
        top: 374px;
        font-size: 20px;
    }

    .league__t--5 {
        left: 127px;
        top: 406px;
        font-size: 26px;
    }

    .head-vid-wrap {
        position: relative;
        width: 1050px;
    }

    .head-vid {
        position: absolute;
        left: 0;
        width: 787.5px;
        top: -47px;
    }

    .avis video {
        width: 1050px;
        border: solid 4px white;
        border-radius: 0 36px 36px 36px;
    }
}

@media (min-width: 1600px) {
    .img-right {
        width: 1000px;
        right: 5%;
        left: unset;
    }

    .features__image {
        width: min(100%, 1000px);
        z-index: 1;
        pointer-events: none;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: -10%;
    }
}

@media (min-width: 1800px) {
    .img-right {
        width: 1000px;
        right: 5%;
        left: unset;
    }

    .features__image {
        width: min(100%, 1000px);
        z-index: 1;
        pointer-events: none;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: -5%;
    }
}

@media (prefers-reduced-motion: reduce) {

    .video-maitrise,
    .video-maitrise._incoming {
        transition: none !important;
    }
}

.scroll-buttons button {
    background-color: #C1AB5F;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3sease, transform 0.2sease;
}

.scroll-buttons button:hover {
    background-color: #C1AB5F;
}