@charset "UTF-8";
/* Status Styles */
/* GENERAL */
#content {
  background-color: #FFEDE6;
}

.gi, .gi-14px, .gi-15px, .gi-18px-14px {
  font-family: "Glacial Indifference";
  font-weight: 900;
  color: #0A0449;
}
.gi-18px-14px {
  font-size: 18px;
}
@media screen and (max-width: 842px) {
  .gi-18px-14px {
    font-size: 14px;
  }
}
.gi-15px {
  font-size: 15px;
}
.gi-14px {
  font-size: 14px;
  line-height: 18.2px !important;
}

.hidden {
  display: none !important;
}

.call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 50px;
  background: var(--Orange-Shonen, #FFC999);
  border: solid 2px #FFC999;
  color: #0A0449;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  transition: 0.4s ease;
}
.call-to-action:hover {
  background: rgba(0, 0, 0, 0);
}
.call-to-action a {
  width: 100%;
}
.call-to-action p {
  margin-bottom: 0;
}

.text-two-lines,
.text-three-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23.4px;
}
.text-two-lines.text-two-lines,
.text-three-lines.text-two-lines {
  -webkit-line-clamp: 2;
  max-height: 46.8px;
}
.text-two-lines.text-three-lines,
.text-three-lines.text-three-lines {
  -webkit-line-clamp: 3;
  max-height: 70.2px;
}
@media screen and (max-width: 842px) {
  .text-two-lines,
  .text-three-lines {
    line-height: 18.2px;
  }
  .text-two-lines.text-two-lines,
  .text-three-lines.text-two-lines {
    max-height: 54.6px;
  }
  .text-two-lines.text-three-lines,
  .text-three-lines.text-three-lines {
    max-height: 72.8px;
  }
}

/* Column width classes */
.column-90px {
  width: 90px;
}

.column-75px {
  width: 75px;
}

.column-110px {
  width: 110px;
}

.column-150px {
  width: 150px;
}

.column-160px {
  width: 160px;
}

.column-200px {
  width: 200px;
}

.column-250px {
  width: 230px;
  flex-shrink: 0 !important;
}

.column-300px {
  width: 300px;
  flex-shrink: 0 !important;
}

.column-70percent {
  width: 70%;
}

.column-30percent {
  width: 30%;
}

.column-80percent {
  width: 80%;
}

.column-20percent {
  width: 20%;
}

.column-10percent {
  width: 10%;
}

.flex-grow1 {
  flex: 1 !important;
}

/* Background classes */
.bg-white-20-desktop {
  background: rgba(255, 255, 255, 0.2);
}

.bg-white-20-mobile {
  background: rgba(255, 255, 255, 0);
}

.bg-white-40-desktop {
  background: rgba(255, 255, 255, 0.4);
}

.bg-white-70-mobile {
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 842px) {
  .bg-white-40-desktop,
  .bg-white-70-mobile,
  .bg-white-20-desktop {
    background: rgba(255, 255, 255, 0);
  }
  .bg-white-50-mobile {
    background: rgba(255, 255, 255, 0.5);
  }
  .bg-white-70-mobile {
    background: rgba(255, 255, 255, 0.7);
  }
  .bg-white-20-mobile {
    background: rgba(255, 255, 255, 0.2);
  }
  .linear-gradient-white-40-mobile {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  }
  .title-mobile-white-shadow {
    filter: drop-shadow(0px 0px 1.5px rgba(255, 255, 255, 0.4));
  }
}
/* Menu */
#masthead {
  margin-top: -2px;
}

#menu-mobile a,
#menu-menu-1 a {
  font-family: "Roboto" !important;
}

#menu-mobile li {
  padding: 10px 0;
}

#menu-menu-1 .sub-menu li {
  padding: 5px 0;
}

#menu-menu-1 .sub-menu {
  border-radius: 10px;
}

@media (min-width: 993px) {
  body:not(.header-4).sticky-d .col-full-nav {
    z-index: 16 !important;
  }
  .col-full-nav {
    background-color: rgba(255, 255, 255, 0.6) !important;
    -webkit-backdrop-filter: blur(40px) saturate(1.5);
            backdrop-filter: blur(40px) saturate(1.5);
  }
}
@media (max-width: 993px) {
  .site-header,
  .site-branding button.menu-toggle {
    background-color: #ffffff !important;
  }
  .custom-logo-link img {
    content: url("https://shxnen.com/wp-content/uploads/2024/07/shonen-logotext.svg");
  }
}
@media (max-width: 992px) {
  .menu-toggle .bar {
    background-color: #0A0449 !important;
  }
}
/* Shoptimizer */
.shoptimizer-archive .archive-header {
  display: none;
}

.col-full {
  padding: 0;
}

/* POST CARD */
.post-card {
  transition: 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.post-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(229, 224, 255, 0.8);
}
.post-card .category li,
.post-card .category .elementor-shortcode {
  padding: 5px 22px;
  border-radius: 30px;
  background-color: rgba(10, 4, 73, 0.6);
  color: #ffffff;
  font-family: "Glacial Indifference";
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

/* Anime Card */
.anime-card {
  transition: 1s ease-out;
  flex-shrink: 0 !important;
  width: 160px !important;
}
.anime-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(229, 224, 255, 0.8);
  background-color: #ffffff !important;
  transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.big-anime-card {
  width: 210px !important;
}

@media screen and (max-width: 842px) {
  .fiche-connexe-container .anime-card:nth-of-type(1),
  .anime-loop-grid .e-loop-item:nth-of-type(1) {
    margin-left: 18px;
  }
  .big-anime-card {
    width: 160px !important;
  }
}
/* Post Card Item – Style 1 */
.post-card-style-1 .image-column {
  aspect-ratio: 2/1;
}

/* Post List Item – Style 2 (small-square-image) */
.post-card-list-style-2 .image-column {
  aspect-ratio: 1/1;
}

/* Post Card Link */
.dd-link-card {
  position: relative;
}
.dd-link-card:not(.elementor-element-overlay, .elementor-element-overlay *, .elementor-shape, .ui-resizable-handle, .dd-link-card--excluded) {
  position: static;
}
.dd-link-card .dd-main-link a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
  z-index: 99;
}

