*{
    font-family: Poppins, Arial, sans-serif;
    margin: 0;
    padding: 0;
    top: 0;
    text-decoration: none;

}
a{
    cursor: pointer;
}
button{
    cursor: pointer;
}
body{
   /* position: relative;
    width: 80rem;
    height:  57.8125rem;*/
   background: #FFFFFF;

}

.imagess{

    display: block;
    margin: auto;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 40px;
    position: relative;
}

.connexion{
    position: initial;
}

.connexion p{
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    align-items: center;
    margin-bottom: 0;
    color: #121212;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    width: 320px;
    height: 72px;
    display: flex;
}


.marginer{
    margin-bottom: 1rem;
}

.firebase{
    display: flex;
    justify-content: center;
    bottom: 0;

}
/* facebook */

.facebook img{
    position: relative;
    left: 5%;
    bottom: 2%;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.facebook button{
    background: rgba(24, 119, 242, 0.6);
    width: 23rem;

    /* border-radius: 7px; */
    /* box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%); */
    background: rgba(24, 119, 242, 0.6);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    backdrop-filter: blur(25px);
    border-radius: 8px;
}

.facebook span{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}


/*github*/

.github img{
    position: relative;
    left: 5%;
    bottom: 2%;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

.github button{

    width: 23rem;
    /* border-radius: 7px; */
    /* box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%); */
    /* background: rgba(24, 119, 242, 0.6); */
    /* box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%); */
    /* backdrop-filter: blur(25px); */
    /* border-radius: 8px; */
    background: rgba(18, 18, 18, 0.6);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    backdrop-filter: blur(25px);
    border-radius: 8px;
}


.github span{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
}

/* google */

.google img{
    position: relative;
    left: 5%;
    bottom: 2%;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
}
.google button{

width: 23rem;
    /* border-radius: 7px; */
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
    backdrop-filter: blur(25px);
    border-radius: 8px;
    /* padding-right: 12%; */
    margin-right: 12%;
    /* margin-left: 12%;*/

}


.google span{
    font-family: 'Poppins';
    font-style: normal;
    font-size: 20px;
    color: #121212;
}

#firebase{
    /*flex-direction: column; */
    text-align: center;
    /* display: flex; */
    align-items: end;
    position: absolute;
    /* justify-content: space-between; */
    display: flex;
    row-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: -27px;
}

#loginImage{
    width: 100%;
}

input{
    /*border: 2px solid #5C5C5C;*/
    /*border-radius: 15px;*/
    /*width: 34.75rem;*/
    /*height: 1.75rem;*/
    /*text-align: justify;*/
    /* border: 2px solid #5C5C5C; */
    /* border-radius: 15px; */
    /* width: 34.75rem; */
    /* height: 1.75rem; */
    /* text-align: justify; */
    width: 100%;
    background: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    padding: 0 1rem 0 1rem;
    /* border-radius: 13em; */
    /* background: white; */
    /* align-items: center; */
    /* justify-content: center;*/
}
.connecter button {
    background: #5C5C5C;
    border-radius: 8px;
    color: #FFFFFF;
    width: 126px;
    height: 34px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}
.connecter button:hover{
    background: #121212;
}

.modo{
    padding-left: 1%;
}

.modo button{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #5C5C5C;
    border-radius: 8px;
    color: #FFFFFF;
    width: 126px;
    height: 34px;

}

.phraseAvantInscription{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5C5C5C;
    text-align: center;
}


.lienInscription a{
    text-decoration: none;
    color: #888888;
}
.lienInscription a:hover{
   color: #000000;
    font-weight: bold;
}

.lienInscription{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #888888;
    text-align: center;
}
.inscription button{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background: #5C5C5C;
    border-radius: 8px;
    color: #FFFFFF;
    width: 126px;
    height: 34px;
}
.inscription button:hover{
    background: #121212;
}
.ErrorInscription{
    background-color: red;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;

    font-size: 16px;


    border-radius: 8px;
    color: #FFFFFF;
    width: 50%;
    height: auto;
    padding: 1%;

    justify-content: center;
    align-items: center;
    margin-left: 23%;
    margin-top: -2%;
}
.imageconnexion{
    background-image: url("../images/login.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height : 50vh;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
}


.modo a{
    text-decoration: none;
    color: #FFFFFF;
}
.mp{

    /* text-align: justify; */
    /* background: rgba(255, 255, 255, 0.5); */
    /* width: 30vw; */
    /* border-radius: 1rem; */
    /* padding: 0.3rem 1.5rem; */
    /* font-size: 2rem; */
    /* display: flex; */

    /* margin: 10rem auto 5rem auto; */

    /* font-size: 2rem; */

    /* margin-right: 0; */
    /* margin-left: 14em; */
    /* align-items: center; */
    /* justify-content: center; */

    /* margin-right: -10em; */
    /* width: auto; */

    /* margin: 0 0 0 38rem; */

    text-align: center;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    width: 30%;
    border-radius: 15px;
    padding: 0.3rem 1.5rem;
    border: solid;
    margin: 0 auto;
    /*margin: 0;*/
    /*margin-left: 0;*/
    /*display: inline-flex;*/

}
.mail{
    text-align: center;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    width: 30%;
    border-radius: 15px;
    padding: 0.3rem 1.5rem;
    border: solid;
    margin: 0 auto;
}


main {
    margin-top: 6rem;

}



@media screen and (max-width: 1100px) {

    #firebase{
        flex-direction: column;
        text-align: center;
        /* display: flex; */
        align-items: end;
        /*transform: translateY(-2.5%);*/
        position: absolute;
        /* justify-content: space-between; */
        display: flex;
        row-gap: 2rem;
        column-gap: 2rem;
        /*margin-bottom: -27px;*/
        margin-top: 15rem;
    }

    .marginer{
        margin-bottom: 0rem;
    }
}