body{
    background: #202020;
}
#container{
    width:400px;
    margin:0 auto;
    margin-top: 10%;
}

/* Bordered form */
form {
    width: 100%;
    padding: 40px;
    border: 2px solid #696969;
    background: #2a2a2a;
    border-color: #696969;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.2), 0 5px 5px 0 rgba(125, 125, 125, 0.24);
    font-family: 'Source Sans pro', sans-serif;
}

#Login form{
    height: 400px;
}

#Register form{
    height: 700px;
}

#container h1{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 60px;
    font-size: 25pt;
    color: white;
    text-align: center;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    background-color: #696969;
    width: 100%;
    height: 50px;
    padding: 12px 30px;
    color: black;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #696969;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 12pt;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #2980b9;
    color: white;
    padding: 20px 30px;
    padding-bottom: 15px; 
    margin: 40px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #2980b9 ;
}
input[type=submit]:hover {
    color: #FFFFFF;
    text-shadow: 1px 1.5px #000000;
    border-color: white;
    box-shadow: 0 0 20px 0 rgba(125, 125, 125, 0.2), 0 5px 5px 0 rgba(125, 125, 125, 0.24);
}

#textmail{
    background-color: #696969;
    width: 100%;
    height: 150px;
    padding: 1em;
    border-radius: 15px;
    color: white;
    margin: 8px 0;
    border: 1px solid #696969;
    box-sizing: border-box;
    border-radius: 0px;
    font-family: 'Source Sans pro', sans-serif;
    font-size: 12pt;
}

a[type=mdp]{
    color: white;
    display: flex;
    justify-content: flex-end;
    font-size: 10pt;
}
a[type=mdp]:hover{
    color: grey;
}
div{
    color: white;
}
.postText{
    display: flex;
    flex-direction: column;
}
.post{
    width: 80%;
    background-color: AliceBlue;
    border-radius: 5px;
    margin-left: 10%;
}
.postInformations{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
}

body{
    background: #202020;
}

p{
    color: #1779BA;
}

h4{
    text-align: center;
    color: #1779BA;
}

#image{
    height: 400px;
}

#Presentation{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#Presentation2{
    display: flex;
    justify-content: center;
}

#Beauty{
    width:1058px;
    border: 2px solid #696969;
    background: lavender;
    border-color: #696969;
    margin-top: 0.5%;
    display: flex;
    justify-content: center;
}


.message{
    color: #1779ba;
    font-size: 20px;
    text-align: center;
    margin-top: 1vh;
}
.categorie{
    color: #6495ED;
    font-size: 15px;
    text-align: right;
    margin: 3px;
}
.postInfos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 20%;
}
.nomInfos{
    color: #6495ED;
    font-size: 10px;
}
#postM{
    position: sticky;
     
}
.search form{
    position: absolute;
    top: 10%;
    left: 70%;
    right: 0%;
    padding: 15px;
    padding-bottom: 29px;
    width: 26%;
    height: 0%;
    border-radius: 5px;
}
.search input[type="search"]{
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 10%;
    border-radius: 0px;
}
.search input[type="submit"]{
    position: absolute;
    text-align: left;
    display: flex;
    float: right;
    width: 40%;
    height: 10%;
    top: -96%;
    left: 91%;
    right: 0%;
    padding: 12px;
    padding-bottom: 34px;
    border-radius: 0px;
}
.react{
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.react input[type="submit"]{
    color: red;
    background-color: #ffffff;
    padding: 0px 0px;
    padding-bottom: 0px;
    margin: 14px;
    border-radius: 0px;
    border: none; 
    width: 10%;
}
.react form{
    color: #c0c0c0;
    background: none;
    right: 0%;
    padding: 3px;
    padding-bottom: 1px;
    width: 100%;
    height: 0%;
    border: none;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.react binput[type="button"]{
    color: grey; 
}