@media screen and (max-width: 842px) {
  .post-card-list-style-2 .image-column {
    width: 25% !important;
  }
  .post-card-list-style-2 .text-column {
    width: 60% !important;
  }
  .post-card-list-style-5 .text-column {
    width: 65% !important;
  }
  .post-card-list-style-2 h3 {
    font-size: 14px !important;
    line-height: 18.2px !important;
    max-height: 55px !important;
  }
}
/* Ajax Search Lite */
#ajaxsearchlite1,
#ajaxsearchlite2 {
  border-radius: 100px;
}

#ajaxsearchlite1 {
  min-width: 300px;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #0A0449 !important;
  font-weight: bold !important;
  line-height: 1em !important;
}

.search-result p {
  color: rgba(10, 4, 73, 0.6);
  font-size: 12px !important;
  line-height: 1.5em !important;
}

div[id*=ajaxsearchliteres].wpdreams_asl_results .results img.asl_image {
  border-radius: 5px;
}

div.asl_r.asl_w.vertical .results .item::after {
  height: 0 !important;
}

div.asl_r .results .item {
  background: #ffffff !important;
  border-radius: 10px;
  margin-top: 5px;
  border: 0;
}
div.asl_r .results .item:last-child {
  background: transparent;
}

#ajaxsearchliteres1 {
  border-radius: 10px !important;
  padding: 10px;
}

div.asl_r.vertical {
  padding: 4px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
}

div.asl_r.asl_w {
  border-radius: 5px !important;
}

div.asl_m .probox .proinput {
  margin: 0 !important;
}

div.asl_w .probox .proinput input::-moz-placeholder {
  color: #0A0449 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input::placeholder {
  color: #0A0449 !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
}

div.asl_w .probox .promagnifier .innericon svg {
  fill: #0A0449 !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  border: 0 solid rgba(10, 4, 73, 0.6);
  border-radius: 100px;
  padding: 5px 20px;
  background-color: #6c668c;
}

@media screen and (max-width: 993px) {
  #ajaxsearchlite2,
  div.asl_m .probox {
    background-color: #f4edfd !important;
  }
  div.asl_w .probox .promagnifier .innericon {
    background-color: #f4edfd !important;
  }
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input {
    color: #0A0449 !important;
  }
}
/* HOMEPAGE */
.three-columns-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  gap: 10px;
  scrollbar-width: none;
}
.three-columns-container::-webkit-scrollbar {
  display: none;
}
.three-columns-container .post-card-list-style-2 {
  min-width: 285px;
}
@media screen and (max-width: 842px) {
  .three-columns-container .post-card-list-style-2:nth-child(-n+4),
  .three-columns-container .post-card-style-3 {
    margin-left: 18px;
  }
}

/* Article Page */
.author-box-article {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
}
.author-box-article .elementor-author-box__bio {
  margin-bottom: 0;
}
.author-box-article img {
  margin-bottom: 0 !important;
}

.article-content h1 {
  margin-bottom: 0 !important;
}
.article-content h2,
.article-content h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-content img,
.article-content .video-container {
  border-radius: 16px;
  margin-bottom: 20px;
}
.article-content p {
  margin-bottom: 20px;
}
.article-content .twitter-tweet {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  border-radius: 16px;
}
.article-content .twitter-tweet iframe {
  border-radius: 16px;
}

.woocommerce-breadcrumb {
  padding-bottom: 20px;
}

