:root {
  --primary-purple: #7b76de;
  --primary-purple-light: rgba(125, 120, 222, 0.734);
  --accent-pink: #ec4899;
  --bg-dark: rgb(15, 23, 42);
  --bg-menu: hsla(246, 35%, 20%, 0.9);
  --text-muted: #ccc;
  --shadow-neon: 1px 1px 35px #4976ff;
  --blur-light: blur(5px);
  --blur-heavy: blur(10px);
  --audio-bg: linear-gradient(135deg, #667eea3d 0%, #764ba200 100%);
  --progress: "0%";
  --value: 0;
  --stripe-color: rgba(100, 100, 0, 0.82);
  --stripe-thickness: 2px;
  --stripe-gap: 8px;
  --stripes-horizontal: repeating-linear-gradient(
        0deg,
        transparent 0 calc(var(--stripe-gap) - var(--stripe-thickness)),
        var(--stripe-color) calc(var(--stripe-gap) - var(--stripe-thickness)) calc(var(--stripe-gap))
    );
  --stripes-vertical: repeating-linear-gradient(
        90deg,
        transparent 0 calc(var(--stripe-gap) - var(--stripe-thickness)),
        var(--stripe-color) calc(var(--stripe-gap) - var(--stripe-thickness)) calc(var(--stripe-gap))
    );
  --stripes-diag-45: repeating-linear-gradient(
        45deg,
        transparent 0 calc(var(--stripe-gap) - var(--stripe-thickness)),
        var(--stripe-color) calc(var(--stripe-gap) - var(--stripe-thickness)) calc(var(--stripe-gap))
    );
  --stripes-diag--45: repeating-linear-gradient(
        -45deg,
        transparent 0 calc(var(--stripe-gap) - var(--stripe-thickness)),
        var(--stripe-color) calc(var(--stripe-gap) - var(--stripe-thickness)) calc(var(--stripe-gap))
    );
}

header.sticky {
  box-shadow: 2px 2px 15px -1px #0000008a;
}

.background-blur {
  background-color: rgba(38, 33, 69, 0.7);
  backdrop-filter: var(--blur-light);
}

.divider {
  --tw-divide-opacity: 1;
}

.nodivider {
  --tw-divide-opacity: 0 !important;
}

.alpha07 {
  opacity: 0.7;
}

.noMargin {
  margin: 1.5rem auto 0 !important;
  line-height: 2rem;
}

.menu_ul a {
  color: var(--text-muted);
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
}

.menu_ul li:hover a,
.menu_ul a {
  text-decoration: none;
}

.menu_ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: var(--primary-purple-light);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.menu_ul a:hover::after,
.menu_ul a:focus::after {
  opacity: 1;
}

.menu_ul a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: var(--primary-purple);
  border-radius: 2px;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.menu_ul a[aria-current="page"].visible::after {
  transform: scaleX(1);
}

.wrap-menu-base {
  justify-content: center;
}

.wrap-menu-top {
  font-size: 1.6rem;
  padding-left: 15%;
  margin-top: 0;
  background-color: var(--bg-menu) !important;
  backdrop-filter: var(--blur-heavy);
  margin-bottom: 0;
}

.wrap-menu-top li {
  padding-top: clamp(0.1rem, 1vh, 20%);
  padding-bottom: clamp(0.1rem, 5vh, 20%);
}

.wrap_article {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 4px #6b5dd0;
}

.art-wrap,
.wrap_aside {
  margin-bottom: 2rem;
}

.hub-header {
  padding: 4rem 0 4rem;
  margin: 0;
}

.hub-header .h1 {
  margin: 1rem auto;
}

.hub-header h4 {
  margin: -0.5rem auto 0.5rem auto;
}

.hub-header.cat {
  padding: 3rem 0 4rem;
}

.hub-header.tag {
  padding: 3rem 0 4.25rem;
}

.hub-header.arch {
  padding: 3.5rem 0 3.5rem;
}

.hub-header.neon {
  padding: 4rem 0 2.75rem;
}

.hub-header.neon h1 {
  color: rgba(255, 255, 255, 0.75);
  text-shadow: var(--shadow-neon);
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.btn.hub {
  position: absolute;
  left: 50%;
  top: -1.2rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.9) !important;
  width: 6rem;
  text-align: center;
  padding: 0.5rem;
  display: block;
}

.btn.hub:hover {
  text-decoration: none;
}

.btn.active {
  background-color: var(--primary-purple);
  outline: 3px solid var(--accent-pink);
  outline-offset: -3px;
}

.goTopButton {
  position: absolute;
  right: 3%;
  top: -2rem;
  background: #b91366;
  padding: 0.6rem;
  border-radius: 50%;
  text-decoration: none !important;
  display: none;
}

.goTopButton:hover {
  background: #ec4699;
}

.debord .goTopButton {
  display: block;
}

.gotoHub {
  position: absolute;
  top: -4rem;
  margin-left: 1rem;
  opacity: 0.8;
}

.gotoHub a {
  padding: 0;
  display: block;
}

.gotoHub.cat {
  top: -3rem;
}

.gotoHub.tag {
  top: -3rem;
}

.gotoHub.arch {
  top: -4rem;
}

.gotoHub.hackpos {
  top: -2rem;
}

.archPadTop {
  margin-top: 0.5rem;
}

.hubPadTop {
  margin-top: -0.75rem;
}

.tagPadTop {
  margin-top: -0.75rem;
}

.catPadTop {
  margin-top: -0.75rem;
}

.marker {
  background-color: #d900a39c;
  padding: 0 0.1rem;
}

.my-img_art_loop,
.plx_content img,
img.fullWidth {
  width: 100%;
  height: initial;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

article.mylink {
  padding: 0;
  border-radius: 0.3rem;
  background-color: var(--bg-dark);
  margin-bottom: 4rem;
}

article.mylink .art_thumbnail {
  width: 100%;
}

article.mylink.editorFrame {
  margin-bottom: 3rem;
  padding: 0 0 2rem;
}

article.mylink.editorFrame .plx_content,
article.mylink.editorFrame .commentFrame {
  padding: 1.2rem 4% 0;
}

article.mylink.editorFrame .commentFrame input,
article.mylink.editorFrame .commentFrame textarea {
  background-color: #000;
}

.archive_block_img {
  background-color: rgba(169, 169, 169, 0.16);
  overflow: hidden;
}

.archive_block_img img:hover {
  filter: none !important;
}

nav.pagination.nav1 {
  margin: 0 auto 6rem;
}

nav.pagination.nav2 {
  display: none;
}

nav.pagination a {
  padding: 0.5rem 0.8rem;
}

nav.pagination {
  margin: 4rem auto;
}

nav.pagination a,
nav.pagination span {
  font-size: clamp(1rem, 4cqw, 1.1rem);
}

html:has(> .cke_editable) {
  font-size: 75%;
  color: var(--text-muted);
  background-color: #0f172a;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.cke_editable .audioBox:hover::after,
.cke_editable .videoBox:hover::after,
.cke_editable .iframeBox:hover::after,
.cke_editable .imageBox:hover::after {
  position: absolute;
  left: -0.2rem;
  right: -0.2rem;
  top: -1.5rem;
  height: 1.7rem;
  background: #e71a1a66;
  display: block;
  content: "";
}

.cke_editable,
.editorFrame {
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  /* si p n'est pas suivi d'un autre p */
}

.cke_editable a,
.editorFrame a {
  color: #9393e8;
  text-decoration-line: none;
  text-underline-offset: 4px;
}

.cke_editable a:hover,
.editorFrame a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.cke_editable > a,
.editorFrame > a {
  overflow: hidden;
  display: block;
}

.cke_editable hr,
.cke_editable .hr,
.editorFrame hr,
.editorFrame .hr {
  margin: 2rem auto;
  height: 0.125rem;
  width: 50%;
  border: none;
  border-radius: 0.25rem;
  background-color: #3f3976;
}

.cke_editable h1,
.editorFrame h1 {
  font-size: 2.25rem;
  margin: 3rem 0 1.5rem;
  line-height: 1.3;
}

.cke_editable h2,
.editorFrame h2 {
  font-size: 2rem;
  margin: 2rem 0 1.5rem;
  line-height: 1.3;
}

.cke_editable h3,
.editorFrame h3 {
  font-size: 1.75rem;
  margin: 2.125rem 0 1.5rem;
  line-height: 1.3;
}

.cke_editable h4,
.editorFrame h4 {
  font-size: 1.4rem;
  margin: 1.7rem 0 1rem;
  line-height: 1.3;
}

.cke_editable h5,
.editorFrame h5 {
  font-size: 1.2rem;
  margin: 1.5rem 0 1.1rem;
  line-height: 1.3;
}

.cke_editable h6,
.editorFrame h6 {
  font-size: 1.1rem;
  margin: 1.5rem 0 1rem;
  line-height: 1.125;
}

.cke_editable p,
.editorFrame p {
  margin: 1.5rem 0;
  overflow-wrap: break-word;
}

.cke_editable p.align-left,
.editorFrame p.align-left {
  text-align: left;
}

.cke_editable p.align-center,
.editorFrame p.align-center {
  text-align: center;
}

.cke_editable p.align-right,
.editorFrame p.align-right {
  text-align: right;
}

.cke_editable p.align-justify,
.editorFrame p.align-justify {
  text-align: justify;
}

.cke_editable p:not(:has(+ p)),
.editorFrame p:not(:has(+ p)) {
  margin-bottom: 2rem;
}

.cke_editable figure,
.editorFrame figure {
  display: block;
  position: relative;
  margin: 3rem auto 3.5rem;
  container-type: inline-size;
  line-height: 0;
}

.cke_editable figure.audioBox,
.editorFrame figure.audioBox {
  aspect-ratio: unset;
}

.cke_editable figure figcaption,
.editorFrame figure figcaption {
  font-size: clamp(0.8rem, 2vw, 1.15rem);
  font-size: clamp(0.8rem, 2cqw, 1.15rem);
  opacity: 0.8;
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  font-style: italic;
  line-height: 1.5;
}

.cke_editable figure.caption-banner figcaption,
.editorFrame figure.caption-banner figcaption {
  position: absolute;
  box-sizing: border-box;
  background-color: #6a63d1d2;
  backdrop-filter: blur(5px);
  line-height: 1.3;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  bottom: 2.5vmin;
  padding: 3%;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  font-size: 3cqw;
  font-style: normal;
  display: flex;
  align-items: center;
  opacity: 1;
}

.cke_editable figure.caption-stamp figcaption,
.editorFrame figure.caption-stamp figcaption {
  position: absolute;
  box-sizing: content-box;
  display: flex;
  color: #b91366;
  border: 0.2rem solid #b91366;
  line-height: 1.2;
  left: unset;
  bottom: unset;
  top: 15%;
  right: 15%;
  width: auto;
  height: auto;
  max-width: 45%;
  aspect-ratio: 5/1;
  margin: 0;
  padding: 2%;
  opacity: 1;
  align-items: center;
  border-radius: 0.5rem;
  font-size: 3.5cqw;
  font-style: normal;
  text-align: center;
  font-family: cursive;
  text-wrap: wrap;
  font-variant-caps: small-caps;
  transform: translate(50%, -50%) rotate(30deg);
  filter: blur(0.5px);
}

.cke_editable figure.caption-badge figcaption,
.editorFrame figure.caption-badge figcaption {
  position: absolute;
  box-sizing: content-box;
  display: flex;
  background-color: #b91366;
  line-height: 1.2;
  left: unset;
  bottom: unset;
  top: -10%;
  right: -3%;
  width: auto;
  height: auto;
  max-width: 20%;
  aspect-ratio: 1;
  margin: 0;
  padding: 2%;
  font-size: 1rem;
  font-style: normal;
  opacity: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 3px 3px 5px 0px #00000085;
  font-size: 4cqw;
  flex-wrap: wrap;
  text-align: center;
  font-family: cursive;
}

.cke_editable figure.caption-stamp figcaption,
.editorFrame figure.caption-stamp figcaption {
  top: 15%;
  right: 12%;
  max-width: 25%;
  font-style: normal;
  transform: translate(50%, -50%) rotate(30deg);
  filter: blur(0.5px);
}

.cke_editable figure video,
.cke_editable figure img,
.cke_editable figure iframe,
.editorFrame figure video,
.editorFrame figure img,
.editorFrame figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
}

.cke_editable figure img.fit-cover,
.editorFrame figure img.fit-cover {
  object-fit: cover !important;
}

.cke_editable figure img.fit-contain,
.editorFrame figure img.fit-contain {
  object-fit: contain !important;
}

.cke_editable figure img.fit-none,
.editorFrame figure img.fit-none {
  object-fit: none !important;
}

.cke_editable figure img.frame-soft,
.editorFrame figure img.frame-soft {
  border-radius: 6px;
  border-radius: 0.8vmin;
}

.cke_editable figure img.frame-round,
.editorFrame figure img.frame-round {
  border-radius: 50%;
}

.cke_editable figure.sizing-tiny,
.editorFrame figure.sizing-tiny {
  width: 30%;
  max-width: 25rem;
}

.cke_editable figure.sizing-small,
.editorFrame figure.sizing-small {
  width: 45%;
  max-width: 35rem;
}

.cke_editable figure.sizing-medium,
.editorFrame figure.sizing-medium {
  width: 80%;
  max-width: 65rem;
}

.cke_editable figure audio,
.editorFrame figure audio {
  width: 100%;
  margin: 1rem auto;
}

.cke_editable ul,
.editorFrame ul {
  list-style: none;
  padding: 0;
}

.cke_editable ul li,
.editorFrame ul li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0;
}

.cke_editable ul li::before,
.editorFrame ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: no-repeat center/contain url("/check1.svg");
  margin-top: 3px;
}

