.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon {
  color: #8f8f8f;
}
.btn-social-icon:hover {
  color: #0392cf;
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.item--details .item__social {
    margin-top: 15px;
    display: block;
  }
  .item--details .item__social--first {
    margin-top: 0;
  }
  .item--details .item__social span {
    color: color #c7c7c7;
    margin-right: 10px;
  }
  .item--details .item__social li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    color: #8f8f8f;
    width: 100%;
    font-weight:600;
  }
  .item--details .item__social li:last-child {
    margin-bottom: 0;
  }
  .item--details .item__social a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #7a8a9f;
    margin-right: 8px;
    font-weight:500;
  }
  .item--details .item__social a:last-child {
    margin-right: 0;
  }
  .item--details .item__social a:last-child:after {
    display: none;
  }
  .item--details .item__social a:hover {
    opacity: 1;
    color: #000000;
    font-weight:700;
  }

.link-photo {
  font-size: 13px;
  color: #36abb5;
  font-weight: 500;
}

.link-photo:hover {
  color: #fff;
  font-weight: 600;
}

.review_box_link {
  font-size:14px; 
  font-weight:800; 
  color:#ffb554;
}

.review_box_link:hover {
  color: #fff;
  font-weight: 1000;
}

.certif_review_box_link {
  font-size:14px; 
  font-weight:700; 
  color:#e85a5a;
}

.certif_review_box_link:hover {
  color: #fff;
  font-weight: 1000;
  cursor: pointer;
}

.blockquote_review {
  position: relative;
  padding: 5px 30px;
  white-space: pre-line
}
.blockquote_review p {
  margin: 0;
}
.blockquote_review:before {
  content: '\F6B0';
  font-family: 'Bootstrap-icons';
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.blockquote_review:after {
  content: '\F6B0';
  font-family: 'Bootstrap-icons';
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
  -ms-transform: rotate(180deg);
}

.home {
  margin-top: 30px;
  position: relative;
  display: block;
  background-color: #28282d;
  padding: 50px 0 10px 0;
  overflow: hidden;
}

.item_home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  background-color: white;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0px 10px 2px #141414;
  -moz-box-shadow: 0px 0px 10px 2px #141414;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#141414,Strength=12);
  zoom: 1;
  box-shadow: 0px 0px 10px 2px #141414;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.item__cover_home {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 140px;
}
.item__cover_home img {
  /* width: 100%; */
  position: relative;
  z-index: 1;
}
.item__cover_home:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.item__cover_home:hover:before {
  opacity: 0.66;
}
.item__cover_home:hover .item__play {
  opacity: 1;
  transform: scale(1);
}

.item__under_cover {
  padding:5px;
}

.item__rate_meeple_home {
  height: 35px;
}

.item__rate_meeple_calendar {
    height: 25px;
    padding-top: 5px;
}

