@charset "utf-8";

.Connection {
    margin-top: 5em;
}

html {
    margin: 0;
    height: 100%;
}

.listCat {
    list-style-type: "#";
}

.showCat-black {
    background: #313338;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 1em;
}

.showCat-black:before {
    content: "#";
}

.showCat-white {
    background: #FFFFFF;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 1em;
    padding: 1em;
}

.showCat-white:before {
    content: "#";
}

body {
    font-family: Jost;
    background-color: #E5E5E5;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.menuAPost {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

textarea {
    width: 98%;
    height: 10em;
    background: none;
    outline: transparent;
    border: none;
    font-family: Jost;
    font-size: 1em;
}

.textarea-white {
    color: black;
}

.textarea-black {
    color: white;
}

.Tag {
    -webkit-text-fill-color: grey;
    background: none;
}

.body-white {
    color: #000000;
    background-color: #E5E5E5;
}

.body-black {
    color: #FFFFFF;
    background-color: #1E1F22;
}

.tableau-white > .tabAccount > table > tbody > tr > .dismiss > a {
    color: black;
    background: none;
    -webkit-text-fill-color: black;
}

.tableau-black > .tabAccount > table > tbody > tr > .dismiss > a {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
}

tr > .dismiss {
    text-align: center;
}

h1 {
    font-size: 2.8125rem;
    margin: 37.350px 10%;
}

nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

ul > li > a > img {
    width: 100%;
    max-width: 5em;
    max-height: 5em;
}

.AccountImg-black{
    border-radius: 50%;
    border: 3px solid #000000;
    box-sizing: border-box;
    object-fit: fill;
    height: 5em;
}

.AccountImg-white{
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    object-fit: fill;
    height: 5em;
}

.Post-white {
    background: #FFFFFF;
    border-radius: 20px;
    width: 86%;
    max-width: 28em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.4em;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.Post-black {
    background: #313338;
    border-radius: 20px;
    width: 86%;
    max-width: 28em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    padding-top: 0.4em;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.Image-post > img {
    width: 100%;
    border-radius: 5px;
}

.Image-post > p{
    margin-top: 1%;
    word-wrap: break-word;
}

.Header-post > p {
    font-size: 0.7em;
    margin-top: 1%;
    margin-bottom: 0;
}

.Title-post {
    display: flex;
    padding-top: 1em;
    padding-left: 0.6em;
    width: 95%;
    background: none;
}

.Nickname {
    margin-top: 0;
    margin-bottom: 0;
}

.Username {
    font-size: 0.7em;
    color: grey;
    margin-top: 0;
    margin-bottom: 0;
}

.Account-post {
    display: flex;
    flex-direction: column;
    padding-left: 0.1em;
    width: 100%;
}

.Title-post > img {
    height: 5em;
    width: 5em;
    border-radius: 50%;
}

nav {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    width: 100%;
    box-shadow: 0 4px 25px 4px rgba(0, 0, 0, 0.25);
    max-width: 28em;
}

.nav-white {
    background: #FFFFFF;
}

.nav-black {
    background: #313338;
}

.NP {
    margin: 1em 5% 0 5%;
}

.NC {
    margin: 0 5%;
}

input[type='submit'] {
    width: 129px;
    height: 65px;
    border-radius: 30px;
    color: #FFFFFF;
    background: linear-gradient(126deg, #00B2FF 16.45%, #BD00FF 78.82%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    margin: 9.6px;
    font-family: Jost;
    font-size: 1em;
}

label > .ModifyPostInputSubmit {
    width: 90px;
    height: 28px;
}

form > .formComment {
    margin-left: 1em;
}

p {
    font-size: 1.125em;
    margin: 18px 5% 18px 5%;
}

ul {
    padding: 0;
}

ul > li{
    list-style-type: none;
}

.border-gradient-input {
    width: 291px;
    height: 59px;
    margin: 0.5em;
    background: linear-gradient(126deg, #00B2FF, #BD00FF);
    padding: 3px;
    border-radius: 23px;
    transition: width 0.3s, height 0.3s;
    display: inline-block;
}

.border-gradient-input input[type='text'],
.border-gradient-input input[type='email'],
.border-gradient-input input[type='password'] {
    width: 275px;
    height: 55px;
    transform: translate(-1px, -1px);
    position: relative;
    padding: 3px;
    border: 0;
    border-radius: 20px;
    background: #D9D9D9;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: larger;
    padding-left: 15px;
    outline: none;
    transition: width 0.3s, height 0.3s, transform 0.3s;
}

.border-gradient-input.input-expanded {
    width: 293px;
    height: 61px;
}

.border-gradient-input.input-expanded input[type='text'],
.border-gradient-input.input-expanded input[type='email'],
.border-gradient-input.input-expanded input[type='password'] {
    transform: translate(0px, 0px);
}

input::placeholder {
    text-align: left;
}

.buttonSubmit {
    border:none;
    width: 1.5em;
    height: 1.5em;
    background: none;
    box-shadow: none;
}

.searchChoice input {
    position: absolute;
    left: -9999px;
}

.searchChoice input:checked + .searchChoice label {
    background-color: #ab576c;
}

.searchChoice input:checked + .searchChoice label::before {
    background-color: #fff;
}

.TitleModify {
    border: transparent;
    outline: none;
    font-size: 2.8125rem;
    color: white;
    background: none;
}

.ResSrcUsr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 15em;
    width: fit-content;
    justify-content: space-around;
}

.ButtonsSrc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 0.5em;
}

.searchChoice{
    width: 8em;
    height: 2em;
    border-radius: 30px;
    color: #FFFFFF;
    background: linear-gradient(126deg, #00B2FF 16.45%, #BD00FF 78.82%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: none;
    font-family: Jost;
    font-size: 1em;
}

.AUser-white {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0.5em;
    min-width: 15em;
    max-width: 20em;
    padding: 0.4em;
}

.AUser-white > img{
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin-right: 1em;
}

.AUser-white > section{
    display: flex;
    flex-direction: column;
}

.AUser-white > div > p{
    margin: 0 0 0 0;
}

.AUser-black {
    display: flex;
    flex-direction: row;
    background: #313338;
    border-radius: 20px;
    margin: 0.5em;
    min-width: 15em;
    max-width: 20em;
    padding: 0.4em;
}

.AUser-black > img{
    border-radius: 50%;
    width: 5em;
    height: 5em;
    margin-right: 1em;
}

.AUser-black > section{
    display: flex;
    flex-direction: column;
}

.AUser-black > div > p{
    margin: 0 0 0 0;
}

a {
    background: linear-gradient(100deg, #00B2FF 36.17%, #BD00FF 62.18%);
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header > img {
    margin-top: 2em;
    margin-bottom: 4em;
    max-width: 19em;
}

body > footer {
    margin-top: 7em;
}

.commentContainer {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    width: 86%;
    max-width: 28em;
    align-items: center;
}

.commentContainer > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 1em;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.Comment  {
    width: 50%;
    word-wrap: break-word;
}

.Comment-white {
    background: #FFFFFF;
}

.Comment-black {
    background: #313338;
}

.Comment-white > a {
    color: black;
    background: none;
    -webkit-text-fill-color: black;
    padding-right: 1em;
}

.Comment-black > a {
    color: white;
    background: none;
    -webkit-text-fill-color: white;
    padding-right: 1em;
}

.CommentUser {
    display: flex;
    margin: 1em 0 1em 1em;
}

.CommentUser > img {
    border-radius: 50%;
    width: 3em;
    height: 3em;
}

.CommentUser > a {
    padding-left: 0.5em;
}

.box-white {
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-black {
    background-color: #313338;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: Jost;
    src: url(https://holo.antranet.fr/fonts/Jost-Regular.ttf) format("truetype");
}
.Form{
    text-align: center;
    justify-content: center;
}

.formComment > form > input[type=submit] {
    width: 90px;
    height: 28px;
}

.formComment > p {
    margin: 0 1em;
}

.formComment {
    margin-bottom: 1em;
}

.formComment > form > input[type=submit] {
    width: 90px;
    height: 28px;
}

.formComment > form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.Mdp{
    text-align: right;
    min-width: 324px;
    max-width: 324px;
}
.SearchBar{
    border: 1px black ;
    background-color: #FFFFFF;
    border-radius: 15px;
    display: flex;
    margin-top: 1em;
}
.SearchBar input {
    border: none;
    background: none;
    width: 100%;
    text-align: center;
    outline: none;
    font-size: 1.2em;
}

.SearchBar input::placeholder {
    text-align: center;
}
.SearchBar img {
    margin-right: 1em;
}

/*---Administration---*/

body > .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 20px;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;

}

.profile-white, .recherche-white, .bottom-white, .donnee-white{
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #f9f9f9;
}

.profile-black, .recherche-black, .bottom-black, .donnee-black{
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #313338;
}

.MostRecentWarn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 1000px) {
    .profile-white {
        position: fixed;
        left: 0;
        top: 3em;
    }

    .profile-black {
        position: fixed;
        left: 0;
        top: 3em;
    }

    .donnee-white {
        position: fixed;
        right: 0;
        top: 3em;
        width: 16em;
    }

    .donnee-white {
        text-align: center;
    }

    .donnee-black {
        position: fixed;
        right: 0;
        top: 3em;
        width: 16em;
    }

    .donnee-black {
        text-align: center;
    }

    .return_a-white {
        position: fixed;
        left: 0.5em;
        top: 1em;
        font-size: 1.3em;
        color: #000000;
        background: none;
        -webkit-text-fill-color: #000000;
    }

    .return_a-black {
        position: fixed;
        left: 0.5em;
        top: 1em;
        font-size: 1.3em;
        color: #FFFFFF;
        background: none;
        -webkit-text-fill-color: #FFFFFF;
    }

    th, td {
        border: 1px solid #ccc;
        padding: 0.4em;
        text-align: left;
        font-size: 1.25em;
    }
}

/*---Account---*/
.NumberInfoAccount > form > input[type=submit] {
    width: 82px;
    height: 31px;
}
.SelectPostOrComment {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.gridPost {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.gridItems-black {
    border: 0.1em solid white;
    margin: 0.2em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
}

.gridItems-black > img {
    width: 8em;
    border-radius: 1em;
}

.gridItems-white {
    border: 0.1em solid black;
    margin: 0.2em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 8em;
}

.gridItems-white > img {
    width: 8em;
    border-radius: 1em;
}

hr {
    width: 90%;
    border-color: #808080;
}

.AccountMainImg {
    border-radius: 50%;
    width: 11em;
}

.NumberInfoAccount {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.AccountInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 1em;
}
/*---Fin Account---*/
.profile-white {
    text-align: center;
}

.profile-white > img {
    width: 6em;
    height: 6em;
    border-radius: 50%;
}

.profile-white > p {
    margin: 0px;
}

.profile-black {
    text-align: center;
}

.profile-black > img {
    width: 6em;
    height: 6em;
    border-radius: 50%;
}

.profile-black > p {
    margin: 0px;
}

.admin {
    font-size: 0.7em;
    text-decoration: underline;
}

.Information-donnee p {
    text-align: left;
    margin-bottom: 10px;
}

.tableau-white {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
}

.tableau-white > form > input[type='submit'] {
    height: 2em;
    width: 4em;
}

.tableau-black {
    background-color: #313338;
    border: 1px solid #ccc;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
}

.tableau-black > form > input[type='submit'] {
    height: 2em;
    width: 4em;
}

.tabAccount {
    max-height: 28em;
    overflow: auto;

}

@media (max-width: 1000px) {
    th, td {
        border: 1px solid #ccc;
        padding: 0.4em;
        text-align: left;
        font-size: 0.85em;
    }
}

th {
    background-color: #007bff;
    color: white;
}

.MID {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.return_a-white {
    font-size: 1.3em;
    color: #000000;
    background: none;
    -webkit-text-fill-color: #000000;
}

.return_a-black {
    font-size: 1.3em;
    color: #FFFFFF;
    background: none;
    -webkit-text-fill-color: #FFFFFF;
}
/*---Fin Administration---*/