.cke_editable ol,
.editorFrame ol {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
}

.cke_editable ol li,
.editorFrame ol li {
  counter-increment: my-counter;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 0.5rem 0;
}

.cke_editable ol li::before,
.editorFrame ol li::before {
  content: counter(my-counter) ".";
  color: var(--primary-purple);
  font-weight: 600;
  width: 1.5rem;
  text-align: right;
  flex: 0 0 1.5rem;
  font-family: cursive;
}

.cke_editable .bsflex,
.editorFrame .bsflex {
  display: flex;
  justify-content: space-evenly;
  gap: 4rem;
  padding: 0;
  margin: 2rem 0;
  flex-wrap: wrap;
  align-items: center;
}

.cke_editable .bsflex.subToTop,
.editorFrame .bsflex.subToTop {
  align-items: start;
}

.cke_editable .bsflex.subToBottom,
.editorFrame .bsflex.subToBottom {
  align-items: end;
}

.cke_editable .bsflex.colFirstSmall,
.editorFrame .bsflex.colFirstSmall {
  gap: 3rem;
}

.cke_editable .bsflex.colFirstSmall .subflex:first-child,
.editorFrame .bsflex.colFirstSmall .subflex:first-child {
  flex: 6%;
  flex: clamp(2rem, 10%, 10rem);
}

