*,
::before,
::after{
	box-sizing: border-box;
	margin:0;
	padding:0;
}

body{
	font-family: "Segoe UI","sans serif";
    background:black;
	
   /*background:#f4f4f4;*/

}

.maincontainer{
    box-shadow: inset 0px -3px 0px #161616;
}

.maincontainer span{
    font-weight:640;
    color:#c6c6c6;
    transition:  0.3s ease-in-out;
}

.maincontainer span:hover{

    transition: 0.3s ease-in-out;
    background-color: rgb(204 0 0 );
    border-radius: 7px;
   color:#fff; 
    

}
.titre{
    color:white;
}

.slider{
    transition:0.3s;
    display:flex;
    width: 2500px;

}

input[type="radio"]{
    display:none;
}

.cl1{

    border:solid 2px #36A;/*couleur de la bordure des boutons de selection du carousel*/
    height:5px;
    width:60px;
    display:inline-block;
    border-radius: 4px;
    margin:5px;
    cursor:pointer;
    transition:0.3s ease;
}
.cl1:hover{
    background-color: #36A;
}

.cl2{

    border:solid 2px #36A;/*couleur de la bordure des boutons de selection du carousel*/
    height:5px;
    width:60px;
    display:inline-block;
    border-radius: 4px;
    margin:5px;
    cursor:pointer;
    transition:0.3s ease;
}
.cl2:hover{
    background-color: #36A;
}

.cl3{

    border:solid 2px #36A;/*couleur de la bordure des boutons de selection du carousel*/
    height:5px;
    width:60px;
    display:inline-block;
    border-radius: 4px;
    margin:5px;
    cursor:pointer;
    transition:0.3s ease;
}
.cl3:hover{
    background-color: #36A;
}

.cl4{

    border:solid 2px #36A;/*couleur de la bordure des boutons de selection du carousel*/
    height:5px;
    width:60px;
    display:inline-block;
    border-radius: 4px;
    margin:5px;
    cursor:pointer;
    transition:0.3s ease;
}
.cl4:hover{
    background-color: #36A;
}

.cl5{

    border:solid 2px #36A;/*couleur de la bordure des boutons de selection du carousel*/
    height:5px;
    width:60px;
    display:inline-block;
    border-radius: 4px;
    margin:5px;
    cursor:pointer;
    transition:0.3s ease;
}
.cl5:hover{
    background-color: #36A;
}



#radio1:checked~.btn-container .cl1{
    background-color: #36A;
}
#radio2:checked~.btn-container .cl2{
    background-color: #36A;
}

#radio3:checked~.btn-container .cl3{
    background-color: #36A;
}

#radio4:checked~.btn-container .cl4{
    background-color: #36A;
}

#radio5:checked~.btn-container .cl5{
    background-color: #36A;
}



.btn-container{
    position:absolute;
    z-index: 2;

}


#radio1:checked ~ .slider{
    transform:translateX(0px);
}

#radio2:checked ~ .slider{
    transform:translateX(-500px);
}

#radio3:checked ~ .slider{
    transform:translateX(-1000px);
}
#radio4:checked ~ .slider{
    transform:translateX(-1500px);
}

#radio5:checked ~ .slider{
    transform:translateX(-2000px);
}
/*--------------- le liens de connextion---*/

.se-connecter{
   
    width: 135px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.creer-un-compte{
    margin:0 33px;
    width: 145px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}

.mot-de-passe-oublie{
    
        
        width: 175px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
       
    
}

.aide{
    margin:0 25px;
    width: 70px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   
}

.conditions{
    
    width: 70px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}


/*---------------------------------------*/

.se_connecter_container{
    width:100%;
    position: fixed;
    background-color: transparent;
    /*background-color: blue;
    opacity:0.1;*/
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    transition:0.5s;
    scale:0;
    z-index: 3;
    
 }

 .se_connecter_container.visible {
    transition: 0.5s;
    scale:1;
 }



/* .creation-de-compte-container*/
.body-creation-de-compte{
    margin-top: 250px;
    width:100%;
    position: absolute;
    background-color: transparent;
    /*background-color: blue;
    opacity:0.1;*/
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    transition:0.5s;
    scale:0;
    z-index:3;
}

.body-creation-de-compte.visible{
    scale:1;
}

.register-wrapper{
    margin-top: 100px;
    
    position:relative;
    z-index: 2;
    width:400px;
    padding:30px;
    border: 1px solid #c6c6c6/* rgba(255, 255, 255, 0.5)*/;
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    

}

.register-wrapper .icon-close-compte{
    position: absolute;
    top:0;
    right:0;
    width:45px;
    height:45px;
    background: rgb(204 0 0 );/*couleur de la span pour fermer*/
    font-size: 2em;
    color:#fff;/*couleur de la croix pour fermer*/
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    cursor:pointer;
    z-index: 1;
}

.termes-et-conditions{
    color:#c6c6c6;
}
.termes-et-conditions label input{
    accent-color: rgb(204 0 0 ) ;
    margin-right: 3px;
}

.forgotten_container{
    width:100%;
    position: absolute;
    background-color: transparent;
    /*background-color: blue;
    opacity:0.1;*/
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    transition:0.5s;
    scale:0;
    z-index:3;
    text-align: center;
    color: #c6c6c6;
}

.forgotten_container .wrapper{
    padding: 30px;
}

#reinitialiser{
    margin-top: 15px;
}

