@charset "UTF-8";
/* *******************************************************************
  ___           _   _      __     __     _      ____    ___      _      ____    _       _____   ____  
 |_ _|  _ __   (_) | |_    \ \   / /    / \    |  _ \  |_ _|    / \    | __ )  | |     | ____| / ___| 
  | |  | '_ \  | | | __|    \ \ / /    / _ \   | |_) |  | |    / _ \   |  _ \  | |     |  _|   \___ \ 
  | |  | | | | | | | |_      \ V /    / ___ \  |  _ <   | |   / ___ \  | |_) | | |___  | |___   ___) |
 |___| |_| |_| |_|  \__|      \_/    /_/   \_\ |_| \_\ |___| /_/   \_\ |____/  |_____| |_____| |____/ 

*******************************************************************
   ____    ___    _        ___    ____    ____  
  / ___|  / _ \  | |      / _ \  |  _ \  / ___| 
 | |     | | | | | |     | | | | | |_) | \___ \ 
 | |___  | |_| | | |___  | |_| | |  _ <   ___) |
  \____|  \___/  |_____|  \___/  |_| \_\ |____/ 

************************ */
/* Blue Theme */
:root {
  --fontColor: #ffffff;
  --fontInput: rgb(31, 48, 133);
  --bgColor: rgba(31, 48, 133, 0.5);
  --hoverNav: rgb(49, 156, 228);
  --hoverBtn: rgb(168, 218, 251);
  --currentNav: rgb(219, 55, 55);
  --textShadowNav: #000;
  --textShadowH1: rgb(31, 48, 133);
  --bgcolorDealerHover: rgb(49, 156, 228);
  --boxShadow: #fff;
  --bgColorCaption: rgba(255, 255, 255, 0.8);
  --fontColorCaption: rgb(31, 48, 133);
  --bgColorArray: rgba(31, 48, 133, 0.8);
  --bgHeadbandLeft: #fff;
  --bgHeadbandRight: rgba(31, 48, 133, 0.8);
  --border: #000;
  --bgColorSuccess: rgba(15, 110, 15, 0.8);
  --bgColorInfo: rgba(31, 48, 133, 0.8);
  --bgColorAlert: rgba(161, 96, 20, 0.8);
  --bgColorDanger: rgba(201, 40, 40, 0.8);
  --bgColorGrey: rgba(128, 128, 128, 0.8);
  --bgColorGreySoft: rgba(128, 128, 128, 0.4);
  /* TIMER */
  --color-bgTimer: #111d57;
  --color-idle: #333333;
  --color-active: #00ff00;
  --font-timer: "Courier New", monospace;
}

/*------------------------------- */
[data-theme=green] {
  --fontColor: #fff;
  --fontInput: rgb(15, 68, 15);
  --bgColor: rgba(15, 68, 15, 0.5);
  --hoverNav: yellowgreen;
  --hoverBtn: rgb(178, 253, 178);
  --currentNav: rgb(219, 55, 55);
  --textShadowNav: #000;
  --textShadowH1: rgb(15, 68, 15);
  --bgcolorDealerHover: rgb(219, 55, 55);
  --boxShadow: #fff;
  --bgColorCaption: rgba(255, 255, 255, 0.8);
  --fontColorCaption: rgb(15, 68, 15);
  --bgColorArray: rgba(15, 110, 15, 0.8);
  --bgHeadbandLeft: #fff;
  --bgHeadbandRight: rgba(15, 68, 15, 0.8);
  --border: #000;
  --bgColorSuccess: rgba(21, 158, 21, 0.8);
  --bgColorInfo: rgba(15, 68, 15, 0.8);
  --bgColorAlert: rgba(206, 122, 25, 0.8);
  --bgColorDanger: rgba(139, 27, 27, 0.8);
  --bgColorGrey: rgba(128, 128, 128, 0.8);
  --bgColorGreySoft: rgba(128, 128, 128, 0.4);
}