.cke_editable .bsflex.colLastSmall,
.editorFrame .bsflex.colLastSmall {
  gap: 5%;
}

.cke_editable .bsflex.colLastSmall .subflex:last-child,
.editorFrame .bsflex.colLastSmall .subflex:last-child {
  flex: 6%;
  flex: clamp(2rem, 10%, 10rem);
}

.cke_editable .bsflex figure,
.editorFrame .bsflex figure {
  margin: auto;
}

.cke_editable .bsflex > *,
.editorFrame .bsflex > * {
  flex: auto;
  width: 45%;
  margin: 0;
}

.cke_editable .bsflex .subflex > *:first-child,
.editorFrame .bsflex .subflex > *:first-child {
  margin-top: auto;
}

.cke_editable .bsflex .subflex > *:last-child,
.editorFrame .bsflex .subflex > *:last-child {
  margin-bottom: auto;
}

.cke_editable .bsflex .subflex.cke_widget_editable,
.editorFrame .bsflex .subflex.cke_widget_editable {
  outline: 3px dotted var(--stripe-color);
  background: var(--bg-dark);
}

.cke_editable .bsflex.cke_widget_element,
.editorFrame .bsflex.cke_widget_element {
  background-image: var(--stripes-diag-45);
  background-color: transparent;
}

