body {
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    background: rgba(247, 248, 252, 1);
    height: 100%;
    margin: 0;
}

.loginbox {
    display: none;
}

.top-topbar {
    display: flex;
    padding: 10px;
    flex-direction: row;
    background: rgb(255, 200, 87);
    background: linear-gradient(214deg, rgba(255, 200, 87, 1) 0%, rgba(241, 178, 0, 1) 100%);
    align-items: center;
    font-size: 12px;
}

.top-topbar a {
    text-decoration: none;
    color: #8b91a7;
    font-size: 12px;
}

.top-topbar a:hover {
    color: black;
}

.top-topbar span {
    margin-left: auto;
    margin-right: 0;
}

.top-topbar div {
    margin-left: 37px;
}

.top-topbar span button,
.top-topbar span a {
    margin-right: 9px;
    margin-left: 4px;
    vertical-align: middle;
}

.topbar {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    flex-direction: row;
    background-color: white;
    align-items: center;
    font-size: 15px;
    box-shadow: 0px 15px 15px -24px rgba(0, 0, 0, 0.5);
    /*border-style: hidden hidden solid hidden;
    border: -0.5px;
    border-color: #EBEBF7;
    border-right: solid 1px gray;*/
}

.topbar img {
    max-height: 35px;
    margin-left: 30px;
}

.topbar img+a {
    flex-grow: 1;
}

.topbar a,
.toolbar a:visited {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.topbar a:hover {
    color: #7E7C87;
}

.loginbox.visible {
    display: flex !important;
}

.hider {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}

.loginbox {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 3;
}

.loginbox form {
    background-color: white;
    z-index: 10000;
    position: fixed;
    display: block;
    padding: 15px 21px 15px 21px;
    border-radius: 11px;
    border-width: 1px;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.cancel {
    background-color: white;
    border: none;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    right: 15px;
    font-weight: 400;
    cursor: pointer;

}

#cancel_addphoto {
    width: 20px;
    float: left;
    background-color: white;
    border: none;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 16px;
    font-weight: 400;
    top: 17px;
    cursor: pointer;
}

#cancel_addphoto a {
    text-decoration: none;
    color: black;
}

.cancel a {
    text-decoration: none;
    color: black;
}

.boxtitle {
    font-weight: bold;
    width: 200;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    left: 35%;
    top: 16px;
}

/*form table {
    border: solid;
}

form td {
    border: solid;
}*/

.cancel:hover,
#cancel_addphoto:hover {
    background-color: #f7f7f7;
    border: none;
    border-color: #f7f7f7;
    border-radius: 100px;
}

.roundedButton {
    margin-top: 20px;
    margin-right: 2px;
    border: none !important;
    border-radius: 10px;
    background-color: #F1C751;
    color: black;
    font-weight: bold;
    padding: 16px;
    vertical-align: middle;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.roundedButton:hover,
.roundedButton_photo:hover {
    background-color: rgba(241, 199, 81, 0.8);
}

.loginbox .loginboxtop {
    display: table;
}

.loginbox .loginboxtop div {
    display: table-row;
}

.loginbox .loginboxtop label,
.loginbox .loginboxtop input {
    display: table-cell;
    padding: 16px;
    font-size: 16px;
    border: solid;
    border-color: #b0b0b0;
    border-width: 1px;
    width: 300;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
}

#inputlogin,
#login,
#title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: none;
}

#inputpassword,
#password2,
#description {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    outline: none;
}

.error {
    color: red;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
    /* Footer height */
}

.footer {
    display: flex;
    background-color: white;
    align-items: flex-end;
    color: #1E1B2C;
    padding-bottom: 4px;
    padding-right: 10px;
    border-top: solid 0.5px #F7F8FC;
    position: relative;
}

.footer div {
    flex-grow: 1;
    text-align: right;
    font-size: 15px;
    padding: 10px;
}

/*.main {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
}*/

