@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
:root {
  --font1: ubuntu, sans-serif;
  --primary: #116acc;
  --secondary-1: #182233;
  --secondary-2: #b3cee2;
  --secondary-3: #d9dde7;
  --secondary-4: #fd4e5d;
  --black: #000000;
  --gray-1: #1f2937;
  --gray-2: #374151;
  --gray-3: #4b5563;
  --gray-4: #6b7280;
  --gray-5: #9ca3af;
  --gray-6: #d1d5db;
  --gray-7: #f3f4f6;
  --white: #ffffff;
  --bluetransparent: rgba(0, 5, 141, 0.5);
  --redtransparent: rgba(115, 0, 0, 0.5);
  --Background: #00050d;
  --Background-secondary: rgb(12, 17, 26);
  --info: #a0c3ff;
  --danger: #ba0000;
  --success: #76ca66;
  --warning: #fbc756;
  --slider: #2196f3;
}

[data-theme=light] {
  --font1: ubuntu, sans-serif;
  --primary: #116acc;
  --secondary-1: #a8a8a8;
  --secondary-2: #b3cee2;
  --secondary-3: #d9dde7;
  --secondary-4: #fd4e5d;
  --black: #000000;
  --gray-1: #000000;
  --gray-2: #c8c8c8;
  --gray-3: #9d9d9d;
  --gray-4: #ababab;
  --gray-5: #515151;
  --gray-6: #000000;
  --gray-7: #000000;
  --white: #ffffff;
  --bluetransparent: rgba(0, 5, 141, 0.5);
  --redtransparent: rgba(115, 0, 0, 0.5);
  --Background: #ffffff;
  --Background-secondary: rgb(226, 226, 226);
  --info: #a0c3ff;
  --danger: #ba0000;
  --success: #76ca66;
  --warning: #fbc756;
  --slider: #2196f3;
}

.info {
  background: var(--info);
  transition: all 0.2s ease-out;
}
.info:hover {
  background: color-mix(in srgb, var(--info) 80%, black);
}

.danger:is(span) {
  color: var(--danger);
}
.danger:not(span) {
  background: var(--danger);
  transition: all 0.2s ease-out;
}
.danger:not(span):hover {
  background: color-mix(in srgb, var(--danger) 80%, black);
}

.primary {
  background: var(--primary);
  transition: all 0.2s ease-out;
}
.primary:hover {
  background: color-mix(in srgb, var(--primary) 80%, black);
}

.secondary {
  background: var(--secondary-1);
  transition: all 0.2s ease-out;
}
.secondary:hover {
  background: color-mix(in srgb, var(--secondary-1) 80%, black);
}

.success:is(span) {
  color: var(--success);
}
.success:not(span) {
  background: var(--success);
  transition: all 0.2s ease-out;
}
.success:not(span):hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}

.warning {
  background: var(--warning);
  transition: all 0.2s ease-out;
}
.warning:hover {
  background: color-mix(in srgb, var(--warning) 80%, black);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    max-height: 0%;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    max-height: 100%;
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
* {
  font-family: var(--font1);
  color: var(--white);
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  resize: none;
  border-style: none;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  opacity: 1;
}

body {
  text-align: center;
  background: var(--Background);
  margin-bottom: 100px;
}
body.off {
  margin-bottom: 0px;
}

img[data-src] {
  filter: blur(0.2em);
}

img {
  filter: blur(0em);
  transition: filter 0.5s;
}

.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.absolute {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.absolute button {
  margin: 5px;
}

.parent {
  position: relative;
}

.placeholder {
  background: var(--gray-5);
  border-radius: 50px;
}

.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.loading::after {
  content: "";
  position: absolute;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
}

@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("/assets/fonts/icon.ttf");
  font-weight: normal;
  font-style: normal;
}
[class^=pe-7s-], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

.content_input {
  margin: 5px;
  display: flex;
  flex-direction: column;
}
.content_input.w250 {
  width: 250px;
}
@media screen and (max-width: 900px) {
  .content_input {
    width: 95%;
    align-items: flex-start;
  }
}
.content_input label {
  text-align: left;
  color: var(--gray-5);
  font-size: 0.8rem;
  padding: 2px;
  text-transform: uppercase;
}
.content_input label a {
  color: var(--gray-5);
  font-size: 0.8rem;
  padding: 2px;
  text-transform: uppercase;
}
.content_input .info {
  height: 0px;
  overflow: hidden;
  font-size: 0.7rem;
  background-color: transparent;
  padding: 0px;
  color: transparent;
  transition: 0.2s ease-in-out;
  align-content: center;
}
.content_input.error input,
.content_input.error textarea,
.content_input.error select, .content_input.errorForced input,
.content_input.errorForced textarea,
.content_input.errorForced select {
  border: 2px solid var(--danger);
}
.content_input.error .info, .content_input.errorForced .info {
  color: var(--danger);
  height: 20px;
}
.content_input.valid input,
.content_input.valid textarea,
.content_input.valid select {
  border: 2px solid var(--success);
}
.content_input.warning input,
.content_input.warning textarea,
.content_input.warning select {
  border: 2px solid var(--warning);
}
.content_input.warning .info {
  height: 0px;
}
.content_input:not(.tags-input) div {
  display: flex;
  flex-direction: row;
}
.content_input:not(.tags-input) div button {
  border-radius: 0px 3px 3px 0px;
  padding: 0px 12px;
}
.content_input:not(.tags-input) div input,
.content_input:not(.tags-input) div select,
.content_input:not(.tags-input) div textarea {
  border-radius: 3px 0px 0px 3px;
}
.content_input:not(.tags-input) div H5 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1rem;
  padding: 0px 10px;
  text-transform: uppercase;
  background: var(--gray-5);
  border-radius: 0px 3px 3px 0px;
}
.content_input input,
.content_input select,
.content_input textarea {
  border-radius: 4px;
  padding: 5px;
  width: 100%;
  border: 2px solid transparent;
  font-size: 1rem;
  color: var(--gray-1);
  transition: 0.2s ease-in-out;
}
.content_input input option,
.content_input select option,
.content_input textarea option {
  color: var(--gray-1);
}
.content_input input:focus,
.content_input select:focus,
.content_input textarea:focus {
  border: 2px solid var(--primary);
}
.content_input input:disabled,
.content_input select:disabled,
.content_input textarea:disabled {
  color: var(--gray-4);
  background-color: var(--gray-5);
}
.content_input.nolabel button {
  margin: 20px 0px;
}
.content_input.tags-input {
  position: relative;
}
.content_input.tags-input div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0px;
  max-width: 700px;
  transition: 0.2s ease-in-out;
  border: 2px solid transparent;
  border-radius: 4px;
  background: var(--white);
}
.content_input.tags-input div:focus-within {
  border: 2px solid var(--primary);
}
.content_input.tags-input div {
  /* Make tags container red when the internal tag-input is disabled */
}
.content_input.tags-input div:has(.tag-input:disabled) {
  color: var(--gray-4);
  background-color: var(--gray-5);
}
.content_input.tags-input div:has(.tag-input:disabled) .tag-input {
  opacity: 0;
}
.content_input.tags-input div:has(.tag-input:disabled) {
  cursor: default;
}
.content_input.tags-input div:has(.tag-input:disabled) .chip {
  background: var(--gray-6);
}
.content_input.tags-input div:has(.tag-input:disabled) .chip span {
  position: relative;
  color: var(--gray-4);
}
.content_input.tags-input div:has(.tag-input:disabled) .chip span::after {
  position: absolute;
  color: var(--gray-4);
  content: ";";
  margin-left: 5px;
}
.content_input.tags-input div:has(.tag-input:disabled) .chip button {
  opacity: 0;
  pointer-events: none;
}
.content_input.tags-input div .chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}
.content_input.tags-input div .chip {
  display: inline-flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--gray-6);
  color: var(--black);
}
.content_input.tags-input div .chip button,
.content_input.tags-input div .chip span {
  color: var(--black);
}
.content_input.tags-input div .chip button {
  transition: 0.1s ease-in-out;
  background: transparent;
  align-self: center;
  padding: 0px 3px;
  margin: 0px;
  width: 3px;
  height: 0px;
  cursor: pointer;
}
.content_input.tags-input div .chip button:hover {
  color: var(--danger);
}
.content_input.tags-input div .chip button:focus-visible {
  outline: 2px solid var(--chip-focus);
  outline-offset: 2px;
}
.content_input.tags-input div .tag-input {
  flex: 1 1 160px;
  min-width: 10px;
  border: none;
  outline: none;
}