.cke_editable .opaque,
.editorFrame .opaque {
  padding: 1.5rem;
  background: rgba(123, 118, 222, 0.4);
  margin: 2rem auto;
  border-radius: 0.2rem;
}

.cke_editable .blockquote,
.cke_editable blockquote,
.editorFrame .blockquote,
.editorFrame blockquote {
  padding: 1.5rem 1rem 1.5rem 2rem;
  line-height: 2;
  font-style: italic;
  background-color: rgba(123, 118, 222, 0.2);
  border-left: 0.5rem solid rgba(236, 72, 153, 0.97);
  margin: auto;
}

.cke_editable .columns-container,
.editorFrame .columns-container {
  column-width: 25rem;
  column-gap: 4rem;
  column-rule: 0.2rem solid #6b5dd0;
  margin: 3rem 0;
  hyphens: auto;
}

.cke_editable .columns-container p,
.editorFrame .columns-container p {
  margin: 0 0 1rem 0;
}

.cke_editable .columns-container p:last-child,
.editorFrame .columns-container p:last-child {
  margin: 0;
}

.cke_editable .audio-widget,
.editorFrame .audio-widget {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0.6rem;
  background: var(--audio-bg);
  border-radius: 8px;
  max-width: 100%;
  margin: 0;
  height: 4rem;
  color: #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  container-type: inline-size;
}

