@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
:root {
  --swiper-theme-color: #fff;
}

html {
  background: #202020;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 15px;
  margin: 0 auto;
  line-height: 1.3;
  color: #5B5B67;
  max-width: 1200px;
}

.container {
  overflow: hidden;
  padding: 0;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #000 !important;
  pointer-events: none;
  background-color: #45B2C5 !important;
  border-color: none;
  opacity: var(--bs-btn-disabled-opacity);
}

.btn:focus {
  background-color: #45B2C5 !important;
  color: #000 !important;
}

sup {
  top: -1em;
  font-weight: 600;
  font-size: 0.4em;
}

img {
  max-width: 100%;
  line-height: auto;
}

@media (max-width: 1023px) {
  .show-for-large {
    display: none;
  }
}

div.intro p {
  font-size: 24px;
  color: #000;
}

.color_corail {
  color: #F37F63;
  font-weight: 700;
}

b {
  font-weight: 600;
}

h1 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.25px;
  text-align: center;
}
@media (max-width: 992px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

h2 {
  color: #6022A6;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

h3 {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

#footer_p1 p {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

#footer_p2 p {
  font-size: 17px;
  line-height: 1.2;
}

.bg_purple {
  background-color: #6022A6;
}
.bg_purple.intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-purple-light {
  background-color: #f8f8f8;
}

.bg-grey {
  background-color: #ededed;
}

.img-arrow img {
  max-width: 55px;
}

:root {
  --secondary:#00c2a8;
  --secondary-600:#09a893;
  --accent:#ff8c00;
  --success:#21c274;
  --error:#ff5252;
  --warning:#ffce56;
  --bg:#0b1020;
  --surface:#121a2e;
  --surface-2:#0e152b;
  --text:#e8eefc;
  --text-muted:rgba(232,238,252,.7);
  --radius:10px;
  --shadow:0 10px 30px rgba(0,0,0,.25);
}

* {
  box-sizing: border-box;
}

a {
  color: #45B2C5;
  text-decoration: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--surface-2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
  z-index: 10;
}

#gameCards .card, #gameCardsBottom .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0;
  border: 0;
}
#gameCards .card strong, #gameCards .card p, #gameCardsBottom .card strong, #gameCardsBottom .card p {
  line-height: normal;
}
#gameCards .card h3, #gameCardsBottom .card h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
#gameCards .card p, #gameCardsBottom .card p {
  font-size: 15px;
  color: #000;
}
#gameCards .card .content, #gameCardsBottom .card .content {
  display: grid;
}
#gameCards .card .content button, #gameCardsBottom .card .content button {
  width: 150px;
  height: 150px;
  padding: 12px;
  background-color: #000;
  border-radius: 10px;
  border: 0;
  position: relative;
}
#gameCards .card .content button .icon_plus, #gameCardsBottom .card .content button .icon_plus {
  position: absolute;
  bottom: -12px;
  right: -14px;
  width: 47px;
}
#gameCards .card .content button .taquin, #gameCardsBottom .card .content button .taquin {
  max-width: 115px;
}
#gameCards .card .content button .memory, #gameCardsBottom .card .content button .memory {
  max-width: 103px;
}
#gameCards .card .content button .word, #gameCardsBottom .card .content button .word {
  max-width: 120px;
}
#gameCards .card .content button .recon, #gameCardsBottom .card .content button .recon {
  max-width: 100px;
}
#gameCards .card .content button .quizz, #gameCardsBottom .card .content button .quizz {
  max-width: 97px;
}
@media (max-width: 767px) {
  #gameCards .card .content button, #gameCardsBottom .card .content button {
    margin: auto;
  }
}
@media (max-width: 767px) {
  #gameCards .card .content > div, #gameCardsBottom .card .content > div {
    text-align: center;
  }
}

.panel {
  background: rgb(45, 45, 45);
}
.panel .intro_panel p {
  font-size: 24px;
}
.panel h2, .panel h3, .panel p, .panel label, .panel li {
  color: #fff;
}

.button {
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  background: #45B2C5;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.button.play {
  background-color: #000;
  height: 100px;
}

.button:hover {
  background: #45B2C5;
}

/* =========================================
JEUX GENERAL
========================================= */
button.replay {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  border: 3px solid #45B2C5;
  border-radius: 7px;
  padding: 2px 14px;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
button.replay:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
}