.forgotten_container.visible{
    scale:1;
}

.wrapper .icon-close-forgotten{

    position: absolute;
    top:0;
    right:0;
    width:45px;
    height:45px;
    background: rgb(204 0 0 );/*couleur de la span pour fermer*/
    font-size: 2em;
    color:#fff;/*couleur de la croix pour fermer*/
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    cursor:pointer;
    z-index: 1;
}

.help_container{
    width:100%;
    position: absolute;
    background-color: transparent;
    /*background-color: blue;
    opacity:0.1;*/
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    top:0;
    transition:0.5s;
    scale:0;
    z-index:3;
}

.help_container.visible{
    scale:1;
}

.wrapper .icon-close-help{

    position: absolute;
    top:0;
    right:0;
    width:45px;
    height:45px;
    background: rgb(204 0 0 );/*couleur de la span pour fermer*/
    font-size: 2em;
    color:#fff;/*couleur de la croix pour fermer*/
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    cursor:pointer;
    z-index: 1;
}

.terms_container{
    width:100%;
    position: absolute;
    background-color: transparent;
    /*background-color: blue;
    opacity:0.1;*/
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    scale:0;
    top:0;
    transition:0.5s ease-in;
    
    z-index:3;
}

.terms_container.visible{
    scale:1;
}

.wrapper .icon-close-terms{

    position: absolute;
    top:0;
    right:0;
    width:45px;
    height:45px;
    background: rgb(204 0 0 );/*couleur de la span pour fermer*/
    font-size: 2em;
    color:#fff;/*couleur de la croix pour fermer*/
    display:flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    cursor:pointer;
    z-index: 1;
}

.terms_container .wrapper{

    display:flex;
    align-items:center;
    justify-content: center;


}
.termes-et-conditions{
    margin:10px 0;
}

form p {
    color:#c6c6c6;
}



.cote{
    border-radius: 10px;
animation : border-glow 1s infinite alternate,fade 1s;
max-width: 500px;
text-align: center;
   
}
.cote p{
    color:white;
}


form{
    display:flex;
    flex-direction: column;
}

form h2{
    font-size: 2rem;
    color: #c6c6c6;;
    margin-bottom:20px;
}
.input-field{
    position:relative;
    margin:5px 0;
    border-bottom: 2px solid #ccc;
}
.input-field .icon{
    position:absolute;
    right:8px;
    font-size:1.2em;
    color:#c6c6c6;
    line-height: 38px;;
}

.input-field input{
    width:100%;
    height:40px;
    background: transparent;
    border:none;
    outline:none;
    color: #c6c6c6;;/*la couleur du texte entré dans les champs*/
    font-size: 20px;
}

.input-field label{
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    color: #c6c6c6;;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.3s ease;
}
 
.input-field input:focus~label,
.input-field input:valid~label {

    transform: translateY(120%);
    font-size: 0.8rem;
    top:3px;

}

#date {
    transform:translateY(-10px);
    font-size: 0.8rem;
    top:3px;
}






     .logo {width:200px;
        display:inline-block;
        height: 50px;
        /*margin-right: 60px;*/

     }

     
     /*
     .deplacement{
   
        display:flex;
        
       align-items: end;

     }*/

     .deplacement .image{margin-right:10px;
        
        
    }

    .maincontainer{
        display:flex;
        flex-wrap: wrap;
        place-items: flex-end;
        
        top:0;
        margin-top: 40px;
        margin-left: 25px;
     
       
       
    }
.caroussel{
    display:flex;
    width:500px;
    overflow: hidden;
    justify-content: center;
    align-items: self-end;
    
}


.slide1{
    width: 100%;
}

.slide2{
    width: 100%;
}

.slide3{
    width: 100%;
}

.slide4{
    width: 100%;
}

.slide5{
    width: 100%;
}

.caroussel-container{
    margin-top: 30px;
    display:flex;
    /* height:100vh; */
    align-items: center;
    justify-content: center;
    margin-bottom: 200px;
}