.share-icons .elementor-share-btn__icon,
.share-icons .elementor-share-btn {
  width: 3em;
  height: 3em;
}
.share-icons .elementor-grid-item {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1148px) {
  .article-main-container {
    width: 100% !important;
  }
  .article-main-container .article-column-1,
  .article-main-container .article-column-2 {
    width: 100% !important;
  }
  .article-main-container .e-con-inner {
    flex-direction: column !important;
  }
  .article-main-container .article-etiquettes .e-con-inner {
    flex-direction: row !important;
  }
}
@media screen and (max-width: 842px) {
  .article-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.83%, rgba(255, 255, 255, 0.4) 25.23%) !important;
  }
  .woocommerce-breadcrumb {
    padding-bottom: 0;
  }
}
/* Classement Ventes */
.fiche-vente-de-mangas {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.fiche-vente-de-mangas .manga-item {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  align-self: stretch;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  gap: 25px;
}
.fiche-vente-de-mangas .manga-item h3,
.fiche-vente-de-mangas .manga-item h3 a {
  color: #0A0449;
  font-family: "Glacial Indifference";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 19.8px;
  margin: 0;
}
.fiche-vente-de-mangas .manga-item p,
.fiche-vente-de-mangas .manga-item .manga-meta a {
  color: rgba(10, 4, 73, 0.6);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  margin: 0;
}
.fiche-vente-de-mangas .manga-item .manga-title-text::after {
  content: " — ";
}
.fiche-vente-de-mangas .manga-item .manga-number {
  width: 12px;
}
.fiche-vente-de-mangas .manga-item .manga-number p {
  color: #0A0449;
  font-family: "Glacial Indifference";
  font-size: 22px;
  font-weight: 700;
  line-height: 23.4px;
  letter-spacing: -0.44px;
}
.fiche-vente-de-mangas .manga-item .manga-details-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fiche-vente-de-mangas .manga-item .manga-details-container .manga-details {
  width: 368px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fiche-vente-de-mangas .manga-item img {
  width: auto;
  height: 100%;
  max-height: 135px;
  min-width: 80px;
  margin-bottom: 0;
}
.fiche-vente-de-mangas .manga-item .manga-exemplaires p {
  text-align: center;
}
.fiche-vente-de-mangas .manga-item .manga-exemplaires .exemplaires-vendus {
  color: #0A0449;
  font-family: "Glacial Indifference";
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02rem;
}
.fiche-vente-de-mangas .manga-item .winner {
  display: flex;
  align-items: flex-end;
  height: 30px;
}
.fiche-vente-de-mangas .manga-item .winner h3 {
  color: #F0A670;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  margin-left: -10px;
}
.fiche-vente-de-mangas .manga-item .flame,
.fiche-vente-de-mangas .manga-item .flame svg {
  width: 100px !important;
  height: 100px !important;
  margin-left: -40px !important;
  margin-bottom: -40px !important;
}
.fiche-vente-de-mangas .manga-item.manga-item-1 .manga-exemplaires p, .fiche-vente-de-mangas .manga-item.manga-item-1 .manga-exemplaires .exemplaires-vendus {
  color: #F0A670;
}
@media screen and (max-width: 842px) {
  .fiche-vente-de-mangas .manga-item {
    padding: 10px 10px 10px 20px;
    gap: 15px;
  }
  .fiche-vente-de-mangas .manga-item h3 a {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fiche-vente-de-mangas .manga-item .manga-tome {
    font-size: 14px;
  }
  .fiche-vente-de-mangas .manga-item .manga-title-text::after {
    content: "";
  }
  .fiche-vente-de-mangas .manga-item .etiquette-genre {
    display: none;
  }
  .fiche-vente-de-mangas .manga-item .manga-details-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .fiche-vente-de-mangas .manga-item .manga-details {
    width: 210px;
  }
}

/* FICHES ANIME */
.infos-section-container-mobile {
  display: none;
}

.streaming-section-mobile {
  display: none;
}

@media screen and (max-width: 1148px) {
  .information-column-desktop {
    display: none;
  }
  .infos-section-container-mobile {
    display: flex;
  }
  .streaming-section-mobile {
    display: flex;
  }
  .anime-main-section {
    flex-direction: column !important;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }
  .anime-content-sidebar-container {
    flex-direction: column !important;
    align-items: center;
  }
}
@media screen and (min-width: 1148px) {
  .watchlist-button-container-mobile,
  .visionnage-section-mobile {
    display: none;
  }
}
@media screen and (max-width: 842px) {
  .anime-main-section {
    padding-left: 0;
    padding-right: 0;
  }
  .anime-title-section {
    width: 100%;
  }
  .anime-title-section .elementor-widget-image {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.synopsis-text p {
  display: inline;
}

.read-more,
.read-less {
  color: #0A0449;
  cursor: pointer;
  font-weight: 800;
}

.fiche-anime-text-imdb .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.fiche-anime-text-imdb .elementor-widget-container p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.imdbRatingPlugin {
  margin: 0 !important;
}
.imdbRatingPlugin .imdb-rating-ofTen {
  display: none;
}
.imdbRatingPlugin .imdb-rating {
  font-size: 20px;
  font-family: "Roboto";
  color: #0A0449;
}
@media screen and (max-width: 842px) {
  .imdbRatingPlugin .imdb-rating {
    font-size: 17px;
  }
}

.small-anime-card .imdbRatingPlugin .imdb-rating,
.big-anime-card .imdbRatingPlugin .imdb-rating {
  font-size: 14px;
}

@media screen and (min-width: 842px) {
  .big-anime-card .imdbRatingPlugin .imdb-rating {
    font-size: 17px;
  }
}
/* Etiquettes */
.etiquette-label {
  margin-right: 5px;
}

.etiquette-production .elementor-widget-container,
.etiquette-information .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
}

.etiquette-genre a {
  text-transform: uppercase;
  font-family: "Glacial Indifference";
  color: rgba(10, 4, 73, 0.6);
  font-size: 11px !important;
  font-weight: 700;
  padding: 5px 22px;
  border-radius: 30px;
  border: 1px solid rgba(10, 4, 73, 0.6);
}
.etiquette-genre ul {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 5px;
  padding: 3px 0 2px 0;
  padding-right: 18px;
}
.etiquette-genre ul li a {
  white-space: nowrap;
  flex-shrink: 0;
}
.etiquette-genre ul li:nth-of-type(1) {
  margin-left: 18px;
}
@media screen and (max-width: 842px) {
  .etiquette-genre ul {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .etiquette-genre ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.etiquette-information a {
  border-radius: 50px;
  background: #0A0449;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 500;
}
.etiquette-information-episodes {
  border-radius: 50px;
  background: #0A0449;
  color: #ffffff;
  padding: 5px 10px;
}

.etiquette-production a {
  border-radius: 50px;
  background: rgba(10, 4, 73, 0.6);
  color: #ffffff;
  padding: 1px 10px 8px 10px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  max-height: 30px;
}

.main-infos-list li:nth-child(3) span {
  display: flex !important;
  flex-direction: row-reverse;
  gap: 5px;
}

.elementor-845 .elementor-element.elementor-element-ed7af56 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after,
.elementor-2166 .elementor-element.elementor-element-6de43330 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
  content: "•";
  color: rgba(10, 4, 73, 0.2);
  font-size: 12px;
  font-family: "Roboto";
  border-left-width: 0;
}

.related-genre-title-1 li {
  display: none;
}
.related-genre-title-1 li:nth-of-type(1) {
  display: block;
}
.related-genre-title-1 ul {
  margin: 0;
}
.related-genre-title-1 a {
  color: #0A0449;
}
.related-genre-title-1 .elementor-heading-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.related-genre-title-2 li {
  display: none;
}
.related-genre-title-2 li:nth-of-type(2) {
  display: block;
}
.related-genre-title-2 ul {
  margin: 0;
}
.related-genre-title-2 a {
  color: #0A0449;
}
.related-genre-title-2 .elementor-heading-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.related-genre-title-3 li {
  display: none;
}
.related-genre-title-3 li:nth-of-type(3) {
  display: block;
}
.related-genre-title-3 ul {
  margin: 0;
}
.related-genre-title-3 a {
  color: #0A0449;
}
.related-genre-title-3 .elementor-heading-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.blury-background-image {
  opacity: 0.25;
  filter: blur(150px) brightness(1) saturate(200%);
  position: absolute;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 842px) {
  .blury-background-image {
    opacity: 0.9;
    filter: blur(35px) brightness(1) saturate(200%);
    width: 130%;
  }
}

.blury-background-image-white {
  opacity: 1;
  filter: blur(150px);
  position: absolute;
  top: -50px;
  left: -50px;
}
@media screen and (max-width: 842px) {
  .blury-background-image-white {
    filter: blur(35px);
    width: 130%;
  }
}

.infos-production-section-mobile {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.infos-production-section-mobile::-webkit-scrollbar {
  display: none;
}
.infos-production-section-mobile .column-production .e-con-inner {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 842px) {
  .infos-production-section-mobile .column-production .e-con-inner {
    height: 170px;
  }
}

.plateformes-streaming ul {
  list-style: none;
}
.plateformes-streaming ul li {
  margin-bottom: 0;
}
.plateformes-streaming ul li img {
  width: 45px !important;
  height: 45px !important;
}
.plateformes-streaming ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0A0449;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 18.2px;
}

.video-slider-wrapper,
.image-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.video-gallery,
.image-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  gap: 9px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  padding-right: 18px;
}
.video-gallery::-webkit-scrollbar,
.image-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.video-item,
.image-item {
  flex: 0 0 auto;
  width: 212px;
  position: relative;
  border-radius: 12px;
}
@media screen and (max-width: 842px) {
  .video-item:nth-of-type(1),
  .image-item:nth-of-type(1) {
    margin-left: 18px;
  }
}
.video-item img,
.image-item img {
  border-radius: 12px;
}

.video-thumbnail {
  width: 212px;
  height: 119px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  border-radius: 12px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 28, 44, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
}

.play-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.video-title {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff !important;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Roboto";
}

.video-slider-prev,
.video-slider-next,
.image-slider-prev,
.image-slider-next {
  z-index: 5;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.video-slider-prev.video-slider-prev, .video-slider-prev.image-slider-prev,
.video-slider-next.video-slider-prev,
.video-slider-next.image-slider-prev,
.image-slider-prev.video-slider-prev,
.image-slider-prev.image-slider-prev,
.image-slider-next.video-slider-prev,
.image-slider-next.image-slider-prev {
  left: 0;
}
.video-slider-prev.video-slider-next, .video-slider-prev.image-slider-next,
.video-slider-next.video-slider-next,
.video-slider-next.image-slider-next,
.image-slider-prev.video-slider-next,
.image-slider-prev.image-slider-next,
.image-slider-next.video-slider-next,
.image-slider-next.image-slider-next {
  right: 0;
}

.anime-slider-prev,
.anime-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
}
.anime-slider-prev.anime-slider-prev,
.anime-slider-next.anime-slider-prev {
  left: 10px;
}
.anime-slider-prev.anime-slider-next,
.anime-slider-next.anime-slider-next {
  right: 10px;
}
@media screen and (max-width: 842px) {
  .anime-slider-prev,
  .anime-slider-next {
    display: none !important;
  }
}

.anime-loop-grid .elementor-loop-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  gap: 9px !important;
  scrollbar-width: none;
  padding-right: 18px;
}
.anime-loop-grid .elementor-loop-container::-webkit-scrollbar {
  display: none;
}

.fiche-anime {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 160px;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 3px;
  position: relative;
  padding-bottom: 10px;
}
.fiche-anime img {
  border-radius: 12px;
  width: 154px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fiche-anime h4,
.fiche-anime h4 a {
  font-size: 14px;
  color: #0A0449;
  line-height: 18px;
  letter-spacing: -0.02em;
  width: 90%;
  margin-bottom: 0;
}
.fiche-anime .fiche-details {
  width: 90%;
}
.fiche-anime .fiche-details p {
  margin: 0;
  color: rgba(10, 4, 73, 0.6);
}
.fiche-anime .lien-connexe {
  display: flex;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 30px;
  background: rgba(10, 4, 73, 0.6);
}
.fiche-anime .lien-connexe p {
  color: #ffffff;
  font-family: "Glacial Indifference";
  font-size: 11px;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.fiche-anime p {
  margin-bottom: 0;
}

/* WATCHLIST */
/* Classement en Homepage */
.anime-rankings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.anime-rankings .anime-ranking-item a {
  display: flex;
  padding: 5px 15px;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  gap: 10px;
  transition: 0.3s ease;
}
.anime-rankings .anime-ranking-item a:hover {
  background-color: #f1f1f1;
}
.anime-rankings .anime-ranking-item .anime-ranking-position {
  width: 12px;
  color: #0A0449;
  font-family: "Glacial Indifference";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.anime-rankings .anime-ranking-item .anime-ranking-image {
  height: 85px;
}
.anime-rankings .anime-ranking-item .anime-ranking-image img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 85px;
  max-width: 60px;
  margin-bottom: 0;
  border-radius: 5px;
}
.anime-rankings .anime-ranking-item .anime-ranking-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.anime-rankings .anime-ranking-item .anime-ranking-info .anime-ranking-title {
  color: #0A0449;
  font-family: "Glacial Indifference";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  margin: 0;
}
.anime-rankings .anime-ranking-item .anime-ranking-info .anime-ranking-votes {
  display: flex;
  color: rgba(10, 4, 73, 0.6);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  margin: 0;
}

/* WATCHLIST CONTINUED */
/* Anime List */
.visionnage {
  display: none;
}

.shonen-button {
  position: relative;
  overflow: hidden;
  font-family: "Glacial Indifference", Sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #0A0449;
  background-color: #FFC999;
  border-radius: 50px;
  width: 100%;
  max-width: 450px;
  padding: 12px 24px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease;
}
.shonen-button .button-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background-color: #69678f;
  border-radius: 50%;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: 1s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.shonen-button:hover {
  filter: drop-shadow(0 0 10px #FFC999);
  background-color: #F0A670 !important;
}
.shonen-button.in-list .button-background {
  -webkit-clip-path: circle(150% at 50% 50%);
          clip-path: circle(150% at 50% 50%);
  transition: 2s ease;
}
.shonen-button.in-list .button-content {
  color: #ffffff;
  transition: 0.5s ease;
}
.shonen-button.in-list:hover {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.2)) !important;
}
.shonen-button .button-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 1.5s ease;
}

/* Page Ma Liste d'Anime */
.watchlist-section-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.watchlist-section {
  display: flex;
  padding: 45px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
}
.watchlist-section .watchlist-section-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.watchlist-section .watchlist-section-title h2 {
  margin-bottom: 0;
  font-size: 27px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: #0A0449;
}
.watchlist-section .watchlist-section-title .anime-count {
  margin-bottom: 0;
  color: rgba(10, 4, 73, 0.4);
}
.watchlist-section .watchlist-section-title-svg {
  display: flex;
  gap: 10px;
  align-items: center;
}
.watchlist-section .watchlist-section-title-svg svg {
  width: 30px;
  height: 30px;
}
.watchlist-section .watchlist-section-title-svg svg path {
  fill: #0A0449;
}
.watchlist-section .watchlist-item-container {
  display: flex;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .watchlist-section .watchlist-item-container {
    gap: 8px;
  }
}
.watchlist-section .loading-lottie-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watchlist-section .loading-lottie-container .loading-lottie {
  display: inline-block;
  width: 70px;
  height: 70px;
}

.watchlist-item {
  transition: 0.3s ease;
}
.watchlist-item:hover .toggle-form-btn {
  opacity: 1;
}
.watchlist-item .toggle-form-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 100px;
  padding: 4px 10px 0px 15px;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: 0.3s ease;
}

.incrementing-button {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  margin-left: 5px !important;
}

.clicked {
  transform: scale(1.2);
  transition: transform 0.2s ease;
}

/* Animations */
@keyframes fadeInDelay {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDelay {
  animation: fadeInDelay 0.5s ease forwards;
  opacity: 0;
}

.liste-title-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.liste-title-section .liste-title-section-filter-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liste-title-section .liste-title-section-filter-status {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .liste-title-section .liste-title-section-filter-status {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    width: 100%;
  }
}
.liste-title-section h1 {
  line-height: 1em;
  margin-bottom: 0;
}

#filter-order-button-1 {
  display: none;
  margin-right: 18px;
}

.filter-btn {
  display: flex;
  padding: 8px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1.5px solid #0A0449;
  color: #0A0449;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.filter-btn p {
  white-space: nowrap;
  margin-bottom: 0;
}
.filter-btn svg path {
  fill: #0A0449;
  transition: 0.3s ease;
}
.filter-btn:hover {
  background-color: rgba(10, 4, 73, 0.6);
  color: #ffffff;
  border-color: transparent;
}
.filter-btn:hover svg path {
  fill: #ffffff;
}
.filter-btn.active {
  background-color: #FFA785;
  color: #0A0449;
  border-color: transparent;
}
.filter-btn.active svg path {
  fill: #0A0449;
}

.filter-buttons {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 5px;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .filter-buttons {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    padding-right: 18px;
  }
  .filter-buttons::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .filter-buttons .filter-btn:nth-of-type(1) {
    margin-left: 18px;
  }
}

.filter-popup {
  background-color: #FFF8F6 !important;
  padding: 30px !important;
}
.filter-popup h3 {
  font-family: "Roboto" !important;
  font-weight: 700 !important;
  color: #0A0449 !important;
  font-size: 17px !important;
  letter-spacing: 0 !important;
  line-height: 1em !important;
  margin-bottom: 15px !important;
}
.filter-popup .filter-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 15px 25px 0 0;
  font-size: 18px;
  color: #0A0449;
}
.filter-popup .sort-options {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-bottom: 1px solid rgba(10, 4, 73, 0.1);
}
.filter-popup .sort-options .sort-option {
  color: #0A0449;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}
.filter-popup .sort-options .sort-option.selected {
  font-weight: 800;
}
.filter-popup .sort-options .sort-option .sort-order-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.filter-popup .sort-options .sort-option .sort-order-icon[src=""] {
  display: none;
}
.filter-popup .filter-options-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(10, 4, 73, 0.1);
}
.filter-popup .filter-options-list .filter-option {
  display: flex;
  padding: 5px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #0A0449;
  background: rgba(220, 212, 209, 0);
  font-family: "Roboto";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 18.2px;
  color: #0A0449;
}
.filter-popup .filter-options-list .filter-option.selected {
  border: 2px solid #0A0449;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .watchlist-section {
    padding: 25px 10px;
    border-radius: 0;
  }
  .watchlist-section .watchlist-section-title {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    align-items: center;
  }
  .watchlist-section .watchlist-section-title h2 {
    font-size: 26px;
  }
  .liste-title-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .liste-title-section h1 {
    margin-left: 18px;
    font-size: 26px;
  }
  #filter-order-button-1 {
    display: block;
  }
  #filter-order-button-2 {
    display: none;
  }
  .filter-buttons {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    padding-right: 18px;
  }
}
/* Animations */
@keyframes slideRightFadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeftFadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.slideRightFadeIn {
  animation: slideRightFadeIn 0.5s forwards;
}

