 /* *{
    user-select: none;
    
}


.play-zone{
    cursor: crosshair; 
    position: relative; 
    width: 80vw;
    height: 80vh;
    overflow: hidden;
}

.ballon{
    position: relative;    
    /* /* transform: translate(-50%, -50% );  
    border-radius: 50%;
    background-color: crimson;
}

.ballon:hover{
    transform: scale(1.05);
}

.move{
    animation: move 20s linear  forwards;
}

.remove{
    animation: remove 300ms linear forwards;
}

@keyframes move{
    from{
        transform: translate(0%, 0vh);
    }
    to{
        transform: translate(0vw, -300vh);
    }
}

@keyframes remove{
    from{
        opacity: 1;
        
       
    }
    to{
       opacity: 0; 
       
    }
}  */


/* body{
    min-height: 100vh;
    padding: 10%;
} */
/* 

input{
    
    border: 2px solid rgb(100, 41, 100);
    border-radius: 100rem;
    color: gray;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    outline: none;
    padding: .5rem 1.5rem;
    width: 100%;
    transition: background-color 200s;
        

}

input:focus{
    border: 2px solid goldenrod;
}

input:not(:focus):invalid{
    background-color: brown;
}

label{
    font-size: 2.5rem;
} */



/* .btn {
    background-color: rgba(1, 28, 55, 0);
    color: gray;
    position: relative;
    border: 4px solid gray;
    border-radius: 10rem;
    cursor: pointer;
    font-size: 3rem;
    overflow: hidden;
    z-index: 1;
    padding: 1.85rem 3rem;
    position: relative; 
    animation: mymove 5s forwards;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
   
} */


  
/* .btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: aqua;
    opacity: 0;
    z-index: -1;
    transition: opacity 250ms ease-in-out;

} */

/* .btn:hover::after{
    
    opacity: 1;
    
    
} */

/* .btn:hover + .square span{
    transform: translateY(0);
} */

/* span{
    display: inline-block;
    color: aliceblue;
    font-size: 2vw;    
    transform: translateY(700%);
    transition: transform 280ms ease-in-out 20ms ;
} */

/* .square{
    width: 100%;
    height: auto;
    border: 2px solid crimson;
    margin-bottom: 10%;
    padding: 5%; */
    /* text-align: center;
    width: 100px;
    height: 100px;
    background-color: crimson;
    margin-bottom: 20%;
    transform: scale(0.1) rotate(-90deg); 
    transition: transform 330ms ease-out;
    overflow: hidden;  

}
*/

/* .box-1, .box-2{
    width: 50px;
    height: 50px;
    padding: 10%;
    background-color: aqua;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10%; 
} */

/* .box-1{
    width: 100%;
    height: 200px;
    background-color: crimson;
    color: white;
    font-size: 1.5em;
    transform: scaleY(0);
    transform-origin: 50% top;
    transition: transform 1000ms cubic-bezier(.32, 0, .07, 1), border-radius 300ms 100ms ease-in-out;
}

.box-2{
    
    width: 100%;
    height: 350px;
    background-color: crimson;
    color: white;
    font-size: 1.5em;
    transform: scaleY(0);
    transform-origin: 50% bottom;
    transition: transform 1000ms cubic-bezier(.32, 0, .07, 1), border-radius 300ms 100ms ease-in-out;
} */

/* .btn:hover + .square > .box-1{
    transform: scaleY(1);
   
} 

.btn:hover + .square > .box-2{
    transform: scaleY(1);


}   */


/* .fadeBottom{
    animation: fadeBottom 200ms forwards ease-in-out;
}

@keyframes fadeBotton{
    0% {
        opacity: 1;
        
    }
    100% {
opacity: 0;        
    }
}

@keyframes mymove {
    0%   {
        opacity: 1;
    }
   
    100% {
        opacity: 0;
    }
  } */


  /* Animation kiff */

  @keyframes translating{
      0%{
        
      }
      100%{
          transform: translateX(200px);
      }
  }

  @keyframes rolling{
    0%{
      
    }
    100%{
        transform: translateX(200px) rotate(360deg);
    }
}

@keyframes dot-top{
    0%{

    }


    100%{
        width: 0.3vw;
        height: 4vw;
        position: absolute;
        border-radius: 20px;
        padding: 0%;
        margin: 0%;
        transform: scale(2) rotate(45deg);
        
    }
}

@keyframes disapear{
    0%{

    }
    100%{
        display: none;
        opacity: 0;
    }
}

@keyframes dot-bottom{
    0%{

    }
    100%{
        width: 0.3vw;
        height: 4vw;
        border-radius: 20px;
        padding: 0%;
        position: absolute;

        transform: scale(2) rotate(-45deg);
        
    }
}