.switch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.switch h3 {
  align-content: center;
  font-size: 0.8rem;
  color: var(--gray-5);
  padding: 0px 5px;
}
.switch label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  /* Hide default HTML checkbox */
}
.switch label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label {
  /* The slider */
}
.switch label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-6);
  transition: 0.4s;
}
.switch label .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--white);
  transition: 0.4s;
}
.switch label input:checked + .slider {
  background-color: var(--slider);
}
.switch label input:focus + .slider {
  box-shadow: 0 0 1px var(--slider);
}
.switch label input:checked + .slider:before {
  transform: translateX(20px);
}
.switch label {
  /* Rounded sliders */
}
.switch label .slider.round {
  border-radius: 34px;
}
.switch label .slider.round:before {
  border-radius: 50%;
}

button {
  background-color: var(--primary);
  padding: 8px 12px;
  font-size: 1rem;
  border-radius: 3px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
}
button:hover {
  background: color-mix(in srgb, var(--primary) 80%, black);
}
button.rond_large_desactive {
  background-color: var(--primary);
  border-radius: 50px;
  padding: 2px 15px;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 0.8rem;
}
button.success {
  background-color: var(--success);
}
button.warning {
  background-color: var(--warning);
}
button.danger {
  background-color: var(--danger);
}
button.rond {
  border-radius: 50px;
  padding: 5px 5px;
  min-height: 30px;
  min-width: 30px;
}
button.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
button.loading::after {
  content: "";
  position: absolute;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
}

.vMixOnAir {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.vMixOnAir .onair {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 17px;
  right: 17px;
  min-width: 80px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--gray-2);
  font-size: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.vMixOnAir .onair:hover {
  background: color-mix(in srgb, var(--gray-2) 80%, black);
}
.vMixOnAir .onair.preview {
  background: var(--success);
}
.vMixOnAir .onair.preview:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}
.vMixOnAir .onair.on {
  background: var(--danger);
}
.vMixOnAir .onair.on:hover {
  background: color-mix(in srgb, var(--danger) 80%, black);
}
.vMixOnAir .onair.disabled {
  display: none;
}
.vMixOnAir .refresh {
  margin-right: 5px;
  padding: 3px 4px;
  font-size: 0.8rem;
}
.vMixOnAir div {
  background-color: var(--gray-4);
  display: none;
  z-index: 30;
}
.vMixOnAir div input,
.vMixOnAir div textarea {
  color: var(--Background);
  padding: 5px;
}
.vMixOnAir div label {
  padding: 5px;
}
.vMixOnAir.absolute-not div {
  display: none;
}
.vMixOnAir.active {
  flex-direction: column;
}
.vMixOnAir.active div {
  display: block;
}

.vMixOnAirContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.vMixOnAirContainer .vMixOnAir {
  position: relative;
  padding: 0px 3px;
  top: 0px;
  right: 0px;
}
.vMixOnAirContainer .refresh {
  padding: 1px 3px;
}

.card {
  background-color: var(--Background-secondary);
  padding: 5px;
  border-radius: 5px;
  margin: 10px;
  min-width: 600px;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 600px) {
  .card {
    min-width: 50px;
    width: 100%;
    margin: 10px 0px;
  }
}
.card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 10px;
}
@media screen and (max-width: 800px) {
  .card .title {
    display: flex;
    flex-direction: row;
  }
}
.card .title .flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.card .title .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .title h1 {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-weight: 800;
  font-size: 2rem;
  text-align: left;
}
.card .title h2 {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  color: var(--gray-6);
  font-weight: 800;
  font-size: 2rem;
}
.card .title img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  .card .title .absolute {
    position: relative;
    top: 0px;
    right: 0px;
  }
}
.card .content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: normal;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.card.neutre {
  background-color: var(--secondary-1);
}
.card.neutre .title h1 {
  color: var(--gray-7);
}

.fullscreen {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(1px);
}
.fullscreen .card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullscreen .card .absolute button {
  margin: 10px;
}
.fullscreen .card > .content {
  align-items: center;
  margin: 10px;
}
.fullscreen .card > .content form > button {
  margin: 10px;
}

.plans {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.plans .plan-card {
  background: var(--secondary-1);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plans .plan-card h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--primary);
}
.plans .plan-card .price {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.plans .plan-card ul {
  margin: 0 0 20px 0;
  text-align: left;
}
.plans .plan-card ul li {
  margin: 8px 0;
  font-size: 0.95rem;
}
.plans .plan-card button {
  margin: 8px 0;
  padding: 10px 18px;
  font-weight: bold;
  transition: 0.2s;
}
.plans .plan-card:hover {
  border: 2px solid var(--primary);
}
.plans .plan-card.selected {
  border: 2px solid var(--success);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}
.plans .add_plan_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans .btn.blue {
  background: var(--primary);
}
.plans .btn.blue:hover {
  background: color-mix(in srgb, var(--primary) 80%, black);
}
.plans .btn.green {
  background: var(--success);
}
.plans .btn.green:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}
.plans .btn.orange {
  background: var(--warning);
}
.plans .btn.orange:hover {
  background: color-mix(in srgb, var(--warning) 80%, black);
}

.custom-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.custom-dialog .dialog-box {
  background: var(--Background);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  max-width: 80%;
  min-height: 200px;
  text-align: center;
  animation: fadeInDown 0.3s ease-out;
}
.custom-dialog .dialog-box .message {
  margin-bottom: 20px;
  font-size: 1rem;
  color: var(--white);
}
.custom-dialog .dialog-box input[type=text] {
  width: calc(100% - 20px);
  padding: 8px 10px;
  margin-bottom: 20px;
  border: 1px solid var(--gray-3);
  border-radius: 4px;
  font-size: 1rem;
  color: var(--white);
  background: var(--secondary-1);
}
.custom-dialog .dialog-box input[type=text]:focus {
  border-color: var(--primary);
  box-shadow: 0 0 5px var(--primary);
}
.custom-dialog .dialog-box .buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.custom-dialog .dialog-box .buttons button {
  padding: 8px 16px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.custom-dialog .dialog-box .buttons button.cancel {
  background: var(--danger);
}
.custom-dialog .dialog-box .buttons button:hover {
  filter: brightness(1.1);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid var(--gray-3);
}
@media screen and (max-width: 600px) {
  .nav {
    padding: 0 10px;
  }
}
.nav .left {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav .left .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .nav .left .logo {
    display: none;
  }
}
.nav .left .menu {
  display: flex;
  height: 100%;
}
.nav .left .menu ul {
  display: flex;
}
.nav .left .menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav .left .menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--gray-6);
  padding: 0 15px;
  transition: 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}