.slideLeftFadeOut {
  animation: slideLeftFadeOut 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation: fadeIn 0.5s;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation: fadeOut 0.5s forwards;
  pointer-events: none;
}

/*Watchlist item*/
[data-status="En cours"] .episodes-container {
  background-color: rgba(255, 201, 153, 0.3);
  color: #783F0C;
}
[data-status="En cours"] .episodes-container path {
  fill: #783F0C;
}

[data-status="En pause"] .episodes-container {
  background: rgba(220, 212, 209, 0.3);
  color: #51433D;
}
[data-status="En pause"] .episodes-container path {
  fill: #51433D;
}

[data-status="À regarder plus tard"] .episodes-container {
  background: rgba(201, 190, 255, 0.3);
  color: #110066;
}
[data-status="À regarder plus tard"] .episodes-container path {
  fill: #110066;
}

[data-status=Complété] .episodes-container {
  background: rgba(194, 234, 186, 0.3);
  color: #2E6D22;
}
[data-status=Complété] .episodes-container path {
  fill: #2E6D22;
}

[data-status=Abandonné] .episodes-container {
  background: rgba(242, 125, 125, 0.3);
  color: #4A0808;
}
[data-status=Abandonné] .episodes-container path {
  fill: #4A0808;
}

.fiche-anime .watchlist-item-header img {
  border-radius: 12px;
  width: 154px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fiche-anime .watchlist-info {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}
.fiche-anime .watchlist-info .note-episodes-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fiche-anime .watchlist-info .note-episodes-container .ratings-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 3px 0;
}
.fiche-anime .watchlist-info .note-episodes-container .ratings-container .personal-rating,
.fiche-anime .watchlist-info .note-episodes-container .ratings-container .average-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.fiche-anime .watchlist-info .note-episodes-container .ratings-container .personal-rating svg,
.fiche-anime .watchlist-info .note-episodes-container .ratings-container .average-rating svg {
  height: 20px;
}
.fiche-anime .watchlist-info h4 {
  font-size: 15px;
  height: auto !important;
  line-height: 1.3em;
  text-align: center;
}
.fiche-anime .watchlist-info .episodes-container {
  display: flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-radius: 50px;
  max-width: 150px;
}
.fiche-anime .watchlist-info .episodes-container p {
  display: flex;
  align-items: center;
  gap: 0px;
  line-height: 14px;
  font-weight: 700;
}
.fiche-anime .watchlist-info .episodes-container p a {
  height: 15px;
}
.fiche-anime .watchlist-info .episodes-container p .ep {
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}
.fiche-anime .watchlist-info .current-personnal-rating {
  color: #0A0449;
  font-weight: 900;
}
.fiche-anime .watchlist-info .current-personnal-rating {
  font-size: 21px;
}
.fiche-anime .watchlist-info .saison {
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .average-rating-value {
    font-size: 14px;
  }
  .fiche-anime .watchlist-info h4 {
    text-align: left;
  }
}
.fadeOutUp {
  animation: fadeOutUp 0.1s forwards;
}