.cke_editable .audio-widget .audio-play-btn,
.cke_editable .audio-widget .audio-volume-btn,
.editorFrame .audio-widget .audio-play-btn,
.editorFrame .audio-widget .audio-volume-btn {
  background: rgba(217, 0, 163, 0.612);
  color: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s;
}

.cke_editable .audio-widget .audio-play-btn,
.editorFrame .audio-widget .audio-play-btn {
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cke_editable .audio-widget .audio-volume-btn,
.editorFrame .audio-widget .audio-volume-btn {
  width: 34px;
  height: 34px;
  font-size: 16px;
  padding: 1px;
}

.cke_editable .audio-widget .audio-progress-container,
.editorFrame .audio-widget .audio-progress-container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: 3rem;
  padding: 0 1%;
  flex-wrap: wrap;
}

.cke_editable .audio-widget .audio-progress-bar,
.editorFrame .audio-widget .audio-progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  flex: 1;
  position: relative;
  margin: 0;
  min-width: 2.5rem;
}

.cke_editable .audio-widget .audio-progress-bar::before,
.editorFrame .audio-widget .audio-progress-bar::before {
  content: "";
  display: block;
  height: 100%;
  width: var(--progress, 0%);
  background: #ccc;
  transition: width 0.1s linear;
}

.cke_editable .audio-widget .audio-current-time,
.cke_editable .audio-widget .audio-duration,
.editorFrame .audio-widget .audio-current-time,
.editorFrame .audio-widget .audio-duration {
  color: white;
  font-size: 12px;
  min-width: 35px;
  text-align: center;
}