.nav .left .menu ul li a:hover {
  color: color-mix(in srgb, var(--gray-6) 80%, black);
}
@media screen and (max-width: 600px) {
  .nav .left .menu ul li a {
    padding: 0 5px;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.nav .left .menu ul li.active a {
  color: var(--primary);
}
.nav .left .menu ul li.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  background-color: var(--primary);
  border-radius: 5px;
}
.nav .left .menu ul li.dropdown .menu {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 600px) {
  .nav .left .menu ul li.dropdown .menu {
    padding-right: 20px;
  }
}
.nav .left .menu ul li.dropdown .menu::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  border: solid var(--gray-6);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .nav .left .menu ul li.dropdown .menu::after {
    right: 5px;
  }
}
.nav .left .menu ul li.dropdown .menu.active ::after {
  border-color: var(--primary);
}
.nav .left .menu ul li.dropdown .dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--gray-6);
  min-width: 150px;
  border-radius: 5px;
  height: auto;
  z-index: 1000;
  overflow: hidden;
}
.nav .left .menu ul li.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-3);
}
.nav .left .menu ul li.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.nav .left .menu ul li.dropdown .dropdown-menu .dropdown-item a {
  color: var(--secondary-1);
  width: 100%;
  transition: 0.4s ease-in-out;
  padding: 10px 20px;
  justify-content: start;
}
.nav .left .menu ul li.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: color-mix(in srgb, var(--gray-6) 80%, black);
}
.nav .left .menu ul li.dropdown.open .dropdown-menu, .nav .left .menu ul li.dropdown:hover .dropdown-menu {
  display: flex;
}
.nav .left .menu ul li.dropdown.open .menu::after, .nav .left .menu ul li.dropdown:hover .menu::after {
  transform: translateY(50%) rotate(225deg);
}
.nav .right {
  display: flex;
  height: 30px;
}
.nav .right .dropdown {
  position: relative;
}
.nav .right .dropdown .user-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--secondary-1);
  border-radius: 3px;
  padding: 5px 12px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .nav .right .dropdown .user-menu {
    padding: 5px 0px;
  }
}
.nav .right .dropdown .user-menu img {
  height: 24px;
  width: 24px;
  border-radius: 50px;
  padding: 4px;
  margin: 3px;
}
.nav .right .dropdown .user-menu span {
  color: var(--secondary-3);
  font-weight: 500;
}
.nav .right .dropdown .user-menu .user-name {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  .nav .right .dropdown .user-menu .user-name {
    font-size: 0;
  }
}
.nav .right .dropdown .user-menu .user-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  border: solid var(--secondary-2);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 850px) {
  .nav .right .dropdown .user-menu .user-name::after {
    right: 10px;
    transform: translateY(-70%) rotate(45deg);
  }
}
.nav .right .dropdown .dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--gray-6);
  overflow: hidden;
  min-width: 200px;
  border-radius: 5px;
  height: auto;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .nav .right .dropdown .dropdown-menu {
    top: 140%;
  }
}
.nav .right .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-3);
}
.nav .right .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.nav .right .dropdown .dropdown-menu .dropdown-item a {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  color: var(--secondary-1);
  width: 100%;
  transition: 0.4s ease-in-out;
  padding: 10px 20px;
  justify-content: start;
}
.nav .right .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: color-mix(in srgb, var(--gray-6) 80%, black);
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -50px;
  padding-right: 10px;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch h3 {
  font-size: 0.8rem;
  color: var(--gray-5);
  padding: 0px 5px;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-5);
  transition: 0.4s;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label .slider::before {
  content: "🌙";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  transition: 0.4s;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label input:checked + .slider {
  background-color: var(--slider);
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label input:checked + .slider::before {
  transform: translateX(20px);
  content: "☀️";
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label .slider.round {
  border-radius: 34px;
}
.nav .right .dropdown .dropdown-menu .dropdown-item .switch label .slider.round::before {
  border-radius: 50%;
}
.nav .right .dropdown.open .dropdown-menu, .nav .right .dropdown:hover .dropdown-menu {
  display: flex;
}
.nav .right .dropdown.open .user-menu .user-name::after, .nav .right .dropdown:hover .user-menu .user-name::after {
  transform: translateY(50%) rotate(225deg);
}
@media screen and (max-width: 850px) {
  .nav .right .dropdown.open .user-menu .user-name::after, .nav .right .dropdown:hover .user-menu .user-name::after {
    transform: translateY(-30%) rotate(225deg);
  }
}

.loading-screen {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 8vh;
  background: var(--Background);
  z-index: 9999;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}
.loading-screen .loading-inner {
  width: min(520px, 92%);
  background: var(--Background-secondary);
  border-radius: 5px;
  padding: 28px;
  box-shadow: 0 6px 30px var(--Background-secondary);
  text-align: center;
  backdrop-filter: blur(6px);
}
.loading-screen .loading-inner .loading-logo {
  width: 84px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
  transform-origin: center;
  animation: logo-breathe 2.4s ease-in-out infinite;
}
.loading-screen .loading-inner .loading-text {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.2px;
}
.loading-screen .loading-inner .progress {
  position: relative;
  height: 14px;
  background: var(--secondary-1);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px;
  box-sizing: border-box;
}
.loading-screen .loading-inner .progress .progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--primary));
  transition: width 300ms cubic-bezier(0.2, 0.9, 0.3, 1);
}
.loading-screen .loading-inner .progress .progress-label {
  position: absolute;
  right: 10px;
  font-size: 0.75rem;
  color: var(--white);
  user-select: none;
}

/* logo breathing */
@keyframes logo-breathe {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.95;
  }
  50% {
    transform: translateY(-4px) scale(1.03);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.95;
  }
}
/* petite animation pour l'écran qui disparaît */
.loading-hidden {
  animation: fadeOut 360ms ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-6px) scale(0.995);
    visibility: hidden;
  }
}
/* adaptatif */
@media (max-width: 420px) {
  .loading-inner {
    padding: 18px;
    border-radius: 12px;
  }
  .loading-logo {
    width: 68px;
    margin-bottom: 8px;
  }
  .loading-text {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
}
.liste-maillots .maillot {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--secondary-1);
  animation: ScaleInDowns 0.2s forwards;
}
@keyframes ScaleInDowns {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
    max-height: 100%;
  }
}
.liste-maillots .maillot .content {
  align-items: stretch;
}
.liste-maillots .maillot .content img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  object-fit: scale-down;
  overflow: hidden;
}
.liste-maillots .maillot .content p {
  overflow: hidden;
  color: var(--gray-5);
  height: 100%;
  padding: 15px 10px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.liste-championships {
  display: flex;
  justify-content: center;
}
.liste-championships .championship {
  display: inline-block;
  margin: 10px;
  width: 300px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--secondary-1);
  animation: ScaleInDowns 0.2s forwards;
}
@keyframes ScaleInDowns {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
    max-height: 100%;
  }
}
.liste-championships .championship .absolute {
  z-index: 100;
}
.liste-championships .championship .content {
  align-items: stretch;
}
.liste-championships .championship .content img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  object-fit: scale-down;
  overflow: hidden;
  padding: 10px;
}
.liste-championships .championship .content p {
  color: var(--gray-5);
  overflow: hidden;
  height: 100%;
  padding: 15px 10px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

@media screen and (max-width: 900px) {
  .liste-joueur {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.players {
  margin: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--secondary-1);
  overflow: hidden;
  animation: ScaleInDowns 0.2s forwards;
}
@keyframes ScaleInDowns {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
    max-height: 100%;
  }
}
.players .content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .players .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.players .content .numero {
  width: 70px;
}
@media screen and (max-width: 900px) {
  .players .content .numero {
    width: 100%;
  }
}
.players .content .flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .players .content .flex {
    width: 100%;
    justify-content: space-evenly;
  }
  .players .content .flex button {
    width: 100%;
  }
}
.players .content button {
  margin: 5px;
  height: 100%;
  align-self: end;
}
.players .content .tags-input {
  max-width: 226.73px;
}
.players .content .tags-input div {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.players .content .tags-input input {
  width: 226.73px;
}

.match_vs {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1fr;
  background: var(--secondary-1);
  width: 100%;
  padding: 18px 5px;
  border-radius: 5px;
  border: 1px solid var(--secondary-1);
  margin: 2.5px;
  transition: all 0.2s ease-in-out;
  animation: ScaleInDowns 0.2s forwards;
}
@keyframes ScaleInDowns {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
    max-height: 100%;
  }
}
.match_vs:hover {
  cursor: pointer;
  border: 1px solid var(--primary);
  background: color-mix(in srgb, var(--secondary-1) 80%, black);
}
.match_vs.nohover {
  background: var(--secondary-1);
  border: 1px solid var(--secondary-1);
}
.match_vs.live {
  border: 1px solid var(--secondary-4);
}
.match_vs div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.match_vs .equipe {
  justify-content: space-between;
}
.match_vs .equipe img {
  height: 50px;
}
.match_vs .equipe h2 {
  color: var(--gray-6);
  font-weight: 800;
  font-size: 1rem;
  padding: 5px;
}
.match_vs .match_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.match_vs .match_info h3 {
  color: var(--gray-5);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 5px;
}
.match_vs .match_info h2 {
  color: var(--white);
  font-weight: 800;
  font-size: 1.2rem;
  padding: 5px;
}
.match_vs .match_info.live {
  border: 1px solid var(--secondary-4);
  flex-direction: column;
  padding: 0px 20px;
  margin: 5px;
}
.match_vs .match_info.live h3 {
  color: var(--secondary-4);
  font-weight: 800;
  font-size: 1.1rem;
  padding: 5px;
}
.match_vs .match_info.live h2 {
  color: var(--gray-2);
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0px;
  transform: translateY(-5px);
}