.fadeInUp {
  animation: fadeInUp 0.1s forwards;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 842px) {
  .watchlist-item {
    flex-direction: row !important;
    width: 100% !important;
    padding-bottom: 0;
    padding: 0;
  }
  .watchlist-item .watchlist-item-header {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .watchlist-item .watchlist-item-header a {
    display: flex;
  }
  .watchlist-item .watchlist-item-header img {
    border-radius: 5px;
    width: 70.5px;
    height: 100px;
    margin: 5px;
  }
  .watchlist-item .watchlist-info {
    width: 90%;
    gap: 0 !important;
    padding: 10px;
    padding-left: 12px !important;
    justify-content: space-around;
  }
  .watchlist-item .watchlist-info h4 {
    font-size: 15px;
    height: auto !important;
    line-height: 1.3em;
    text-align: left;
  }
  .watchlist-item .watchlist-info .note-episodes-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .watchlist-item .watchlist-info .note-episodes-container .personal-rating svg {
    width: 16px;
  }
  .watchlist-item .watchlist-info .current-personnal-rating {
    font-size: 18px !important;
  }
  .watchlist-item .toggle-form-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 100px;
    padding: 4px 10px 0px 15px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .watchlist-item .info-title-saison {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 87%;
  }
  .watchlist-item .info-title-saison h4 {
    width: 100%;
    text-align: left;
  }
}
/*------------------------------------------Formulaire---------------------------------*/
.anime-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 700;
}
.anime-form label {
  color: #0A0449;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 842px) {
  .anime-form label {
    font-size: 15px;
  }
}
.anime-form p {
  margin-bottom: 0;
}
.anime-form input {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px;
  color: #0A0449;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 900;
  line-height: 1em;
  width: auto;
  transition: 0.5s ease;
  text-align: center;
  margin-left: 5px;
}
.anime-form input[type=number]::-webkit-inner-spin-button, .anime-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.anime-form input[type=number] {
  -moz-appearance: textfield;
}
.anime-form select {
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: #0A0449;
  background-color: #ffffff;
  font-family: "Glacial Indifference";
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  width: 80px;
  height: 40px;
  box-sizing: content-box;
  transition: 0.5s ease;
  text-align: center;
  margin-left: 5px;
  background-image: url("https://shxnen.com/wp-content/uploads/2024/08/polygon.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 7.5px;
}

.episodes-vus-container .slider-episodes,
.episodes-vus-container .slider-rating,
.note-container .slider-episodes,
.note-container .slider-rating {
  margin-top: 15px;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.03);
}

