body{
    background-color: #000000;
    font-family: 'VT323', monospace;
    font-size: 25px;
    color: #ffffff;
}

a {
    outline: none;
    text-decoration: none;
}

a:link {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.background{
    width: 100vw;
    height: 100vh;
    background-image: url(../import/bg_commu1.jpg);
    background-size: 100vw 100vh;
}

.conteneur_commu{
    border: 5px solid #febc06;
    box-shadow: 2px 2px 0px 2px #f79f0b, -2px -2px 0px 2px #f79f0b;
    width: 900px;
    height: 500px;
    position: fixed;
    top: calc(50vh - 250px);
    left: calc(50vw - 450px);
    overflow: hidden;
}

.barre{
    border-bottom: 5px solid #febc06;
    box-shadow: 2px 2px 0px 2px #f79f0b, -2px -2px 0px 2px #f79f0b;
    width: 900px;
    height: 75px;
    display: flex;
    position: relative;
}

.titre{
    font-size: 35px;
    width: 200px;
    height: 75px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.connexion_inscription{
    width: 250px;
    height: 75px;
    position: absolute;
    right: 25px;
    display: flex;
}

.connexion{
    width: 125px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.connexion:hover{
    text-decoration: underline;
}

.inscription{
    width: 125px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.inscription:hover{
    text-decoration: underline;
}

.titre_commu{
    text-decoration: underline;
    font-size: 75px;
    width: 500px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 25px auto;
}

.presentation_commu{
    width: 750px;
    height: 150px;
    margin: auto;
    text-align: center;
}

.information_commu{
    font-size: 20px;
    width: 300px;
    height: 50px;
    margin: 50px auto;
}

.date{
    width: 300px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.membre{
    width: 300px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section{
    width: 100vw;
    height: 100vh;
    background-image: url(../import/bg_commu1.jpg);
    background-size: 100vw 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'VT323', monospace;
    font-size: 20px;
    color: #ffffff;
}

.connexion_box{
    border: 4px solid #febc06;
    box-shadow: 2px 2px 0px 2px #f79f0b, -2px -2px 0px 2px #f79f0b;
    position: relative;
    width: 400px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inscription_box{
    border: 4px solid #febc06;
    box-shadow: 2px 2px 0px 2px #f79f0b, -2px -2px 0px 2px #f79f0b;
    position: relative;
    width: 400px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 2em;
    color: #ffffff;
    text-align: center;
}

.inputbox{
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 5px solid #ffffff;
}

.inputbox label{
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 1em;
    pointer-events: none;
    transition: .5s;
}

input:focus ~ label,
input:valid ~ label{top: -5px;}

.inputbox input {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding:0 35px 0 5px;
    color: #ffffff;
}

.forget{
    margin: -5px 15px 25px;
    font-size: .9em;
    color: #ffffff;
    display: flex;
    justify-content: space-between;  
}

.forget label input{
    margin-right: 3px;
}

.forget label a{
    margin-left: 25px;
    color: #ffffff;
    text-decoration: none;
}

.forget label a:hover{
    text-decoration: underline;
}

button{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #febc06;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    color: #ffffff;
    font-family: 'VT323', monospace;
}

.register{
    font-size: .9em;
    color: #ffffff;
    text-align: center;
    margin: 25px 0 10px;
}

.register p a{
    text-decoration: none;
    color: #ffffff;
}

.register p a:hover{
    text-decoration: underline;
}