.chrono {
  border: 0;
  border-radius: 10px;
  padding: 10px 30px 10px 16px;
  background: #45B2C5;
  max-width: 400px;
}
@media (max-width: 820px) {
  .chrono {
    padding: 10px 24px 6px 16px;
    max-width: unset;
  }
}
.chrono img {
  max-width: 75px;
  margin-right: 23px;
}
@media (max-width: 820px) {
  .chrono img {
    max-width: 45px;
    margin-right: 13px;
  }
}
.chrono #timer {
  color: #000;
  font-weight: 800;
  font-size: 60px;
  font-family: "Turret Road", sans-serif;
  width: 260px;
  text-align: left;
}
@media (max-width: 820px) {
  .chrono #timer {
    font-size: 40px;
    width: 170px;
  }
}

.badge {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.back {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.footer {
  text-align: center;
  opacity: 0.7;
  padding: 30px 12px;
}

.flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chip {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

/* =========================================
TAQUIN
========================================= */
#boardWrap .previewListCards {
  padding-right: 4em;
}
@media (max-width: 820px) {
  #boardWrap .previewListCards {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 600px) {
  #boardWrap .previewListCards > div {
    text-align: center;
  }
}

.panel-taquin .intro_panel p.subtitle, .panel-taquin li {
  font-size: 24px;
}

.grid_taquin {
  display: grid;
  gap: 1px !important;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 7px solid #fff;
}

.level-card {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background: #45B2C5;
  transition: transform 0.15s ease, outline-color 0.15s ease;
  outline: 2px solid #000;
}

.level-card.active {
  outline-color: var(--primary, #45B2C5);
}

.level-thumb {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.level-caption {
  text-align: center;
  padding: 8px 10px;
  font-weight: 800;
  background: #45B2C5;
  color: #000;
}

.level-card {
  position: relative;
}

.level-check {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #19BB7C;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.level-card.done .level-check {
  opacity: 1;
  transform: scale(1);
}

/* =========================================
MEMORY
========================================= */
.memory-grid {
  display: grid;
  grid-template-columns: repeat(4, 150px);
  gap: 20px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1024px) {
  .memory-grid {
    grid-template-columns: repeat(4, 120px);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1023px) {
  .memory-grid {
    grid-template-columns: repeat(3, 120px);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 819px) {
  .memory-grid {
    grid-template-columns: repeat(3, 120px);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 767px) {
  .memory-grid {
    grid-template-columns: repeat(3, 110px);
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    row-gap: 10px;
  }
}

.mem-card {
  width: 150px;
  height: 150px;
  perspective: 800px;
}
@media (max-width: 1024px) {
  .mem-card {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .mem-card {
    width: 110px;
    height: 110px;
  }
}

.mem-card button {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.mem-inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.35s ease;
}

.mem-card.flipped .mem-inner {
  transform: rotateY(180deg);
}

.mem-face {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
  font-size: 18px;
  background: #6022A6;
  color: rgba(255, 255, 255, 0.5);
  border: 5px solid #6022A6;
}

.mem-face.back {
  transform: rotateY(180deg);
  background: #fff;
  color: #6022A6;
  border: 5px solid #45B2C5;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .mem-face.back {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .mem-face.back {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .mem-face.back {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .mem-face.back {
    font-size: 12px;
    border: 3px solid #45B2C5;
  }
}

.mem_chiffre {
  font-size: 72px;
}
@media (max-width: 1024px) {
  .mem_chiffre {
    font-size: 45px;
  }
}

.mem-text {
  text-align: left;
}

#pairMsgBody {
  padding: 15px;
}

#pairMsg {
  background-color: #E4E4E4;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
}
#pairMsg .panel-top {
  background-color: #45B2C5;
  padding: 10px 15px;
}
#pairMsg .panel-top p {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}
#pairMsg .badge {
  color: #000;
  width: 100%;
}
#pairMsg .badge a {
  color: #000;
}
#pairMsg #pairMsgBody strong {
  color: #6022A6;
  font-size: 56px;
}
#pairMsg #pairMsgBody span {
  font-weight: 400;
  font-size: 14px;
}
#pairMsg #pairMsgBody .keymsg-title {
  text-align: left;
}
#pairMsg #pairMsgBody .keymsg .mem_chiffre {
  font-size: 75px;
  font-weight: 600;
  color: #6022A6;
  text-align: left;
}
#pairMsg #pairMsgBody .keymsg .keymsg-text {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
#pairMsg #pairMsgBody .keymsg .keymsg-text a {
  color: #6022A6;
}
#pairMsg #pairMsgBody .keymsg .keymsg-text a:hover {
  color: #45B2C5;
}
@media (max-width: 767px) {
  #pairMsg {
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  div.panel.memory-wrap button.replay {
    margin-bottom: 4em;
  }
}

