.voted svg {
  fill: red;
  stroke: red
}
.path-stream .main-container {
  /* margin-top: 120px !important; */
}

.path-stream #block-socialbase-breadcrumbs{
  margin-bottom: 24px;
}

.path-stream .stream-item .card,
form.user-pass-reset {
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
.path-stream .stream-item .card .body-text a {
  color: var(--m-color);
}
.path-stream .stream-item .card .post-save-action {
  position: absolute;
  right: 30px;
  top: -8px;
}

.path-stream .stream-item .card .post-save-action .post-save-button {
  width: 24px;
  height: 24px;
  background: url('../icons/share_btn.svg') center no-repeat;
  background-size: contain;
  border: 0;
}
.path-stream .stream-item .card .voted svg path {
  stroke: transparent !important;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike {
  width: 100%;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike .vote__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.path-stream .stream-item .card .vote-widget--like-and-dislike svg {
  transition: .3s all ease-in-out;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike .vote__wrapper .vote__count a {
  color: #62615E;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike .vote__wrapper .vote__count {
  width: 100%;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike .vote__wrapper {
  margin-right: 10px;
}
.path-stream .stream-item .card .comment_icon {
  cursor: pointer;
}
.js-comment .card__nested-section .comment_icon,
.js-comment .card__nested-section {
  display: none;
}
.r-vakc41 {
  max-width: 100% !important;
  min-width: 100% !important;
}
.vote-widget.vote-widget--like-and-dislike {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike .vote__wrapper .vote__count a strong {
  color: #000 !important;
}
.path-stream .stream-item .card .vote-widget--like-and-dislike svg:hover {
  transform: scale(0.8);
}
.path-stream .stream-item .card .comment-post-comment-form {
  position: relative;
}
.path-stream .stream-item .card .post-date svg,
.path-stream .stream-item .card .post-date strong {
  display: none;
}
.path-stream .stream-item .card .form-actions {
  position: absolute;
  right: 34px;
  bottom: 26px;
}

.path-stream .stream-item .card .form-actions button {
  background: var(--m-color);
  color: #fff;
  padding: 8px 30px;
  font-weight: 600;
}

.path-stream .stream-item .card .comment__actions button {
  background: url('../icons/more-circle.svg') center no-repeat !important; 
  background-size: contain;
}

.path-stream .stream-item .card .comment__actions button svg {
  display: none;
}

.path-stream .stream-item .card .footer-post {
  display: flex;
  justify-content: end;
}


/* .avatar img {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  object-fit: cover;
} */
.path-stream .media .profile, .profile-preview, .avatar img, .comment__avatar img {
  height: 48px;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  /* background-color: var(--m-color); */
}

.path-stream .media .media-heading {
  color: var(--gray);
}

.path-stream .media  .media-heading a {
  color: var(--black);
  font-weight: 600;
}

.path-stream .media .media-body .field--type-text-long {
  margin-bottom: 8px;
}

.path-stream .media .media-body button {
  border-radius: 50px;
}

.path-stream .media .media-body .btn-primary {
  background-color: var(--m-color-v4);
}

.path-stream .media .media-body .btn-default {
  border: 1px solid var(--m-color-v4);
}

.path-stream .social-post-album--post-gallery .post-with-image img {
  width: 100%;
  height: 30vh;
  object-fit: contain;
}

.path-stream .media .profile-preview img {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  object-fit: cover;
}

.path-stream .media-wrapper .comment__avatar .avatar {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  background-color: var(--m-color);
}

.path-stream .comment__content .form-group-inline .button--primary {
  background-color: var(--m-color-v4);
  border-radius: 50px;
  display: flex;
  align-items: center;
}

.path-stream .media-wrapper .comment__avatar .avatar img {
  height: 36px;
  width: 36px;
  border-radius: 36px;
  object-fit: cover;
}

.sidebar .menu-menu-sidebar {
  background-color: white;
  border-radius: 8px;
}
.sidebar .menu-sidebar {
  flex-direction: column;
  padding: 16px;
}

.sidebar .menu-sidebar li a {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  transition: .3s al ease-in-out;
}
.sidebar .menu-sidebar li a:hover {
  color: var(--m-color);
}

.sidebar .menu-sidebar li a:hover:before {
  filter: invert(45%) sepia(53%) saturate(499%) hue-rotate(7deg) brightness(92%) contrast(96%);
}

.sidebar .menu-sidebar li a.is-active:before {
  filter: invert(45%) sepia(53%) saturate(499%) hue-rotate(7deg) brightness(92%) contrast(96%);
}

.sidebar .menu-sidebar li a svg {
  display: none;
}

.sidebar .menu-sidebar li a.feed_link:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain !important;
  position: absolute;
  left: 0;
  top: 10px;
  transition: filter 0.3s ease-in-out;
}

.sidebar .menu-sidebar li a.link_message:before {
  background: url(../icons/message-icon.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_show_profil:before {
  background: url(../icons/user-question.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_analytics:before {
  background: url(../icons/chart-line.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_invitation:before {
  background: url(../icons/icon-invitation.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_network:before {
  background: url(../icons/user-group.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_pages:before {
  background: url(../icons/icon-invitation.svg) center no-repeat;
}

.sidebar .menu-sidebar li a.link_show_record:before {
  background: url(../icons/icon-invitation.svg) center no-repeat;
}






.sidebar .menu-sidebar li a.is-active {
  color: var(--m-color);
}

.sidebar .menu-sidebar li a.is-active svg {
  fill: var(--m-color);
}

.user-logged-in.path-frontpage .meta-engage {
  display: none;
}

/* Hide breadcrumb */
.user-logged-in #block-socialbase-breadcrumbs {
  display: none;
}

/* Search */

.path-recherche .view-id-recherche  {
  gap: 12px;
}

.path-recherche .view-id-recherche .search-results-item {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px
}

.path-recherche .view-id-recherche .search-results-item a {
  font-weight: 600;
}

.path-recherche .view-id-recherche .search-results-item a .img-responsive {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-fit: cover;
}

.path-recherche .view-id-recherche .views-field {
  order: 3;
}

.path-recherche .view-id-recherche .views-field-field-picture {
  order: 1;
}

.path-recherche .view-id-recherche .views-field-field-nom-complet-professionnel {
  order: 2;
}

.user-profil .views-field-rendered-entity, .user-profil .view-following-users {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 16px;
  margin-bottom: 24px;
}

.user-profil .view-following-users .views-field {
  margin-bottom: 20px;
  border: 1px solid #E1DCD2;
  border-radius: 8px;
  padding: 16px;
}

.user-profil .views-field-rendered-entity .profile, .user-profil .view-following-users .profile::after,
.user-profil .views-field-rendered-entity .profile, .user-profil .view-following-users .profile::before {
  display: none;
}

.user-profil .views-field-rendered-entity .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.user-profil .view-following-users .profile {
  display: grid;
  gap: 20px;
}

.user-profil .view-following-users .profile .btn {
  border-radius: 8px;
  font-weight: 500;
}

.user-profil .view-following-users .profile .action-unflag:hover {
  background: rgba(255, 0, 0, 0.1) !important;
}

.user-profil .views-field-rendered-entity .img-responsive, .user-profil .view-following-users .img-responsive {
  aspect-ratio: 1/1;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  object-fit: contain;
}

.path-candidatures .layout--with-complementary .stream-content {
  flex-basis: 100%;
}


.path-candidatures .layout--with-complementary .stream-content .card__block[role="alert"] {
  border: 1px solid var(--m-color-v4);
  background-color: #ede2bc;
  padding: 24px;
  border-radius: 8px;
}

.block-passede-friends {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.block-passede-friends .list-title {
  font-size: 18px;
  color: #181A1D;
  margin-bottom: 20px;
}

.block-passede-friends .user-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.block-passede-friends .user-item .user-avatar {
  margin-right: 10px;
}
.block-passede-friends .user-item .user-avatar img {
  /* border-radius: 10px !important;feed_link */
}
.block-passede-friends .user-item .user-details {
  line-height: 1.3;
}
.block-passede-friends .user-item .user-details h3 {
  padding: 0;
  margin: 0;
}

.block-passede-friends .user-item .action-button a {
  width: 25px;
  height: 25px;
  background: #C28A24;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;
}
.block-passede-friends .user-item .action-button a:hover {
  transform: scale(1.2);
}
.block-passede-friends .user-item .action-button a svg path {
  fill: #fff;
  color: #fff;
}

.block-passede-friends .user-item .user-info {
  display: flex;
  width: 100%;
  align-items: center;
}



@media screen and (min-width: 360px) and (max-width: 768px) {

  .user-profil .view-following-users .profile {
    grid-template-columns: 1fr 1fr;
  }

  .user-profil .view-following-users .profile .img-responsive {
    grid-column: 1/3;
  }
  .sidebar {
    position: unset !important;
    width: 100% !important;
    z-index: 1 !important;
  }

  .sidebar .menu-sidebar {
    display: block;
  }
  .sidebar .menu-menu-sidebar {
    box-shadow: none !important;
    border-radius: 8px !important;
  }
  .block-passede-friends .grid-container-custom {
    width: 100%;
  }
  .sidebar .menu-sidebar li a span {
    display: block !important;
  }

  #block-socialbase-listedesclubs,
  #block-socialbase-listedesfacilitateurs,
  #block-socialbase-listedesfootballeurs,
  #block-socialbase-listedesprofessionnels {
    display: none;
  }
  .sidebar {
    margin-bottom: 20px;
  }

  .path-mes-invitations #block-socialbase-listedesclubs,
  .path-mes-invitations #block-socialbase-listedesfacilitateurs,
  .path-mes-invitations #block-socialbase-listedesfootballeurs,
  .path-mes-invitations #block-socialbase-listedesprofessionnels {
    display: block !important;
  }

}



@media screen and (max-width: 1199px) {

  .path-stream .main-container {
    padding: 16px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1198px) {

  .path-stream .main-container {
    padding: 16px;
  }

  .user-logged-in .layout--with-complementary {
    display: grid;
    grid-template-columns: 25% 75%;
  }

  .sidebar {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .stream-content {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-left: 30px;
  }

  .path-frontpage .stream-content {
    padding-left: 0;
  }

}

@media screen and (max-width: 767px) {

  .sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000000;
    padding-top: 10px;
    /* padding-bottom: 20px; */
    border-radius: 0;
    /* background-color: white; */
  }

  .sidebar .menu-menu-sidebar {
    border-radius: 0;
  }

  .sidebar .menu-menu-sidebar {
    box-shadow: 0 -1px 16px #949494;
  }

  .sidebar .menu-sidebar {
    flex-direction: unset;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

}

@media screen and (max-width: 600px) {
  
  .sidebar .menu-sidebar li a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
}
@media screen and (max-width: 540px) {
  .sidebar .menu-sidebar li a svg {
    height: 16px;
    object-fit: contain;
  }

  .sidebar .menu-sidebar li a span {
    display: none;
  }

  .path-stream .social-post-album--post-gallery .post-with-image img {
    height: auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  
  .path-candidatures .main-container > .layout--with-complementary {
    padding: 16px;
  }
  
}

@media screen and (max-width: 768px)  {

  .path-candidatures .main-container > .layout--with-complementary {
    padding: 16px 0;
  }

}

@media screen and (min-width: 1200px) {

  .user-logged-in .main-container  {
    max-width: calc(1200px - 2rem);
    margin: auto;
    padding: 16px;
    padding-top: 120px;
  }
  .user-logged-in.path-frontpage .main-container  {
    max-width: unset;
  }

  .path-stream .main-container  {
    max-width: calc(1200px - 2rem);
    margin: auto;
    padding: 16px;
    margin-top: 120px;
  }

  .user-logged-in .layout--with-complementary {
    display: grid;
    grid-template-columns: 25% 75%;
  }

  .path-frontpage .stream-content {
    padding-left: 0;
  }

  .sidebar {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .stream-content {
    grid-column: 2/3;
    grid-row: 1/3;
    padding-left: 30px;
  }

  .title-page-templete {
    display: none;
  }

}

@media screen and (min-width: 768px) {

  .page-node  .sidebar {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .page-node .stream-content {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 30px;
  }

  .page-node .title-page-templete {
    grid-column: 2/3;
    grid-row: 1/2;
    display: unset !important;
  }
  
  .user-profil.path-user #content > section.container {
		margin-top: 36px;
		display: grid;
    grid-template-columns: 25% 75%;
	}

  .path-stream .social-post-album--post-gallery .post-with-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: contain;
    height: 30vh;
  }

  .user-profil .view-following-users .profile {
    grid-template-columns: repeat(5, 1fr);
  }

  .user-profil .view-following-users .profile {
    align-items: center;
  }
  
  .user-profil .view-following-users .profile .img-responsive {
    width: 60px;
    height: 60px;
  }

  .user-profil .view-following-users .profile .btn {
    grid-column: unset !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  
  .path-recherche .layout--with-complementary {
    display: grid;
    grid-template-columns: 25% 74%;
    gap: 20px;
    padding: 20px;
  }
  
  .path-recherche .layout--with-complementary .title-page-templete {
    grid-column: 1/3;
  }
  
}

@media screen and (max-width: 767px) {
  
  .path-recherche .layout--with-complementary {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 20px;
  }

  .path-recherche .layout--with-complementary .title-page-templete {
    grid-column: 1/2;
  }

}