/* *******************************************************************
   ____   _____   _   _   _____   ____       _      _       ___   _____   ___   _____   ____  
  / ___| | ____| | \ | | | ____| |  _ \     / \    | |     |_ _| |_   _| |_ _| | ____| / ___| 
 | |  _  |  _|   |  \| | |  _|   | |_) |   / _ \   | |      | |    | |    | |  |  _|   \___ \ 
 | |_| | | |___  | |\  | | |___  |  _ <   / ___ \  | |___   | |    | |    | |  | |___   ___) |
  \____| |_____| |_| \_| |_____| |_| \_\ /_/   \_\ |_____| |___|   |_|   |___| |_____| |____/ 

******************************************************************* */
a {
  text-decoration: none;
  color: var(--fontColor);
}
a:hover {
  color: var(--hoverNav);
  text-shadow: 2px 2px 2px var(--textShadowNav);
}

q {
  font-style: italic;
}

/* *******************************************************************
  ____     ___    ____   __   __
 | __ )   / _ \  |  _ \  \ \ / /
 |  _ \  | | | | | | | |  \ V / 
 | |_) | | |_| | | |_| |   | |  
 |____/   \___/  |____/    |_|  

******************************************************************* */
body {
  margin: 0 auto;
  text-align: center;
  min-width: 400px;
  max-width: 1450px;
  font-family: "Zilla Slab", serif;
  color: var(--fontColor);
  background-position: center;
  background-repeat: repeat;
  background-color: var(--bgColor);
  overflow-y: scroll;
  /* BORDER A COMMENTER ===================================================================================*/
  border: 1px solid #b700ff;
}

/* *******************************************************************
  _   _   _____      _      ____    _____   ____  
 | | | | | ____|    / \    |  _ \  | ____| |  _ \ 
 | |_| | |  _|     / _ \   | | | | |  _|   | |_) |
 |  _  | | |___   / ___ \  | |_| | | |___  |  _ < 
 |_| |_| |_____| /_/   \_\ |____/  |_____| |_| \_\

******************************************************************* */
.navHeader {
  width: 100%;
}
.navHeader nav {
  width: 60%;
  margin: 0 auto;
}
.navHeader nav ul {
  margin: 0 0 0 5%;
  padding-left: 0;
}
.navHeader nav ul li {
  list-style: none;
  transition: opacity 0.1s ease, text-shadow 0.1s ease, color 0.1s ease, transform 0.1s ease;
  width: 15%;
  margin: auto;
}
.navHeader nav ul li:hover {
  opacity: 0.9;
  text-shadow: 2px 2px 4px var(--textShadowNav), -2px -2px 4px var(--textShadowNav);
  color: var(--hoverBtn);
  transform: scale(1.2);
}
.navHeader nav:last-child {
  max-width: 15%;
}

/* *******************************************************************
  __  __      _      ___   _   _ 
 |  \/  |    / \    |_ _| | \ | |
 | |\/| |   / _ \    | |  |  \| |
 | |  | |  / ___ \   | |  | |\  |
 |_|  |_| /_/   \_\ |___| |_| \_|

******************************************************************* */
h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.2rem;
  font-family: "Merienda", cursive;
  font-size: 2.5rem;
  text-shadow: 4px 2px var(--textShadowH1);
  /* BORDER A COMMENTER ===================================================================================*/
  border: 2px dotted #000000;
}

h2 {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-family: "Merienda", cursive;
  font-size: 2rem;
  text-shadow: 4px 2px var(--textShadowH1);
  background-color: var(--bgColorGreySoft);
  /* BORDER A COMMENTER ===================================================================================*/
  border: 1px dashed #33ff00;
}

h3 {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-family: "Merienda", cursive;
  font-size: 1.5rem;
  text-shadow: 4px 2px var(--textShadowH1);
  background-color: var(--bgColorGreySoft);
  /* BORDER A COMMENTER ===================================================================================*/
  border: 1px solid #0026ff;
}

.from-left {
  position: relative;
}

.container {
  margin: 0 0.5rem;
  height: 100%;
  /* BORDER A COMMENTER ===================================================================================*/
  border: 1px dashed #ff0000;
}