.match_foot .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.match_foot .split #HOME,
.match_foot .split .HOME_EVENT {
  background-color: rgba(0, 5, 141, 0.185);
}
.match_foot .split #AWAY,
.match_foot .split .AWAY_EVENT {
  background-color: rgba(115, 0, 0, 0.185);
}
.match_foot .split #home_info_card, .match_foot .split #away_info_card {
  display: none;
}
.match_foot .split .splitnone {
  display: none;
}
.match_foot .menu {
  display: flex;
  position: sticky;
  top: 0px;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  box-shadow: 1px 0px 16px 6px rgba(0, 1, 14, 0.769);
}
@media screen and (max-width: 900px) {
  .match_foot .menu {
    flex-direction: column;
    align-items: center;
  }
}
.match_foot .menu div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.match_foot .menu div button {
  margin: 0px 5px;
}
@media screen and (max-width: 900px) {
  .match_foot .menu div button {
    margin: 5px 5px;
  }
}
@media screen and (max-width: 900px) {
  .match_foot .menu button {
    margin: 5px 5px;
  }
}
.match_foot .menu .vmix h3 {
  color: var(--gray-6);
  text-transform: uppercase;
}
.match_foot .menu .vmix span {
  width: 15px;
  height: 15px;
  background-color: var(--danger);
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
}
.match_foot .menu .vmix.on span {
  background-color: var(--success);
}
.match_foot .info-container {
  display: flex;
  flex-wrap: wrap;
}
.match_foot .info-container.team {
  display: flex;
  flex-direction: column;
}
.match_foot .info-container .team {
  display: flex;
  flex-wrap: wrap;
}
.match_foot .info-container .card {
  position: relative;
}
.match_foot .info-container .card.home {
  background-color: rgb(0, 5, 141);
}
.match_foot .info-container .card.away {
  background-color: rgb(115, 0, 0);
}
.match_foot .info-container .card .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px;
  padding: 10px;
  background-color: var(--secondary-1);
  border-radius: 10px;
  overflow: hidden;
}
.match_foot .info-container .card .content .tab {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}
.match_foot .info-container .card .content .tab table {
  border-spacing: 5px 5px;
}
.match_foot .info-container .card .content .tab button {
  padding: 7px 12px;
}
.match_foot .info-container .card .content .tab thead tr th {
  color: var(--gray-5);
  text-align: left;
  font-size: 0.8rem;
  padding: 2px;
  text-transform: uppercase;
}
.match_foot .info-container .card .content .tab thead tr th.numero {
  width: 100px;
}
.match_foot .info-container .card .content .tab thead tr.menu-tab-item th {
  text-align: center;
}
.match_foot .info-container .card .content .tab tbody tr {
  border-bottom: none;
}
.match_foot .info-container .card .content .tab tbody tr td .content_input {
  margin: 0px;
}
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB input,
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB select {
  margin: 5px;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--gray-5);
  border-radius: 50%;
  background-color: var(--gray-5);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB input.danger,
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB select.danger {
  background: var(--danger);
  transition: all 0.2s ease-out;
}
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB input.danger:hover,
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB select.danger:hover {
  background: color-mix(in srgb, var(--danger) 80%, black);
}
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB input.success,
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB select.success {
  background: var(--success);
  transition: all 0.2s ease-out;
}
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB input.success:hover,
.match_foot .info-container .card .content .tab tbody tr td .content_input.TAB select.success:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}
.match_foot .info-container .card .content .tab tbody tr td .content_input .numero {
  width: 100px;
}
.match_foot .info-container .card .content .tab tbody tr td .name {
  text-align: left;
  text-transform: uppercase;
  height: 100%;
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  padding-left: 2px;
}
.match_foot .info-container .card .content .tab tbody tr td {
  overflow: hidden;
}
.match_foot .info-container .card .content .tab tbody tr td label {
  text-align: left;
  color: var(--gray-5);
  font-size: 0.8rem;
  padding: 2px;
  font-weight: 700;
  white-space: pre;
  text-transform: uppercase;
}
.match_foot .info-container .card .content#list-Matchs .match_vs {
  cursor: default;
}
.match_foot .info-container .card .content#list-Matchs {
  flex-direction: column;
  background-color: transparent;
}
.match_foot .info-container .card .content#list-Matchs .switch {
  background-color: transparent;
}
.match_foot .info-container .card .content_equipe,
.match_foot .info-container .card .content_changement,
.match_foot .info-container .card .content_synthe {
  display: inline;
}
.match_foot .info-container .card .content_equipe H2,
.match_foot .info-container .card .content_changement H2,
.match_foot .info-container .card .content_synthe H2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-2);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.match_foot .info-container .card .content_equipe .content_equipe_player,
.match_foot .info-container .card .content_equipe .content_changement_player,
.match_foot .info-container .card .content_equipe .content_synthe_player,
.match_foot .info-container .card .content_changement .content_equipe_player,
.match_foot .info-container .card .content_changement .content_changement_player,
.match_foot .info-container .card .content_changement .content_synthe_player,
.match_foot .info-container .card .content_synthe .content_equipe_player,
.match_foot .info-container .card .content_synthe .content_changement_player,
.match_foot .info-container .card .content_synthe .content_synthe_player {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 36px;
  margin: 5px 10px;
  padding: 0px;
  border: 2px solid var(--secondary-1);
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_equipe_player,
  .match_foot .info-container .card .content_equipe .content_changement_player,
  .match_foot .info-container .card .content_equipe .content_synthe_player,
  .match_foot .info-container .card .content_changement .content_equipe_player,
  .match_foot .info-container .card .content_changement .content_changement_player,
  .match_foot .info-container .card .content_changement .content_synthe_player,
  .match_foot .info-container .card .content_synthe .content_equipe_player,
  .match_foot .info-container .card .content_synthe .content_changement_player,
  .match_foot .info-container .card .content_synthe .content_synthe_player {
    margin: 5px 0px;
    height: 100%;
  }
}
.match_foot .info-container .card .content_equipe .content_equipe_player:hover,
.match_foot .info-container .card .content_equipe .content_changement_player:hover,
.match_foot .info-container .card .content_equipe .content_synthe_player:hover,
.match_foot .info-container .card .content_changement .content_equipe_player:hover,
.match_foot .info-container .card .content_changement .content_changement_player:hover,
.match_foot .info-container .card .content_changement .content_synthe_player:hover,
.match_foot .info-container .card .content_synthe .content_equipe_player:hover,
.match_foot .info-container .card .content_synthe .content_changement_player:hover,
.match_foot .info-container .card .content_synthe .content_synthe_player:hover {
  background: color-mix(in srgb, var(--secondary-1) 80%, black);
  border: 2px solid var(--primary);
  cursor: pointer;
}
.match_foot .info-container .card .content_equipe .content_equipe_player.nohover, .match_foot .info-container .card .content_equipe .content_equipe_player.nohoverforce,
.match_foot .info-container .card .content_equipe .content_changement_player.nohover,
.match_foot .info-container .card .content_equipe .content_changement_player.nohoverforce,
.match_foot .info-container .card .content_equipe .content_synthe_player.nohover,
.match_foot .info-container .card .content_equipe .content_synthe_player.nohoverforce,
.match_foot .info-container .card .content_changement .content_equipe_player.nohover,
.match_foot .info-container .card .content_changement .content_equipe_player.nohoverforce,
.match_foot .info-container .card .content_changement .content_changement_player.nohover,
.match_foot .info-container .card .content_changement .content_changement_player.nohoverforce,
.match_foot .info-container .card .content_changement .content_synthe_player.nohover,
.match_foot .info-container .card .content_changement .content_synthe_player.nohoverforce,
.match_foot .info-container .card .content_synthe .content_equipe_player.nohover,
.match_foot .info-container .card .content_synthe .content_equipe_player.nohoverforce,
.match_foot .info-container .card .content_synthe .content_changement_player.nohover,
.match_foot .info-container .card .content_synthe .content_changement_player.nohoverforce,
.match_foot .info-container .card .content_synthe .content_synthe_player.nohover,
.match_foot .info-container .card .content_synthe .content_synthe_player.nohoverforce {
  background: var(--secondary-1);
  border: 2px solid var(--secondary-1);
  cursor: auto;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input,
.match_foot .info-container .card .content_changement .content_changement_player .content_input,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input input,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input input,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input input,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input input,
.match_foot .info-container .card .content_changement .content_changement_player .content_input input,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input input,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input input,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input input,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input input {
  width: 100px;
  height: 100%;
  border-radius: 8px 4px 4px 8px;
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_equipe_player .content_input input,
  .match_foot .info-container .card .content_equipe .content_changement_player .content_input input,
  .match_foot .info-container .card .content_equipe .content_synthe_player .content_input input,
  .match_foot .info-container .card .content_changement .content_equipe_player .content_input input,
  .match_foot .info-container .card .content_changement .content_changement_player .content_input input,
  .match_foot .info-container .card .content_changement .content_synthe_player .content_input input,
  .match_foot .info-container .card .content_synthe .content_equipe_player .content_input input,
  .match_foot .info-container .card .content_synthe .content_changement_player .content_input input,
  .match_foot .info-container .card .content_synthe .content_synthe_player .content_input input {
    width: 60px;
  }
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input .name_player,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input .name_player,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input .name_player,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input .name_player,
.match_foot .info-container .card .content_changement .content_changement_player .content_input .name_player,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input .name_player,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input .name_player,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input .name_player,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input .name_player {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  padding: 7px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input .name_player h3,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input .name_player h3,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input .name_player h3,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input .name_player h3,
.match_foot .info-container .card .content_changement .content_changement_player .content_input .name_player h3,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input .name_player h3,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input .name_player h3,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input .name_player h3,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input .name_player h3 {
  text-transform: uppercase;
  height: 100%;
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  padding-left: 2px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input .name_player h4,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input .name_player h4,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input .name_player h4,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input .name_player h4,
.match_foot .info-container .card .content_changement .content_changement_player .content_input .name_player h4,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input .name_player h4,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input .name_player h4,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input .name_player h4,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input .name_player h4 {
  text-transform: capitalize;
  height: 100%;
  color: var(--white);
  font-weight: 300;
  font-size: 1rem;
  padding-left: 5px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .content_input .name_player button,
.match_foot .info-container .card .content_equipe .content_changement_player .content_input .name_player button,
.match_foot .info-container .card .content_equipe .content_synthe_player .content_input .name_player button,
.match_foot .info-container .card .content_changement .content_equipe_player .content_input .name_player button,
.match_foot .info-container .card .content_changement .content_changement_player .content_input .name_player button,
.match_foot .info-container .card .content_changement .content_synthe_player .content_input .name_player button,
.match_foot .info-container .card .content_synthe .content_equipe_player .content_input .name_player button,
.match_foot .info-container .card .content_synthe .content_changement_player .content_input .name_player button,
.match_foot .info-container .card .content_synthe .content_synthe_player .content_input .name_player button {
  border-radius: 10px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right,
.match_foot .info-container .card .content_equipe .content_changement_player .right,
.match_foot .info-container .card .content_equipe .content_synthe_player .right,
.match_foot .info-container .card .content_changement .content_equipe_player .right,
.match_foot .info-container .card .content_changement .content_changement_player .right,
.match_foot .info-container .card .content_changement .content_synthe_player .right,
.match_foot .info-container .card .content_synthe .content_equipe_player .right,
.match_foot .info-container .card .content_synthe .content_changement_player .right,
.match_foot .info-container .card .content_synthe .content_synthe_player .right {
  display: flex;
  align-items: center;
  justify-content: right;
  overflow: hidden;
  padding-right: 5px;
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_equipe_player .right,
  .match_foot .info-container .card .content_equipe .content_changement_player .right,
  .match_foot .info-container .card .content_equipe .content_synthe_player .right,
  .match_foot .info-container .card .content_changement .content_equipe_player .right,
  .match_foot .info-container .card .content_changement .content_changement_player .right,
  .match_foot .info-container .card .content_changement .content_synthe_player .right,
  .match_foot .info-container .card .content_synthe .content_equipe_player .right,
  .match_foot .info-container .card .content_synthe .content_changement_player .right,
  .match_foot .info-container .card .content_synthe .content_synthe_player .right {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .match_foot .info-container .card .content_equipe .content_equipe_player .right > :first-child,
  .match_foot .info-container .card .content_equipe .content_changement_player .right > :first-child,
  .match_foot .info-container .card .content_equipe .content_synthe_player .right > :first-child,
  .match_foot .info-container .card .content_changement .content_equipe_player .right > :first-child,
  .match_foot .info-container .card .content_changement .content_changement_player .right > :first-child,
  .match_foot .info-container .card .content_changement .content_synthe_player .right > :first-child,
  .match_foot .info-container .card .content_synthe .content_equipe_player .right > :first-child,
  .match_foot .info-container .card .content_synthe .content_changement_player .right > :first-child,
  .match_foot .info-container .card .content_synthe .content_synthe_player .right > :first-child {
    grid-column: 1/3; /* tu avais dit pas de grid-column, mais ici c'est dans un sélecteur ciblé — ça reste dans ta règle ! */
  }
  .match_foot .info-container .card .content_equipe .content_equipe_player .right button,
  .match_foot .info-container .card .content_equipe .content_changement_player .right button,
  .match_foot .info-container .card .content_equipe .content_synthe_player .right button,
  .match_foot .info-container .card .content_changement .content_equipe_player .right button,
  .match_foot .info-container .card .content_changement .content_changement_player .right button,
  .match_foot .info-container .card .content_changement .content_synthe_player .right button,
  .match_foot .info-container .card .content_synthe .content_equipe_player .right button,
  .match_foot .info-container .card .content_synthe .content_changement_player .right button,
  .match_foot .info-container .card .content_synthe .content_synthe_player .right button {
    margin: 0px;
    border-radius: 0px;
  }
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right button,
.match_foot .info-container .card .content_equipe .content_changement_player .right button,
.match_foot .info-container .card .content_equipe .content_synthe_player .right button,
.match_foot .info-container .card .content_changement .content_equipe_player .right button,
.match_foot .info-container .card .content_changement .content_changement_player .right button,
.match_foot .info-container .card .content_changement .content_synthe_player .right button,
.match_foot .info-container .card .content_synthe .content_equipe_player .right button,
.match_foot .info-container .card .content_synthe .content_changement_player .right button,
.match_foot .info-container .card .content_synthe .content_synthe_player .right button {
  margin: 0px 2px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .sortie::before,
.match_foot .info-container .card .content_equipe .content_changement_player .right .sortie::before,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .sortie::before,
.match_foot .info-container .card .content_changement .content_equipe_player .right .sortie::before,
.match_foot .info-container .card .content_changement .content_changement_player .right .sortie::before,
.match_foot .info-container .card .content_changement .content_synthe_player .right .sortie::before,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .sortie::before,
.match_foot .info-container .card .content_synthe .content_changement_player .right .sortie::before,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .sortie::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62d";
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .sortie,
.match_foot .info-container .card .content_equipe .content_changement_player .right .sortie,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .sortie,
.match_foot .info-container .card .content_changement .content_equipe_player .right .sortie,
.match_foot .info-container .card .content_changement .content_changement_player .right .sortie,
.match_foot .info-container .card .content_changement .content_synthe_player .right .sortie,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .sortie,
.match_foot .info-container .card .content_synthe .content_changement_player .right .sortie,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .sortie {
  background: var(--secondary-4);
  transition: 0.2s;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .sortie:hover,
.match_foot .info-container .card .content_equipe .content_changement_player .right .sortie:hover,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .sortie:hover,
.match_foot .info-container .card .content_changement .content_equipe_player .right .sortie:hover,
.match_foot .info-container .card .content_changement .content_changement_player .right .sortie:hover,
.match_foot .info-container .card .content_changement .content_synthe_player .right .sortie:hover,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .sortie:hover,
.match_foot .info-container .card .content_synthe .content_changement_player .right .sortie:hover,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .sortie:hover {
  background: color-mix(in srgb, var(--secondary-4) 80%, black);
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .sortie.active,
.match_foot .info-container .card .content_equipe .content_changement_player .right .sortie.active,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .sortie.active,
.match_foot .info-container .card .content_changement .content_equipe_player .right .sortie.active,
.match_foot .info-container .card .content_changement .content_changement_player .right .sortie.active,
.match_foot .info-container .card .content_changement .content_synthe_player .right .sortie.active,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .sortie.active,
.match_foot .info-container .card .content_synthe .content_changement_player .right .sortie.active,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .sortie.active {
  animation: moveIcon0deg 2s infinite;
}
@keyframes moveIcon0deg {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .poste,
.match_foot .info-container .card .content_equipe .content_changement_player .right .poste,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .poste,
.match_foot .info-container .card .content_changement .content_equipe_player .right .poste,
.match_foot .info-container .card .content_changement .content_changement_player .right .poste,
.match_foot .info-container .card .content_changement .content_synthe_player .right .poste,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .poste,
.match_foot .info-container .card .content_synthe .content_changement_player .right .poste,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .poste {
  margin-right: 50px;
  width: 100px;
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_equipe_player .right .poste,
  .match_foot .info-container .card .content_equipe .content_changement_player .right .poste,
  .match_foot .info-container .card .content_equipe .content_synthe_player .right .poste,
  .match_foot .info-container .card .content_changement .content_equipe_player .right .poste,
  .match_foot .info-container .card .content_changement .content_changement_player .right .poste,
  .match_foot .info-container .card .content_changement .content_synthe_player .right .poste,
  .match_foot .info-container .card .content_synthe .content_equipe_player .right .poste,
  .match_foot .info-container .card .content_synthe .content_changement_player .right .poste,
  .match_foot .info-container .card .content_synthe .content_synthe_player .right .poste {
    width: 100%;
    justify-content: center;
  }
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .poste label,
.match_foot .info-container .card .content_equipe .content_changement_player .right .poste label,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .poste label,
.match_foot .info-container .card .content_changement .content_equipe_player .right .poste label,
.match_foot .info-container .card .content_changement .content_changement_player .right .poste label,
.match_foot .info-container .card .content_changement .content_synthe_player .right .poste label,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .poste label,
.match_foot .info-container .card .content_synthe .content_changement_player .right .poste label,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .poste label {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .rond:hover,
.match_foot .info-container .card .content_equipe .content_changement_player .right .rond:hover,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .rond:hover,
.match_foot .info-container .card .content_changement .content_equipe_player .right .rond:hover,
.match_foot .info-container .card .content_changement .content_changement_player .right .rond:hover,
.match_foot .info-container .card .content_changement .content_synthe_player .right .rond:hover,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .rond:hover,
.match_foot .info-container .card .content_synthe .content_changement_player .right .rond:hover,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .rond:hover {
  border-radius: 8px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .rond.nohover,
.match_foot .info-container .card .content_equipe .content_changement_player .right .rond.nohover,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .rond.nohover,
.match_foot .info-container .card .content_changement .content_equipe_player .right .rond.nohover,
.match_foot .info-container .card .content_changement .content_changement_player .right .rond.nohover,
.match_foot .info-container .card .content_changement .content_synthe_player .right .rond.nohover,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .rond.nohover,
.match_foot .info-container .card .content_synthe .content_changement_player .right .rond.nohover,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .rond.nohover {
  cursor: auto;
  border-radius: 50px;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .entre,
.match_foot .info-container .card .content_equipe .content_changement_player .right .entre,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .entre,
.match_foot .info-container .card .content_changement .content_equipe_player .right .entre,
.match_foot .info-container .card .content_changement .content_changement_player .right .entre,
.match_foot .info-container .card .content_changement .content_synthe_player .right .entre,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .entre,
.match_foot .info-container .card .content_synthe .content_changement_player .right .entre,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .entre {
  transform: rotate(-180deg);
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .entre::before,
.match_foot .info-container .card .content_equipe .content_changement_player .right .entre::before,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .entre::before,
.match_foot .info-container .card .content_changement .content_equipe_player .right .entre::before,
.match_foot .info-container .card .content_changement .content_changement_player .right .entre::before,
.match_foot .info-container .card .content_changement .content_synthe_player .right .entre::before,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .entre::before,
.match_foot .info-container .card .content_synthe .content_changement_player .right .entre::before,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .entre::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62d";
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .entre,
.match_foot .info-container .card .content_equipe .content_changement_player .right .entre,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .entre,
.match_foot .info-container .card .content_changement .content_equipe_player .right .entre,
.match_foot .info-container .card .content_changement .content_changement_player .right .entre,
.match_foot .info-container .card .content_changement .content_synthe_player .right .entre,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .entre,
.match_foot .info-container .card .content_synthe .content_changement_player .right .entre,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .entre {
  background: var(--success);
  transition: 0.2s;
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .entre:hover,
.match_foot .info-container .card .content_equipe .content_changement_player .right .entre:hover,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .entre:hover,
.match_foot .info-container .card .content_changement .content_equipe_player .right .entre:hover,
.match_foot .info-container .card .content_changement .content_changement_player .right .entre:hover,
.match_foot .info-container .card .content_changement .content_synthe_player .right .entre:hover,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .entre:hover,
.match_foot .info-container .card .content_synthe .content_changement_player .right .entre:hover,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .entre:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}
.match_foot .info-container .card .content_equipe .content_equipe_player .right .entre.active,
.match_foot .info-container .card .content_equipe .content_changement_player .right .entre.active,
.match_foot .info-container .card .content_equipe .content_synthe_player .right .entre.active,
.match_foot .info-container .card .content_changement .content_equipe_player .right .entre.active,
.match_foot .info-container .card .content_changement .content_changement_player .right .entre.active,
.match_foot .info-container .card .content_changement .content_synthe_player .right .entre.active,
.match_foot .info-container .card .content_synthe .content_equipe_player .right .entre.active,
.match_foot .info-container .card .content_synthe .content_changement_player .right .entre.active,
.match_foot .info-container .card .content_synthe .content_synthe_player .right .entre.active {
  animation: moveIcon 2s infinite;
}
@keyframes moveIcon {
  0% {
    transform: translateX(0) rotate(-180deg);
  }
  50% {
    transform: translateX(10px) rotate(-180deg);
  }
  100% {
    transform: translateX(0) rotate(-180deg);
  }
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_changement_player .right,
  .match_foot .info-container .card .content_changement .content_changement_player .right,
  .match_foot .info-container .card .content_synthe .content_changement_player .right {
    grid-template-columns: 1fr;
  }
}
.match_foot .info-container .card .content_equipe .content_changement_player .right button.entre,
.match_foot .info-container .card .content_changement .content_changement_player .right button.entre,
.match_foot .info-container .card .content_synthe .content_changement_player .right button.entre {
  transform: rotate(-90deg);
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_changement_player .right button.entre,
  .match_foot .info-container .card .content_changement .content_changement_player .right button.entre,
  .match_foot .info-container .card .content_synthe .content_changement_player .right button.entre {
    transform: rotate(-180deg);
  }
}
.match_foot .info-container .card .content_equipe .content_changement_player .right button.sortie,
.match_foot .info-container .card .content_changement .content_changement_player .right button.sortie,
.match_foot .info-container .card .content_synthe .content_changement_player .right button.sortie {
  transform: rotate(90deg);
}
@media screen and (max-width: 900px) {
  .match_foot .info-container .card .content_equipe .content_changement_player .right button.sortie,
  .match_foot .info-container .card .content_changement .content_changement_player .right button.sortie,
  .match_foot .info-container .card .content_synthe .content_changement_player .right button.sortie {
    transform: rotate(0deg);
  }
}
.match_foot .formation {
  width: 1000px;
  height: 500px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), var(--Background-secondary)), url("/assets/img/compo_foot.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.match_foot .formation .player {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  width: 70px; /* Taille contrôlée pour éviter le chevauchement */
}
.match_foot .formation .player input {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  z-index: 500;
}
.match_foot .formation .player img {
  width: 80px; /* Taille ajustée */
  height: auto;
  transition: all 0.2s;
  cursor: n-resize;
}
.match_foot .formation .player img:active {
  transform: scale(10.5);
  z-index: 600;
}
.match_foot .content_changement {
  display: flex;
  flex-direction: column;
}
.match_foot .content_changement .content_changement_player {
  display: flex;
  flex-direction: row;
  background-color: var(--secondary-1);
  border-radius: 10px;
  justify-content: space-between;
  overflow: hidden;
  height: 36px;
  margin: 5px 10px;
  padding: 0px;
  border: 2px solid var(--secondary-1);
}
.match_foot .content_changement .content_changement_player .content_input {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.match_foot .content_changement .content_changement_player .content_input input {
  width: 100px;
  height: 100%;
}
.match_foot .content_changement .content_changement_player .content_input .name_player {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  padding: 7px;
}
.match_foot .content_changement .content_changement_player .content_input .name_player h3 {
  text-transform: uppercase;
  height: 100%;
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  padding-left: 2px;
}
.match_foot .content_changement .content_changement_player .content_input .name_player h4 {
  text-transform: capitalize;
  height: 100%;
  color: var(--white);
  font-weight: 300;
  font-size: 1rem;
  padding-left: 5px;
}
.match_foot .content_changement .content_changement_player .right {
  display: flex;
  align-items: center;
  justify-content: right;
  overflow: hidden;
}
.match_foot .content_changement .content_changement_player .right button {
  margin: 0px 2px;
}
.match_foot .content_changement .content_changement_player .right .sortie::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62d";
}
.match_foot .content_changement .content_changement_player .right .sortie {
  background: var(--secondary-4);
  transform: rotate(90deg);
}
.match_foot .content_changement .content_changement_player .right .entre {
  transform: rotate(-90deg);
}
.match_foot .content_changement .content_changement_player .right .entre::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62d";
}
.match_foot .content_changement .content_changement_player .right .entre {
  background: var(--success);
}
.match_foot .content_changement .content_changement_player .right {
  padding-right: 5px;
  padding-left: 15px;
}
.match_foot .event-timeline {
  position: relative;
  margin: 2rem auto;
  padding: 1rem 0;
  width: 100%;
  max-width: 1600px;
}
.match_foot .event-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--gray-6);
  border-radius: 2px;
  z-index: 1;
  transform: translateX(-50%);
}
.match_foot .event-timeline .event-form {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 1.5rem;
  position: relative;
}
.match_foot .event-timeline .event-form.HOME_EVENT {
  justify-content: flex-end;
}
.match_foot .event-timeline .event-form.HOME_EVENT .event-content {
  background-color: var(--bluetransparent);
  border-radius: 5px;
}
.match_foot .event-timeline .event-form.HOME_EVENT {
  left: 0;
  margin-right: auto;
}
.match_foot .event-timeline .event-form.HOME_EVENT .event-timer {
  right: -120px;
}
.match_foot .event-timeline .event-form.HOME_EVENT::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--gray-6);
  border-radius: 50%;
  border: 2px solid var(--gray-6);
  z-index: 2;
}
.match_foot .event-timeline .event-form.HOME_EVENT.active::after {
  background: var(--danger);
  border-color: var(--danger);
}
.match_foot .event-timeline .event-form.AWAY_EVENT {
  justify-content: flex-start;
}
.match_foot .event-timeline .event-form.AWAY_EVENT .event-content {
  background-color: var(--redtransparent);
  border-radius: 5px;
}
.match_foot .event-timeline .event-form.AWAY_EVENT {
  margin-left: auto;
}
.match_foot .event-timeline .event-form.AWAY_EVENT .event-timer {
  left: -120px;
}
.match_foot .event-timeline .event-form.AWAY_EVENT::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--gray-6);
  border-radius: 50%;
  border: 2px solid var(--gray-6);
  z-index: 2;
}
.match_foot .event-timeline .event-form.AWAY_EVENT.active::after {
  background: var(--danger);
  border-color: var(--danger);
}
.match_foot .event-timeline .event-form .event-timer {
  width: 100px;
  text-align: center;
  position: absolute;
}
.match_foot .event-timeline .event-form .event-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  margin-top: 10px;
}
.match_foot .event-timeline .event-content .card {
  background-color: transparent;
}

.login {
  background-color: var(--Background-secondary);
  padding: 5px;
  border-radius: 5px;
  min-width: 600px;
  max-width: 900px;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .login {
    width: 100%;
    height: 100%;
    min-width: unset;
    max-width: unset;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin: 0px;
  }
}
.login .redirect-button {
  margin: 12px;
  font-size: 0.8rem;
  padding: 0px;
  background-color: var(--Background-secondary);
  color: var(--primary);
  transition: all 0.2s ease-in-out;
}
.login .redirect-button:hover {
  cursor: pointer;
  color: color-mix(in srgb, var(--primary) 70%, black);
}
.login .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  transition: all 0.2s ease-in-out;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .login .content {
    grid-template-columns: 1fr;
  }
}
.login .content img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .login .content img {
    width: 40%;
  }
}
.login .content .info {
  height: 0px;
  overflow: hidden;
  font-size: 0.7rem;
  background-color: transparent;
  padding: 0px;
  color: transparent;
  transition: 0.2s ease-in-out;
  align-content: center;
}
.login .content.error input, .login .content.errorForced input {
  border: 2px solid var(--danger);
}
.login .content.error .info, .login .content.errorForced .info {
  color: var(--danger);
  height: 20px;
}
.login .content form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login .content form ul {
  text-align: left;
  cursor: pointer;
  color: var(--gray-4);
  font-size: 0.7rem;
  transition: all 0.2s ease-in-out;
}
.login .content form ul:hover {
  cursor: pointer;
  color: var(--gray-5);
}
.login .content form .content-div {
  margin-top: 10px;
  margin-bottom: 10px;
}
.login .content form .password-container {
  position: relative;
  display: inline-block;
}
.login .content form .password-container input {
  border-radius: 3px;
}
.login .content form .password-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 20px;
  color: var(--gray-5);
}
.login .content form .password-container .toggle-password::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e63e";
}
.login .content form .password-container .toggle-password:hover {
  color: var(--gray-1);
}

.admin_page .Divinfo {
  padding: 10px;
  color: var(--secondary-2);
  text-align: left;
  max-width: 590px;
}
.admin_page .info-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.admin_page .info-container .card {
  position: relative;
}
.admin_page .info-container .card .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px;
  padding: 10px;
  background-color: var(--secondary-1);
  border-radius: 10px;
  overflow: hidden;
}
.admin_page .info-container .card .content_company div {
  display: flex;
  padding: 10px;
}
.admin_page .info-container .card .content_company div h2 {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 900;
  font-size: 1rem;
  margin-right: 5px;
}
.admin_page .info-container .card .content_company div button {
  margin-right: 10px;
}
.admin_page .info-container .card .content_equipe,
.admin_page .info-container .card .content_changement,
.admin_page .info-container .card .content_synthe {
  display: inline;
}
.admin_page .info-container .card .content_equipe H2,
.admin_page .info-container .card .content_changement H2,
.admin_page .info-container .card .content_synthe H2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary-2);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.admin_page .info-container .card .content_equipe .content_user,
.admin_page .info-container .card .content_changement .content_user,
.admin_page .info-container .card .content_synthe .content_user {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  height: 36px;
  margin: 5px 10px;
  padding: 0px;
  border: 2px solid var(--secondary-1);
}
@media screen and (max-width: 600px) {
  .admin_page .info-container .card .content_equipe .content_user,
  .admin_page .info-container .card .content_changement .content_user,
  .admin_page .info-container .card .content_synthe .content_user {
    height: 100%;
  }
}
.admin_page .info-container .card .content_equipe .content_user:hover,
.admin_page .info-container .card .content_changement .content_user:hover,
.admin_page .info-container .card .content_synthe .content_user:hover {
  background: color-mix(in srgb, var(--secondary-1) 80%, black);
  border: 2px solid var(--primary);
  cursor: pointer;
}
.admin_page .info-container .card .content_equipe .content_user.nohover, .admin_page .info-container .card .content_equipe .content_user.nohoverforce,
.admin_page .info-container .card .content_changement .content_user.nohover,
.admin_page .info-container .card .content_changement .content_user.nohoverforce,
.admin_page .info-container .card .content_synthe .content_user.nohover,
.admin_page .info-container .card .content_synthe .content_user.nohoverforce {
  background: var(--secondary-1);
  border: 2px solid var(--secondary-1);
  cursor: auto;
}
.admin_page .info-container .card .content_equipe .content_user .content_input,
.admin_page .info-container .card .content_changement .content_user .content_input,
.admin_page .info-container .card .content_synthe .content_user .content_input {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  height: 100%;
}
.admin_page .info-container .card .content_equipe .content_user .content_input input,
.admin_page .info-container .card .content_changement .content_user .content_input input,
.admin_page .info-container .card .content_synthe .content_user .content_input input {
  width: 100px;
  height: 100%;
  border-radius: 8px 4px 4px 8px;
}
.admin_page .info-container .card .content_equipe .content_user .content_input .name_player,
.admin_page .info-container .card .content_changement .content_user .content_input .name_player,
.admin_page .info-container .card .content_synthe .content_user .content_input .name_player {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: start;
  padding: 7px;
}
.admin_page .info-container .card .content_equipe .content_user .content_input .name_player h3,
.admin_page .info-container .card .content_changement .content_user .content_input .name_player h3,
.admin_page .info-container .card .content_synthe .content_user .content_input .name_player h3 {
  text-transform: uppercase;
  height: 100%;
  color: var(--white);
  font-weight: 900;
  font-size: 1rem;
  padding-left: 2px;
  color: var(--primary);
}
.admin_page .info-container .card .content_equipe .content_user .content_input .name_player h4,
.admin_page .info-container .card .content_changement .content_user .content_input .name_player h4,
.admin_page .info-container .card .content_synthe .content_user .content_input .name_player h4 {
  text-transform: capitalize;
  height: 100%;
  color: var(--white);
  font-weight: 300;
  font-size: 1rem;
  padding-left: 10px;
}
.admin_page .info-container .card .content_equipe .content_user .content_input .name_player button,
.admin_page .info-container .card .content_changement .content_user .content_input .name_player button,
.admin_page .info-container .card .content_synthe .content_user .content_input .name_player button {
  border-radius: 10px;
}
.admin_page .info-container .card .content_equipe .content_user .right,
.admin_page .info-container .card .content_changement .content_user .right,
.admin_page .info-container .card .content_synthe .content_user .right {
  display: flex;
  align-items: center;
  justify-content: right;
  overflow: hidden;
}
.admin_page .info-container .card .content_equipe .content_user .right button,
.admin_page .info-container .card .content_changement .content_user .right button,
.admin_page .info-container .card .content_synthe .content_user .right button {
  margin: 0px 2px;
}
.admin_page .info-container .card .content_equipe .content_user .right .poste,
.admin_page .info-container .card .content_changement .content_user .right .poste,
.admin_page .info-container .card .content_synthe .content_user .right .poste {
  margin-right: 50px;
  width: 100px;
}
.admin_page .info-container .card .content_equipe .content_user .right .poste label,
.admin_page .info-container .card .content_changement .content_user .right .poste label,
.admin_page .info-container .card .content_synthe .content_user .right .poste label {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin_page .info-container .card .content_equipe .content_user .right .rond,
.admin_page .info-container .card .content_changement .content_user .right .rond,
.admin_page .info-container .card .content_synthe .content_user .right .rond {
  padding-left: 12px;
  padding-right: 12px;
}
.admin_page .info-container .card .content_equipe .content_user .right .rond:hover,
.admin_page .info-container .card .content_changement .content_user .right .rond:hover,
.admin_page .info-container .card .content_synthe .content_user .right .rond:hover {
  border-radius: 8px;
}
.admin_page .info-container .card .content_equipe .content_user .right .rond.nohover,
.admin_page .info-container .card .content_changement .content_user .right .rond.nohover,
.admin_page .info-container .card .content_synthe .content_user .right .rond.nohover {
  cursor: auto;
  border-radius: 50px;
}
.admin_page .info-container .card .content_equipe .content_user .right,
.admin_page .info-container .card .content_changement .content_user .right,
.admin_page .info-container .card .content_synthe .content_user .right {
  padding-right: 5px;
}
.admin_page .fullscreen .card > .content form {
  align-items: center;
}
.admin_page .fullscreen .card > .content form[name=upgrade_company] {
  align-items: stretch;
}
.admin_page .fullscreen .card > .content form[name=upgrade_company] .add_plan_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  background: var(--secondary-1);
  color: var(--white);
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem;
  z-index: 10000;
}
.footer a {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.8rem;
}
.footer a:hover {
  text-decoration: underline;
}

body.noel img.logo {
  content: url("/assets/img/logo-noel.png");
}
body.noel .user-menu img {
  content: url("/assets/img/avatar-noel.png");
}

.equipe_sport {
  display: flex;
  justify-content: space-between;
  background: var(--secondary-1);
  width: 100%;
  border-radius: 5px;
  margin: 2.5px;
  padding: 3px 6px;
  border: 1px solid var(--secondary-1);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  animation: ScaleInDowns 0.2s forwards;
}
@keyframes ScaleInDowns {
  0% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  20% {
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    max-height: 0;
    margin: 0;
    padding: 0;
  }
  100% {
    opacity: 1;
    transform-origin: top;
    transform: scaleY(1);
    max-height: 100%;
  }
}
.equipe_sport:hover {
  cursor: pointer;
  border: 1px solid var(--primary);
  background: color-mix(in srgb, var(--secondary-1) 80%, black);
}
.equipe_sport .club_edit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipe_sport .club_edit img {
  height: 20px;
  margin-right: 5px;
}
.equipe_sport .club_edit h2 {
  font-size: 1rem;
  margin-right: 5px;
}
.equipe_sport.success {
  background: var(--success);
}
.equipe_sport.success:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}

.modif::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e628";
}

.add::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e623";
}
.add {
  background: var(--success);
}
.add:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}

.delete::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e680";
}
.delete {
  background: var(--danger);
}
.delete:hover {
  background: color-mix(in srgb, var(--danger) 80%, black);
}

.valid::before {
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e66c";
}
.valid {
  background: var(--success);
}
.valid:hover {
  background: color-mix(in srgb, var(--success) 80%, black);
}

.absolute-not {
  display: flex;
  position: relative;
  align-items: normal;
  top: 0;
  right: 0;
}

.disabled {
  display: none;
}

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