body {
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #00130E 0%, #00281F 100%);
    position: relative;
}

@font-face {
    font-family: 'Mona Sans';
    src: url('fonts/MonaSans[wdth,wght].ttf') format('truetype');
    font-weight: 100 900;
}

.main-container {
    /* height: 500vh; */
    position: relative;
    margin: 0;
    overflow-x: hidden;
    /* overflow-y: visible; */
}

.logo-container {
    width: 100%;
    margin-top: 105px;
    margin-bottom: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.logo-separator {
    width: 1px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 24px;
}

.logo-svg {
    width: 64px;
    height: 73px;
}

.opera-logo {
    width: 186px;
    height: 48px;
}

.hero-img-mobile {
    display: none;
}

.mobileLogo{
    display: none;
}


.container-section-1 {
    width: 100%; display: flex;
    justify-content: center; 
    align-items: center;
}

.section-1 {
    display: flex;
    width: 100%;
    margin-left: 152px;
    z-index: 9999;
}

.section-1 .container-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    padding-top: 60px;
}

.section-1 .container-right {
    background-image: url(./media/container-right-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 442px;
    transform: translateX(120px);
    max-height: 442px;
    max-width: 750px;
}


.section-1 .title span {
    font-family: 'Mona Sans', sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    word-wrap: break-word;
}

.section-1 .subtitle {
    color: #fff;
    font-family: 'Mona Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    word-wrap: break-word;
}

.section-1 .button {
    width: 180px;
    padding: 12px 14px;
    background: #FF0048;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Mona Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}

.form .button {
    width: 173px;
    padding: 14px 16px;
    background: #FF0048;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Mona Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}

.container-section-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nouvelles classes ajoutées */
.section-2 {
    font-family: 'Mona Sans', sans-serif;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: 120px;
    margin-bottom: 120px;
    padding-left: 18vw;
    padding-right: 18vw;
}

.section-2 .title {
    align-self: stretch;
    text-align: center;
}

.section-2 .title span {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    word-wrap: break-word;
    margin: 2px;
}

.section-2 .description {
    align-self: stretch;
    text-align: center;
    color: #F9F8FA;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    word-wrap: break-word;
}

.container-section-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

.section-3 {
    border-radius: 12px;
    background: linear-gradient(285deg, #052D25 3.71%, #095949 98.31%);
    width: 58vw;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 7vw;
    padding-right: 7vw;
    z-index: 9999;
}

.container-form{
    width: 100%;
    margin-top: 63px;
    margin-bottom: 98px;
    z-index: 9999;
}

.form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 27px;
}

.container-section-3  .section-3 .container-form .title{
    font-family: 'Mona Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.input-group {
    display: flex;
    gap: 20px;
}

.input-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    gap: 8px;
    width: 50%;
}

.input-block .label {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.adresse-title{
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.container-message-success {
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.container-message-error {
    display: none;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.container-message-success #check{
    width: 24px;
    height: 24px;
    display: none;
}

.container-message-error #warning{
    width: 30px;
    height: 30px;
    display: none;
}

 .message-succes {
    color: #39dd01;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.message-error {
    color: #ff6969;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.input-block .error-desktop {
    color: #FF3C67;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: none;
}

.input-block .error-mobile {
    color: #FF3C67;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: none;
}

.input-block .errorNearCheckBox{  
    color: #FF3C67;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    display: none;
}

.input-group input
 {
    display: flex;
    height: 48px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #fff;  
    background: #0E634F;
    width: 100%;
    color: #fff;
    text-indent: 12px;
}

.input-group textarea{
    color: #fff;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
    border: 1px solid #00F5C3;  
    outline: none;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.input-group select
 {
    display: flex;
    height: 48px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #fff;
    background: #0E634F;
    width: 100%;
    padding-left: 12px;
    padding-right: 40px; 
    color: white;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='CaretDown'%3E%3Cpath id='Vector' d='M20.0306 9.99346L12.5306 17.4935C12.461 17.5632 12.3782 17.6185 12.2872 17.6562C12.1961 17.694 12.0986 17.7134 12 17.7134C11.9014 17.7134 11.8038 17.694 11.7128 17.6562C11.6217 17.6185 11.539 17.5632 11.4694 17.4935L3.96936 9.99346C3.82863 9.85272 3.74957 9.66185 3.74957 9.46283C3.74957 9.26381 3.82863 9.07293 3.96936 8.9322C4.1101 8.79147 4.30097 8.71241 4.49999 8.71241C4.69901 8.71241 4.88988 8.79147 5.03061 8.9322L12 15.9025L18.9694 8.9322C19.039 8.86252 19.1218 8.80725 19.2128 8.76953C19.3039 8.73182 19.4014 8.71241 19.5 8.71241C19.5985 8.71241 19.6961 8.73182 19.7872 8.76953C19.8782 8.80725 19.9609 8.86252 20.0306 8.9322C20.1003 9.00189 20.1556 9.08461 20.1933 9.17566C20.231 9.2667 20.2504 9.36428 20.2504 9.46283C20.2504 9.56138 20.231 9.65896 20.1933 9.75C20.1556 9.84105 20.1003 9.92377 20.0306 9.99346Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; 
}

.input-group  textarea {
    display: flex;
    height: 96px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #fff;  
    background: #0E634F;
    width: 98%;
    resize: none;
}

.checkbox-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.checkbox-group span,
.checkbox-group a {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Mona Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 184.615% */
}

.checkbox-group .unchecked {
    cursor: pointer;
    display: block;
}

.checkbox-group .checked {
    cursor: pointer;
    display: none;
}

.container-checkbox-group{
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 64px;
    padding-right: 64px;
    margin-top: 76px;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: #14947A;
    margin-bottom: 24px;
}

.footer-content {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    display: inline-flex;
}

.footer-text {
    color: #14947A;
    font-size: 14px;
    font-family: Mona Sans;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 24px;
}

.container-button-form{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.checked-rect {
    position: absolute;
    top: -125px;
    left: 64px;
    width: 186px;
}

.discord-rect{
    position: absolute;
    top: -205px;
    left: 0px;
    width: 93px;
}

.game-rect {
    position: absolute;
    top: -302px;
    left: 69px;
    width: 146px;
}

.white-shadow-2{
    position: absolute;
    top: -500px;
    left: -369px;
    width: 1221px;
    z-index: 1;
}


.pwnLogoName{
    width: 160.592px;
    height: 27.709px;
}

.checked-low-rect {
    position: absolute;
    bottom: 105px;
    right: -87px;
    width: 187px;
}

.game-low-rect {
    position: absolute;
    bottom: -9px;
    right: -172px;
    width: 125px;
}


.container-form-bg-design{
    width: 60%;
    height: 50%;
    position: absolute;
    right: 0px;
    z-index: 1;
}
.container-form-bg-design-relative {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.form-bg-design{
    position: absolute;
    top: -576px;
    left: -683px;
    width: 3416px;
    transform: rotate(-1deg);
}

.form .empty-input {
    border: 1px solid #FF3C67;
    outline: none;
}

/* Animation de secousse ------------------------------------ */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.5s ease;
}

/* Ajout de la classe pour l'animation des textes des cases à cocher non cochées */
.shake-checkbox-text {
    animation: shake 0.5s ease;
}

/* Style pour les textes des cases à cocher non cochées avec texte rouge */
.checkbox-text-red {
    color: #FF3C67;
}
/* ------------------------------------ */


.white-shadow-1{
    position: absolute;
     top: -51px;
      left: 100px;
      z-index: 1;
}

#input-phone::-webkit-outer-spin-button,
#input-phone::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#input-phone[type=number] {
-moz-appearance: textfield;
} 

/* tablette */
@media screen and (max-width:1224px){
    .section-1 {
        margin-left: 63px;
    }
    .section-1 .container-right {
        transform: translateX(0px);
        height: 372px;
        max-width: 597px;
    }
    .section-1 .title span {
        font-size: 50px;
        line-height: 56px;
        
    }
    
    .section-1 .subtitle {
        font-size: 18px;
    }

    .section-1 .button {
        width: 155px;
        padding: 10px 14px;
        font-size: 21px;
    }
    
    .logo-container{
        margin-top: 72px;
        margin-bottom: 72px;
    }
    
    .section-2 {
        padding-left: 10vw;
        padding-right: 10vw;
    }
    .section-3 {
        width: 65vw;
    }
    .input-group  textarea {
        width: 97%;
    }

    .discord-rect {
        top: -97px;
        left: 0px;
        width: 52px;
    }
    .game-rect {
        top: -127px;
        left: 47px;
        width: 72px;
    }
    .checked-rect {
        top: -51px;
        left: 50px;
        width: 104px;
    } 

    .checked-low-rect {
        bottom: 61px;
        right: 25px;
        width: 132px;
    }

    .game-low-rect {
        bottom: -9px;
        right: -80px;
        width: 116px;
    }

}

/* Mobile */
@media screen and (max-width:600px){

    .section-1 .container-left {
        text-align: center;
        align-items: center;
        padding-top: 0px;
    }

    .container-right {
        display: none;
    }

    .section-1 {
        flex-direction: column;
        margin-left: 0px;
    }

    .logo-container {
        margin-top: 36px;
        margin-bottom: 80px;
    }

    .hero-img-mobile {
        width: 75vw;
        height: 45vw;
        display: block;
    }

    .section-1 .subtitle {
        font-size: 21px;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .section-1  .title span {
        font-size: 13vw;
        line-height: 13vw;
    }

    .section-1 .button {
        width: 35vw;
        font-size: 5vw;
    }

    .form .button {
        width: 44vw;
    }

    .opera-logo {
        width: 108px;
        height: 28px;
    }
    .logo-separator{
        height: 15px;
        margin: 0 14px;
    }
    
    .pwnLogoName{
        width: 120px;
        height: 18px;
    }
    .mobileLogo{
        display: block;
    }
    .desktopLogo{
        display: none;
    }

    .section-2 {
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .input-group {
        flex-direction: column;
    }

    .input-block {
        width: 100%;
    }

    .input-group  textarea {
        width: 94%;
    }
    
    .container-section-3 .section-3 .container-form .title {
        font-size: 17px;
        margin-bottom: 0px;

    }
    .section-2 .description {
        font-size: 17px;
    }
    .section-2 .title span {
        font-size: 28px;
    }
    .container-form {
        margin-top: 18px;
    }
    .container-button-form {
        justify-content: center;
    }
    
    .container-form {
        margin-bottom: 55px;
    }

    .discord-rect,
    .game-rect,
    .checked-rect  {
        display: none;
    }
    .white-shadow-1{
        top: -194px;
        left: -228px;
        width: 911px;
    }
    .white-shadow-2 {
        top: -570px;
        left: -485px;
        width: 1165px;
    }

    .game-low-rect,
    .checked-low-rect 
    {
        display: none;
    }

    .footer-container {
        padding-left: 110px;
        padding-right: 110px;
    }
    .footer-content {
        justify-content: center;
    }
    .checkbox-group svg {
        margin-top: 5px;
    }
    .checkbox-group {
        align-items: flex-start;
    }

    .double-error-group {
        display: none;
    }
}