.item__rate_meeple_fiche {
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.item__rate_meeple_user {
  width: 35px;
}

.item__rate_home {
  font-size: 25px;
  font-weight: 1000;
  color: #17171a;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.item__nbr_rate_home {
  font-size: 12px;
  color: #17171a;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: -10px;
}

.item__nbr_rate_home a{
  color: #17171a;
  font-weight: 600;
}

.item__rate_fiche {
  font-size: 45px;
  font-weight: 1000;
  color: #17171a;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.item__rate_calendar {
    font-size: 15px;
    font-weight: 1000;
    color: #17171a;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

.note_bottom {
  margin-top: auto;
}

.item__norate_home {
  font-size: 15px;
  font-weight: 1000;
  color: #17171a;
  margin: 10px 0 0 0;
}

.item__category_home {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 5px;
  padding: 5px 10px;
  height: 50px;
  font-weight: 700;
  overflow: hidden;
}
.item__category_home a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #7a8a9f;
  margin-right: 8px;
  opacity: 0.8;
}
.item__category_home a:after {
  content: ',';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  color: #7a8a9f;
}
.item__category_home a:last-child {
  margin-right: 0;
}
.item__category_home a:last-child:after {
  display: none;
}
.item__category_home a:hover {
  opacity: 1;
}

.item__title_affi {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 1000;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: color 0.5s ease;
    background-color: #0392cf;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .item__title_affi a {
    color: #fff;
  }
  .item__title_affi a:hover {
    color: #fff;
  }
  .item__title_affi:hover {
    color: #fff;
    background-color: #000;
  }

.item__title_calendar {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 1000;
    color: #fff;
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: color 0.5s ease;
    background-color: #17171a;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .item__title_calendar a {
    color: #fff;
  }
  .item__title_calendar a:hover {
    color: #e8985a	;
  }
  .item__title_calendar:hover {
    color: #e8985a	;
  }

.item__title_home {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
  background-color: #17171a;
  padding: 5px 10px;
  border-radius: 5px;
}
.item__title_home a {
  color: #fff;
}
.item__title_home a:hover {
  color: #36abb5;
}
.item__title_home:hover {
  color: #36abb5;
}
.content__title_home {
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content__title_home b {
  font-weight: 1000;
}
.content__title_fiche_a {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content__title_fiche_a b {
  font-weight: 1000;
}
.content__title_fiche_b {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content__title_fiche_b b {
  font-weight: 1000;
}
/* Nom du jeu, style tendance */
.item__title_home_update {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2a2a2a;
  color: #ffffff; 
  font-size: 15px;
  font-weight: 1000;
  text-align: center;
  padding: 6px 12px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.item__title_home_update a {
  color: #fff;
}
.item__title_home_update a:hover {
  color: #36abb5;
}
.item__title_home_update:hover {
  color: #36abb5;
}

.item__title_home_calendrier {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: 1000;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  background-color: rgb(23, 23, 26);
  overflow: hidden;
  white-space: nowrap;
  transition: color 0.5s;
  padding: 5px 10px;
  border-radius: 5px;
}
.item__title_home_calendrier a {
  color: #fff;
}
.item__title_home_calendrier a:hover {
  color: #36abb5;
}
.item__title_home_calendrier:hover {
  color: #36abb5;
}


.item__cover_update {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.item__cover_update img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.item__cover_update:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.item__cover_update:hover:before {
  opacity: 0.66;
}
.item__cover_update:hover .item__play {
  opacity: 1;
  transform: scale(1);
}

.item__content_home {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
  /* height: 180px; */
}

.section__btn_home {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 260px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3b607c 0%, #0392cf 100%);
  box-shadow: 0 0 16px 0 rgba(122, 138, 159, 0.3);
  margin: 50px auto 30px;
  position: relative;
}
.section__btn_home:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.section__btn_home span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.section__btn_home:hover {
  box-shadow: 0 0 16px 0 rgba(184, 199, 218, 0.6);
}
.section__btn:hover:before {
  opacity: 0;
}

.item__sortie {
  color: #5e5e5e;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.fiche__title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 5px;
}
.fiche__title b {
  font-weight: 500;
}

.item__content_fiche {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
}

.item--details .item__content_fiche {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.item__content_fiche {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
}

.item--details .item__wrap_fiche {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.item__title_home_lastComment {
  width: 100%;
  font-size: 15px;
  line-height: 32px;
  background-color: #0392cf;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
}
.item__title_home_lastComment a {
  color: #fff;
}
.item__title_home_lastComment a:hover {
  color: #e8985a;
}
.item__title_home_lastComment:hover {
  color: #e8985a;
}

.item__boardgame {
  color: #5e5e5e;
  padding: 10px;
}

.item__boardgame a {
  color: #5e5e5e;
  font-weight: 500;
}

.item__boardgame a:hover {
  color: #f37736;
}

.item__boardgame b {
  font-weight: 800;
}

.header__sign {
  color: #fff;
}

.header__sign a {
  color: #fff;
  font-weight: 500;
}

.header__sign b {
  font-weight: 800;
}

.form__fiche_username {
  color: #fff;
}

.avis__rating {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  right: 0;
  top: 8px;
}
.avis__rating img {
  width: 16px;
  height: auto;
  margin-right: 5px;
  fill: #7a8a9f;
}

.section__home {
  padding: 10px 0;
  position: relative;
}

.item__cover_suggest_fiche {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.item__cover_suggest_fiche img {
  width: 100%;
}

.item__cover_suggest_fiche:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.item__cover_suggest_fiche:hover:before {
    opacity: 0.66;
}
.item__cover_suggest_fiche:hover .item__play {
    opacity: 1;
    transform: scale(1);
}

.item__coverMedia {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 120px;
}

.item__coverMedia img {
  width: 100%;
}

.item__coverMedia:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.item__coverMedia:hover:before {
  opacity: 0.66;
}
.item__coverMedia:hover .item__play {
  opacity: 1;
  transform: scale(1);
}

.item__coverNext {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 120px;
}

.item__coverNext img {
  /* width: 100%; */
  position: relative;

}

.item__coverNext:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0392cf 0%, #3b607c 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .item__coverNext:hover:before {
    opacity: 0.66;
  }
  .item__coverNext:hover .item__play {
    opacity: 1;
    transform: scale(1);
  }  

@media (min-width: 1400px) {
  .item--details .item__content_fiche {
    height: 278px;
  }
}

@media (min-width: 1200px) {
  .item--details .item__content_fiche {
    height: 235px;
  }
}

@media (min-width: 768px) {
  .item__coverNext {
    /*height: 250px;*/
  }

  .item__coverMedia {
    height: 180px;
  }

  .item--list .item__cover_update {
    height: 340px;
  }
  .item--details .item__content_fiche {
    margin-top: 0;
    height:100%;
    min-height: 306px;
    overflow: hidden;
    position: relative;
  }
  .item--details .item__wrap_fiche {
    margin-top: 0;
  }
  .item__wrap_fiche {
    margin-top: 12px;
  }
  .section--details {
    position: relative;
    margin-top: 45px;
  }
  .item__cover_suggest_fiche {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 200px;
  }
}

@media (min-width: 576px) {
  .item--details .item__wrap_fiche {
    margin-top: 5px;
  }
  .item__wrap_fiche {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}

.bg-triste {
  background-color: #ee4035 !important;
}
.bg-triste2 {
  background-color: #ee4035 !important;
}
.bg-neutre {
  background-color: #f37736 !important;
}
.bg-heureux {
  background-color: #7bc043 !important;
}
.bg-heureux2 {
  background-color: #7bc043 !important;
}

.sign__select_rate {
  background: url('../img/angle-down.svg') no-repeat center right 20px #2b2b31;
  background-size: 20px auto;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 50px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.sign__select_rate:focus,
.sign__select_rate:hover {
  border-color: #7a8a9f;
}

.sign__select_rate option[value=''] {
  background: #000;
}
.sign__select_rate option[value='1'] {
  background: #ee4035;
}

.sign__select_rate option[value='2'] {
  background: #ee4035;
}

.sign__select_rate option[value='3'] {
  background: #f37736;
}

.sign__select_rate option[value='4'] {
  background: #7bc043;
}

.sign__select_rate option[value='5'] {
  background: #7bc043;
}

.sign__select_rate--reviews {
  background: url('../img/angle-down.svg') no-repeat center right 20px #2b2b31;
  background-size: 20px auto;
  border: 1px solid transparent;
  border-radius: 8px;
  height: 50px;
  position: relative;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.sign__select_rate--reviews:focus,
.sign__select_rate--reviews:hover {
  border-color: #7a8a9f;
}

.sign__select_rate--reviews option[value=''] {
  background: #000;
}
.sign__select_rate--reviews option[value='-1'] {
  background: #ee4035;
}

.sign__select_rate--reviews option[value='0'] {
  background: #f37736;
}

.sign__select_rate--reviews option[value='1'] {
  background: #7bc043;
}

.modal-header {
  background: #28282d;
  color: #fff;
}

.modal-title--comments {
  font-size: 30px;
  font-weight: 1000;
}

.modal-header {
  border-bottom: 0px;
}

.modal__content--comments {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  background: #28282d;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.modal__content--comments:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: linear-gradient(90deg, #7a8a9f 0%, #3b607c 100%);
  box-shadow: 0 0 20px 0 rgba(122, 138, 159, 0.5);
}

.btn_carrousel--comments {
  font-size: 11px;
  margin: 5px 0 0 0;
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
}

.btn_carrousel--comments:hover {
  margin: 5px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--comments {
  margin: 10px 0 0 0;
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
  font-size: 15px;
}

.btn_fiche--comments:hover {
  margin: 10px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_carrousel--comment-update {
  font-size: 11px;
  margin: 5px 0 0 0;
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
}

.btn_carrousel--comment-update:hover {
  margin: 5px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--comment-update {
  margin: 10px 0 0 0;
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--comment-update:hover {
  margin: 10px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche {
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche:hover {
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--reviews {
  margin: 10px 0 0 0;
  background: #9e3d64;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--reviews:hover {
  margin: 10px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_fiche--positive {
  background-color: #7bc043;
}
.btn_fiche--neutre {
  background-color: #f37736;
}
.btn_fiche--negative {
  background-color: #ee4035;
}

.input-group .sign__input {
  flex: 1 1 auto;
  width: 1%;
}

.input-group .input-group-text {
  color: #fff;
  background-color: #151518; /*#2b2b31;*/
  border: 1px solid transparent;
}

.alphabet__filter .paginator__item a {
  height: 40px;
  width: 40px;
}

.item__rate_meeple_user {
  width: 35px;
  margin-right: 15px;
}

.sign__selectjs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border: none;
  background: #2b2b31;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  transition: border 0.5s ease;
}
.sign__selectjs:hover {
  border-color: #7a8a9f;
}
.sign__selectjs:focus {
  box-shadow: none;
}
.sign__selectjs .ss-single {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 0;
  margin: 0 !important;
  color: #fff;
  font-size: 14px;
}
.sign__selectjs .ss-arrow {
  width: 8px;
  height: 8px;
  margin: 3px 0 0 6px;
}
.sign__selectjs .ss-arrow path {
  stroke: #7a8a9f;
}
.sign__selectjs .ss-search {
  padding: 0;
  margin-bottom: 15px;
  font-size: 12px;
  color: #c7c7c7;
  width: 100%;
}
.sign__selectjs .ss-search:last-child {
  margin-bottom: 0;
}
.sign__selectjs .ss-search input {
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 46px;
}
.sign__selectjs .ss-search input:focus {
  box-shadow: none;
}
.sign__selectjs .ss-search input::placeholder {
  color: #c7c7c7;
}
.sign__selectjs .ss-list {
  width: 100%;
}
.sign__selectjs .ss-list .ss-option {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  padding: 0;
  transition: 0.5s ease;
}
.sign__selectjs .ss-list .ss-option:hover {
  background-color: transparent;
  color: #7a8a9f;
}
.sign__selectjs .ss-list .ss-option.ss-selected {
  background-color: transparent !important;
  color: #7a8a9f !important;
}
.sign__selectjs .ss-values .ss-placeholder {
  color: #c7c7c7;
}
.sign__selectjs .ss-values .ss-value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #28282d;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.sign__selectjs .ss-values .ss-value .ss-value-text {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 12px;
}
.sign__selectjs .ss-values .ss-value .ss-value-delete {
  width: 26px;
  height: 12px;
  border-color: #c7c7c7;
  padding: 0;
  margin-top: 1px;
}
.sign__selectjs .ss-values .ss-value .ss-value-delete svg {
  width: 6px !important;
  height: 6px;
  margin-left: 8px;
}
.sign__selectjs .ss-values .ss-value .ss-value-delete svg path {
  stroke: #3b607c;
}
.sign__selectjs.ss-content {
  flex-direction: column;
  align-items: flex-start;
  border: none;
  border-radius: 4px;
  min-width: 180px;
  height: auto;
  padding: 20px;
  background: #2b2b31;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
}
.sign__selectjs.ss-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background: linear-gradient(90deg, #7a8a9f 0%, #3b607c 100%);
  box-shadow: 0 0 20px 0 rgba(122, 138, 159, 0.5);
}

/** SEARCH **/

.sign__selectjs_search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border: none;
    background: #2b2b31;
    width: 100%;
    min-width:200px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0 20px;
    transition: border 0.5s ease;
  }
  .sign__selectjs_search:hover {
    border-color: #7a8a9f;
  }
  .sign__selectjs_search:focus {
    box-shadow: none;
  }
  .sign__selectjs_search .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px;
  }
  .sign__selectjs_search .ss-arrow {
    width: 8px;
    height: 8px;
  }
  .sign__selectjs_search .ss-arrow path {
    stroke: #2b2b31;
  }
  .sign__selectjs_search .ss-search {
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    color: #c7c7c7;
    width: 100%;
  }
  .sign__selectjs_search .ss-search:last-child {
    margin-bottom: 0;
  }
  .sign__selectjs_search .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 46px;
  }
  .sign__selectjs_search .ss-search input:focus {
    box-shadow: none;
  }
  .sign__selectjs_search .ss-search input::placeholder {
    color: #c7c7c7;
  }
  .sign__selectjs_search .ss-list {
    width: 100%;
  }
  .sign__selectjs_search .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    padding: 0;
    transition: 0.5s ease;
  }
  .sign__selectjs_search .ss-list .ss-option:hover {
    background-color: transparent;
    color: #7a8a9f;
  }
  .sign__selectjs_search .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #7a8a9f !important;
  }
  .sign__selectjs_search .ss-values .ss-placeholder {
    color: #c7c7c7;
  }
  .sign__selectjs_search .ss-values .ss-value {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #28282d;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .sign__selectjs_search .ss-values .ss-value .ss-value-text {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
  }
  .sign__selectjs_search .ss-values .ss-value .ss-value-delete {
    width: 26px;
    height: 12px;
    border-color: #c7c7c7;
    padding: 0;
    margin-top: 1px;
  }
  .sign__selectjs_search .ss-values .ss-value .ss-value-delete svg {
    width: 6px !important;
    height: 6px;
    margin-left: 8px;
  }
  .sign__selectjs_search .ss-values .ss-value .ss-value-delete svg path {
    stroke: #3b607c;
  }
  .sign__selectjs_search.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    border-radius: 4px;
    min-width: 180px;
    height: auto;
    padding: 20px;
    background: #2b2b31;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  }
  .sign__selectjs_search.ss-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: linear-gradient(90deg, #7a8a9f 0%, #3b607c 100%);
    box-shadow: 0 0 20px 0 rgba(122, 138, 159, 0.5);
  }

.sign__selectjs_search_home {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border: none;
    background: #2b2b31;
    width: 100%;
    min-width:200px;
    height: 50px;
    border: 1px solid #7a8a9f;
    border-radius: 8px;
    padding: 0 20px;
    transition: border 0.5s ease;
  }
  .sign__selectjs_search_home:hover {
    border-color: #9e3d64;
  }
  .sign__selectjs_search_home:focus {
    box-shadow: none;
  }
  .sign__selectjs_search_home .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px;
  }
  .sign__selectjs_search_home .ss-arrow {
    width: 8px;
    height: 8px;
  }
  .sign__selectjs_search_home .ss-arrow path {
    stroke: #2b2b31;
  }
  .sign__selectjs_search_home .ss-search {
    padding: 0;
    margin-bottom: 15px;
    font-size: 12px;
    color: #c7c7c7;
    width: 100%;
  }
  .sign__selectjs_search_home .ss-search:last-child {
    margin-bottom: 0;
  }
  .sign__selectjs_search_home .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 46px;
  }
  .sign__selectjs_search_home .ss-search input:focus {
    box-shadow: none;
  }
  .sign__selectjs_search_home .ss-search input::placeholder {
    color: #c7c7c7;
  }
  .sign__selectjs_search_home .ss-list {
    width: 100%;
  }
  .sign__selectjs_search_home .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    padding: 0;
    transition: 0.5s ease;
  }
  .sign__selectjs_search_home .ss-list .ss-option:hover {
    background-color: transparent;
    color: #7a8a9f;
  }
  .sign__selectjs_search_home .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #7a8a9f !important;
  }
  .sign__selectjs_search_home .ss-values .ss-placeholder {
    color: #c7c7c7;
  }
  .sign__selectjs_search_home .ss-values .ss-value {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #28282d;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .sign__selectjs_search_home .ss-values .ss-value .ss-value-text {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
  }
  .sign__selectjs_search_home .ss-values .ss-value .ss-value-delete {
    width: 26px;
    height: 12px;
    border-color: #c7c7c7;
    padding: 0;
    margin-top: 1px;
  }
  .sign__selectjs_search_home .ss-values .ss-value .ss-value-delete svg {
    width: 6px !important;
    height: 6px;
    margin-left: 8px;
  }
  .sign__selectjs_search_home .ss-values .ss-value .ss-value-delete svg path {
    stroke: #3b607c;
  }
  .sign__selectjs_search_home.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    border-radius: 4px;
    min-width: 180px;
    height: auto;
    padding: 20px;
    background: #2b2b31;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  }
  .sign__selectjs_search_home.ss-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: linear-gradient(90deg, #7a8a9f 0%, #3b607c 100%);
    box-shadow: 0 0 20px 0 rgba(122, 138, 159, 0.5);
  }
  .home__search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .home__search button {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .home__search button svg {
    width: 18px;
    height: auto;
    fill: #fff;
  }
  .home__search button:hover {
    opacity: 1;
  }

/** HEADER **/
.header__profil {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  position: relative;
  height: 70px;
}

.header__dropdown-menu--profil {
  min-width: 120px;
  width: max-content;
}

@media (min-width: 768px) {
  .header__profil {
    margin-right: 30px;
  }
}

@media (min-width: 1400px) {
  .header__profil {
    margin-right: 32px;
    width: 100%;
  }
}

.sign__upload {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
}

.sign__upload label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 50px;
    color: #fff;
    padding: 0 60px 0 20px;
    background-color: #2b2b31;
    border: 1px solid transparent;
    font-weight: 400;
    margin: 0;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 8px;
}

.sign__upload input {
    position: absolute;
    left: -9999px;
    opacity: 0;
    z-index: 1;
}

.sign__upload label:before {
    content: '';
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 0;
    height: 50px;
    width: 20px;
    background: url("../img/images.svg") no-repeat center;
    background-size: 20px auto;
  }
  .sign__upload label:hover {
    border-color: #7a8a9f;
  }
.faq a{
  color: #7a8a9f;
}
.faq a:hover{
  color: #fff;
  font-weight: 600;
}

/* Tooltip Bootstrap customisée version "item tendance" */
.tooltip-boardgame-view {
  --bs-tooltip-bg: #111111;
  --bs-tooltip-color: #f1f1f1;
  --bs-tooltip-border-radius: 12px;
  --bs-tooltip-padding-x: 0;
  --bs-tooltip-padding-y: 0;
  --bs-tooltip-max-width: none; /* override Bootstrap limitation */
  --bs-tooltip-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  width: 260px; /* largeur fixe réelle */
  font-family: 'Segoe UI', sans-serif;
}

/* Bloc principal */
.tooltip-item {
  display: flex;
  flex-direction: column;
  background-color: #1b1b1b;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  /* ❌ min-height retiré pour que le contenu soit naturel */
}

/* Image */
.tooltip-item__image-container {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff; /* ✅ fond blanc autour de l'image */
  border-bottom: 1px solid #2a2a2a; /* pour garder la séparation visuelle */
}

.tooltip-item__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Contenu infos */
.tooltip-item__info {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

/* Titre */
.tooltip-item__title {
  font-size: 14px;
  font-weight: bold;
  color: #e8985a;
  line-height: 1.2;
  text-align: left;
}

/* Éditeur */
.tooltip-item__editor {
  font-size: 12px;
  color: #bbbbbb;
}

/* Note + meeple */
.tooltip-item__note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
}

.tooltip-item__meeple {
  width: 22px;
  height: auto;
}

.tooltip-item__note-value {
  font-size: 13px;
  font-weight: 600;
}

/* Couleurs basées sur ta charte */
.tooltip-note--hype {
  color: #7bc043;
}

.tooltip-note--green {
  color: #7bc043;
}

.tooltip-note--orange {
  color: #f37736;
}

.tooltip-note--red {
  color: #ee4035;
}

.table-home a{
  color:#fff;
}

.table-home a:hover{
  color:#fff;
  font-weight: 800;
}

.btn-social-fiche {
  clear:both;
  float:left;
  width:30px; 
  height:30px;
  margin-top:5px; 
  padding:0; 
  border-radius: 5px; 
  border:1px solid #e2e2e2;
  background-color:#fff; 
}

.btn-social-fiche:hover{
  color:#fff;
  background-color:#000; 
}

.btn-social-play {
    float:left;
    width:30px; 
    height:30px; 
    padding:0; 
    border-radius: 5px; 
    border:1px solid #e2e2e2;
    background-color:#fff; 
}

.btn-social-play:hover{
    color:#fff;
    background-color:#000; 
}

.btn-social-played {
    float:left;
    width:30px; 
    height:30px; 
    padding:0; 
    border-radius: 5px; 
    color:#fff;
    border:1px solid #e2e2e2;
    background-color:#36abb5; 
}

.btn-social-want-play {
  clear:both;
  float:left;
  width:30px; 
  height:30px;
  margin-top:5px; 
  padding:0; 
  border-radius: 5px; 
  border:1px solid #e2e2e2;
  background-color:#fff; 
}

.btn-social-want-play:hover{
  color:#fff;
  background-color:#000; 
}

.btn-social-wanted-play {
  clear:both;
  float:left;
  width:30px; 
  height:30px; 
  margin-top:5px; 
  padding:0; 
  border-radius: 5px; 
  color:#fff;
  border:1px solid #e2e2e2;
  background-color:#36abb5; 
}

.btn-social-push {
  clear:both;
  float:left;
  width:30px; 
  height:30px; 
  padding:0; 
  border-radius: 5px; 
  border:1px solid #e2e2e2;
  background-color:#fff; 
}

.btn-social-push:hover{
  color:#fff;
  background-color:#000; 
}

.btn-social-pushed {
  clear:both;
  float:left;
  width:30px; 
  height:30px; 
  padding:0; 
  border-radius: 5px; 
  color:#fff;
  border:1px solid #e2e2e2;
  background-color:#ee4035; 
}

.push-tooltip {
  --bs-tooltip-bg: #dc3545;
  --bs-tooltip-color: var(--bs-white);
}

.btn_media_follow {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
  background-color: #0392cf;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_media_follow:hover {
  color: #fff;
  background-color: #000;
}
.btn_media_followed {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 1000;
  color: #000;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
  background-color: #ffb554;
  padding: 5px 10px;
  border-radius: 5px;
}

.btn_comment_thumbUp {
  margin: 10px 0 0 0;
  background: #0392cf;
  color: #fff;
  font-weight: 1000;
}

.btn_comment_thumbUp:hover {
  margin: 10px 0 0 0;
  background: #17171a;
  color: #fff;
  font-weight: 1000;
}

.btn_comment_thumbUp:hover {
  color: #fff;
  background-color: #000;
}

.btn_comment_thumbUpOn {
  margin: 10px 0 0 0;
  background-color: #ffb554;
  color: #000;
  font-weight: 1000;
}

.btn_comment_thumbUpOn:hover {
  color: #fff;
  background-color: #000;
}

.menu-profil {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
height: 50px;
color: #fff;
position: relative;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
color: #c7c7c7;
}
.menu-profil a{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #c7c7c7;
  }
  .menu-profil a:hover {
    color: #fff;
  }
  .menu-profil a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    display: block;
    background: linear-gradient(90deg, #7a8a9f 0%, #3b607c 100%);
    box-shadow: none;
    transition: 0.5s ease;
    border-radius: 2px 2px 0 0;
  }
  .menu-profil a.active {
    color: #fff;
  }
  .menu-profil a.active:before {
    height: 2px;
    box-shadow: 0 0 20px 0 rgba(122,138,159,0.5);
  }

.anchor{
    display: block;
    height: 70px; /*same height as header*/
    margin-top: -70px; /*same height as header*/
    visibility: hidden;
}

.random-quote {
	width: 100%;
	margin: 20px auto;
	position: relative;	
}

.random-quote blockquote{
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.random-quote blockquote:after, 
.random-quote blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.random-quote blockquote:after  {
	border-top-color: #ffffff;
	border-width: 10px;
	left: 65%;
	margin-left: -10px;
}

.random-quote blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 75%;
	margin-left: -11px;
}

.random-quote blockquote p {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	color: #17171a;
	line-height: 20px;
	text-indent: 100px;
	position: relative;
}

.random-quote blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 100px;
	top: 0px;
	left: -105px;
	color: #0392cf;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.avis__rating_home {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.avis__rating_home img {
  width: 16px;
  height: auto;
  margin-right: 5px;
  fill: #7a8a9f;
}

.hide { display:none; }


.widget {
  margin-bottom: 45px
}

.widget:last-child {
  margin-bottom: 0
}

.widget-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0 8px 15px;
  border-left: 5px solid #0392cf;
  color: #ffffff;
  margin-bottom: 15px
}

.widget-title i {
  font-size: 15px
}

.widget-title span {
  font-weight: 300
}

.widget img {
  width: 100%
}

.ui-sortable-placeholder {
  border: 3px dashed #042038;
  height: 100px;
  background: #0f65a4;
}

.widget-games .liste-rangee {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 100px;
  width: 100%;
  padding: 10px 10px;
  position: relative
}

.widget-games .liste-rangee a {
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
  display: inherit;
  height: inherit;
  width: inherit;
  padding: inherit;
  position: inherit;
}

.widget-games .liste-rangee:hover .overlay {
  opacity: .80
}

.widget-games .liste-rangee .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232323 0%, #232323 26%, rgba(37,37,37,0.3) 100%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.widget-games .liste-rangee .widget-block {
  position: relative;
  z-index: 3;
  display: table;
  width: 100%;
  height: 100%
}

.widget-games .liste-rangee .widget-block .count {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  float: left;
  font-size: 27px;
  color: rgba(255,255,255,0.5)
}

.widget-games .liste-rangee .widget-block .description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  text-align: left;
  width: 95%
}

.widget-games .liste-rangee .widget-block h5 {
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  margin-top: -5px
}

.widget-games .liste-rangee .widget-block .date {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255,255,255,0.5)
}

.box-count-reviews-media {
background-color:#0392cf; 
border-radius: 10% 30%; 
padding:5px; 
color:#fff; 
font-weight:1000
}

.search_editors {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border: none;
  background: #2b2b31;
  color:#fff;
  width: 100%;
  min-width:200px;
  height: 50px;
  border: 1px solid #7a8a9f;
  border-radius: 8px;
  padding: 0 20px;
  transition: border 0.5s ease;
}
.search_editors:hover {
  border-color: #9e3d64;
}
.search_editors:focus {
  box-shadow: none;
}

.btn_convert_points {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 1000;
  color: #fff;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  transition: color 0.5s ease;
  background-color: #0392cf;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn_convert_points:hover {
  color: #fff;
  background-color: #000;
}

.boxPointsTickets_Profil {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: white;
  padding: 10px 10px;
  border-radius: 15px;
}

.boxTitlePointsTickets_Profil {
width: 100%;
font-size: 20px;
line-height: 32px;
background-color: #17171a;
padding: 5px 10px;
border-radius: 5px;
font-weight: 1000;
color: #fff;
margin-bottom: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
transition: color 0.5s ease;
}

/*=============== NAVBAR ===============*/
.mobile-bottom-nav {
  position: fixed;
  bottom: 25px;
  left: 0;
  right: 0;
  background-color: #1b1d22;
  width: 88%;
  margin-inline: auto;
  box-shadow: 0 2px 16px #0104141a;
  padding: 15px 30px;
  border-radius: 65px;
  z-index: 110;
}

.mobile-bottom-nav ul {
  list-style: none;
}

.mobile-bottom-nav a {
  text-decoration: none;
}

.nav__list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.nav__link {
  color: #9fa2ad;
  font-size: 25px;
  transition: color .4s;
}

.nav__link:hover {
  color: #fff;
}

/*=============== EXPAND LIST ===============*/
.nav__expand {
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.nav__expand-icon {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  transition: transform .4s;
}

.nav__expand-list {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  background-color: #1b1d22;
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, .1);
  width: max-content;
  margin-inline: auto;
  padding: 10px 25px;
  border-radius: 65px;
  display: flex;
  column-gap: 30px;
  z-index: -1;
  overflow: hidden;
  transform: translateY(80px) scale(.1);
  transition: transform .5s cubic-bezier(.5, 1.8, .4, .8);
}

.nav__expand-list li {
  transform: translateY(-50px);
  transition: transform .4s;
}

.nav__expand-list li:nth-child(1) {
  transition-delay: .2s;
}

.nav__expand-list li:nth-child(2) {
  transition-delay: .3s;
}

.nav__expand-list li:nth-child(3) {
  transition-delay: .4s;
}

.nav__expand-link {
  color: #9fa2ad;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color .4s;
}

.nav__expand-link i {
  font-size: 25px;
}

.nav__expand-link span {
  font-size: 10px;
  font-weight: 600;
}

.nav__expand-link:hover {
  color: #fff;
}

.nav__expand_2 {
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.nav__expand_2-icon {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .4s;
}

.nav__expand_2-list {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  background-color: #1b1d22;
  box-shadow: 0 2px 16px hsla(228, 95%, 4%, .1);
  width: max-content;
  margin-inline: auto;
  padding: 10px 25px;
  border-radius: 65px;
  display: flex;
  column-gap: 30px;
  z-index: -1;
  overflow: hidden;
  transform: translateY(80px) scale(.1);
  transition: transform .5s cubic-bezier(.5, 1.8, .4, .8);
}

.nav__expand_2-list li {
  transform: translateY(-50px);
  transition: transform .4s;
}

.nav__expand_2-list li:nth-child(1) {
  transition-delay: .2s;
}

.nav__expand_2-list li:nth-child(2) {
  transition-delay: .3s;
}

.nav__expand_2-list li:nth-child(3) {
  transition-delay: .4s;
}

.nav__expand_2-link {
  color: #9fa2ad;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color .4s;
}

.nav__expand_2-link i {
  font-size: 25px;
}

.nav__expand_2-link span {
  font-size: 10px;
  font-weight: 600;
}

.nav__expand_2-link:hover {
  color: #fff;
}

/* Show list */
.show-list,
.show-list li{
  transform: translateY(0);
  display: flex;
  align-items: center;
}
.show-list-icon{
  min-height:40px; 
  display: flex;
  align-items: center;
}

/* Rotate icon */
.rotate-icon {
  transform: rotate(135deg);
}

/* Active link */
.active-link {
  color: #fff;
  font-size:35px;
}


/*=============== BREAKPOINTS NAV MENU ===============*/
/* For medium devices */
@media screen and (min-width: 450px) {
  .mobile-bottom-nav {
    width: 350px;
  }
}

@media screen and (min-width: 600px) {
  .mobile-bottom-nav {
  display: none;
  }
}

/* TWITCH */
#twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

#twitch-video iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.twitch-container .twitch-chat {
  height: 400px;
}

.twitch-container .twitch-chat iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 850px) {
  .twitch-container {
    position: relative;
  }

  #twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

  .twitch-container .twitch-chat {
    width: 25%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.btn_move_liste_holder {
  display: table-cell;
}

.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  background-color: rgb(56, 56, 61);
  padding: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
  margin-top: -10px;
  border-radius: 4px;
  /* overflow: hidden; */
  border: none;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }


 /* Conteneur principal splash pub */
.splash-container {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vh;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* classe déclenchée dynamiquement */
.splash-container.visible {
  opacity: 1;
}

.splash-container.fade-out {
  opacity: 0;
  pointer-events: none;
}

.splash-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Logo centré */
.splash-logo {
  position: relative;
  z-index: 2;
  max-width: 80%;
  width: 325px;
  margin-bottom: 20px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 2;
}

/* Quand la splash est visible */
.splash-container.visible .splash-logo {
  opacity: 1;
  transform: scale(1);
}

/* Conteneur des deux boutons côte à côte */
.splash-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  z-index: 2;
}

/* Bouton "Passer" */
.skip-btn {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

/* Lien vers la fiche du jeu */
.splash-game-link {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: all 0.2s;
}

.splash-game-link:hover {
  background-color: #000;
  color: #fff;
}

/* Conteneur vidéo */
.video-container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background-color: transparent;
  border-radius: 12px;
  overflow: visible;
}

/* Wrapper vidéo avec ombre */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 40px rgba(0,0,0,0.7);
  border-radius: 12px;
  overflow: hidden;
  background-color: black;
}

.video-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Desktop */
@media (min-width: 768px) {
  .splash-logo {
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .splash-logo {
    width: 580px;
  }
}

@media (min-width: 1024px) {
  .splash-container {
    padding-top: 10vh;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .splash-container {
    justify-content: center;
    padding-top: 0 !important;
  }

  .skip-btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  .splash-actions {
    flex-direction: column;
    gap: 10px;
  }
}

.item__cover_home img, .item__coverNext img {
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.item__cover_home:hover img, .item__coverNext:hover img {
  transform: scale(1.2);
}

.reviews__autor_carrousel_home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}

.reviews__avatar_carrousel_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border-radius: 50%;
}

.reviews__name_carrousel_home {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 3px;
}

.reviews__name_carrousel_home a {
  /* display: block; */
  font-size: 13px;
  color: #fff;
  line-height: 11px;
  font-weight: 400;
}

.reviews__name_carrousel_home a:hover {
  font-weight: 800;
}

.reviews__time_carrousel_home {
  display: block;
  font-size: 11px;
  color: #c7c7c7;
  font-weight: 300;
  line-height: 15px;
}

.reviews__item_carrousel_home {
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.reviews__item_carrousel_home:nth-child(even) {
  background-color: #17171a;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.reviews__item_carrousel_home:nth-child(odd) {
  background-color: #111111;
  padding: 10px;
  transition: background-color 0.3s ease;
}

/* Effet au survol */
.reviews__item_carrousel_home:hover {
  background-color: #2c2c2e; /* couleur un peu plus claire pour le hover */
}

.reviews__list_carrousel_home {
  max-height: 305px;
  overflow-y: auto;
  padding-right: 10px;
  border-radius: 12px; /* ✅ Coins arrondis */
  background-color: #111111; /* ou la couleur que tu veux */
  border: 1px solid #2a2a2a; /* optionnel pour un contour discret */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
  position: relative; /* utile pour positionner un loader à l’intérieur */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.reviews__list_carrousel_home li:first-child {
  margin-top: 8px; /* ou 12px, selon le rendu que tu veux */
}

/* Chrome/Safari : cacher scrollbar par défaut */
.reviews__list_carrousel_home::-webkit-scrollbar {
  width: 0px;
}

/* Scrollbar visible au hover avec style dark */
.reviews__list_carrousel_home:hover {
  scrollbar-width: thin;
  scrollbar-color: #555 #1e1e1e;
}

.reviews__list_carrousel_home:hover::-webkit-scrollbar {
  width: 8px;
}

.reviews__list_carrousel_home:hover::-webkit-scrollbar-track {
  background: #1e1e1e;
}

.reviews__list_carrousel_home:hover::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 4px;
  border: 2px solid #1e1e1e;
}

.reviews__list_carrousel_home {
  scroll-behavior: smooth;
}

.reviews__item_carrousel_home {
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #17171a;
  transition: background-color 0.3s ease, transform 0.2s ease;
  color: #f1f1f1;
}

/* Alternance dark/plus dark */
.reviews__item_carrousel_home:nth-child(odd) {
  background-color: #111111;
}

.reviews__item_carrousel_home:nth-child(even) {
  background-color: #17171a;
}

/* Hover : lift effect + highlight */
.reviews__item_carrousel_home:hover {
  background-color: #2c2c2e;
  transform: scale(1.01);
  cursor: default;
}

/* Liens dans les items */
.reviews__item_carrousel_home a {
  color: #ffffff;
  text-decoration: none;
}

.reviews__item_carrousel_home a:hover {
  text-decoration: underline;
}

/* Animation pour les nouveaux items */
@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reviews__item_carrousel_home.animate-fadein {
  animation: fadeInItem 0.4s ease forwards;
}

.new-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #e8985a;
  color: #111;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: 1;
}

.new-badge.show {
  opacity: 1;
  transform: scale(1);
}


.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  display: none;
  pointer-events: none;
}

@media (max-width: 767px) {
  .item_home.item--big {
    padding: 8px;
    border-radius: 10px;
  }

  .item__cover_home img {
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
  }

  .item__content_home {
    padding: 6px 4px;
  }

  .item__title_home {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .item__rate_home {
    font-size: 19px;
  }

  .item__rate_meeple_home {
    width: 22px;
    height: auto;
  }

  .btn_carrousel--comments,
  .btn_carrousel--comment-update {
    font-size: 12px;
    padding: 4px 6px;
  }

  .note_bottom {
    font-size: 12px;
  }

  .container.pt-2 {
    padding-top: 6px !important;
  }
}

.home__title_carrousel {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.content__title_home_carrousel {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .home__title_carrousel {
    font-size: 1.5rem;  
  }
  .content__title_home_carrousel {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .home__title_carrousel {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }
  .content__title_home_carrousel {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .home__title_carrousel {
    font-size: 2.5rem;
  }
  .content__title_home_carrousel {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .home__title_carrousel {
    font-size: 1.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    text-align: center;
  }
  .content__title_home_carrousel {
    font-size: 0.9rem;
    text-align: center;
  }
}


/* === Conteneur principal horizontal === */
.duo-avis-horizontal {
  display: flex;
  align-items: stretch;
  gap: 24px;
  background: #1c1c1c;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.25s ease;
}

.duo-avis-horizontal:hover {
  transform: scale(1.01);
}

.recommendation-carousel .splide__pagination {
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
  bottom: 0;
}


/* === Colonne image === */
.duo-game-side {
  flex: 0 0 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.duo-game-cover {
  height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
  margin-bottom: 10px;
}

/* === Colonne des avis === */
.duo-avis-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Container des deux blocs d'avis + VS */
.duo-avis-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

/* Badge VS centré */
.duo-vs-badge {
  align-self: center;
  justify-self: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #2a2a2a;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  animation: vsPulse 2s infinite ease-in-out;
}

/* Animation VS */
@keyframes vsPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.5);
  }
}

/* === Blocs d'avis === */
.duo-avis-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* contenu aligné en haut */
  align-items: flex-start;
  text-align: left;
  padding: 16px;
  min-height: 180px;
  opacity: 0;
  animation: fadeInUpSoft 0.4s ease forwards;
}

.duo-avis-block.positif {
  background: linear-gradient(
    to top,
    rgba(123, 192, 67, 0.2),
    rgba(123, 192, 67, 0.08)
  );
  border-left: 4px solid #7bc043;
  animation-delay: 0.1s;
}

.duo-avis-block.negatif {
  background: linear-gradient(
    to top,
    rgba(238, 64, 53, 0.2),
    rgba(238, 64, 53, 0.08)
  );
  border-left: 4px solid #ee4035;
  animation-delay: 0.2s;
}

.duo-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 8px;
  margin-top: 5px;
  white-space: nowrap; /* ✅ évite le retour à la ligne */
}

.duo-icon {
  font-size: 22px;
  line-height: 1;
}

.duo-subtitle {
  font-size: 15px;
  color: #cccccc;
  font-style: italic;
}

/* Animation apparition douce */
@keyframes fadeInUpSoft {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Contenu des avis === */
.avis-label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}


.avis-content {
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  color: #fff;
}


.avis-auteur {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 13px;
  color: #ccc;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/* === Responsive === */
@media (max-width: 768px) {
  .duo-avis-horizontal {
    flex-direction: column;
    align-items: center;
  }

  .duo-avis-container {
    grid-template-columns: 1fr;
  }

  .duo-vs-badge {
    margin: 10px 0;
  }

  .duo-avis-block {
    width: 100%;
  }

  .recommendation-carousel .splide__pagination {
    margin-top: 8px;
    position: relative;
    bottom: 0;
  }

  .duo-title {
    font-size: 20px;
    text-align: center;
  }

  .duo-subtitle {
    font-size: 13px;
    text-align: center;
    margin-bottom: 16px;
  }
}

.bg-gradient {
  background: linear-gradient(90deg, #fbbf24, #f97316) !important;
  color: white;
}

.avatar-container {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}

.avatar-upload-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px; /* légèrement plus petit */
  line-height: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}


.avatar-upload-overlay:hover {
  background-color: #e9ecef;
  color: #000;
  transform: scale(1.1);
}


.avatar-upload-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 5;
}

.avatar-upload-overlay:hover {
  color: #0dcaf0;
}
.avatar-badge-new {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #0dcaf0;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  animation: pulse-badge 1.5s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.2);
      opacity: 0.8;
  }
}

/* ✅ Fond et texte de la tooltip */
.tooltip.avatar-tooltip-style {
  --bs-tooltip-bg: #0dcaf0; /* 💡 Redéfinit le fond ET la flèche */
  --bs-tooltip-color: #000;
}

.tooltip.avatar-tooltip-style .tooltip-inner {
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  padding: 6px 12px;
}

/* Flèches si jamais Bootstrap ne se base pas uniquement sur la var */
.tooltip.avatar-tooltip-style.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #0dcaf0 !important;
}
.tooltip.avatar-tooltip-style.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #0dcaf0 !important;
}
.tooltip.avatar-tooltip-style.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #0dcaf0 !important;
}
.tooltip.avatar-tooltip-style.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #0dcaf0 !important;
}

.artist-avatar-placeholder {
  width: 100%;
  aspect-ratio: 1 / 1; /* carré automatique */
  background-color: #2e2e2e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  text-transform: uppercase;
}