.label-input {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.label-input svg {
  width: 25px;
  height: 25px;
}

.input-container {
  display: flex;
  align-items: center;
  gap: 3px;
}

.input-container-star {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-container-star input {
  width: 80px;
}

.select-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.status-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.status-option {
  display: flex;
  padding: 8px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #0A0449;
  color: #0A0449;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  transition: 0.4s ease;
  cursor: pointer;
}

@media screen and (min-width: 1148px) {
  .status-option {
    padding: 6px 12px;
    font-size: 10px;
  }
  #watchlist-form .status-option {
    padding: 8px 26px;
    font-size: 11px;
  }
}
/* Styles des statuts (corrigé) */
.en-cours.selected {
  background-color: #FFC999;
  border: 1px solid #FFC999;
  color: #783F0C;
}
.en-cours.selected path {
  fill: #783F0C;
}
.en-cours path {
  fill: #0A0449;
}

.en-pause.selected {
  background-color: #DCD4D1;
  border: 1px solid #DCD4D1;
  color: #51433D;
}
.en-pause.selected path {
  fill: #51433D;
}
.en-pause path {
  fill: #0A0449;
}

.abandonne.selected {
  background-color: #F27D7D;
  border: 1px solid #F27D7D;
  color: #4A0808;
}
.abandonne.selected path {
  fill: #4A0808;
}
.abandonne path {
  fill: #0A0449;
}

.complete.selected {
  background-color: #C2EABA;
  border: 1px solid #C2EABA;
  color: #2E6D22;
}
.complete.selected path {
  fill: #2E6D22;
}
.complete path {
  fill: #0A0449;
}

.a-regarder-plus-tard.selected {
  background-color: #C9BEFF;
  border: 1px solid #C9BEFF;
  color: #110066;
}
.a-regarder-plus-tard.selected path {
  fill: #110066;
}
.a-regarder-plus-tard path {
  fill: #0A0449;
}

.save-anime-fields {
  font-size: 16px !important;
  margin-top: 20px !important;
  display: block;
  margin: 0 auto;
}

.delete-anime {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: rgba(10, 4, 73, 0.6);
  transition: 0.2s ease;
  cursor: pointer;
}
.delete-anime:hover {
  font-weight: 800;
  color: #0A0449;
}

.lottie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100vw !important;
  height: 100vh !important;
  border-radius: 0 !important;
}