fieldset div label {
  margin-left: 3rem;
  margin-right: 1rem;
  padding-left: 0.5rem;
  text-align: left;
  display: block;
}

/* ******************
  _   _    ___    __  __   _____ 
 | | | |  / _ \  |  \/  | | ____|
 | |_| | | | | | | |\/| | |  _|  
 |  _  | | |_| | | |  | | | |___ 
 |_| |_|  \___/  |_|  |_| |_____|

************************ */
.fond-Table {
  margin: 3rem auto;
  background-image: url("/www/asset/images/table-70.png");
  background-size: 768px;
  background-position: top;
  background-repeat: no-repeat;
}
.fond-Table img {
  margin-top: 0.8rem;
}
.fond-Table div {
  width: 25rem;
  height: auto;
  margin: 0 auto;
}
.fond-Table div p {
  width: 8rem;
  height: 10.4rem;
  margin: 5rem auto;
}
.fond-Table div p img {
  width: 80%;
  opacity: 1;
  transition: opacity 0.8s, transform 0.8s;
}
.fond-Table div p:hover img {
  transform: rotateY(180deg);
  opacity: 0.8;
}

.dealer {
  width: 7rem;
  border-radius: 3.5rem;
  transition: background-color 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.dealer:hover {
  background-color: var(--bgcolorDealerHover);
  box-shadow: 2px 2px 4px var(--boxShadow), -2px -2px 4px var(--boxShadow), 2px -2px 4px var(--boxShadow), -2px 2px 4px var(--boxShadow);
  transform: scale(0.95);
}

/* ******************
  _        ___     ____   ___   _   _ 
 | |      / _ \   / ___| |_ _| | \ | |
 | |     | | | | | |  _   | |  |  \| |
 | |___  | |_| | | |_| |  | |  | |\  |
 |_____|  \___/   \____| |___| |_| \_|

************************ */
fieldset {
  width: 25rem;
}

/* ******************
  ____    _          _     __   __  _____   ____    ____  
 |  _ \  | |        / \    \ \ / / | ____| |  _ \  / ___| 
 | |_) | | |       / _ \    \ V /  |  _|   | |_) | \___ \ 
 |  __/  | |___   / ___ \    | |   | |___  |  _ <   ___) |
 |_|     |_____| /_/   \_\   |_|   |_____| |_| \_\ |____/ 

************************ */
.array-border {
  width: 33rem;
  height: 24rem;
  overflow: auto;
}

.array {
  table-layout: fixed;
  width: 32rem;
  background-color: var(--bgColorArray);
  border-collapse: collapse;
}
.array caption {
  color: var(--fontColorCaption);
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--bgColorCaption);
  border: 1px solid var(--border);
  border-collapse: collapse;
}
.array th,
.array td {
  width: 4.3rem;
  padding: 0 0.5rem;
  border: 1px solid var(--border);
  overflow: hidden;
  text-overflow: ellipsis;
}
.array th {
  font-weight: bold;
  background-color: var(--bgColorArray);
}
.array td {
  text-align: left;
}
.array td:first-child,
.array th:first-child {
  text-align: center;
  width: 0.3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.array td:nth-child(5),
.array th:nth-child(5) {
  text-align: center;
  width: 1.5em;
}
.array td img {
  max-height: 1.5rem;
}
.array td img:hover {
  transform: scale(1.5);
}
.array .selectUser:hover {
  cursor: pointer;
  color: var(--hoverNav);
}

/* ******************
   ____      _      __  __   _____ 
  / ___|    / \    |  \/  | | ____|
 | |  _    / _ \   | |\/| | |  _|  
 | |_| |  / ___ \  | |  | | | |___ 
  \____| /_/   \_\ |_|  |_| |_____|

************************ */
.grid {
  display: grid;
  font-size: 1.5rem;
  row-gap: 0.4rem;
  margin: 2px;
}

.item {
  border: 1px solid black;
  min-width: 75px;
  min-height: 50px;
}

.col3 {
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.col4 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 0.4rem;
}
.col4 .btn-alert {
  display: none;
}

.portrait2 {
  grid-row: span 2;
  font-size: 1.5rem;
}

.portrait3 {
  grid-row: span 3;
  font-size: 3rem;
  margin: 2px 0 2px 0;
}

/*============================
  _____   ___   __  __   _____   ____  
 |_   _| |_ _| |  \/  | | ____| |  _ \ 
   | |    | |  | |\/| | |  _|   | |_) |
   | |    | |  | |  | | | |___  |  _ < 
   |_|   |___| |_|  |_| |_____| |_| \_\

========================================*/
.clock-container {
  display: -webkit-inline-box;
  justify-content: center;
  align-items: center;
  background-color: var(--color-bgTimer);
  padding: 10px;
  margin: 10px;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
}

.poker-timer {
  position: relative;
  width: 120px;
  height: 120px;
}

/* Style de base des segments */
.segment {
  position: absolute;
  width: 2%;
  height: 5%;
  background-color: var(--color-idle);
  left: 50%;
  transform-origin: 50% 60px;
  /* Rayon du cadran */
  border-radius: 2px;
  transition: background-color 0.2s, box-shadow 0.2s, height 0.2s;
}

/* Graduation 5 secondes */
.seg-5s {
  height: 10px;
  width: 2px;
}

/* Graduation 10 secondes */
.seg-10s {
  height: 15px;
  width: 3px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
}

.time-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--fontColor);
  font-family: var(--font-timer);
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: color 0.3s;
}

