/** @format */

@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.5px;
    cursor: pointer;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.prixPlusLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-20px);
}

.prixPlusLogo > div {
    transform: translateY(-12px);
}

.prixPlusLogo > span {
    font-size: 4.5rem;
    font-weight: 600;
    color: #000000;
    margin-left: 8px;
}

.text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2d2d2d;
    margin-top: 20px;
}

.logoVisa {
    height: 40px;
    margin-top: 8px;
}

.logoPaiementTpe {
    width: 280px;
    height: 350px;

    background-image: url(./39196.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(15deg);
}

#containerVideoCheck {
    height: 100%;
    width: 100%;
    position: relative;

    display: none;
}

#containerVideoCheck::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;

    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    z-index: 10; /* Lower z-index to avoid overlapping */
}

#videoPaiementValide {
    width: 100%;
    position: relative;
}

.text2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: 20px;
    width: 250px;
    text-align: center;
}