.cke_editable .audio-widget .audio-volume-container,
.editorFrame .audio-widget .audio-volume-container {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin: 0;
}

.cke_editable .audio-widget .audio-volume-slider,
.editorFrame .audio-widget .audio-volume-slider {
  width: 60px;
  height: 4px;
  background: transparent;
  cursor: pointer;
}

.cke_editable .audio-widget .audio-volume-slider::-moz-range-track,
.editorFrame .audio-widget .audio-volume-slider::-moz-range-track {
  background-color: rgba(123, 118, 222, 0.5);
  height: 4px;
}

.cke_editable .audio-widget .audio-volume-slider::-moz-range-thumb,
.editorFrame .audio-widget .audio-volume-slider::-moz-range-thumb {
  background: var(--primary-purple);
  border: 3px solid var(--primary-purple);
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
}

.cke_editable .audio-widget .audio-volume-slider::-webkit-slider-runnable-track,
.editorFrame .audio-widget .audio-volume-slider::-webkit-slider-runnable-track {
  height: 6px;
  background: rgba(123, 118, 222, 0.35);
  border-radius: 3px;
}

.cke_editable .audio-widget .audio-volume-slider::-webkit-slider-thumb,
.editorFrame .audio-widget .audio-volume-slider::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  background: var(--primary-purple);
  border: 2px solid var(--primary-purple);
  border-radius: 50%;
  margin-top: -6px;
  cursor: pointer;
}

.cke_editable .audio-widget .audio-volume-slider::-webkit-slider-thumb:hover,
.editorFrame .audio-widget .audio-volume-slider::-webkit-slider-thumb:hover {
  background: #6a63d1;
  border-color: #6a63d1;
}

@container (max-width: 20rem) {
  .audio-volume-slider {
    display: none;
  }
  .audio-duration {
    display: none;
  }
}

div.rating-box {
  margin: 3rem auto;
  padding: 1rem 6%;
  background-color: rgba(53, 47, 67, 0.5);
  color: #ddd;
  border-radius: 0.5rem;
  font-weight: 700;
}

div.rating-box h3 {
  margin: 1rem auto 2rem 0.5rem;
}

div.rating-box p {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

div.rating-box p:nth-child(odd) {
  background-color: rgba(236, 72, 153, 0.3);
}

div.rating-box p:nth-child(even) {
  background-color: rgba(106, 93, 208, 0.3);
}

div.rating-box span {
  flex: 8;
}

div.rating-box img {
  flex: 1;
  height: clamp(1rem, 5vw, 1.5rem);
  aspect-ratio: 1;
  object-fit: contain;
}

div.card {
  margin: 2.5rem auto;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(106, 93, 208, 0.2);
  border: 0.1rem solid #6a5dd0;
  border-radius: 0.5rem;
}

div.card img {
  flex-shrink: 0;
  height: 4rem;
  width: auto;
  aspect-ratio: 1;
  margin: 0.3rem 0.5rem;
  padding: 0.3rem;
  border-radius: 50%;
}

div.bsgrid {
  --gridWidth: 10rem;
  margin: 2rem auto;
  display: grid;
  grid-gap: 2rem;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(var(--gridWidth), 1fr));
  align-items: center;
}

div.bsgrid.subToTop {
  align-items: start;
}

div.bsgrid.subToBottom {
  align-items: end;
}

div.bsgrid .subdiv {
  width: 100%;
  margin: 0;
  aspect-ratio: auto;
}

div.bsgrid .subdiv p,
div.bsgrid .subdiv h1,
div.bsgrid .subdiv h2,
div.bsgrid .subdiv h3,
div.bsgrid .subdiv h4,
div.bsgrid .subdiv h5,
div.bsgrid .subdiv h6 {
  line-height: 1.5;
}

