/* User Page Styles */

/* Layout */
.layout-container {
  margin: 0 !important;
}

.path-user main {
  margin: 0;
  padding: 80px 0;
}

.user-page--title {
  font-size: 3rem;
  line-height: 1;
}

.user-profile--info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 100px;
}
@media (max-width: 991px) {
  .user-profile--info {
    flex-direction: column;
  }
}

.user-profile .user-picture {
  width: 100%;
  max-width: 220px;
  max-height: 220px;
}
.user-profile .user-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .user-info {
    width: 100%;
  }
  .user-edit {
    width: 100%;
  }
}

.page-title.username {
  color: #252525;
}

.user-info--buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
}

.user-edit {
  margin-bottom: 20px;
}

.user-edit svg {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .create-flache {
    width: 100%;
  }
}

.create-flache {
  visibility: hidden;
}

.create-flache a {
  background-color: #3D0072;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

/* User Own Projects */
.user-profile--projects {
  margin-top: 80px;
}

.user-profile--projects .view-header,
.user-profile--projects .view-empty {
  font-size: 1.75rem;
  padding: 30px 7.5px 20px;
}

a.user-own-edit-project {
  width: 100%;
  min-height: 40px;
  height: auto;
  display: flex;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 8px 14px !important;
  align-content: center;
  justify-content: center;
  align-items: center;
}
a.user-own-edit-project svg {
  margin-right: 10px;
}

.user-own-add-project {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Page User Edit */
.image-widget {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.form-type-managed-file .form-managed-file .image-widget-data .form-submit-remove {
  display: block;
}

.confirm-parent, .password-parent {
  max-width: unset;
}

#edit-current-pass--description .placeholder {
  background-color: transparent;
  opacity: 1;
}

/* All Projects Page */
.user-forwardlink {
  font-size: 16px;
  text-decoration: underline;
  margin-left: 15px;
}
.user-forwardlink:hover {
  color: #98AE3E !important;
}

.user-backlink {
  font-size: 16px;
  text-decoration: underline;
}

.view-id-all_user_projects .row {
  margin-bottom: 42px;
}

.view-id-all_user_projects .post-grid-item-inner {
	padding: 0px !important;
}

.view-id-all_user_projects .post {
  display: block;
  padding: 0 7.5px;
  margin-bottom: 15px;
  background: transparent;
}

.all-project--add {
  margin-top: 93px;
  height: 270px;
}