/* =========================================
ALPHABET SOUP
========================================= */
.panel-soup .intro_panel p.subtitle, .panel-soup li {
  font-size: 20px;
}

.alphabet-soup-game .game-columns {
  align-items: start;
  display: flex;
}

.alphabet-soup-game .game-left {
  display: grid;
  gap: 35px;
  justify-items: center;
  max-width: 520px;
}

.alphabet-soup-game .game-right {
  max-width: 470px;
}
.alphabet-soup-game .game-right * {
  color: #000;
}
.alphabet-soup-game .game-right .panel.clue {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
}
.alphabet-soup-game .game-right .panel.clue p {
  font-size: 27px;
}
.alphabet-soup-game .game-right .score-board {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 20px;
  text-align: right;
}
.alphabet-soup-game .game-right .score-board span {
  font-weight: 600;
  font-size: 27px;
}
.alphabet-soup-game .game-right .score-board #scoreValue {
  padding-left: 10px;
  font-size: 35px;
  font-family: "Turret Road", sans-serif;
  font-weight: 800;
}
.alphabet-soup-game .game-right .score-board sup {
  font-family: "Turret Road", sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.alphabet-soup-game .game-right .panel {
  background-color: #45B2C5;
}
.alphabet-soup-game .game-right .panel > div {
  color: #000;
  font-size: 20px;
}
@media (max-width: 667px) {
  .alphabet-soup-game .game-right .panel > div {
    font-size: 18px;
  }
}
.alphabet-soup-game .game-right .panel .cloze-item {
  background-color: #E4E4E4;
  padding: 10px 0 10px 10px;
  width: 100%;
  margin: 0;
}
.alphabet-soup-game .game-right .panel .cloze-item:nth-of-type(even) {
  background-color: #D4D4D4;
}
.alphabet-soup-game .game-right .panel .cloze-item div.col-2 {
  padding-left: 0;
}
.alphabet-soup-game .game-right .panel .cloze-item .found {
  color: #6022A6;
  font-weight: 600;
}
.alphabet-soup-game .game-right .panel .cloze-item .badge {
  font-size: 34px;
  font-weight: 800;
  display: block;
  padding: 0;
  background-color: transparent;
  font-family: "Turret Road", sans-serif;
}
@media (max-width: 667px) {
  .alphabet-soup-game .game-right .panel .cloze-item .badge {
    font-size: 24px;
  }
}

.soup-bowl {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1/1;
}

.plate-shadow {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 20px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  filter: blur(10px);
  z-index: 1;
}

.plate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #f8f8f8, #e8e8e8);
  border-radius: 50%;
  z-index: 2;
}

.bowl-container {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05), inset 0 -5px 15px rgba(0, 0, 0, 0.05);
  background: #45B2C5;
  z-index: 3;
}

.soup {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  background: #F37F63;
  overflow: hidden;
  cursor: pointer;
}

.steam-container {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 5;
  pointer-events: none;
}

.steam {
  position: absolute;
  width: 8px;
  background: linear-gradient(to top, transparent, var(--steam));
  border-radius: 50%;
  animation: steam 4s infinite ease-out;
  opacity: 0;
}

@keyframes steam {
  0% {
    opacity: 0;
    transform: translateY(0) scale(1);
    filter: blur(2px);
  }
  30% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateY(-80px) scale(3);
    filter: blur(6px);
  }
}
.spoon-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  display: none !important;
}

.spoon {
  position: absolute;
  transform-origin: center;
}

.spoon-handle {
  position: absolute;
  width: 12px;
  height: 150px;
  background: linear-gradient(to right, #d2c0a5, #eadbc8, #d2c0a5);
  border-radius: 5px;
  transform-origin: top center;
  bottom: -150px;
  left: -6px;
}

.spoon-head {
  position: absolute;
  width: 40px;
  height: 60px;
  background: linear-gradient(to right, #e0d1bc, #f5eee4, #e0d1bc);
  border-radius: 50%;
  top: -30px;
  left: -20px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
}

.letter {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  color: #6022A6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 5;
  overflow: hidden;
}

.letter:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 0 0 12px var(--glow);
  transform: translateY(-2px);
}

.letter-points {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #6b7280;
}

.letter.selected {
  background-color: #6022A6;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), 0 0 16px var(--glow);
}

.letter.selected .letter-points {
  color: rgba(255, 255, 255, 0.9);
}

.particles-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
}