@media screen and (min-width: 320px ){
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .field{
        border: thin solid #9ABAFF;
    }

    .submition-container{
        background-color:#0C3181;
        border-radius: 25px;
        padding: 3% 5%;
    }

    .submition{
        background-color:#0C3181;
        margin-left: 3%;
        border: none;
    }

    .modal{
        display: none;
        position: fixed;
        z-index: 4;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .modal-content{
        margin: 5% auto;
        padding: 5%;
        width: 80%;
    
    }
    
    .close{
        color: #aaa;
        display: block;
        font-size:7.500vw ;
        /* font-weight: bold; */
    }
    
    .close:hover,.close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }

    .pass-log{
        display: block;
        width: 100%;
        text-align: center;
        margin: 10% 0%;
    }

    .form-line-break{
        width: 100%;
        color: #9ABAFF;
        margin-bottom: 10%;
    }

    .ft-sz-44{
        font-size: 2.5em;
    }

    .ft-sz-34{
        font-size: 1.5em;
    }

    .ft-sz-32{
        font-size: 1.35em;
    }

    .ft-sz-24{
        font-size: 7.500vw;
    }

    .ft-sz-20{
        font-size: 1.25em;
    }

    .ft-sz-20-form{
        font-size: 1.1em;
    }

    .ft-sz-17{
        font-size: 1.0625em;
    }

    .ft-sz-18{
        font-size: 1.125em;
    }

    .ft-sz-15{
        font-size: 0.9375em;
    }



    .main-page, .second-page{
        background-image: url("../img/Groupe\ 93.svg");
        background-color: #0C3181;
        /* background-position: 50% 65%;
        background-size: 80% 55%; */
        background-position: 150% 65%;
        background-size: 95% 55%;
        background-repeat: no-repeat;
        min-height: 100%;
        padding: 2% 0% 7% 0%;
        align-items: center;
    }
    
    .main-page{
        position: fixed;
        z-index: 3;
    }

    .dot-container, .cross-container{
        cursor: pointer;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        padding: 2.5% 5%;
    }



    .cross-container{
        padding: 5% 5%;
        margin-right: 3%;
        margin-top: 3%;
    }

    .dot, .dot1, .middle-dot, .dot-pg2, .dot1-pg2, .middle-dot-pg2{
        width: 0.5vw;
        height: 0.5vw;
        padding: 0.7%;
        border-radius: 50%;
        background-color: white;
        
    }

    
    .dot1-anim{
        animation: disapear 100ms ease-in-out forwards;
    }

    .dot2-anim{
        animation: dot-top 500ms ease-in-out forwards;
    }

    .dot3-anim{
        animation: dot-bottom 500ms ease-in-out forwards;
    }

  

    .middle-dot, .middle-dot-pg2{
        margin: 2% 0%;
    }


    .main-title{      
        border-radius: 1vw;
        height: auto;
    }

    .title-container, .title-container-2{
        display: flex;
        align-items: center;
        height: 100%;
        min-width: 100vw;
        padding-top: 0% ;
        padding-bottom:5% ;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 1.5;
        
    }
    .title-container::before{
        content: "";
        display: block;
        height: 70px;        
        border-radius: 5px;
        border-width: 2%;
        margin-right: 5%;
        border: 2px solid white;
    }

    .play-container{
        color: white;
        margin-top: auto;
        align-items: center;
        width: 60%;
        border-radius: 15.625vw;
        border: 1.5px solid white;        
    }

    .play-img{
        width: 70%;
        height: 70%;
    }

    .play-txt{
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .play-btn{
        background-color: white;
        display: flex;
        width: 10vw;
        height: 10vw;
        align-items: center;
        justify-content: center;
        padding: 4%;
        border-radius: 50%;
        /* animation: rolling 10s ease-in-out forwards; */
    }


    .show{
        z-index: 1;
    }


    /* The other bord */
    .second-page{
        /* background-image: url("../img/Groupe\ 93.png"); */

        background-color: #9ABAFF;
        background-position: 130% 100%;
        background-size: 95% 70%;
        /* background-position: 90% 100%;
        background-size: 80% 80%; */
        position: fixed;
        
        z-index: 2;
    }

    .title-container-2{
        align-items: flex-start;
        padding: 2% 10%;
    }

    .cross-container{
        padding: 1% 5%;
    }

    .middle-menu-elt{
        margin: 7% 0%;
        
    }

    .menu-elt{
        color: #0C3181;
    }

    .menu-img{
        margin-right: 5%;
    }

    

}






@media screen and (min-width: 375px ){
    
    .ft-sz-34{
        font-size: 1.8em;
    }

    .ft-sz-24{
        font-size: 7.500vw;
    }

    .ft-sz-20{
        font-size: 1.5em;
    }

    .ft-sz-20-form{
        font-size: 1.2em;
    }

    .ft-sz-17{
        font-size: 1.1em;
    }

    .ft-sz-18{
        font-size: 1.225em;
    }

    .ft-sz-15{
        font-size: 1em;
    }

    .modal-content{
        margin: 15% auto;
        padding: 5%;
        width: 80%;
    
    }
}







@media screen and (min-width: 414px){
    
    .ft-sz-34{
        font-size: 2.1em;
    }

    .ft-sz-24{
        font-size: 7.500vw;
    }

    .ft-sz-20{
        font-size: 1.5em;
    }

    .ft-sz-20-form{
        font-size: 1.2em;
    }

    .ft-sz-17{
        font-size: 1.1em;
    }

    .ft-sz-18{
        font-size: 1.325em;
    }

    .ft-sz-15{
        font-size: 1.3em;
    }

}



@media screen and (min-height: 800px ){
    .modal-content{
        margin: 30% auto;
        padding: 5%;
        width: 80%;
    
    }

}