.lottie-add-button {
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.visible {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.anime-form-header {
  display: none;
}

#watchlist-form {
  overflow: hidden;
  overflow-y: auto;
}
#watchlist-form .anime-form-topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  background: linear-gradient(180deg, rgba(31, 28, 44, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
#watchlist-form .anime-form-header .form-thumbnail {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  transform-origin: center top; /* L'échelle se fera à partir du haut */
  will-change: transform, opacity, filter; /* Optimisation pour les transformations et filtres */
  transition: transform 0.1s linear, opacity 0.1s linear, filter 0.1s linear; /* Transitions douces */
  margin: 0;
  border-radius: 0;
}
#watchlist-form .anime-form-content {
  margin-top: 450px;
  display: flex;
  gap: 20px;
  position: relative;
  flex-direction: column;
  /* Si nécessaire pour son positionnement dans le parent */
}
#watchlist-form .anime-form-content .form-title {
  color: #0A0449;
  font-size: 24px;
  line-height: 1.2em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 86.4px;
  width: 100%;
  padding: 0px 30px;
  position: relative;
  z-index: 10;
}
#watchlist-form .anime-form-content .form-image-background-container {
  height: 140% !important;
  width: 120% !important;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 26%);
  height: 100%; /* Ajuste en fonction des besoins */
  width: 100%; /* Ajuste selon le layout */
}
#watchlist-form .anime-form-content .form-image-background-container .form-image-background {
  height: 90% !important;
  width: 100% !important;
  opacity: 0.8;
  filter: blur(25px) brightness(0.7) saturate(200%);
  mix-blend-mode: hard-light;
  transform: scale(1.5);
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#watchlist-form .anime-form-content .anime-form {
  padding: 0px 30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 842px) {
  #watchlist-form {
    overflow-y: hidden;
    height: 60vh;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  #watchlist-form .anime-form-topbar {
    display: none;
  }
  #watchlist-form .anime-form-header {
    width: 50%;
    height: 100%;
    margin-bottom: 0;
  }
  #watchlist-form .anime-form-header .form-thumbnail {
    position: static !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  #watchlist-form .anime-form-content {
    margin-top: 30px;
    width: 50%;
    display: flex;
    gap: 20px;
    position: relative;
    flex-direction: column;
  }
  #watchlist-form .anime-form-content .form-image-background-container {
    overflow: hidden;
    bottom: -20%;
  }
}