.particle {
  position: absolute;
  background-color: #45B2C5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: particle-fade 1s forwards ease-out;
}

@keyframes particle-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(var(--tx), var(--ty));
  }
}
.word-builder {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.word-display {
  width: 100%;
  min-height: 55px;
  background: #fff;
  border-radius: 10px;
  border: 5px solid #45B2C5;
  padding: 5px 25px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.word-display.valid {
  background-color: #19BB7C;
  color: #fff;
}

.word-display.invalid {
  background-color: #F37F63;
  color: #fff;
}

.control-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 667px) {
  .control-buttons {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
}

.control_buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn, .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2px 16px;
  border: none;
  border-radius: 7px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  background-color: #45B2C5;
}
.btn:hover, .button:hover {
  background-color: rgba(69, 178, 197, 0.6);
  color: #000;
}

.word-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 340px;
  overflow-y: auto;
  padding: 5px;
}

.word-item {
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.word-item-points {
  background: #45B2C5;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 800;
}

.message-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
  max-width: 400px;
  pointer-events: none;
  z-index: 50;
}

.message {
  background: #45B2C5;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: message-fade 2s forwards;
  opacity: 0;
  transform: translateY(-20px);
}

.message.success {
  background: #19BB7C;
}

.message.error {
  background: #F37F63;
}

.message.checking {
  background: var(--secondary);
}

@keyframes message-fade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@media (max-width: 960px) {
  .alphabet-soup-game .game-columns {
    grid-template-columns: 1fr;
  }
  .word-list {
    max-height: 220px;
  }
}
@media (max-width: 480px) {
  .alphabet-soup-game {
    padding: 10px;
    gap: 15px;
  }
  .alphabet-soup-game .game-header h2 {
    font-size: 1.5rem;
  }
  .alphabet-soup-game .subtitle {
    font-size: 0.95rem;
  }
  .soup-bowl {
    max-width: 320px;
  }
  .letter {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .word-display {
    min-height: 50px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  .btn {
    padding: 10px 14px;
    font-size: 0.95rem;
  }
}
/* =========================================
IT 10 + AUTRE CSS AJOUTE
========================================= */
.it10-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 560px;
}

.it10-imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 8px solid transparent;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .it10-imgWrap {
    font-size: 20px;
  }
}

.it10-correct {
  border: 8px solid #45B2C5;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #45B2C5;
}

.it10-incorrect figcaption {
  width: 100%;
  text-align: center;
  background: #7f7f7f;
  padding-bottom: 8px;
}

.it10-desc {
  color: #fff;
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .it10-desc {
    font-size: 21px;
  }
}

.it10-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: start;
  margin-top: 12px;
}

.it10-next {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.it10-next:hover {
  filter: brightness(1.05);
}

.it10-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 90px;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  pointer-events: none;
}
.it10-overlay > div {
  height: 100%;
  display: flex;
}
.it10-overlay .subtitle, .it10-overlay span {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-style: italic;
}
.it10-overlay .title {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-style: italic;
  flex-wrap: wrap;
}