.menu {
    /*background-color: lightgray;
    border-right: solid 1px gray;*/
    margin: 0xp 0px 0px 0px;
    display: inline-block;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.menu div {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: solid 2px rgba(0, 0, 0, 0.0);
}

.menu div:hover {
    display: inline-block;
    border-bottom: solid 2px #EBEBF7;
}

/*.menu ul {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
}*/

.menu .hidden {
    display: none;
}

.menu .hidden a {
    cursor: not-allowed;
    text-decoration: none;
    color: currentColor;
}

.menu .hidden.menuSelected {
    display: list-item;
}

.center {
    flex-grow: 1;
    padding: 10px 10px 10px 10px;
}

.menuSelected {
    border-bottom: solid 2px #F1C751 !important;
}

/*.menuSelected:before {
    font-weight: bold;
}*/

.subscribe {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.subscribe * {
    text-align: center;
}

.subscribe table * {
    text-align: left;
}

.subscribe table td:first-child {
    text-align: right;
}

.profile td:first-child {
    min-width: 200px;
}

#table_users {
    border-collapse: collapse;
}

#table_users td,
#table_users th {
    border: solid 1px black;
}

h2 {
    font-size: 35px !important;
}

#userspage {
    padding: 10px;
    margin-top: 10pt;
    font-size: 20px;
    flex-grow: 1;
}

#userspage_black {
    padding: 10px;
    margin-top: 10pt;
    font-size: 20px;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

hr {
    border: none;
    height: 0.5px;
    color: #ebebeb;
    background-color: #ebebeb;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px;
}

/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

.subscribebox {
    display: none;
}

.subscribebox.visible, .subscribebox_visible {
    display: flex !important;
}

.subscribebox, .subscribebox_visible {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 3;
}

.subscribebox form, .subscribebox_visible form {
    background-color: white;
    z-index: 10000;
    position: fixed;
    display: block;
    padding: 15px 21px 15px 21px;
    border-radius: 11px;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.subscribebox .subscribeboxtop, .subscribebox_visible .subscribeboxtop {
    display: table;
}

.subscribebox .subscribeboxtop div, .subscribebox_visible .subscribeboxtop div {
    display: table-row;
}

.subscribebox .subscribeboxtop label,
.subscribebox .subscribeboxtop input,
.subscribebox_visible .subscribeboxtop label,
.subscribebox_visible .subscribeboxtop input {
    display: table-cell;
    padding: 16px;
    font-size: 16px;
    border: solid;
    border-color: #b0b0b0;
    border-width: 1px;
    width: 300;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
    outline: none;
}

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.nosession,
.welcome {
    flex-grow: 1;
}

.image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.logbutton {
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    margin-right: 30px;
}

.logbutton a {
    text-decoration: none;
    font-size: 14px;
}

.logbutton a:hover {
    color: black;
}

.logbutton span {
    margin-left: auto;
    margin-right: 0;
}

.logbutton span button,
.logbutton span a {
    vertical-align: middle;
}

.logbutton_span div {
    width: 100px;
    float: left;
}

.login_button {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 100px;
    border-style: solid;
    border-width: 1.5px;
    margin-right: 15px;
    transition: all .2s ease-in-out;
}

.login_button a {
    color: black;
}

.login_button:hover,
.login_button a:hover {
    color: #f1b200;
    border-color: #f1b200;
    border-width: 1px;
    transform: scale(1.1);
}

.profile_button {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 100px;
    border-style: solid;
    border-width: 1.5px;
    margin-right: 15px;
    transition: all .2s ease-in-out;
    /*width: 80% !important;*/
}

.profile_button a {
    color: black;
}

.profile_button:hover,
.profile_button a:hover {
    color: #f1b200;
    border-color: #f1b200;
    border-width: 1px;
    transform: scale(1.1);
}

.subscribe_button {
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #F1C751;
    padding: 10px;
    border-radius: 100px;
    transition: all .2s ease-in-out;
}

.subscribe_button a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 10px;
    border-radius: 100px;
}

.subscribe_button:hover {
    background-color: rgba(241, 199, 81, 0.8);
    transform: scale(1.1);
}

