*{
    margin: 0;
    padding: 0;
}
@font-face{
    font-family:bab;
    src:url(../typo/janda.ttf);
}

body{
    font-family:bab;
    background: url(../fond2.jpg) no-repeat top center;
    background-size: cover;
    height: 100vh;
    
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    color: #E72971;
}
#etapes{
    display: none;
    justify-content: space-around;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-195px);
}
#etapes p{
    background: #E72971;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    box-shadow: rgba(255,255,255,0.9) 0 0 15px;
}
p{
    /*display: none;*/
    opacity: 0.35;
}
div{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    
    background: rgba(255,255,255,0.7);
    border-radius: 20px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,0.5) 0 0 5px;
}
#q1,#q2,#q3,#q4,#q5,#q6{
    /*width: 300px;
    height: 200px;*/
   display: none;
}
#q6{
    background: #FFD700;
}
#ecran_mdp{
    /*width: 300px;
    height: 200px;*/
    /*margin-top: 150px;*/
}
input[type="text"]{
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    border: none;
    width: 100%;
box-sizing: border-box;
    color: white;
    padding: 10px;
    margin: 20px 0;
}
::placeholder{
    color: white;
}
input[type="button"],input[type="submit"]{
    background: #E72971;
    color: white;
    padding: 10px;
    border-radius: 20px;
    border: none;
}