.it10-overlay.bad .title {
  color: #45B2C5;
  font-size: 94px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
}
@media (max-width: 800px) {
  .it10-overlay.bad .title {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.bad .title {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
  }
}
.it10-overlay.bad .subtitle, .it10-overlay.bad span {
  color: #45B2C5;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  font-size: 160px;
}
@media (max-width: 800px) {
  .it10-overlay.bad .subtitle, .it10-overlay.bad span {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.bad .subtitle, .it10-overlay.bad span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}

.it10-overlay.time .title {
  color: #45B2C5;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  font-size: 160px;
}
@media (max-width: 800px) {
  .it10-overlay.time .title {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.time .title {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
.it10-overlay.time .subtitle, .it10-overlay.time span {
  color: #45B2C5;
  font-size: 94px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
}
@media (max-width: 800px) {
  .it10-overlay.time .subtitle, .it10-overlay.time span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.time .subtitle, .it10-overlay.time span {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
  }
}

.it10-overlay.good .title {
  color: #6022A6;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #fff;
  font-size: 160px;
}
@media (max-width: 800px) {
  .it10-overlay.good .title {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.good .title {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
.it10-overlay.good .subtitle, .it10-overlay.good span {
  color: #6022A6;
  font-size: 90px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 800px) {
  .it10-overlay.good .subtitle, .it10-overlay.good span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .it10-overlay.good .subtitle, .it10-overlay.good span {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
  }
}

/* =========================================
QUIZZ feed back
========================================= */
@media (max-width: 992px) {
  .panel-quizz .quizz_chrono {
    text-align: center;
  }
}
.panel-quizz aside {
  background-color: #E4E4E4;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
  max-width: 390px;
}
@media (max-width: 820px) {
  .panel-quizz aside {
    max-width: 100%;
  }
}
.panel-quizz aside .panel-top p {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #45B2C5;
}
.panel-quizz aside .panel-top p.text-incorrect {
  background-color: #F37F63;
}
.panel-quizz aside .panel-top p.text-correct {
  background-color: #19BB7C;
}
.panel-quizz aside .answer_quizz {
  color: #6022A6;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 600px) {
  .panel-quizz aside .answer_quizz {
    font-size: 24px;
  }
}
.panel-quizz aside #feedbackRow {
  padding: 10px 20px 15px 20px;
  text-align: left;
}
.panel-quizz aside #feedbackRow #explanation p {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .panel-quizz aside #feedbackRow #explanation p {
    font-size: 18px;
  }
}
.panel-quizz aside #feedbackRow #explanation > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.panel-quizz aside #feedbackRow #explanation > span a {
  color: #6022A6;
  word-wrap: break-word;
}
.panel-quizz aside #feedbackRow #explanation > span a:hover {
  color: #45B2C5;
}
@media (max-width: 600px) {
  .panel-quizz aside #feedbackRow #explanation > span {
    font-size: 14px;
  }
}
.panel-quizz aside .badge {
  color: #5B5B67;
}
.panel-quizz .quizz_next {
  border: none;
  background-color: transparent;
}
.panel-quizz #statement {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.panel-quizz #statement span {
  color: #45B2C5;
  font-size: 32px;
}
@media (max-width: 600px) {
  .panel-quizz #statement {
    font-size: 26px;
  }
  .panel-quizz #statement span {
    font-size: 24px;
  }
}

.quiz-feedback {
  background: #fff;
  color: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.quiz-feedback .head {
  padding: 10px 16px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
  background: #19BB7C;
}

.quiz-feedback.bad .head {
  background: var(--error, #F37F63);
  color: #fff;
}

.quiz-feedback .title {
  padding: 14px 16px 4px;
  font-size: 28px;
  font-weight: 900;
  color: #6022A6;
}

.quiz-feedback .body {
  padding: 6px 16px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.quiz-feedback .truth {
  text-decoration: underline;
}

/* ===== Win / Loose ===== */
.game-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  padding: 24px;
  pointer-events: none;
}

.game-overlay .title {
  font-size: 56px;
  letter-spacing: 0.5px;
}

.game-overlay .subtitle {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.9;
}

.game-overlay.good .title {
  color: #6022A6;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #fff;
  font-size: 160px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-style: italic;
}
@media (max-width: 800px) {
  .game-overlay.good .title {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .game-overlay.good .title {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
.game-overlay.good .subtitle, .game-overlay.good span {
  color: #6022A6;
  font-size: 90px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 800px) {
  .game-overlay.good .subtitle, .game-overlay.good span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .game-overlay.good .subtitle, .game-overlay.good span {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
  }
}

.game-overlay.time .title {
  color: #45B2C5;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  font-size: 160px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-style: italic;
}
@media (max-width: 800px) {
  .game-overlay.time .title {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .game-overlay.time .title {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
.game-overlay.time .subtitle, .game-overlay.time span {
  color: #45B2C5;
  font-size: 94px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 800px) {
  .game-overlay.time .subtitle, .game-overlay.time span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}
@media (max-width: 600px) {
  .game-overlay.time .subtitle, .game-overlay.time span {
    font-size: 42px;
    -webkit-text-stroke-width: 2px;
  }
}

.panel-taquin .game-overlay.time .title span {
  color: #45B2C5;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #000;
  font-size: 125px;
  line-height: 1;
}
@media (max-width: 800px) {
  .panel-taquin .game-overlay.time .title span {
    -webkit-text-stroke-width: 4px;
    font-size: 92px;
  }
}
@media (max-width: 600px) {
  .panel-taquin .game-overlay.time .title span {
    -webkit-text-stroke-width: 3px;
    font-size: 72px;
  }
}/*# sourceMappingURL=2428_screen.css.map */