.logout_button {
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #F1C751;
    padding: 10px;
    border-radius: 100px;
    transition: all .2s ease-in-out;
    width: 125px !important;
}

.logout_button a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 10px;
    border-radius: 100px;
}

.logout_button:hover {
    background-color: rgba(241, 199, 81, 0.8);
    transform: scale(1.1);
}

#header_img {
    width: 100%;
}

#about {
    text-align: center;
    background-color: white;
    padding-top: 10pt;
    padding-right: 90pt;
    padding-left: 90pt;
    padding-bottom: 30pt;
    font-size: 20px;
}

.list_img {
    margin-top: 50px;
}

#apercu {
    text-align: center;
}

.img_display {
    background-color: white;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    margin-bottom: 20px !important;
    width: 70%;
    margin: 0 auto;
}

.profilepicture img,
.profilepicture2 img,
.profilepicture3 img,
.profilepicture4 img,
.profilepicture7 img,
.profilepicture8 img,
.profilepicture9 img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.profilepicture6 img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-left: 10px;
}

.profilepicture5 img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
    float: left;
}

.profilepicture4:hover {
    transform: scale(1.1);
}

.profilepicture6:hover,
.profilepicture7:hover,
.profilepicture9:hover {
    transform: scale(1.1);
}

.profilepicture,
.profilepicture4 {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.profilepicture7 {
    margin-top: -1px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.profilepicture9 {
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.profilepicture2 {
    margin-top: 10px;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.profilepicture8 {
    margin-top: 18px;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}

.profilepicture3 {
    float: left;
    margin-top: 13px;
    margin-left: 17px;
    margin-bottom: 10px;
}

.name {
    margin-top: 16px;
    font-size: 15px;
    font-weight: bold;
}

.name a {
    color: black;
    text-decoration: none;
}

.name a:hover {
    color: black;
    text-decoration: underline;
}

.name2 {
    margin-top: 27px;
    font-size: 15px;
    font-weight: bold;
}

.login {
    font-size: 14px;
    color: #8e8e8e;
}

.login a {
    font-size: 14px;
    color: #8e8e8e;
    text-decoration: none;
}

.login a:hover {
    font-size: 14px;
    color: #8e8e8e;
    text-decoration: underline;
}

.score {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 15px;
}

.score2 {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 15px;
    clear: both;
}

.score3 {
    margin-left: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 35%;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    font-size: 13px;
}

.titre {
    margin-left: 15px;
    font-size: 15px;
}

.titre a {
    color: black;
    text-decoration: none;
}

.titre a:hover {
    color: black;
    text-decoration: underline;
}

.description {
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #8e8e8e;
}

.welcome {
    text-align: center;
}

.addphoto {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
}

.addphoto.visible {
    display: flex !important;
}

.addphoto form {
    z-index: 10000;
    position: fixed;
    display: block;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 42px;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    width: 600;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.addphoto label {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    border: solid;
    border-color: #b0b0b0;
    border-width: 1px;
    display: inline-block;
    width: 542;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 10px;
}

.addphoto label:hover {
    border-color: #f1b200;
}

.addphoto input {
    font-size: 16px;
    border: none;
    width: 560;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
}

#title {
    padding-right: 0px;
    padding-left: 3px;
    padding-top: 16px;
    padding-bottom: 6px;
    outline: none;
}

#description {
    padding-right: 0px;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 90px;
    outline: none;
}

.undereachother {
    clear: both;
}

input[type="file"] {
    display: none;
}

.roundedButton_photo {
    margin-top: 20px;
    margin-right: 2px;
    border: none !important;
    border-radius: 10px;
    background-color: #F1C751;
    color: black;
    font-weight: bold;
    padding: 16px;
    vertical-align: middle;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.margin_addphoto {
    margin-bottom: 10px;
}

.icon {
    position: relative;
    left: 367px;
}

.icon:hover {
    fill: #DA4567;
}

.nexteachother {
    float: left;
}

.margin_button_addphoto {
    margin-bottom: -19px;
}

.title_addphoto {
    text-align: center;
    margin-right: 40px;
}

.create_post {
    background-color: white;
    padding-top: 0px;
    padding-bottom: 15px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    margin-bottom: 20px !important;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
}

.field_photo {
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 72px;
    background-color: rgba(247, 248, 252, 1);
    border-radius: 200px;
    height: 40;
    position: relative;
}

.field_photo:hover {
    background-color: #e5e6ea;
    cursor: pointer;
}

.field_photo span {
    margin-left: 20px;
    position: absolute;
    top: 24%;
    color: #606165;
    font-size: 15px;
}

.subscription {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

.score_iframe {
    margin-left: 5px;
    font-size: 15px;
}

.score_iframe2 {
    margin-top: -13px;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    width: 35%;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    font-size: 13px;
}

.showsub_button,
.sub_profile_button {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: none;
    font-family: Avenir, sans-serif;
    background-color: rgba(241, 199, 81, 1);
    cursor: pointer;
}

.showsub_button:hover,
.sub_profile_button:hover {
    background-color: rgba(241, 199, 81, 0.8)
}

.stars {
    float: left;
    overflow: hidden;
    width: 110px;
    margin-top: -11px;
    margin-bottom: 5px;
    font-size: 15px;
}

.stars input[type=radio]:checked~label:after {
    color: black;
}

.stars input[type=radio] {
    display: none;
}

.stars input[type=radio]:first-child+label {
    padding-left: 0;
}

.stars:hover input[type=radio]:checked~label:after,
.stars label:after {
    color: #c8c9cc;
}

.stars label {
    box-sizing: border-box;
    width: 20px;
    float: right;
    cursor: pointer;
}

.stars label:after {
    display: block;
    content: "★";
    width: 10px;
    transition: all 0.25s;
    color: #c8c9cc;
}

.stars label:hover:after,
.stars label:hover~label:after {
    color: rgba(241, 178, 0, 1) !important;
}

.msgvote {
    margin-top: 9px;
    margin-left: 10px;
}

.userinfo {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 50%;
    margin: 0 auto;
}

.login_profile {
    font-size: 30px;
    margin-top: 17pt;
    float: left;
    margin-left: 30pt;
}

.sub_profile {
    margin-top: 14pt;
}

.posts {
    float: left;
    font-size: 15px;
    margin-left: 30pt;
}

.followers {
    float: left;
    font-size: 15px;
}

.following {
    font-size: 15px;
}

table,
td,
th {
    border: none;
}

td,
th {
    padding: 3px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.description_profile {
    font-size: 15px;
    margin-left: 30pt;
}

.showFollowers {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
}

.showFollowers.visible {
    display: flex !important;
}

.showFollowers_block {
    z-index: 10000;
    position: fixed;
    display: block;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    width: 400;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.showFollowers input {
    font-size: 16px;
    border: none;
    width: 560;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
}

p {
    margin: 0
}

.text_showfollower {
    width: 199px;
}

.text_showfollower p {
    font-size: 13px;
}

.text_showfollower p a {
    text-decoration: none;
}

.name_showfollower a {
    color: black;
}

.login_showfollower a {
    color: #8e8e8e;
}

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

.showsub_showuser {
    float: right;
}

.subscribe_button_abo {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: none;
    font-family: Avenir, sans-serif;
    background-color: rgba(241, 199, 81, 1);
    cursor: pointer;
}

.subscribe_button_abo:hover {
    background-color: rgba(241, 199, 81, 0.8)
}

.unsubscribe_button {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: solid;
    border-color: #8e8e8e;
    font-family: Avenir, sans-serif;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.0);
    border-width: 1px;
}

.unsubscribe_button:hover {
    border-color: black;
}

#followers,
#following {
    cursor: pointer;
}


.showFollowing {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
}

.showFollowing.visible {
    display: flex !important;
}

.showFollowing_block {
    z-index: 10000;
    position: fixed;
    display: block;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 10px;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    width: 400;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.showFollowing input {
    font-size: 16px;
    border: none;
    width: 560;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
}

.img_display2 {
    background-color: white;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    margin-bottom: 20px !important;
    width: 80%;
    height: 570;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.image2 {
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    float: left;
}

.bottom {
    margin-top: 40px;
}

.goback {
    position: absolute;
    left: 10px;
    top: 10px;
}

.goback form input {
    border-radius: 100%;
    border-style: none;
    background-color: #ebebeb;
    color: #1E1B2C;
    cursor: pointer;
}

.goback form input:hover {
    background-color: rgba(247, 248, 252, 0.8);
    transform: scale(1.1);
}

.unsubscribe_button a {
    text-decoration: none;
    color: black;
}

.delete_picture {
    float: right;
    margin-right: 10px;
}

.titre_modify {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: solid;
    border-color: #f7f8fc;
    font-family: Avenir, sans-serif;
    background-color: #f7f8fc;
    width: 50%;
    outline: none;
}

.titre_modify:hover,
.description_modify:hover {
    background-color: #e5e6ea;
    border-color: #e5e6ea;
}

.description_modify {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: solid;
    border-color: #f7f8fc;
    font-family: Avenir, sans-serif;
    background-color: #f7f8fc;
    color: #6a6b6f;
    width: 50%;
    outline: none;
}

.modify_profile_picture div {
    font-size: 13px;
}

#modifpp {
    color: #f1b200;
    cursor: pointer;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 10px;
}

#modifpp:hover {
    transform: scale(1.1);
}

#supppp {
    margin-top: 25px;
    cursor: pointer;
}

.changepp {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 3;
}

.changepp.visible {
    display: flex !important;
}

.changepp form {
    z-index: 10000;
    position: fixed;
    display: block;
    background-color: white;
    padding-top: 0px;
    padding-bottom: 42px;
    border-radius: 20px;
    border-style: solid;
    border-color: #EBEBF7;
    border-width: 1px;
    width: 600;
    filter: drop-shadow(0 0 1.75rem rgba(0, 0, 0, 0.2));
}

.changepp label {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    border: solid;
    border-color: #b0b0b0;
    border-width: 1px;
    display: inline-block;
    width: 542;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 10px;
}

.changepp label:hover {
    border-color: #f1b200;
}

.changepp input {
    font-size: 16px;
    border: none;
    width: 560;
    position: relative;
    display: block;
    margin: 0 auto;
    font-family: inherit;
}

#input_pp {
    display: none !important;
}

.delete_button {
    font: inherit;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    cursor: pointer;
    margin-top: -2px;
}

.delete_button:hover {
    font: inherit;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    cursor: pointer;
    margin-top: -2px;
    transform: scale(1.1);
}

.modify_description_input {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border: solid;
    border-color: #8e8e8e;
    font-family: Avenir, sans-serif;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.0);
    border-width: 1px;
    width: 250px;
    cursor:text;
    outline: none;
}

.modify_description_submit {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    border-style: solid;
    font-family: Avenir, sans-serif;
    background-color: rgba(241, 199, 81, 1);
    cursor: pointer;
    border-color: rgba(241, 199, 81, 1);
    font-weight: bold;
}

.modify_description_submit:hover {
    background-color: rgba(241, 199, 81, 0.8);
    border-color: rgba(241, 199, 81, 0.8);
}

.center_profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.center_table {
    margin-left: auto;
    margin-right: auto;
  }

.pass_input {
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px !important;
    border: solid;
    border-color: #8e8e8e;
    font-family: Avenir, sans-serif;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.0);
    border-width: 1px;
    cursor:text;
    outline: none;
}

.publish_comment {
    float:right; 
    margin-top:5px;
    margin-right: 20px;
    background-color:rgba(0, 0, 0, 0.0);
    border: none;
    font: inherit;
    font-size: 14px;
    font-weight: bold;
    color:#f1b200;
    cursor: pointer;
}

.publish_comment:hover {
    transform: scale(1.1);
}

.write_comment {
    margin-top:4px;
    margin-left: 15px;
    font: inherit;
    font-size: 13px;
    width: 80%;
    border:none;
    outline: none;
}