div.bsgrid .subdiv p.align-left,
div.bsgrid .subdiv h1.align-left,
div.bsgrid .subdiv h2.align-left,
div.bsgrid .subdiv h3.align-left,
div.bsgrid .subdiv h4.align-left,
div.bsgrid .subdiv h5.align-left,
div.bsgrid .subdiv h6.align-left {
  text-align: left;
}

div.bsgrid .subdiv p.align-center,
div.bsgrid .subdiv h1.align-center,
div.bsgrid .subdiv h2.align-center,
div.bsgrid .subdiv h3.align-center,
div.bsgrid .subdiv h4.align-center,
div.bsgrid .subdiv h5.align-center,
div.bsgrid .subdiv h6.align-center {
  text-align: center;
}

div.bsgrid .subdiv p.align-right,
div.bsgrid .subdiv h1.align-right,
div.bsgrid .subdiv h2.align-right,
div.bsgrid .subdiv h3.align-right,
div.bsgrid .subdiv h4.align-right,
div.bsgrid .subdiv h5.align-right,
div.bsgrid .subdiv h6.align-right {
  text-align: right;
}

div.bsgrid .subdiv p.align-justify,
div.bsgrid .subdiv h1.align-justify,
div.bsgrid .subdiv h2.align-justify,
div.bsgrid .subdiv h3.align-justify,
div.bsgrid .subdiv h4.align-justify,
div.bsgrid .subdiv h5.align-justify,
div.bsgrid .subdiv h6.align-justify {
  text-align: justify;
}

div.bsgrid .subdiv p:first-child,
div.bsgrid .subdiv h1:first-child,
div.bsgrid .subdiv h2:first-child,
div.bsgrid .subdiv h3:first-child,
div.bsgrid .subdiv h4:first-child,
div.bsgrid .subdiv h5:first-child,
div.bsgrid .subdiv h6:first-child {
  margin-top: 0;
}

div.bsgrid .subdiv p:last-child,
div.bsgrid .subdiv h1:last-child,
div.bsgrid .subdiv h2:last-child,
div.bsgrid .subdiv h3:last-child,
div.bsgrid .subdiv h4:last-child,
div.bsgrid .subdiv h5:last-child,
div.bsgrid .subdiv h6:last-child {
  margin-bottom: 0;
}

div.bsgrid .subdiv p.empty,
div.bsgrid .subdiv p:empty {
  margin: 0 !important;
  line-height: 0 !important;
}

div.bsgrid .subdiv.cke_widget_editable {
  outline: 2px dotted yellow;
}

div.bsgrid .subdiv.cke_widget_editable:empty,
div.bsgrid .subdiv.cke_widget_editable:has(> p:only-child:empty) {
  aspect-ratio: 16/9;
}

div.bsgrid figure {
  max-width: 100%;
  margin: auto;
  width: 100%;
  aspect-ratio: auto;
}

div.bsgrid img {
  object-fit: contain;
}

div.bsgrid figcaption {
  font-size: 0.8rem;
  width: 100%;
  padding-left: 0.3rem;
  margin: 0;
  position: initial;
  line-height: 1.5;
}

div.bsgrid .subdiv.cke_widget_editable {
  outline: 3px dotted var(--stripe-color);
  background: var(--bg-dark);
}

div.bsgrid.cke_widget_element {
  background-image: var(--stripes-diag-45);
  background-color: transparent;
}

div.evalBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem 0;
}

div.evalBox > * {
  flex: 1 1 10rem;
  min-width: 17rem;
  padding: 2rem 2rem 3rem;
  background-color: rgba(106, 93, 208, 0.25);
  border-radius: 1rem;
  line-height: 1.5;
}

div.evalBox > div > :first-child {
  margin-top: 0;
}

div.evalBox img {
  object-fit: contain;
}

