/*Style page connexion*/
@font-face {
    font-family: "AlexBrush";
    src: url(../fonts/AlexBrush-Regular.ttf);
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 2250px;
    margin: 0;
    padding: 0;
}

.site-content {
	flex: 1;
}

.LCFDLS {
    display: block;
    position: relative;
    top: -10px;
    left: -10px;
}

.titre_page {
    font-family: 'AlexBrush';
    font-size: 70px;
    color: rgba(247, 202, 0, 0.986);
    text-align: center;
    display: block;
    position: relative;
    top: -90px;
    margin-left: -45px;
}
.box-titre {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.retour_accueil {
    color: rgb(209, 205, 205);
    font-size: 20px;
}

.box_contenu {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: -62px;
}

input, textarea {
    padding: 10px;
    border: 2px solid grey;
    outline: none;
    margin-bottom: 20px;
    border-radius: 10px;
}

.identification {
    height: 300px;
    width: 0px;
    padding: 100px;    
    background-color: #043eb93a;
    border-radius: 20px;
    margin-left: -25px;
}

.box_formulaire {
    text-align: center;
    width: 400px;
}

legend, label {
    font-size: 18px;
    color: #ffffff;
}

.button_connexion {
    width: 70px;
    height: 30px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 85px;
}

p {
    font-size: 20px;
    color: rgb(209, 205, 205);
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 3, 3, 0.267);
    border: 2px white solid;
}

a {
    color: rgb(255, 255, 255);
}

.pdp {
    height: 80px;
    margin-top: 1352px;
    background-color: rgba(0, 139, 252, 0.123);
    border-top: 1px rgba(255, 255, 255, 0.274) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.301) solid;
}


/*-----------------Responsive----------------*/

@media screen and (max-width:425px) {
    .LCFDLS {
        margin-top: 5px;
        margin-left: 7px;
        width: 20%;
    }
    .box-titre {
        margin-top: 50px;
        height: 50px;
    }

    .titre_page {
        font-size: 40px;
        top: -75px;
    }

    .retour_accueil {
        font-size: 15px;
    }

    legend {
        font-size: 15px;
    }

    input, textarea {
        padding: 5px;
        width: 80%;
    }

    .button_connexion {
        width: 10%;
    }

    .identification {
        padding: 50px;
        margin-left: 5px;
        height: 50%;
    }

    .box_contenu {
        margin-top: 0px;
        width: 100%;
    }

    .box_formulaire {
        width: 80%;
    }

    .pdp {
        margin-top: 1572px;
    }

}
@media (min-width: 425px) {
    .titre_page {
        margin-top: 50px;
        margin-left: -40px;
    }

    .pdp {
        margin-top: 1302px;
    }

    .identification {
        margin-left: -15px;
    }
}