.add-to-list-icon {
  width: 16px;
}

/* Pop-up Formulaire */
.popup-form,
.popup-form2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 10001;
  width: 100%;
  height: 60vh;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  border-radius: 20px;
}

.popup-form {
  max-width: 775px;
}

.popup-form2 {
  max-width: 600px;
}

@media screen and (max-width: 842px) {
  .popup-form {
    height: 100%;
    border-radius: 0px;
  }
  .popup-form2 {
    top: 0%;
    right: 0%;
    left: auto;
    transform: none;
    width: 75%;
    height: 100%;
    border-radius: 0;
  }
}
/* Overlay for Pop-ups */
.body-no-scroll {
  overflow: hidden;
}

.confirm-overlay,
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: block;
  cursor: pointer;
}

.popup-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Fond plus sombre pour un effet dramatique */
  z-index: 10000;
  display: block;
  cursor: pointer; /* Permet de fermer en cliquant dessus */
}

/* Popup confirmation DELETE */
.confirm-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 100001;
  display: block;
  text-align: center;
}
.confirm-box p {
  margin-bottom: 20px;
  font-family: "Roboto";
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 800;
  color: #0A0449;
}
.confirm-box button {
  margin: 0 10px;
  padding: 10px 20px;
  font-family: "Roboto";
  background-color: #C9BEFF;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.confirm-box button.confirm-no {
  background-color: #cccccc;
}
.confirm-box button.confirm-no:hover {
  background-color: #999999;
}
.confirm-box button.confirm-yes {
  font-weight: 800;
}
.confirm-box button.confirm-yes:hover {
  background-color: #B8B0DE;
}

/* Slider Styles */
.ui-slider {
  margin: 20px 0;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50px;
  position: relative;
  border: none !important;
}
.ui-slider .ui-slider-range {
  background-color: #3f51b5;
  border-radius: 50px;
}
.ui-slider .ui-state-default {
  border: none !important;
}
.ui-slider .ui-slider-handle {
  background-color: #ffffff;
  border: 2px solid #3f51b5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: -5.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ui-slider .ui-slider-handle:active {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.slider-episodes .ui-slider-range {
  background: #C9BEFF;
  margin-top: -1px;
  height: 110%;
  border: none;
  transition: all 0.3s ease;
}
.slider-episodes .ui-slider-handle:hover,
.slider-episodes .ui-slider-handle:focus {
  background-color: #C9BEFF;
  border-color: #C9BEFF;
  transform: scale(1.2);
}

.slider-rating .ui-slider-range {
  background: #FFC999;
  margin-top: -1px;
  height: 110%;
  border: none;
  transition: all 0.3s ease;
}
.slider-rating .ui-slider-handle:hover,
.slider-rating .ui-slider-handle:focus {
  background-color: #FFC999;
  border-color: #FFC999;
  transform: scale(1.2);
}

@media screen and (min-width: 842px) {
  .fiche-anime .watchlist-info .saison {
    display: none;
  }
}
@media screen and (max-width: 842px) {
  .watchlist-item-header {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .watchlist-info {
    width: 90%;
    gap: 0 !important;
    padding: 10px;
    padding-left: 12px !important;
    justify-content: space-around;
  }
  .watchlist-info h4 {
    font-size: 15px;
    height: auto !important;
    line-height: 1.3em;
  }
  .watchlist-info .note-episodes-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .watchlist-info .note-episodes-container p {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .watchlist-info .episodes-container {
    padding: 2px 10px 2px 12px;
  }
  .watchlist-info .episodes-container p {
    font-size: 14px;
  }
  .watchlist-info .note-episodes-container .personal-rating svg {
    width: 16px;
  }
  .watchlist-info .current-personnal-rating {
    font-size: 18px !important;
  }
  .toggle-form-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 100px;
    padding: 4px 10px 0px 15px;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    cursor: pointer;
  }
  .watchlist-item {
    flex-direction: row !important;
    width: 100% !important;
    padding: 0;
  }
  .info-title-saison {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 87%;
  }
  .info-title-saison h4 {
    width: 100%;
    text-align: left;
  }
}
/* Styles de base pour le formulaire */
#anime-review-form-container {
  /* Vos styles */
}

.form-slide {
  display: none;
}

.form-slide.active {
  display: block;
}

/* Styles pour la barre de progression */
#progress-bar {
  /* Vos styles */
}

#progress-fill {
  /* Vos styles */
}

/* Styles pour le composant de notation par étoiles personnalisé */
.shonen-star-rating {
  display: flex;
  flex-direction: row-reverse; /* Inverse l'ordre des étoiles */
  justify-content: center;
  align-items: center;
}

.shonen-star {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/uploads/2024/12/star-outline.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.shonen-star:hover,
.shonen-star:hover ~ .shonen-star,
.shonen-star.selected,
.shonen-star.selected ~ .shonen-star {
  background-image: url("/wp-content/uploads/2024/12/star-filled.svg");
}

/* Styles pour les tags */
.tags {
  display: flex;
  flex-wrap: wrap;
}

.tag {
  padding: 5px 10px;
  margin: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
}

.tag.selected {
  background-color: #3f51b5;
  color: #fff;
}/*# sourceMappingURL=shonen.css.map */