/* ******************
   ____      _      __  __   _____   __  __   ____    _____   ____    _____ 
  / ___|    / \    |  \/  | | ____| |  \/  | | __ )  | ____| |  _ \  |_   _|
 | |       / _ \   | |\/| | |  _|   | |\/| | |  _ \  |  _|   | |_) |   | |  
 | |___   / ___ \  | |  | | | |___  | |  | | | |_) | | |___  |  _ <    | |  
  \____| /_/   \_\ |_|  |_| |_____| |_|  |_| |____/  |_____| |_| \_\   |_|  

************************ */
.timer-container {
  display: inline-flex;
  position: relative;
  width: 140px;
  height: 140px;
}

.pie-timer {
  transform: rotate(-90deg);
}
.pie-timer .timer-bg {
  fill: #444;
}
.pie-timer .timer-progress {
  fill: none;
  stroke: #D4AF37;
  stroke-width: 16;
  stroke-dasharray: 50 50;
  transition: stroke 0.5s, stroke-dasharray 1s linear;
}

.timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: white;
  font-size: 2.7rem;
  font-weight: bold;
  z-index: 10;
}

.warning-active {
  stroke: #ff3333 !important;
}

.danger-active {
  stroke: #ff8f33 !important;
}

.timer-controls {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

/* ******************
  ____    _____  __     __  _____   ___   _         ____    ___    ____   ___   _____      _      _     
 |  _ \  | ____| \ \   / / | ____| |_ _| | |       |  _ \  |_ _|  / ___| |_ _| |_   _|    / \    | |    
 | |_) | |  _|    \ \ / /  |  _|    | |  | |       | | | |  | |  | |  _   | |    | |     / _ \   | |    
 |  _ <  | |___    \ V /   | |___   | |  | |___    | |_| |  | |  | |_| |  | |    | |    / ___ \  | |___ 
 |_| \_\ |_____|    \_/    |_____| |___| |_____|   |____/  |___|  \____| |___|   |_|   /_/   \_\ |_____|

************************ */
.black-dashboard {
  background: #050505;
  border-radius: 12px;
  display: -webkit-inline-box;
  justify-content: center;
  align-items: center;
  min-width: 350px;
  min-height: 130px;
  padding-top: 10px;
  border: 2px solid #f80000;
}

.digital-clock-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  --segment-color: #ff0000;
}
.digital-clock-container .digit {
  width: 60px;
  height: 100px;
}
.digital-clock-container .digit svg {
  width: 100%;
  height: 100%;
}
.digital-clock-container .digit path {
  fill: none;
  stroke: var(--segment-color);
  stroke-width: 2.5;
  stroke-linecap: round;
  opacity: 0.05;
  transition: opacity 0.1s ease;
}
.digital-clock-container .digit path.active {
  opacity: 1;
  filter: drop-shadow(0 0 1px var(--segment-color));
}
.digital-clock-container .separator {
  font-size: 50px;
  color: var(--segment-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 10px;
}

/* ******************
  ____     ___    _   _   _   _   ____  
 | __ )   / _ \  | \ | | | | | | / ___| 
 |  _ \  | | | | |  \| | | | | | \___ \ 
 | |_) | | |_| | | |\  | | |_| |  ___) |
 |____/   \___/  |_| \_|  \___/  |____/ 

************************ */
.canvas {
  margin-top: 1rem;
  border: 1px solid var(--border);
}

/* *******************************************************************
  _____    ___     ___    _____   _____   ____  
 |  ___|  / _ \   / _ \  |_   _| | ____| |  _ \ 
 | |_    | | | | | | | |   | |   |  _|   | |_) |
 |  _|   | |_| | | |_| |   | |   | |___  |  _ < 
 |_|      \___/   \___/    |_|   |_____| |_| \_\

******************************************************************* */
footer {
  position: fixed;
  bottom: 0;
  font-size: 0.8rem;
  width: 100%;
  max-width: 1450px;
  padding-top: 1rem;
}
footer section {
  width: 50%;
}
footer section:first-child {
  width: 15%;
}
footer img {
  padding-right: 0.7rem;
}
footer ul {
  margin: 0 0 0 5%;
  padding-left: 0;
}
footer ul li {
  list-style: none;
  transition: opacity 0.1s ease, text-shadow 0.1s ease, color 0.1s ease, transform 0.1s ease;
}
footer ul li a {
  transition: opacity 0.1s ease, text-shadow 0.1s ease, color 0.1s ease, transform 0.1s ease;
}
footer ul li a:hover {
  opacity: 0.9;
  text-shadow: 1px 1px 2px var(--textShadowNav), -1px -1px 2px var(--textShadowNav);
  color: var(--hoverBtn);
  transform: scale(0.95);
}
footer:last-child {
  padding-left: 5rem;
}
footer .bonus,
footer .theme-switch {
  display: none;
}
footer .checkbox {
  visibility: hidden;
}

/* *******************************************************************
  __  __   _____   ____    ___      _         ___    _   _   _____   ____    ___   _____   ____  
 |  \/  | | ____| |  _ \  |_ _|    / \       / _ \  | | | | | ____| |  _ \  |_ _| | ____| / ___| 
 | |\/| | |  _|   | | | |  | |    / _ \     | | | | | | | | |  _|   | |_) |  | |  |  _|   \___ \ 
 | |  | | | |___  | |_| |  | |   / ___ \    | |_| | | |_| | | |___  |  _ <   | |  | |___   ___) |
 |_|  |_| |_____| |____/  |___| /_/   \_\    \__\_\  \___/  |_____| |_| \_\ |___| |_____| |____/ 

******************************************************************* */
/* For TABLET */
@media screen and (min-width: 768px) {
  /* ******************           MEDIA QUERIES HEADER   */
  .navHeader nav {
    font-size: 1.8rem;
  }
  /* ******************           MEDIA QUERIES MAIN   */
  .container {
    height: 90vh;
  }
  /* ******************            MEDIA QUERIES HOME */
  .fond-Table {
    background-size: initial;
  }
  .fond-Table div {
    width: 30rem;
  }
  /* ******************          MEDIA QUERIES GAME */
  .col4 {
    grid-template-columns: 25% 50% 12.5% 12.5%;
  }
  .col4 .btn-alert {
    display: block;
  }
  /* ******************          MEDIA QUERIES FOOTER */
  footer {
    font-size: 0.9rem;
  }
  footer .bonus,
  footer .theme-switch {
    display: block;
  }
  /* ******************      MEDIA QUERIES MY FRAMEWORK */
  .flex-between-top {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 85vh;
  }
  .border-screen {
    height: 72vh;
  }
}
/* *******************************************************************
  __  __  __   __    _____   ____       _      __  __   _____  __        __   ___    ____    _  __
 |  \/  | \ \ / /   |  ___| |  _ \     / \    |  \/  | | ____| \ \      / /  / _ \  |  _ \  | |/ /
 | |\/| |  \ V /    | |_    | |_) |   / _ \   | |\/| | |  _|    \ \ /\ / /  | | | | | |_) | | ' / 
 | |  | |   | |     |  _|   |  _ <   / ___ \  | |  | | | |___    \ V  V /   | |_| | |  _ <  | . \ 
 |_|  |_|   |_|     |_|     |_| \_\ /_/   \_\ |_|  |_| |_____|    \_/\_/     \___/  |_| \_\ |_|\_\

******************************************************************* */
.hide {
  display: none;
}

.small {
  font-size: 0.8rem;
  padding: 0.1rem;
}

.medium {
  font-size: 1rem;
  padding: 0.1rem;
}

.big {
  font-size: 2rem;
  padding: 0.3rem;
}

.current {
  color: var(--currentNav);
  text-shadow: 2px 2px 4px var(--textShadowH1);
}

.text-left {
  text-align: left;
  padding: 0.2rem;
}

.border-screen {
  text-align: center;
  width: 90%;
  height: 90%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-around-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

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

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.position-sticky {
  position: sticky;
  top: 0;
  left: 5%;
}

.headband {
  background-image: linear-gradient(90deg, var(--bgHeadbandLeft) -30%, var(--bgHeadbandRight) 60%);
}

.token {
  width: 2.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.small-token {
  width: 2rem;
  padding-right: 2rem;
}

.card-body {
  padding-bottom: 3rem;
}

.card-text {
  padding: 0.2rem;
  font-size: 1.2rem;
  color: var(--fontColorCaption);
}

.card-search {
  padding: 0.2rem;
  font-size: 1rem;
  color: var(--fontColorCaption);
  border-radius: 10px;
  margin-right: 0.5rem;
}

.card-puce {
  padding: 0.3rem;
  margin-right: 0;
  background-color: var(--bgColorCaption);
  border-radius: 5px 0 0 5px;
}

.card-input {
  width: 20rem;
  padding: 0.3rem;
  margin-left: 0;
  color: var(--fontInput);
}

.bg-game {
  color: var(--fontColor);
  background-color: var(--textShadowH1);
}

.btn {
  cursor: pointer;
  color: var(--fontColor);
  padding: 0.5rem;
  margin: 0.5rem;
  line-height: 1em;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  transition: opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

.btn:hover {
  opacity: 0.9;
  box-shadow: 2px 2px 4px var(--boxShadow), -2px -2px 4px var(--boxShadow);
  color: var(--hoverBtn);
  transform: scale(0.95);
}

.btn-success {
  color: var(--fontColor);
  background-color: var(--bgColorSuccess);
}

.btn-info {
  color: var(--fontColor);
  background-color: var(--bgColorInfo);
}

.btn-alert {
  color: var(--fontColor);
  background-color: var(--bgColorAlert);
}

.btn-danger {
  color: var(--fontColor);
  background-color: var(--bgColorDanger);
}

.btn-info-inv {
  color: var(--fontInput);
  background-color: var(--bgColorCaption);
}

.alert {
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.8rem;
}

.alert-success {
  color: var(--fontColor);
  background-color: var(--bgColorSuccess);
}

.alert-info {
  color: var(--fontColor);
  background-color: var(--bgColorInfo);
}

.alert-alert {
  color: var(--fontColor);
  background-color: var(--bgColorAlert);
}

.alert-danger {
  color: var(--fontColor);
  background-color: var(--bgColorDanger);
}

.message {
  position: absolute;
  bottom: 120px;
  left: 60px;
  z-index: 100;
}

.messageGrey {
  width: 50%;
  margin: 0;
  background-color: var(--bgColorGrey);
  color: #fff;
}

.message.form-error {
  display: block;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 0.8rem;
  color: var(--fontColor);
  background-color: var(--bgColorDanger);
}

.padding-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.smallImg {
  max-width: 1rem;
  height: auto;
}

.middleImg {
  max-width: 5rem;
  height: auto;
}

.middle2Img {
  max-width: 10rem;
  height: auto;
}

.bigImg {
  max-width: 15rem;
  height: auto;
}

/*==================================================================================================================
  ____     ___    _   _   _____    ___    _   _   ____  
 | __ )   / _ \  | | | | |_   _|  / _ \  | \ | | / ___| 
 |  _ \  | | | | | | | |   | |   | | | | |  \| | \___ \ 
 | |_) | | |_| | | |_| |   | |   | |_| | | |\  |  ___) |
 |____/   \___/   \___/    |_|    \___/  |_| \_| |____/ 

==================================================================================================================*/
/* Le conteneur du bouton pour gérer l'arrondi extérieur */
.btn-arcade {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px;
  font-family: "Arial Black", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border-radius: 12px;
  border: 2px solid #000;
  cursor: pointer;
  transition: all 0.2s;
  /* Dégradé de base (exemple Jaune) */
  background: linear-gradient(to bottom, #fff9aa 0%, #ffcc00 50%, #ff9900 100%);
  /* Effet de relief (ombre interne blanche en haut, ombre noire en bas) */
  box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.8), inset 0 -4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.5);
}

/* Variantes de couleurs */
.btn-green {
  background: linear-gradient(to bottom, #d2ff52 0%, #91db05 100%);
}

.btn-blue {
  background: linear-gradient(to bottom, #7abcff 0%, #4096ee 100%);
}

/* Effet au clic (le bouton s'enfonce) */
.btn-arcade:active {
  transform: translateY(3px);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.8), 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* *******************************************************************
  __  __   _____   _   _   _   _     ____    _   _   ____     ____   _____   ____  
 |  \/  | | ____| | \ | | | | | |   | __ )  | | | | |  _ \   / ___| | ____| |  _ \ 
 | |\/| | |  _|   |  \| | | | | |   |  _ \  | | | | | |_) | | |  _  |  _|   | |_) |
 | |  | | | |___  | |\  | | |_| |   | |_) | | |_| | |  _ <  | |_| | | |___  |  _ < 
 |_|  |_| |_____| |_| \_|  \___/    |____/   \___/  |_| \_\  \____| |_____| |_| \_\

******************************************************************* */
.burger-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.burger-menu #menu-toggle {
  display: none;
}
.burger-menu .menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1001;
}
.burger-menu .menu-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
.burger-menu .menu-links {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  height: 60vh;
  background: var(--bgHeadbandRight);
  padding-top: 80px;
  list-style: none;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1000;
}
.burger-menu .menu-links li {
  width: 100%;
}
.burger-menu .menu-links li a {
  display: block;
  padding: 20px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
}
.burger-menu .menu-links li a:hover {
  color: var(--currentNav);
}
.burger-menu #menu-toggle:checked ~ .menu-links {
  transform: translateY(0);
}
.burger-menu #menu-toggle:checked ~ .menu-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger-menu #menu-toggle:checked ~ .menu-icon span:nth-child(2) {
  opacity: 0;
}
.burger-menu #menu-toggle:checked ~ .menu-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media (min-width: 768px) {
  .burger-menu .menu-icon {
    display: none;
  }
  .burger-menu .menu-links {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    transform: translateY(0);
    flex-direction: row;
    padding-top: 0;
  }
  .burger-menu .menu-links li {
    width: auto;
  }
  .burger-menu .menu-links li a {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
  .burger-menu .menu-links li a:hover {
    background: transparent;
  }
}/*# sourceMappingURL=style.css.map */