.bienvenue{
    height:120px;
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.bienvenue h1{
    font-weight:300;
    font-size:40px;
}
.message{
    margin-top: 90px;
    display:flex;
    height: 400px;
    
    
    /*lign-items: center;
    text-align: center;*/
    justify-content: center;
}

.message1{
    max-width: 500px;
    max-height: 400px;
    width:100%;
    height: 100%;
     background-color: #161616;
    margin-right:20px;
    position: relative;
   /* left: 0; */
    border-radius:10px;
    margin-left: 10px;
   /* display:flex;
    justify-content: center;*/
}
.m1-h2{
    
    display:flex;
    justify-content: center;
}
.description-1{
    display:flex;
    justify-content: center;
    padding: 5px;
}

.description-1 p {
    font-size:17px;
    color:#c6c6c6;
}

.description-2{
   
    height: 100px;
    background-color: #161616;
}

.big-3{
    display:flex;
    justify-content: center; 
}
.big-3 p{
    font-size: 150px;
    color:#fff;
     animation: conditions 1s ;
}


.message1 h2{
    color:#fff;
    font-weight: 400;
    margin-top: 25px;
    font-size:25px;
    line-height: 32px ;
    height: 50px;
    
}
.party{
    width: 110px;
}
.big-3 p{
    font-size: 100px;
}

.message2{
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url('capture-arene.png');
    align-content: end;
    overflow: hidden;
    max-width: 500px;
    max-height: 400px;
    width:100%;
    height: 100%;
    
    /* background-color: #161616; */
    margin-left:20px;
    margin-right: 10px;
    position: relative;
   /* left: 0; */
    border-radius:10px;
   /* display:flex;
    justify-content: center;*/
}

/* .message2{
    max-width: 500px;
    max-height: 400px;
    width:100%;
    height:400px;
    /*background-color: #161616;
    margin-left:100px;
    position: relative;
    right: 0;
    border-radius:10px;
    background-image: url("capture-ecran-2.png");
} */

.message2 h2{
    
    color:#fff;
    font-weight: 400;
    margin-top: 50px;
    font-size:25px;
    line-height: 32px ;
    height: 50px;
    
}

.description-2{
    opacity: 0.90;
    padding: 3px;
    justify-content: center;
    text-align: center;
}

.m2-h2{
    display:flex;
    justify-content: center;
}

.description-2 p {
    font-size:17px;
    color:#c6c6c6;
}

/*formulaire de connexion*/
.wrapper{
position: relative;
width: 400px;
height:600px;
background: transparent;
border: 2px solid rgba(255, 255, 255, .5);
border-radius: 20px;
backdrop-filter: blur(20px);
box-shadow: 0 0 30px rgba(0, 0, 0, .5);
display:flex;
align-items: center;
justify-content: center;
overflow: hidden;


}

.wrapper .form-box{
    width:100%;
    padding: 40px;
}


.wrapper .icon-close{
    position:absolute;
    top: 0;
    right: 0;
    width:45px;
    height:45px;
    background: rgb(204 0 0 );/* #162938;la couleur du bouton fermer*/
    font-size: 2em;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    
}


.form-box h2{
    font-size: 2em;
    color: #ccc;/*#162938;la couleur du titre se connecter a changer*/
    text-align: center;
}

.input-box {
    position: relative;
    width:100%;
    height:50px;
    border-bottom: 2px solid #c6c6c6/*#162938*/;
    margin: 30px 0;
}

.input-box label{
    position:absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #c6c6c6/*#162938*/;
    font-weight: 500;
    pointer-events: none;
    transition: 0.5S;
}
.input-box input:focus~label,
.input-box input:valid~label{
    top: -5px;
}


.input-box input{
    width: 100%;
    height:100%;
    background: transparent;
    border:none;
    outline:none;
    font-size: 1em;
    color: #c6c6c6/*#162938*/;
    font-weight: 600;
    padding: 0 35px 0 5px;/*a revoir cette partie car le text de l'input deborde sur les yeux et le logo mail*/
}

.input-box .icon{
    position: absolute;
    right:8px;
    font-size: 1.2em;
    color: #c6c6c6;
    line-height: 57px;
}

.remember-forgot{
    font-size: .9em;
    color: #c6c6c6;/**couleur de la validation de se souvenir de moi checkbox*/
    font-weight: 500;
    margin: -15px 0 15px;
}

.remember-forgot label input{
    accent-color: rgb(204 0 0 );
    margin-right: 3px;
}

.btn{
transition: 0.3s;
width: 100%;
height: 45px;
background: rgb(204 0 0 );/*couleur du bouton connexion quand il n'est pas survolé*/
border: none;
outline:none;
border-radius: 6px;
cursor: pointer;
font-size: 1em;
color: #fff;
font-weight: 500;
}

.btn:hover{
    transition: 0.3s;
    background-color: #00FF7F;
}

@keyframes conditions{
    from{
        transform: rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }

}

@keyframes border-glow{
	
	from{
		border-color: #ffffff;
		box-shadow: 0 0 15px rgba(0,0,0, 0.5);
	}
	to{
		border-color: #ffffff;
		box-shadow: 0 0 15px rgb(0,255,127);
	}
}


.load{
    display:flex;
    justify-content: center;
    align-items: center;
    height:100px;
    
    /* animation: conditions 1s infinite; */
  
}
.loop{
    width: 110px;
}




/*formulaire de creation de compte

.wrapper-creation-de-compte{
    
    position: relative;
width: 500px;
height:600px;
background: transparent;
border: 2px solid rgba(255, 255, 255, .5);
border-radius: 20px;
backdrop-filter: blur(20px);
box-shadow: 0 0 30px rgba(0, 0, 0, .5);
display:flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.wrapper-creation-de-compte .form-box{
    width:100%;
    padding: 40px;
}


.wrapper-creation-de-compte .icon-close{
    position:absolute;
    top: 0;
    right: 0;
    width:45px;
    height:45px;
    background: #162938;la couleur du bouton fermer
    font-size: 2em;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    
}*/