div.bsgauge {
  --size: 90%;
  --cutout: 75%;
  --color: #b91366;
  --color2: #666;
  --background: #0f172a;
  position: relative;
  width: var(--size);
  max-width: 10rem;
  margin: 1rem auto;
  container-type: inline-size;
}

div.bsgauge > div {
  position: relative;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from -135deg, var(--color) calc(269deg * var(--value)), var(--color2) calc(270deg * var(--value)) 270deg, transparent 270deg);
  margin: auto;
  overflow: hidden;
}

div.bsgauge > div::before {
  content: "";
  position: absolute;
  width: var(--cutout);
  height: var(--cutout);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--background);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

div.bsgauge > span {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd;
  font-size: clamp(1.5rem, 15cqw, 2rem);
  z-index: 10;
}

div.bsgauge > h6 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 75%;
  font-size: clamp(1rem, 10cqw, 1.2rem);
  margin-bottom: 0.5rem !important;
  line-height: 1.5;
}

.cke_widget_wrapper {
  display: contents;
}

@media (min-width: 768px) {
  .wrap-menu-top {
    font-size: 1.2rem;
    background-color: transparent !important;
    backdrop-filter: unset;
    margin-bottom: 0;
  }
  .wrap-menu-top li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .art-wrap {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  article.mylink.editorFrame .plx_content,
article.mylink.editorFrame .commentFrame {
    padding: 2rem 4rem 1rem;
  }
}

@media (min-width: 1280px) {
  .hub-header {
    padding: 5rem 0;
  }
  .hub-header.cat {
    padding: 4rem 0 5.25rem;
  }
  .hub-header.tag {
    padding: 4rem 0 6.25rem;
  }
  .hub-header.arch {
    padding: 4.5rem 0 5.75rem;
  }
  .hub-header.neon {
    padding: 4rem 0 4.25rem;
  }
  .hub-header.neon h1 {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .art-wrap {
    margin: 0 1rem;
    padding: 0;
  }
  .gotoHub.cat {
    top: -4rem;
  }
  .gotoHub.tag {
    top: -4rem;
  }
  .gotoHub.arch {
    top: -4rem;
  }
  .gotoHub.hackpos {
    top: -3rem;
  }
  .archPadTop {
    margin-top: -1rem;
  }
  .hubPadTop {
    margin-top: -1rem;
  }
  .tagPadTop {
    margin-top: -1rem;
  }
  .catPadTop {
    margin-top: 0;
  }
  .art-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  nav.pagination.nav1 {
    display: none;
  }
  nav.pagination.nav2 {
    display: block;
    margin: 4rem auto 5.5rem;
  }
  .editorFrame h1 {
    font-size: 3rem;
  }
  .editorFrame h2 {
    font-size: 2.25rem;
  }
  .editorFrame h3 {
    font-size: 1.875rem;
  }
  .editorFrame h4 {
    font-size: 1.5rem;
  }
  .editorFrame h5 {
    font-size: 1.3rem;
  }
  .editorFrame h6 {
    font-size: 1.125rem;
  }
  article.mylink.editorFrame .plx_content,
article.mylink.editorFrame .commentFrame {
    padding: 2.5rem 4rem 1rem;
  }
}

@media (min-width: 1920px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:col-span-2 {
    grid-column: span 5 / span 2;
  }
  .xl\:col-span-1 {
    grid-column: span 2 / span 1;
  }
}

@media (hover: hover) {
  .editorFrame > a img:hover {
    transform: scale3d(1.33, 1.33, 1.33);
  }
  .audio-play-btn:hover,
.audio-volume-btn:hover {
    background-color: rgba(255, 51, 204, 0.612);
  }
  .gotoHub a:hover svg {
    transform: scale(1.35);
    filter: brightness(120%);
  }
}

.fadeFromRight {
  animation: entrerDepuisDroite 0.5s 0.1s both ease-out;
}

.fadeIn {
  animation: simpleFadeIn 1s;
}

@keyframes entrerDepuisDroite {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes simpleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=style2.css.map */
