/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map *//***********************************************/
/*              FEUILLE DE STYLE               */
/*        RazmoketGénération.online.fr         */
/***********************************************/

/************************************************
/  1 - Général
/  2 - Header
/  3 - Menu
/  4 - Footer
/  5 - Titres
/  6 - TOP
/  7 - Nouveautés
/  8 - Player
/  9 - Recherche
/ 10 - Playlists
/ 11 - Communauté
/ 12 - Hasard
/ 13 - Artistes
/ 14 - BOX
/ 15 - Fiche titre
/ 16 - Divers
/ 17 - Accueil
/ 18 - Lightbox
/ 19 - Membres
/ 20 - OLD
/************************************************
/ #00AEFF 000,174,255 (Cyan)
/ #0088FF 000,136,255 (Cyan alternative)
/ #113A56 017,058,086 (Bleu foncé) [abandonné]
/ #007ED3 000,126,211 (Bleu Top) ex-#0063B9
/ #00F2FF 000,242,255 (Turquoise Playlists)
/ #00799E 000,121,158 (Turquoise foncé)
/ #DD25B4 221,037,180 (Magenta violet)
/ #FF0098 255,000,152 (Magenta rose)
/ #FFD400 255,212,000 (Jaune Communauté)
/***********************************************/

/***********************************************/
/******************* Général *******************/
/***********************************************/
@font-face {
	font-family: Rugrats;
	src: url('/fonts/rugrats.ttf');
	font-weight: 100;
}

html,body {
	height: 100%;
}

html, body, ol, ul, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-family: 'Comic sans ms', Arial, sans-serif;
	font-size: 12pt;
	text-align: center;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	vertical-align: middle;
}

input {
	font: inherit;
}

a img {
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

p a, table a, li a {
	text-decoration: underline;
}

a:hover { text-decoration: none; }

h1 {
	font-weight: normal;
	color: #000000;
	font-size: 24pt;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	padding-top: 15px;
	text-shadow: 1px 1px 2px #999;
	text-align: left;
	font-family: Rugrats;
	text-transform: uppercase;
	user-select: none;
}

h2 {
	font-family: Rugrats;
	font-size: 14pt;
	text-transform: uppercase;
	text-decoration: none;
	margin: auto;
	text-align: left;
	user-select: none;
}

table h2 {
	width: auto;
	margin: 0;
}

h3 {
	max-width: 810px;
	font-size: 25pt;
	font-weight: 100;
	text-decoration: none;
	text-align: left;
	line-height: 0.9em;
	margin: auto;
	clear: both;
	user-select: none;
}

fieldset {
	border: 0;
}

textarea {
	font: inherit;
}

div {
	margin: 0;
	padding: 0;
	border-width: 0;
}

div#container {
	position: relative;
	min-width: 980px;
	/*max-width: 1100px;*/
	min-height: 100%;
	margin: auto;
	text-align: left;
	/*overflow: hidden; Incompatible sticky */
}

div#content {
	position: relative;
	width: 100%;
	min-height: 220px;
	/*max-width: 1100px;*/
	margin: auto;
	padding-bottom: 140px; /* Hauteur du footer */
	padding-top: 20px;
	z-index: 1;
	text-align: center;
}

div#content > p {
	max-width: 810px;
	margin: 0 auto;
}

div#content table p {
	width: auto;
	margin: 0;
}

::-moz-selection {
	background: #00B59B;
	color: #FFF;
}

::selection {
	background: #00B59B;
	color: #FFF;
}

.hidden {
	display: none;
}

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

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
	text-justify: inter-word;
}

.text-accent {
	color: #00B59B;
}

.pull-right {
	display: inline-block;
	float: right;
}

.button {
	display: inline-block;
	position: relative;
	width: auto;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding: 5px 15px 6px;
	margin-right: 2em;
	background: none repeat scroll 0 0 #222222;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	box-shadow: 0 -0.1em 0 rgba(0, 0, 0, 0.2) inset !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	overflow: visible;
	transition: background .3s;
}

.row {
	display: flex;
	/*flex-wrap: wrap;*/
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.sticky {
	position: sticky;
	left: 0; /* BUG IE */
	top: 40px;
	height: 0;
	z-index: 1;
}

.img-fluid {
	max-width: 100%;
}

.season-container .season-title {
	display: inline-block;
	color: rgba(255,255,255,0.7);
	text-align: left;
	font-size: 8pt;
	padding: 4px 30px 4px 10px;
	background-color: #3094AC;
	border-radius: 0 0 14px 0;
	border: 1px solid rgba(0,0,0,0.4);
	border-left: none;
}

.season-container .season-title h2 {
	display: inline;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.episode-img {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1),
	120px 120px 0 -110px rgba(0, 189, 184, 0.5),
	-120px -120px 0 -110px rgba(0, 189, 184, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.4);
}

/***********************************************/
/* ***************** Messages **************** */
/***********************************************/
div#nojs {
	color: #FFF;
	font-weight: bold;
	height: 20px;
	width: 100%;
	text-align: center;
	background-color: red;
}

div#avertissement {
	height: 30px;
	width: 1000px;
	background-color: #FFFFE1;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

div#erreur {
	height: 25px;
	width: 750px;
	background-color: red;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}

div#plus {
	color: #7F7F7F;
	text-align: center;
	background-color: #EFEFEF;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #7F7F7F;
	line-height: 30px;
}

div#msgerreur {
	position: relative;
	max-width: 810px;
	margin: auto;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: red;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div#msgerreur a {
	color: white;
	text-decoration: underline;
}

div#msgsucces {
	position: relative;
	max-width: 810px;
	margin: auto;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #00CC00;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div#msgsucces a {
	color: white;
	text-decoration: underline;
}

div#msginfo {
	position: relative;
	max-width: 810px;
	margin: auto;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #FFFF99;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

div#msginfo a {
	color: white;
	text-decoration: underline;
}

/***********************************************/
/* ***************** Header ****************** */
/***********************************************/

div#top {
	left: 0;
	top: 0;
	width: 100%;
	/*height: 150px;*/
	z-index: 13; /* BUG IE // > subheader */
	user-select: none;
}

div#top .logo-mini {
	position: absolute;
	left: 30px;
	top: -50px;
	height: 56px;
	width: 56px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAC/VBMVEUAAADwrPDvsO/gqgXqFqt0AGdQASr+9rdZAEVEARhnAFHSt6qxcTXwL73fDZB/Cyy9CmKeCkRcACdIAR/pKKfkHZn29p7QCnmtClFaBSW3brXuk+6OCjfuPc3y8qtnESt4FjPtr+3qsuPce9bl5aJnACLoTdXleeXbmNvq463u7qP//5P//5///6b//5n//47/vxn//6z/wCP+vgz/q////4j/vyv/ov+TAS+jADn//7KxAEP/wDHWAGL//3z/mf9kACnNAI7//4O6AEyNAHn//3PiAG7UAJL/tP//kf//iv7dAGnQAVyHAin/sP//LLXoAHPAAFD/gfn+RcHbAJj3AIL/5kJ2ASj/ev//ZPX8AIjzAHzuAHf//mr/7FnGAFN/ASX/hf//cPL/OLn/AJC9AHvLAFj/xTb/WfH9UMT/51D/4Ej/0T//yzn/ePX/UOv/ROXnA6P/3jj/zir/cvz/ON3/AaLNAoT/+Xv/8Wf/9F6vA1P/4zn/2S3/Z+3/PcP//7v/I6//Aqr9AJmYAHH/9nCDAGv/+WawAGG8A15uACb/a/r/YOj/Gsr/NMD/LL//A7TyBo7XAIW0AHONAG7PAWqZAGP/2ENcACz/KdX/RNPyWsPiAJ7lAI7IAH2YAHufAHnWAHa+AG6jAGzFAmd9AF6mCUhsAEaAAD7/WOP/Tt3/F6zvAJ3pAIPfAH7LAHSMAF90A1F7AFCaBjxsAzj/1jb/lf//M837Ysz+Wsj/CcDbAI+jQHysA3GYAE+PAD//wMj/HLv39JD/v2+EAFX/zRndUrLjAJajAGGhAFSNAE7UGG3GAF2sY0X/xRH/ie/FSJ7mGX2wbHuwb1zkLVjx1kPojyb/suf/e+X/0OD/5MjcNqy7LJKzR5Dj0oPs4nvNrHu9gXvElnnGGGHniWDtVl78c1u4GFSGOT+RITXSZCvdqiPpsRnzxRXuLqn/tZ3/5ZDXvn3WOHj/l2L2vFLJmjvlwTn2szGyPif/m//8ifz/iMr/psLdxoK4iHryUdgOAAAAK3RSTlMA8vHz/fPy/fws8zf9+PT08fHKUfz8+/HxjCDx8evCtOjhv35d+L+qpYyL6ftF9QAABSFJREFUSMeNzwVUU2EYxvHPFsXC7u4uVLBBbFERY5sYOLu7MWYHitgxdYooxhioiEwUscXu7u7u4/N+997vXifGf/dwDtvzO+/GpHIVLlQwqbYkiYS3CxYqmZYhhZVI0sixFr+FNy9fcXNzyydo2txV/qcWl1O5oQkTUhVR3Odq/64KZ5KcwGWu3I0bN94hV+cPXbwiK/kmfdvirbvwmogaO3bxSkVNJPPhYNeh7UVdRE1EXy6mkoUIMi0r3GEWNZQn8daaTu4lVlaTJEuxYj07SKm8f/v+/fsrTF6rjv9xy8fyDugpJeuuCI46uRerxHPLBsgTFg5xJmZlHCtbEXAgJePxFJeXwIRJRGZj6YYNA+R242zE7aW9ZRKtXJlyPA6XDkOEN23kkhj/UAtEMi0TB4iIbtoESfRbXOnSpcv9JXwKmGXOHIkuk+TXV+URqMAqUCsXx5LPoZbu3LlsGWjUy/pVEdG/Bpg1OjoacieXUa9GjqxfH/YvtDy6cSeGpZ8XTTSQy5cjkaCUg+Dqdsy1q1kAUfS+fYFzAwKW7Z8yBbB2bZU69p1UurkBL1j6SZMgASF9AEEhQSEdcNxrSc0NDCQ4fBIoJIejRkE2aACpUCSpW2diTh308QkIgAucm4Vlnzx8OGTYPm8OkSqFvXnrzPVTB3v16gWIg97e/gS5DJuI/3z2+wFOA4QU9MadM9cPLt+1a5cE/f29Mc3KsncT0t9/vx+XHYUc+fpHDFRU1C9u4kRvQB1JUEiCfqMBJXmTfhYUkpmPP3ccZvTt1k2iYWET3/YGHD1NkjdJSamKWBiW6VlGvU6ng+W97Q2pwDv25KJBgzZTkydPxgpg/kKW0eDr66uTe9AHUjl51jhIJMH5lE4HMH8dy9hSr9f7yj3oI0nAjoArRIfQypXksAI4DehlMBj0cg8WQ/rJ8qyxjQiM2oL0eoDTM1gOr5YtWxrk7i9ezE9CEtytuN2IHGUwABBs6gUqd79vX9yEhfZLMDYUAQYFBW1FWHl5eRGsBal0rl9fUJylEhZAKIEBUnx4bAxBtXM9eoASRgkL6olGBI0IClpDNV1DQ8BMzWrxmuJV61xNSMRxgl0DeQQXLqQ1we7NZNpMgqBSzpYRRN7ce3fPCLVq1bZt2xYiWh4LYZk6QYpqIlCes+XN/Xvv+rRt2/u8dRVSIO0IturUXc0VUOljv+3bBw9ui87bjJJbh44fx+4uh5pcXVUKp0K0du1a7o5jdzeC5fFopemjq6jmkCEExwJ+AIQDnIFoR9DdQ9MFVzUZQr6PNxoXwEHB0e4hQXd3D+Vx/xWOGydBZ+sCajoaM2aMh4e7x8PqLEMNdxFgJTVAyLGQjxaB2blDtONQ25PE4PkNFrtdcSEhIdiFNGcZqv8LDna22e0Wy+HDh48cOUKMYGdWoLq2JxVEHH54n/AofL3Jorg9eyJQ9YiIDCz/L/ATgPI68PRRePjUYPPq1astlkVoD4qNjeVDF5bzcXNNgKIDTzeYgJDJJLmjR2MRH+ZkTo87a3rsAE3m1WaziaDVehTFhoaGNqehE2P5M7RTa06iMn9OHHiWOthkNhMMDrZarfHx8aEU7VwYY04F2s0UtauMKvCHQ09Ps9nTMxiQnM0WGhoZiXlRJ4YyR9ZVg+MRfJ56qiciOHXq+vXrbTbbhg2RkZhnBiOZUoXPEoNwBMPDwwnWXQIn5ZR/idIFzUkBVQe4xMUJRNCcLil5zsk0pUwhSsNLndolp3zuJ1hHiFcGZy1SAAAAAElFTkSuQmCC');
	background-size: 100%;
	opacity: 0;
	transition: top 0.2s linear, opacity 0.6s, visibility 1s;
	visibility: hidden; /* IE 6 */
	z-index: 1;
}

div#top .logo-mini a {
	display: block;
	width: 100%;
	height: 100%;
}

div#top.fixed .logo-mini {
	position: absolute;
	left: 30px;
	top: 4px;
	height: 56px;
	width: 56px;
	opacity: 1;
	z-index: 998;
	visibility: visible;
}

div#top .header-bg {
	/*position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	top: 0;
	z-index: -1;*/
}

div#top div#header {
	position: relative;
	/*height: 150px;*/
	/*max-width: 1100px;*/
	left: 0;
	right: 0;
	z-index: 70;
	margin: auto;
}

div#top div#header div#logo {
	/*position: absolute;
	left: 25px;
	top: 18px;*/
	width: 198px;
	height: 132px;
	margin: 0 auto;
	padding-top: 10px;
	z-index: 999;
}

div#top div#header div#logo a:hover img {
	filter: saturate(180%) brightness(110%);
}

div#tip {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: rgba(170,170,170,.2);
	box-shadow: inset 0 -4px 10px -10px rgba(0,0,0,.3);
}

div#tip.classic a {
	position: relative;
	display: block;
	max-width: 810px;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 10;
}

div#tip.classic a::after {
  box-sizing: inherit;
  content: '';
  display: block;
  transition: width 0.5s 0.5s;
  width: 0%;
  height: 2px;
  background-image: linear-gradient(to left,transparent,#00AEFF,#00F2FF,#00AEFF,transparent);
  margin: -2px auto 0;
}

div#tip.classic a:hover::after {
  width: 100%;
}

div#tip.classic a .blink-anim {
	filter: grayscale(100%);
	transition: filter 0.5s;
	animation: tip-anim 500ms linear 1.5s 1 normal;
}
div#tip.classic a:not(:hover) .blink-anim {
	filter: grayscale(100%);
	transition: filter 0.5s;
}
div#tip.classic a:hover .blink-anim, div#tip.classic a:active .blink-anim {
	filter: grayscale(0%);
	transition: filter 0.5s;
}

@keyframes tip-anim {
  0%   { filter: grayscale(100%); }
  24% { filter: grayscale(100%); }
  25% { filter: grayscale(0%); }
  49% { filter: grayscale(0%); }
  50% { filter: grayscale(100%); }
  74% { filter: grayscale(100%); }
  75% { filter: grayscale(0%); }
  99% { filter: grayscale(0%); }
  100% { filter: grayscale(100%); }
}

#header div#compte-infos {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	overflow: visible;
	/*background: url('/images/bg_header_right.png') repeat-y center right;*/
	z-index: 21; /* Menu = 20 */
}

#header div#compte-infos a {
	color: white;
}

#header div#compte-infos a:hover {
	text-decoration: underline;
}

#header div#compte-infos .pseudo {
	position: absolute;
	float: right;
	right: 3px;
	bottom: 5px;
	max-width: 150px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	z-index: 21;
}

#header div#compte-infos .pseudo a {
	color: #ABABAB;
	padding-right: 18px;
	background: url('/images/icon_profil_16.png') no-repeat center right;
}

#header div#compte-infos .pseudo a:hover {
	color: white;
	text-decoration: underline;
}

#header div#compte-infos .avatar {
	display: none;
	position: absolute;
	height: 50px;
	width: 50px;
	right: 53px;
	bottom: -35px;
	color: white;
	border: 1px solid #ABABAB;
}

#header div#compte-infos .avatar:hover {
	border: 1px solid #000000;
}

div#top #header #pub-header {
	transition: opacity 0.4s ease-in 0.9s;
}

div#top #header:hover #pub-header {
	transition: opacity 0.1s ease-in 0.01s;
}

/***********************************************/
/* ******************* Menu ****************** */
/***********************************************/
div#nav {
	position: sticky;
	left: 0; /* BUG IE */
	top: 0;
	height: auto;
	width: 100%;
	font-family: Rugrats;
	background-color: #15363E;
	z-index: 20;
	user-select: none;
}
div#nav .menu {
	max-width: 810px;
	margin: 0 auto;
}

div#nav ul,
div#nav li {
	padding: 0;
	margin: 0;
}

div#nav .menu .btn > span::before {
	/*float: right; 2022 */
	content: "";
	display: inline;
	width: 1px;
	height: 12px;
	margin-top: 15px;
	background-image: linear-gradient(#FFF 0, #FFF 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1px 12px;
	opacity: .35;
}

div#nav .menu .btn {
	/*float: left; 2022 */
	display: inline-block;
	margin: 0;
	padding: 0;
	position: static;
	text-transform: uppercase;
}

div#nav .menu .btn > a {
	
}

div#nav .menu .btn > span {
	display: inline-block;
	position: relative;
	font-size: 12pt;
	line-height: 1em;
	height: auto;
	width: auto;
	color: #FFF;
	padding: 12px 14px;
}

div#nav .menu .btn:hover {
	color: #FFF;
	font-weight: inherit;
}

div#nav .menu .btn > span::after {
	content: "";
	position: absolute;
	transition: height 0.1s ease 0s;
	z-index: -1;
	background: #fff none repeat scroll 0 0;
	height: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

div#nav .menu .btn:hover > span::after,
div#nav .menu .btn.hot > span::after,
div#nav .menu .menu-plus-container:hover .btn::after,
div#nav .menu .btn:focus::after {
	height: 3px;
}

div#nav .menu .btn:active > span::after,
div#nav .menu .menu-plus-container:hover .btn:active::after {
	height: 6px;
	filter: saturate(500%);
}

div#nav .menu .btn.accueil > span::after {
	background-color: #FFF;
}

div#nav .menu .menu-plus-container {
	/*float: left; 2022 */
	display: inline-block;
	margin: 0;
	padding: 0;
	position: static;
}

div#nav .menu .btn.plus {
	display: inline-block;
	position: relative;
	font-size: 12pt;
	line-height: 1em;
	height: auto;
	width: auto;
	color: #FFF;
	border: none;
	background: none;
	padding: 12px 14px;
}

div#nav .menu .btn.plus::after {
	background-color: #FFF;
}

div#top div#nav .btn.plus:active + #menu-plus,
div#top div#nav .btn.plus:focus + #menu-plus,
div#top div#nav .menu-plus-container:hover #menu-plus {
	opacity: 1;
	height: 170px; /* required for transition */
	transition: all .1s ease .1s;
	transition-property: height, opacity;
}

div#top div#nav #menu-plus {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 0;
	color: #FFFFFF;
	font-size: 9pt;
	text-shadow: 1px 1px 1px #000;
	text-align: left;
	background-color: rgba(30,30,30,0.95);
	padding: 0;
	opacity: 0;
	clear: both;
	overflow: hidden;
	transition: all .3s ease 1s;
	transition-property: height, opacity;
}

div#nav #menu-plus .row {
	display: flex;
}

div#nav #menu-plus .titre-menu {
	/*float: left; 2022 
	height: 100%;
	width: 30px;*/
	display: block;
	margin: 8px 10px 0 5px;
	text-align: right;
}

div#nav #menu-plus .titre-menu span {
	/*float:right; 2022 
	display: inline-block;
	left: -100px;
	height: 1.3em;
	font-size: 13pt;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 300;
	text-align: right;
	padding-left: 20px;
	opacity: 0.3;
	border-bottom: 1px solid;
	border-image: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	border-image-slice: 1;
	text-orientation: mixed;*/
	transform-origin: top right;
	transform: translate(-30px, 0px) rotate(-90deg);*/
}

div#nav #menu-plus .colonne {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#nav #menu-plus .colonne.communaute,
div#nav #menu-plus .colonne.musique {
	border-right: 1px solid #666;
}

div#nav #menu-plus li {
	list-style: none;
	border: 0;
	margin: 0 0 6px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div#nav #menu-plus li a {
	width: 150px;
	height: 19px;
	line-height: 19px;
	color: #FFFFFF;
	background: none;
}

div#nav #menu-plus li a:hover {
	font-weight: bold;
}

/* ************ Box de connexion ************* */

div#nav .zone-identification {
	position: absolute;
	right: 15px;
	bottom: 5px;
}

div#nav .zone-identification a.moncompte {
	display: block;
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.4);
	font-size: 9pt;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 0 15px 0 15px;
}

div#nav .zone-identification a.moncompte:hover {
	color: #FFF;
	border-color: #E0E0E0;
	font-weight: normal;
	background-color: rgba(255, 255, 255, 0.1);
}

div#nav .zone-identification div#connect {
	display: block;
	position: absolute;
	right: -15px;
	top: 22px;
	height: 130px;
	width: auto;
	text-align: right;
	color: white;
	font-size: 7pt;
	line-height: 1em;
	font-weight: bold;
	overflow: visible;
	background-color: rgba(30,30,30,0.95);
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-top: 18px;
	z-index: 250;
	visibility: hidden;
	transition: visibility .1s ease 800ms;
}

div#nav .zone-identification:hover div#connect {
	visibility: visible;
	transition: visibility .1s;
}

div#nav .zone-identification div#connect:focus-within { /* Not compatible Edge */
	visibility: visible;
}

div#nav .zone-identification div#connect a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#nav .zone-identification div#connect div.input-group {
	margin: 2px 18px;
}

div#nav .zone-identification div#connect input.champ {
	height: 22px;
	line-height: 22px;
	width: 123px;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	right: -1px;
	border-radius: 4px;
	box-shadow: 1px 2px 3px #888 inset;
}

div#nav .zone-identification div#connect input.se-connecter {
	position: absolute;
	height: 26px;
	width: 95px;
	right: 9px;
	bottom: 7px;
	background: url('/images/btn_se_connecter.png') no-repeat top center;
	cursor: pointer;
}

div#nav .zone-identification div#connect input.se-connecter:hover {
	background-position: bottom center;
}

div#nav .zone-identification div#connect .connect {
	color: #C5C5C5;
	padding-right: 2px;
}

/***********************************************/
/* ***************** Footer ****************** */
/***********************************************/
div#footer {
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0px;
	margin-top: 20px;
	font-size: 11pt;
	text-align: center;
	z-index: 10;
}

div#footer #xiti {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div#footer .links {
	margin-top: 20px;
}

div#footer #copyright {
	margin-top: 30px;
}

div#footer .footer-logo {
	position: absolute;
	width: 0;
	height: 0;
	top: 15px;
	left: 12px;
}

div#footer .footer-logo img {
	width: 48px;
	border-radius: 14px;
}

/***********************************************/
/* ****************** CARD ******************* */
/***********************************************/
#content a div.card {
	
}

#content div.card {
	display: flex;
	align-items: center;
	position: relative;
	vertical-align: middle;
	min-height: 150px;
	overflow: visible;
	text-align: left;
	margin: auto;
	font-size: 13.5pt;
	color: #FFF;
	background-color: #15363E;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

#content div.card.episode {
	min-height: 240px;
	background-color: rgba(153,220,236,0.5);
	background-image: url('/images/bg-title.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#content div.card.episode:hover {
    background-image: url('/images/bg-title-animated.png');
}

#content div.card.generique {
	display: block;
	max-width: 900px;
	height: auto;
	overflow: visible;
	text-align: center;
	margin: auto;
	padding: 1em;
	font-size: 24pt;
	font-weight: bold;
	color: #A6000C;
	background-color: #8B8B73;
	background-image: url('/images/bg-generique.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 14px;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	font-family: Rugrats;
}

#content div.card.generique .text-small {
	color: rgba(0,0,0,0.8);
	font-family: 'Comic sans ms', Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-shadow: none;
	text-transform: lowercase;
	white-space: nowrap;
	line-height: 1em;
	padding: 0 0.6em;
	background-color: rgba(255,255,255,0.2);
	border-radius: 12px;
}

#content div.card .text {
	width: 100%;
}

#content div.card .pochette {
	width: 150px;
	height: 150px;
	min-width: 100px;
	text-align: center;
}

#content div.card .pochette img {
	object-fit: cover;
	width: 150px;
	height: 150px;
}

#content div.card .middle {

	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
	vertical-align: middle;
	/*position: absolute;
	top: 30px;
	left: 240px;*/
	margin-top: 4px;
	margin-bottom: 26px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#content div.card.episode span.description {
	color: rgba(0,0,0,0.8);
	line-height: 1em;
	margin: 0;
	padding: 0 0.3em 2px;
	background-color: rgba(204,236,239,0.7);
	text-shadow: 0 0 2px rgba(255,255,255,0.6);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	z-index: -1;
}

#content div.card.episode .bottom {
	position: absolute;
	bottom: 0;
	margin: 0 8px;
	font-size: 10pt;
}

#content div.card .title {
	display: block;
	vertical-align:middle;
	font-family: Rugrats;
	font-size: 22pt;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 2px rgba(4,25,61,0.8);*/
	line-height: 1em;
	padding: 0.3em;
}

#content div.card.episode .title {
	font-size: 20pt;
	color: #4C0B42;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(4,25,61,0.8);
	line-height: 1em;
	max-width: 220px;
	max-height: 100px;
	margin: 0 auto;
}

#content div.card div.btn-bar {
	position: absolute;
	left: 250px;
	bottom: 5px;
	height: 23px;
	line-height: 23px;
}

#content div.card div.btn-bar a.youtube-mini {
	display: inline-block;
	width: 31px;
	height: 23px;
	background-image: url('/images/icon_youtube_mini.svg');
	background-size: 31px 23px;
	background-repeat: no-repeat;
	margin: 0 5px;
	opacity: 0.5;
}

#content div.card div.btn-bar a.youtube-mini:hover {
	opacity: 1;
}

#content div.card div.btn-bar a.sample {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url('/images/icon_speaker.svg');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	margin: 0 5px;
	opacity: 0.5;
	cursor: pointer;
}

#content div.card div.btn-bar a.sample:hover {
	opacity: 1;
}

#content div.card .vote {
	width: 60px;
	margin-right: 10px;
}

#content div.card .vote .btn-vote {
	width: 60px;
	height: 89px;
	background-color: rgba(255,255,255,.2);
	background-image: none;
}

#content div.card .vote .btn-vote button {
	font-size: 16px;
	width: 60px;
	height: 45px;
}

#content div.card .vote .btn-vote.voted {
	opacity: 1;
}

#content div.card .vote .btn-vote.voted.plus button.plus {
	color: #26ebff;
	background-image: radial-gradient(farthest-side at 50% top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}

#content div.card .vote .btn-vote.voted.moins button.moins {
	color: #f53c3c;
	background-image: radial-gradient(farthest-side at 50% bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
}

#content div.card input.plus {
	color: transparent;
	font-size: 0px;
	width: 68px;
	height: 48px;
	background: url('/images/btn_vote_sprite_top2.png') no-repeat top left;
	cursor: pointer;
}

#content div.card input.plus:hover {
	width: 68px;
	height: 48px;
	background-position: -68px 0;
}

#content div.card input.moins {
	color: transparent;
	font-size: 0px;
	width: 68px;
	height: 47px;
	background: url('/images/btn_vote_sprite_top2.png') no-repeat bottom left;
	cursor: pointer;
}

#content div.card input.moins:hover {
	width: 68px;
	height: 47px;
	background-position: -68px -48px;
}

#content div.card .div-box-playlists{
	position: absolute;
	left: 255px;
	top: 15px;
}

#content div.card .ajout_playlist {
	position: absolute;
	width: 0;
	height: 0;
	left: 245px;
	top: 5px;
	color: #00799E;
	width: 0;
	height: 0;
	background: url('/images/icon_symbols_sprite_s.png') no-repeat top left;
}

#content div.card:hover .ajout_playlist {
	width: 17px;
	height: 17px;
	cursor: pointer;
}

#content div.card .ajout_playlist:hover {
	background-position: bottom left;
}

#content div.card .vote .msg_vote {
	display: table;
	padding: 0 8px;
	margin: 0;
	position: absolute;
	top: 34px;
	right: 80px;
	width: 134px; /* 150 - padding */
	height: 53px;
	line-height: 53px;
	background-color: #FBFBFB;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 2px 1px;
	border-radius: 4px;
	color: #000;
	font-size: 10pt;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	text-align: center;
	overflow: visible;
	z-index: 25;
}

#content div.card .vote .msg_vote span {
	display: table-cell;
	width: 134px;
	vertical-align: middle;
	line-height: 1.2;
	text-align: left;
}

/***********************************************/
/* ****************** Player ***************** */
/***********************************************/

div.player {
	display: flex;
	flex-direction: column;
    align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
	background-color: #000;
	padding: 20px 0;
	overflow: hidden;
	z-index: 1;
	user-select: none;
	animation: color-bg 60s linear 0s infinite alternate;
}

div.player .logo {
	position: absolute;
	left: 5%;
	top: 5%;
	max-width: 90px;
	text-align: center;
	margin: 4px 0;
}

div.player .logo img {
	width: 100%;
}

div.player .left {
	position: relative;
	max-width: 500px;
	white-space: nowrap;
	margin: 80px auto 0;
	/*background-color: #FFFF00AA;*/
	overflow: hidden;
	mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 5%, rgba(0,0,0,1) 95%, rgba(0,0,0,0) 100%);
}

div.player .artiste {
	position: relative;
	height: 1em;
	line-height: 1em;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: 26pt;
	text-align: center;
	text-transform: uppercase;
	margin: 0.2em 0; /* margin-top to prevent shadow cut */
}

div.player .song-title {
	position: relative;
	height: 1em;
	line-height: 1em;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
}

div.player .rang {
	position: absolute;
	right: 0;
	top: 30px;
	height: 1em;
	line-height: 1em;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-size: 140pt;
	font-weight: bold;
	letter-spacing: -0.3ch;
	text-align: right;
	opacity: 0.2;
}

div.player .artiste .text {
	position: absolute;
	min-width: 100%;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: 26pt;
	text-align: center;
	text-transform: uppercase;
	animation: marquee 8s ease-in-out infinite;
}

div.player .song-title .text {
	position: absolute;
	min-width: 100%;
	color: #FFF;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	animation: marquee 8s ease-in-out infinite;
}

div.player .artiste .text::before,
div.player .artiste .text::after,
div.player .song-title .text::before,
div.player .song-title .text::after {
	content: '\00a0\00a0'; /* ne pas coller au bord */
	display: inline-block;
}

div.player .pochette::before {
	content: '';
    display: block;
    padding-top: 100%; /* ratio 1:1 */
}

div.player .pochette {
	position: relative;
	display: block;
	max-width: 250px;
	max-height: 250px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,.2);
	margin: 0 auto;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

div.player .pochette img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.player .visuel {
    position: absolute;
	top: 0;
	left: 0;
    text-align: center;
	width: 100%;
    height: 100%;
    overflow: visible;
	z-index: -1;
}

div.player .visuel .fond {
    position: absolute;
    left: -20%;
    top: 0;
    height: 100%;
    width: 140%;
    background-size: 0;
    box-shadow: inset 0 200px 150px 0px rgba(0,0,0,1);
    overflow: hidden;
}

div.blindtest .visuel .fond {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: none;
}

div.player .visuel .fond::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top: 0;
    opacity: 0.3;
    filter: blur(6px);
    transform: scale(1.2);
    background-image: inherit;
    background-position: center;
    background-size: cover;
	animation: move-bg 80s linear 0s infinite alternate;
}

div.player ul#playerList {
	width: 100%;
	min-height: 1em;
	height: 170px;
	max-height: 600px;
	list-style-type: '\1F39D';
	color: #000;
	background-color: rgba(200,200,200,0.4);
	overflow: auto;
	resize: vertical;
}

div.player ul#playerList li {
	max-width: 300px;
	text-align: left;
	margin: 0 auto;
}

@keyframes fade-transition {
  0%   { background-color: #000; }
  100% { background-color: transparent; }
}

@keyframes end {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes color-bg {
  0%   { background-color: #173FC4; }
  25%  { background-color: #C100BE; }
  50%  { background-color: #FF7700; }
  75%  { background-color: #19C6D3; }
  100% { background-color: #404040; }
}

@keyframes move-bg {
	from {
		background-position: top left;
		/*transform: translateX(0);*/
	}
	to {
		background-position: bottom right;
		/*transform: translateX(-187%);*/
	}
}

@keyframes marquee {
	0% { transform: translateX(0); }
	10% { transform: translateX(0); }
	45% { transform: translateX(calc(-100% + 500px)); }
	55% { transform: translateX(calc(-100% + 500px)); }
	90% { transform: translateX(0); }
	100% { transform: translateX(0); }
}
/* Version alternative width < 500px */
@keyframes marquee-alt {
	0% { transform: translateX(0); }
	10% { transform: translateX(0); }
	45% { transform: translateX(calc(-100% + 100vw));}
	55% { transform: translateX(calc(-100% + 100vw));}
	90% { transform: translateX(0); }
	100% { transform: translateX(0); }
}

div.player .no-mp3 {
	color: #F00;
	font-weight: bold;
	text-align: center;
}

div.player .youtube {
	text-align: center;
}

div.player .youtube a {
	color: #CCC;
	font-weight: bold;
}

div.player ul#playerList ol.details {
	display: none;
}

div.player li.current-song {
	font-weight: bold;
}
/***********************************************/
/* **************** BlindTest **************** */
/***********************************************/
div.player .overlay {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: -1;
}

div.player p {
    max-width: 810px;
    margin: 0 auto;
}

div.player .input-group {
	position: relative;
	max-width: 810px;
	margin: 0 auto;
}

div.player input.champ {
    display: block;
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 164px 0 15px;
    color: #AAA;
    font-size: 12pt;
    background-color: #F5F5F5;
    box-shadow: inset 5px 5px 20px -10px rgba(0,0,0,.3);
    border-radius: 8px;
	box-sizing: border-box;
}

div.player input.champ:focus {
	color: #00AEFF;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,174,255,.4);
}

div.player .bouton {
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-family: inherit;
    font-size: 14pt;
    font-weight: normal;
    text-align: center;
    background-color: #00AEFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

div.player .bouton:hover {
    background-color: #00C5FF;
}

div.player .input-group .bouton {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 150px;
    height: 30px;
}

div.player .btn-listen {
	position: relative;
	color: #FFF;
	border-radius: 50%;
	background-color: transparent;
	height: 100px;
	width: 100px;
	font-family: inherit;
	font-size: 20px;
	border: 5px solid rgba(255,255,255,.5);
	margin: 20px;
	cursor: pointer;
	transition: border .2s;
}

div.player .btn-listen:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid rgba(0,0,0,0.5);
    border-radius: 50%;
	opacity: 1;
}

div.player .btn-listen:hover:before {
    border-width: 55px;
	background-color: rgba(255,255,255,.1);
	opacity: 1;
	transition: border .5s;
}

div.player .btn-listen:hover {
    border-color: rgba(255,255,255,.8);
}

div.player .btn-listen:active {
	background-color: #00C5FF;
}

div.player .btn-small {
    position: absolute;
    right: 7px;
    bottom: 5px;
    width: 150px;
    height: 2em;
    line-height: 1em;
    color: #FFF;
    font-family: inherit;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

div.player label.choice {
	display: flex;
	color: #FFF;
	width: 200px;
	height: 3em;
	font-size: 30px;
	padding: 0 0.4em;
	margin: 2px 10px 14px;
	background-color: rgba(0,0,0,0.1);
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: ellipsis;
	align-items: center;
	justify-content: center;
}

div.player label.choice.purple {
	background-color: rgba(212,118,255,0.3);
}

div.player label.choice.green {
	background-color: rgba(127,255,92,0.3);
}

div.player label.choice.blue {
	background-color: rgba(74,221,255,0.3);
}

div.player label.choice.yellow {
	background-color: rgba(255,227,75,0.3);
}

div.player label.choice.pink {
	background-color: rgba(255,51,156,0.3);
}

div.player label.choice.block {
	display: block;
	width: auto;
	height: auto;
	max-width: 500px;
	font-size: 30px;
	padding: 0 0.4em;
	margin: 10px auto;
}

div.player input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	z-index: -1;
}

div.player input:checked + label.choice {
	color: #00C5FF;
	background-color: rgba(0,0,0,0.3);
	border-color: rgba(0,197,255,0.3);
}

div.player label.choice:hover {
	border-color: rgba(255,255,255,0.4) !important;
}

div.player input:focus + label.choice {
	outline: rgba(0,197,255,1) solid 2px;
}

div.player p.intro {
	margin: 20px auto;
}

div.player .flex {
	display: flex;
	flex-flow: row wrap;
    align-items: center;
	justify-content: center;
}

div.player .scrollable {
	overflow-y: auto;
}
/***********************************************/
/* **************** Recherche **************** */
/***********************************************/
#recherche {
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 12; /* player = 11 */
}

#recherche #recherche_bar {
	position: relative;
	vertical-align: middle;
	display: block;
	max-width: 810px;
	height: 40px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

#recherche div#recherche_bar input.champ {
	width: 765px; /* 810 - padding */
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 15px;
	color: #00AEFF;
	font-size: 12pt;
	background-color: #F5F5F5;
	box-shadow: inset 5px 5px 20px -10px rgba(0,0,0,.3);
	border-radius: 8px;
}

#recherche div#recherche_bar input.champ:focus {
	color: #00AEFF;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,174,255,.4);
}



#recherche div#recherche_bar input.champ::-webkit-input-placeholder {
	color: #AAAAAA;
}

#recherche div#recherche_bar input.champ:-moz-placeholder {
	color: #AAAAAA;
}

#recherche div#recherche_bar input.champ::-moz-placeholder {
	color: #AAAAAA;
}

#recherche div#recherche_bar input.champ:-ms-input-placeholder {
	color: #AAAAAA;
}

#recherche div#recherche_bar input:focus.champ::-webkit-input-placeholder {
	color: #B2E6FF;
}

#recherche div#recherche_bar input:focus.champ:-moz-placeholder {
	color: #B2E6FF;
}

#recherche div#recherche_bar input:focus.champ::-moz-placeholder {
	color: #B2E6FF;
}

#recherche div#recherche_bar input:focus.champ:-ms-input-placeholder {
	color: #B2E6FF;
}

#recherche div#recherche_bar span.switch {
	position: absolute;
	right: 165px;
	top: 8px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #AAA;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	background: url('/images/btn_switch_sprite.png') 10px 0px no-repeat;
	border: 0;
	border-radius: 18px;
	padding: 0 0 0 30px;
	cursor: pointer;
	opacity: 0.5;
	display: none;
}

#recherche div#recherche_bar span.switch:hover {
	color: #00AEFF;
	background-color: #EFEFEF;
	background-position: 10px -24px;
	opacity: 1;
}

#recherche div#recherche_bar .bouton {
	position: absolute;
	right: 7px;
	top: 5px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	background-color: #00AEFF;
	border-radius: 3px;
	cursor: pointer;
}

#recherche div#recherche_bar .bouton:hover {
	background-color: #00C5FF;
}

div.box_message_recherche {
	position: relative;
	width: 500px;
	min-height: 284px; /* 264+20 */
	color: #0087CD;
	font-family: inherit;
	font-size: 22pt;
	padding-left: 300px;
	margin: auto;
	margin-top: 50px;
	text-align: left;
}

div.box_message_recherche span.small {
	color: #666;
	font-size: 60%;
	font-weight: bold;
}

div.box_message_recherche span.big {
	color: #0087CD;
	font-size: 220%;
	font-weight: bold;
	line-height: 0.8em;
}

div.box_message_recherche #icon {
	position: absolute;
	width: 264px;
	height: 264px;
	top: 20px;
	left: 0;
	background: url('/images/search.png') no-repeat top left;
}

#content div.recherche {
	display: flex;
	align-items: center;
	position: relative;
	vertical-align: middle;
	height: 150px;
	max-width: 800px;
	overflow: visible;
	text-align: left;
	margin: auto;
	color: #FFF;
	background-color: rgba(255,255,255,.03);
	background-image: url('/images/bg_cellule_recherche3.png');
	background-repeat: no-repeat;
	margin-bottom: 30px;
	box-shadow: 6px 6px 15px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

#content div.recherche .left {
	position: relative;
	width: 110px;
	text-align: center;
	user-select: none;
}

#content div.recherche .left .etoiles {
	width: 75px;
	text-align: center;
	white-space: nowrap;
	margin: auto;
}

#content div.recherche .left .score {
	color: #FFFFFF;
	font-size: 24pt;
	font-weight: bold;
	text-shadow: 2px 2px 2px #0064AD;
	text-align: center;
}

#content div.recherche .left .votes {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-shadow: 2px 2px 2px #0064AD;
	text-align: center;
}

#content div.recherche .pochette {
	width: 150px;
	height: 150px;
	min-width: 100px;
	text-align: center;
}

#content div.recherche .pochette img {
	object-fit: cover;
	width: 150px;
	height: 150px;
}

#content div.recherche .middle {
	display: flex;
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
	vertical-align: middle;
	width: 431px;
	/*position: absolute;
	top: 30px;
	left: 240px;*/
	margin-top: 4px;
	margin-bottom: 26px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

#content div.recherche .middle span.artiste {
	display: block;
	font-size: 18pt;
	color: #0087CD;
	font-weight: bold;
}

#content div.recherche .middle span.artistes {
	display: block;
	font-size: 8pt;
	color: #0087CD;
	font-weight: bold;
}

#content div.recherche .middle span.titre {
	display: block;
	font-size: 18pt;
	color: #0087CD;
	font-weight: bold;
}

#content div.recherche .middle span.description {
	display: block;
	font-size: 10pt;
	color: #666666;
}

#content div.recherche div.date {
	position: absolute;
	right: 100px;
	bottom: 2px;
	font-size: 10pt;
	color: #666666;
	font-style: italic;
}

#content div.recherche div.btn-bar a.sample {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 5px;
	cursor: pointer;
	background-color: #00AEFF;
	mask: url(/images/icon_speaker.svg) no-repeat center;
	-webkit-mask: url(/images/icon_speaker.svg) no-repeat center; /* Required for Chrome */
}

#content div.recherche .vote {
	width: 60px;
	margin-right: 10px;
}

#content div.recherche .vote .btn-vote {
	width: 60px;
	height: 89px;
}

#content div.recherche .vote .btn-vote button {
	font-size: 16px;
	width: 60px;
	height: 45px;
}

#content div.recherche input.plus {
	color: transparent;
	font-size: 0px;
	width: 87px;
	height: 61px;
	background: url('/images/btn_vote_sprite.png') no-repeat top left;
	cursor: pointer;
}

#content div.recherche input.plus:hover {
	width: 87px;
	height: 61px;
	background-position: -87px 0;
}

#content div.recherche input.moins {
	color: transparent;
	font-size: 0px;
	width: 87px;
	height: 60px;
	background: url('/images/btn_vote_sprite.png') no-repeat bottom left;
	cursor: pointer;
}

#content div.recherche input.moins:hover {
	width: 87px;
	height: 60px;
	background-position: -87px -61px;
}

#content div.recherche .vote .msg_vote {
	display: table;
	padding: 0 8px;
	margin: 0;
	position: absolute;
	top: 34px;
	right: 90px;
	width: 134px; /* 150 - padding */
	height: 53px;
	line-height: 53px;
	background-color: #FBFBFB;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 2px 1px;
	border-radius: 4px;
	color: #000;
	font-size: 10pt;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	text-align: center;
	overflow: visible;
	z-index: 25;
}

#content div.recherche .vote .msg_vote span {
	display: table-cell;
	width: 134px;
	vertical-align: middle;
	line-height: 1.2;
	text-align: left;
}

#content div.recherche .div-box-playlists{
	position: absolute;
	left: 263px;
	top: 10px;
}

#content div.recherche:hover .ajout_playlist {
	position: absolute;
	left: 263px;
	bottom: 3px;
	color: #00799E;
	width: 17px;
	height: 17px;
	background: url('/images/icon_symbols_sprite_s.png') no-repeat top left;
	cursor: pointer;
}

#content div.recherche .ajout_playlist:hover {
	background-position: bottom left;
}

/***********************************************/
/****************** Playlists ******************/
/***********************************************/
div#mes-playlists {
	display: none;
}

.bouton-1 {
	display: inline-block;
	color: #FFF;
	background-color: #00AEFF;
	padding: 5px 1em 4px 1em;
	margin: 5px 0 5px 0;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	transition: background .3s;
	user-select: none;
}

.bouton-1:hover {
	background-color: #00C5FF;
}

.bouton-1:active {
	color: #00C5FF;
	background-color: #FFF;
}

.bouton-playlist {
	position: relative;
	display: block;
	max-width: 400px;
	height: 30px;
	margin: 15px auto;
	line-height: 30px;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #00AEFF;
	background-image: linear-gradient(70deg, #0079B3, #00AEFF, #00DBFF, #00AEFF, #0079B3 100%);
	background-size: 200% 100%;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
	animation: animated-gradient 2s linear infinite;
}

.bouton-playlist:hover {
	background-color: #00C5FF;
	animation-play-state: paused;
}

@keyframes animated-gradient {
    0%{background-position:50% 100%}
    25%{background-position:100% 100%}
    50%{background-position:50% 100%}
    75%{background-position:0% 100%}
    100%{background-position:50% 100%}
}

div.playlists-bar {
	max-width: 810px;
	text-align: left;
	margin: 0 auto 15px;
	border-radius: 4px;
	box-shadow: 0 12px 10px -10px rgba(0,0,0,.2);
	word-spacing: .4em;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items: flex-end;
	user-select: none;
}

div.playlists-bar a.btn {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 4px;
	text-align: center;
	word-spacing: normal;
	line-height: 1.5em;
	background-color: rgba(255,255,255,.5);
	border-radius: 5px 5px 0 0;
	padding: 0 1em;
}

div.playlists-bar a.btn:hover {
	color: #000;
	background-color: #FFF;
	box-shadow: inset 0 -4px 18px -4px rgba(0,174,255,0.3);
}

div.playlists-bar a.btn:active {
	color: #FFF;
	background-color: #00DBFF;
}

div.playlists-bar a.btn.hot {
	color: #FFF;
	background-color: #00AEFF;
}

div.playlists-bar a.happyfan {
	font-size: 150%;
}

div.playlists-bar a.eurorank {
	color: transparent;
	background: url('/images/btn_playlists_menu_sprite.png') no-repeat center center;
}

div.titre-playlist {
	text-overflow: ellipsis;
	word-wrap: break-word;
	margin: auto;
	margin-bottom: 25px;
}

div.titre-playlist h3 {
	max-width: 810px;
	color: #00799E;
	line-height: normal;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	text-overflow: ellipsis;
	word-wrap: break-word;
	margin: auto;
	user-select: inherit;
}

div.titre-playlist select {
	color: inherit;
	font-family: inherit;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
	background-color: rgba(255,255,255,.5);
	padding: .1em .3em;
}

div.titre-playlist select option {
	color: #00AEFF;
	background-color: #FFF;
}

div.titre-playlist p {
	max-width: 810px;
	margin: 12px auto;
}

div.titre-playlist p img {
	max-width: 100%;
}

div.titre-playlist .showbox p {
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

div.titre-playlist span.nom {
	color: #00AEFF;
}

div.titre-playlist span.small {
	color: #00799E;
	font-size: 12pt;
	font-weight: normal;
}

div.titre-playlist a {
	color: inherit;
}

div.ajout-playlist {
	position: relative;
	vertical-align: middle;
	display: block;
	max-width: 810px;
	height: 90px;
	margin: auto;
	margin-top: 50px;
	text-align: left;
}

div.ajout-playlist input.champ {
	width: 765px; /* 810 - padding */
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 15px;
	color: #AAA;
	font-size: 12pt;
	background-color: #F5F5F5;
	box-shadow: inset 5px 5px 20px -10px rgba(0,0,0,.3);
	border-radius: 8px;
}

div.ajout-playlist input.champ:focus {
	color: #00AEFF;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,174,255,.4);
}

div.ajout-playlist span.switch {
	position: absolute;
	right: 165px;
	top: 8px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	color: #AAA;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	background: url('/images/btn_switch_sprite.png') 10px 0px no-repeat;
	border: 0;
	border-radius: 18px;
	padding: 0 0 0 30px;
	cursor: pointer;
	opacity: 0.5;
}

div.ajout-playlist span.switch:hover {
	color: #00AEFF;
	background-color: #EFEFEF;
	background-position: 10px -24px;
	opacity: 1;
}

div.ajout-playlist .bouton {
	position: absolute;
	right: 7px;
	top: 5px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-family: inherit;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	background-color: #00AEFF;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}

div.ajout-playlist .bouton:hover {
	background-color: #00C5FF;
}

div.ligne-playlist {
	position: relative;
	display: block;
	max-width: 810px;
	height: 70px;
	margin: auto;
	text-align: left;
	vertical-align: middle;
}

div.ligne-playlist .playlist-titre {
	position: absolute;
	left: 100px;
	top: 22px;
	max-width: 450px;
	color: #00799E;
	font-size: 13.5pt;
	margin-left: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

div.ligne-playlist a.playlist-nom {
	color: #00AEFF;
}

div.ligne-playlist a.playlist-auteur {
	color: #00799E;
}

div.ligne-playlist div.playlist-icon a {
	top: 20px;
	left: 100px;
	width: 25px;
	height: 28px;
	position: absolute;
	background: url('/images/btn_playlist_sprite.png') top no-repeat;
}

div.ligne-playlist:hover div.playlist-icon a {
	background-position: bottom;
}

div.ligne-playlist:hover .suppr_playlist {
	position: absolute;
	left: 40px;
	top: 21px;
	color: #00799E;
	width: 24px;
	height: 24px;
	background: url('/images/btn_playlist_ajout_suppr_sprite.png') no-repeat top right;
	cursor: pointer;
}

div.ligne-playlist .suppr_playlist:hover {
	background-position: bottom right;
}

div.playlist-msg-alert {
	display: block;
	max-width: 750px; /* 810-30-30 */
	color: #FFF;
	font-size: 15pt;
	background-color: #00AEFF;
	padding: 18px 30px 20px 30px;
	margin: 10px auto 30px auto;
	border-radius: 3px;
}

ul.sorties {
	text-align: left;
	max-width: 810px;
	margin: 0 auto;
	list-style-type: disclosure-open;
}

ul.sorties li {
	margin-left: 30px;
}

ul.sorties span.small {
	font-size: 75%;
}

#content div.ligne-playlist .div-box-playlists{
	position: absolute;
	left: 80px;
	top: 15px;
}

/***********************************************/
/****************** Communauté *****************/
/***********************************************/
#content .communaute-bar {
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 15px auto;
	user-select: none;
}

#content .communaute-bar a.btn {
	display: inline-block;
	color: #444;
	line-height: 2em;
	padding: 0 10px;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
	transition: background .3s;
}

#content .communaute-bar a.btn:hover {
	background-color: #FFF;
	border-color: #FFD400;
}

#content .communaute-bar a.btn:active {
	color: #FFF;
	background-color: #4C4C4C;
	border-color: #FFD400;
}

div.communaute-form {
	display: block;
	margin: 6px auto 25px;
	position: relative;
	text-align: left;
	vertical-align: middle;
	max-width: 810px;
}

div.communaute-form ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

div.communaute-form ul.tab li {
	display: inline-block;
	font-size: 10pt;
	line-height: 1.8em;
}

div.communaute-form ul.tab li a {
	display: block;
	padding: 0 10px;
	border-radius: 5px 5px 0 0;
}

div.communaute-form ul.tab li a:focus,
div.communaute-form .active {
	color: #000;
	background-color: #DDD;
}

div.communaute-form ul.tab li a:hover {
	background-color: #FFF14E;
	color: #A87800;
}

div.communaute-form .tabcontent {
	display: none;
	padding: 8px;
	color: #000;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(127,127,127,0.3);
	clear: both;
}

div.communaute-form .communaute_input input {
	width: 265px;
	height: 36px;
	padding: 0 15px;
	margin-bottom: 6px;
	box-shadow: inset 5px 5px 20px -10px rgba(0,0,0,.3);
	border-radius: 8px;
}

div.communaute-form textarea {
	min-width: 100%;
	min-height: 30px;
	max-width: 100%;
	max-height: 300px;
	overflow: auto;
	background-color: transparent;
	box-sizing: border-box;
	resize: vertical;
}

div.communaute-form textarea.input {
	padding: 10px 15px;
	margin-bottom: 6px;
	background-color: #FFF;
	box-shadow: inset 5px 5px 20px -10px rgba(0,0,0,.3);
	border-radius: 8px;
}

div.communaute-form .communaute_input_file input {
	width: 265px;
}

div.communaute-form input.submit {
	width: 150px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	background-color: #00AEFF;
	border-radius: 3px;
	cursor: pointer;
}

div.communaute-form input.submit:hover {
	background-color: #00C5FF;
}

div.communaute-post {
	display: block;
	margin: 6px auto;
	position: relative;
	text-align: left;
	vertical-align: middle;
	max-width: 810px;
}

div.communaute-post .header {
	position: relative;
	text-align: left;
}

div.communaute-post .header .avatar {
	position: absolute;
	left: -55px;
	top: -1px;
	width: 55px;
	height: 50px;
}

div.communaute-post .header .avatar a img {
	border-radius: 4px;
}

div.communaute-post .header .avatar.officiel a img {
	border-radius: 10px;
}

div.communaute-post .header span.auteur {
	font-size: 14pt;
	opacity: 0.25;
}

div.communaute-post .header span.date,
div.communaute-post .commentaire span.date {
	font-size: 9pt;
	color: rgba(150,150,150,0.5);
	opacity: 0;
}

div.communaute-post .commentaire span.auteur {
	font-size: 10pt;
	margin-left: 8px;
	opacity: 0;
}

div.communaute-post .footer {
	text-align: left;
	user-select: none;
}

div.communaute-post .footer .lien {
	color: #00AEFF;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
	opacity: 0;
}

div.communaute-post .footer .lien:hover {
	text-decoration: underline;
}

div.communaute-post .footer .ajouter-commentaire {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0;
}

div.communaute-post .header span.auteur,
div.communaute-post .header span.date,
div.communaute-post .commentaire span.auteur,
div.communaute-post .commentaire span.date,
div.communaute-post .footer .lien,
div.communaute-post .footer .ajouter-commentaire {
	transition: opacity .2s;
	transition-delay: 1s;
}

div.communaute-post:hover .header span.auteur,
div.communaute-post:hover .header span.date,
div.communaute-post:hover .commentaire span.auteur,
div.communaute-post:hover .commentaire span.date,
div.communaute-post:hover .footer .lien,
div.communaute-post:hover .footer .ajouter-commentaire {
	opacity: 1;
	transition: opacity .9s;
}

div.communaute-post .content {
	display: block;
	position: relative;
}

div.communaute-post .content .titre-post {
	text-align: center;
	font-size: 170%;
	line-height: 1em;
	margin: 6px 10px 10px 10px;
}

div.communaute-post .content .titre-post a {
	color: inherit;
}

div.communaute-post .content .sup-titre {
	text-align: center;
	height: 0;
	user-select: none;
}

div.communaute-post .content .sup-titre span {
	position: relative;
	bottom: 7px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	white-space: nowrap;
	color: #FFF;
	background-color: #DD25B4;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
	z-index: 1;
}

div.communaute-post .content .sup-titre span.nouveaute {
	color: #FFF;
	background-color: #DD25B4;
}

div.communaute-post .content .sup-titre span.gold {
	color: #A87800;
	background-color: #FFF14E;
}

div.communaute-post .content .sup-titre span.proposition {
	color: #FFF;
	background-color: #00DBFF;
}

div.communaute-post .content .sup-titre span.playlist {
	color: #FFF;
	background-color: #00DBFF;
}

div.communaute-post .content .sup-titre span.news {
	color: #FFF;
	background-color: #DD25B4;
}

div.communaute-post .content .post-header {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
	margin: 0 10px;
	border-radius: 50px;
	overflow: visible;
}

div.communaute-post .content .post-header .fond {
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: 0;
	box-shadow: inset 0 0 1px 1px rgba(100,100,100,.3);
	border-radius: 50px;
	overflow: hidden;
	z-index: -1;
}

div.communaute-post .content .post-header .fond::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0.8;
	filter: blur(30px);
	transform: scale(1.2);
	background-image: inherit;
	background-position: center;
	background-size: cover;
}
/*
div.communaute-post .content .post-header .fond-droite {
	position: absolute;
	right: 0;
	top: 30px;
	height: 140px;
	width: 395px;
	max-width: 50%;
	z-index:-1;
	opacity: 0.55;
	filter: blur(2px);
	transform: scale(1.5);
}
*/
div.communaute-post .content .post-header img {
	max-height: 200px;
	max-width: 356px;
	margin: auto;
}

div.communaute-post .content .post-header .pochette {
	flex-basis: max-content;
	flex-grow: 0;
	margin: 20px auto;
}

div.communaute-post .content .post-header .pochette img {
	max-height: 160px;
	max-width: 356px;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 4px;
	box-shadow: rgba(0,0,0,.5) 0px 0px 25px -10px;
}

div.communaute-post .content .post-header a:hover img {
	filter: saturate(300%);
}

div.communaute-post .content .post-header .titre-post {
	flex-basis: 0;
	flex-grow: 1;
	margin: 0;
}

div#content div.communaute-post .content p.message {
	margin: 12px 10px 10px;
}

div.communaute-post p.message a {
	color: #0066FF;
	text-decoration: underline;
}

div.communaute-post p.message a:hover {
	text-decoration: none;
}

div.communaute-post .commentaire {
	position: relative;
	min-height: 50px;
	margin: 8px 10px 8px 10px;
	font-size: 10pt;
}

div.communaute-post .commentaire .avatar_50 {
	position: absolute;
	left: 3px;
	top: 18px;
	width: 34px;
	height: 34px;
	vertical-align: top;
	z-index: 1;
}

div.communaute-post .commentaire-ajout .avatar_50 {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 34px;
	height: 34px;
	vertical-align: top;
	z-index: 1;
}

div.communaute-post .commentaire .avatar_50 img,
div.communaute-post .commentaire-ajout .avatar_50 img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

div.communaute-post .commentaire .text_commentaire {
	margin: 7px 0 0 55px;
}

div.communaute-post .commentaire-ajout {
	display: none;
	position: relative;
	width: auto;
	margin: 8px 10px 10px 10px;
}

div.communaute-post .commentaire-ajout input.btn_commentaire {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	vertical-align: top;
	color: #00AEFF;
	background-color: rgba(250,250,250,0.2);
	border: 3px solid rgba(0,0,0,0.1);
	border-radius: 0 4px 4px 0;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
}

div.communaute-post .commentaire-ajout input.btn_commentaire:hover {
	color: #FFF;
	background-color: #00AEFF;
	border-color: transparent;
}

div.communaute-post .commentaire-ajout textarea.text_commentaire {
	width: 100%;
	height: 38px;
	min-height: 40px;
	max-height: 380px;
	padding: 8px 55px 5px;
	font-family: Arial;
	font-size: 10pt;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	resize: vertical;
	overflow: clip;
	transition: background 300ms;
	box-sizing: border-box;
}

div.communaute-post .commentaire-ajout textarea.text_commentaire:focus {
	background-color: rgba(255,255,255,0.8);
}

#content .online-bar {
	background: linear-gradient(to bottom, rgba(0,0,0,.06) 0%,rgba(0,0,0,.15) 100%);
	border: 1px solid rgba(100,100,100,0.3);
	border-width: 1px 0;
	margin: 15px auto;
}

#content .online-bar .content {
	max-width: 810px;
	padding: 2px 0;
	margin: auto;
	text-align: left;
	font-size: small;
}

#content .online-bar span.label {
	margin-right: 3px;
}

#content .online-bar span.pseudo {
	padding: 0 3px;
	margin: 0 5px;
	color: #000;
	background-color: #FFF;
	border-radius: 5px;
	font-weight: bold;
}

#content div.index-articles {
	max-width: 600px;
	background-color: rgba(180,180,180,.2);
	border-width: 1px;
	border-color: rgba(127,127,127,.8);
	border-style: solid;
	text-align: left;
	margin: 0 auto;
	padding: 4px 0 0 0;
}

#content div.index-articles .row {
	position: relative;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

#content div.index-articles .row .avatar {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	margin: 0 auto;
	overflow: hidden;
}

#content div.index-articles .row .avatar img {
	width: 100%;
}

#content div.index-articles .row .auteur {
	width: 68px;
	flex: 0 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

#content div.index-articles .row .pseudo {
	width: auto;
	font-size: x-small;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
}

#content div.index-articles .row .title {
	flex: 2 1 auto;
	font-size: large;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content div.index-articles .row .date {
	width: 50px;
	flex: 0 0 auto;
	font-size: x-small;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	margin: 0 5px 0 0;
}

#content div.index-articles hr {
	width: auto;
	color: rgba(0,0,0,.2);
	margin: 1px auto 2px auto;
}

#content div.index-articles .btn {
	display: inline-block;
	height: max-content;
	line-height: 1em;
	color: #FFF;
	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #00AEFF;
	border: 2px outset rgba(0,0,0,.3);
	border-radius: 5px;
	padding: 2px 10px;
	margin: 0 8px 0 0;
	cursor: pointer;
	transition: background .3s;
	user-select: none;
}

#content div.index-articles .btn:hover {
	background-color: #00C5FF;
}

#content div.index-articles .btn:active {
	color: #00C5FF;
	border-style: inset;
	background-color: #FFF;
}

/***********************************************/
/* ***************** Sitemap ***************** */
/***********************************************/
ul.sitemap {
	position: relative;
	max-width: 800px;
	margin: auto;
	list-style-type: none;
	text-align: left;
}

ul.sitemap h4 {
	font-size: 20pt;
	margin: 1.1em 0 0 0;
}

ul.sitemap span.module {
	font-size: 25pt;
	color: #000000;
}

ul.sitemap a:hover span.module {
	color: #DD25B4;
}

ul.sitemap span.module_description {
	display: block;
	color: #AAA;
	margin-top: -3px;
	margin-bottom: 5px;
}

ul.sub_sitemap {
	display: inline-block;
	list-style-type: disclosure-closed;
}

ul.sub_sitemap li {
	float: left;
	margin-left: 15px;
	margin-right: 30px;
	padding-left: 15px;
}

/***********************************************/
/******************** Hasard *******************/
/***********************************************/
.mur-pochettes {
	width: 100%;
	max-width: 800px;
	height: auto;
	text-align: center;
	margin: auto;
}

.mur-pochettes .hasard-pochette {
	display: inline-block;
	position: relative;
	width: 20%;
	vertical-align: top;
	overflow: hidden;
}

.mur-pochettes .hasard-pochette img {
	width: 100%;
	height: 100%;
}

.mur-pochettes .hasard-pochette .infos-titre {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 97%; /* 150-padding */
	height: 100%;
	text-align: left;
	padding: 0 3%;
	overflow: hidden;
	border: 0;
	/*background-image: url('/images/bg_cover_trans_150.png');*/
	/*background-repeat: no-repeat;*/
	background-color: rgba(0,0,0,0.8);
	font-size: 18pt;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	cursor: crosshair;
	opacity: 0;
	z-index: 25;
	transition: opacity .9s;
}

.mur-pochettes .hasard-pochette a.infos-titre:hover {
	opacity: 1;
	transition: opacity 0s;
}

.mur-pochettes .hasard-pochette a.infos-titre:active {
	background-color: rgba(255,0,185,1);
	text-shadow: none;
}
/***********************************************/
/******************* Artistes ******************/
/***********************************************/
p.liste-tag {
	color: #BBB;
	line-height: 1.8em;
}

p.liste-tag a {
	padding: 0 0.2em;
	line-height: 1.5em;
	white-space: nowrap;
	border: 1px outset rgba(0,0,0,0.1);
	text-transform: uppercase;
}

p.liste-tag a.jaune:hover {
	color: rgba(0,0,0,0.8);
	background-color: rgba(255,212,0,0.2);
}

p.liste-tag a.cyan:hover {
	color: #000;
	background-color: rgba(0,174,255,0.2);
}

p.liste-tag a.magenta:hover {
	color: #000;
	background-color: rgba(221,37,180,0.2);
}

p.liste-tag a.jaune {
	color: #FFF;
	background-color: #FFD400;
	transition: background 300ms;
}

p.liste-tag a.cyan {
	color: #FFF;
	background-color: #00AEFF;
	transition: background 300ms;
}

p.liste-tag a.magenta {
	color: #FFF;
	background-color: #DD25B4;
	transition: background 300ms;
}

/***********************************************/
/********************* BOX *********************/
/***********************************************/
#box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	margin-top: -125px;
	font-size: 14pt;
	color: #000;
	text-align: center;
	line-height : 80px;
	background-color: #FBFBFB;
	border: 1px solid #C5C5C5;
	box-shadow: #BBB 6px 6px 15px 1px;
	border-radius: 8px;
	z-index: 25;
}

#box.vote_nouveautes {
	margin-top: -120px;
	margin-left: -165px;
	width: 330px;
	height: 235px;
	background-color: transparent;
	background: url('/images/vote_enregistre_nouveautes.png') left no-repeat;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

#box-login {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	width: 100%;
	max-width: 330px;
	height: auto;
	margin-top: -120px;
	margin-left: -165px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: rgba(0,0,0,0.4) 6px 6px 30px 0px;
	z-index: 25;
}

#box-login p.intro {
	font-size: 90%;
	padding: 4px 25px;
	margin: 15px 0 30px;
	background-color: rgba(0,0,0,0.05);
}

#box-login .button.inscription,
#box-login .button.connexion {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #FFF !important;
	font-size: 180%;
	margin: 20px auto;
	text-align: center;
}

#box-login .button.inscription {
	background-color: #FF0098;
	background: linear-gradient(#FF0098, #CC007A);
}

#box-login .button.inscription:hover {
	background: linear-gradient(#FF0098, #FF0098);
}

#box-login .button.connexion {
	background-color: #FFD400;
	background: linear-gradient(#FFDC00, #E5B700);
}

#box-login .button.connexion:hover {
	background: linear-gradient(#FFDC00, #FFDC00);
}

#box-login .continue {
	float: right;
	color: #AAA;
	font-size: 80%;
	line-height: 1em;
	border: 0;
	background-color: transparent;
	margin: 30px 0 3px;
}

.div-box-playlists {
	width: 0;
	height: 0;
	z-index: 26;
}

.box-playlists {
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 100px;
	max-height: 150px;
	width: 170px;
	padding: 8px;
	color: #000;
	font-size: 11pt;
	text-align: left;
	background-color:#FBFBFB;
	box-shadow: 6px 6px 15px 1px rgba(0,0,0,.3);
	border-radius: 8px;
	overflow: auto;
	z-index: 25;
	user-select: none;
}

.box-playlists .en-tete {
	display: block;
	height: 16px;
	width: 110px;
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	background-color: #00A8DB;
	padding: 0 7px;
	margin-bottom: 3px;
	border-radius: 8px;
}

.box-playlists .fermer {
	position: absolute;
	right: 5px;
	top: 7px;
	height: 15px;
	width: 15px;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	background-color: #00A8DB;
	cursor: pointer;
	border-radius: 100%;
}

.box-playlists .fermer:hover {
	background-color: #00C5FF;
}

.box-playlists .fermer:active {
	background-color: #006DA0;
}

.box-playlists .chargement {
	position: absolute;
	left: 68px;
	top: 33px;
	height: 50px;
	width: 50px;
	background: url('/images/icon_loading.gif') 0 0 no-repeat;
}

.box-playlists .lien {
	display: block;
	width: 110px;
	color: #00A8DB;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 18px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #00A8DB;
	border-left-width: 3px;
}

.box-playlists .lien-nouvelle-playlist {
	display: block;
	width: 140px;
	color: #00A8DB;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 8px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-color: #00A8DB;
	border-left-width: 3px;
}

.box-playlists .titre-playlist {
	display: block;
	width: 150px;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
	margin: 5px auto 5px auto;
	color: #878787;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
}

.box-playlists .titre-playlist.nouvelle {
	font-style: italic;
}

.box-playlists .titre-playlist:hover {
	color: #00A8DB;
	background-color: #FFF;
	border-color: #00A8DB;
}

.box-playlists .bouton {
	display: block;
	width: 110px;
	height: 23px;
	line-height: 23px;
	padding: 0 .1em;
	margin: 5px auto 5px auto;
	color: #878787;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #AFAFAF;
	border-radius: 2px;
	cursor: pointer;
}

.box-playlists .bouton:hover {
	color: #FFF;
	background-color: #878787;
}

/***********************************************/
/**************** Fiche titre ******************/
/***********************************************/
.titre_detail {
	max-width: 810px;
	margin: auto;
}

.titre_detail img.cover_large {
	max-width: 400px;
	max-height: 400px;
	box-shadow: rgba(0,0,0,0.4) 3px 3px 10px 0px;
}

div.titre_detail .cote {
	float: right;
	position: relative;
	width: 400px;
	height: 400px;
	text-align: right;
}

div.titre_detail .cote .bouton {
	display: inline-block;
	width: 180px;
	color: inherit;
	background-color: rgba(0,174,255,0.2);
	padding: 5px 15px 4px 15px;
	margin: 0 0 8px 0;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	cursor: pointer;
	transition: background .3s;
	user-select: none;
}

div.titre_detail .cote .bouton:hover {
	color: #FFF;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	background-color: #00BAF0;
	background-image: radial-gradient(farthest-side at 50% top, rgba(0,220,255,0.7) 0%, rgba(255,255,255,0) 100%);
}

div.titre_detail .cote .bouton:active {
	color: #00C5FF;
	text-shadow: none;
	background-color: #FFF;
	background-image: none;
}

div.titre_detail .cote span.artistes {
	display: block;
	font-size: 23.5pt;
	line-height: 1em;
	text-align: right;
	margin-bottom: 25px;
}

div.titre_detail .cote span.titre {
	display: block;
	font-size: 30pt;
	line-height: 1em;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content div.titre_detail .cote p.description {
	display: block;
	width: auto;
	font-size: 100%;
	font-style: italic;
	text-align: justify;
	padding: 8px 14px;
	margin: 0 0 6px 14px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.4);
}

div.titre_detail .cote span.info {
	display: flow-root;
	width: auto;
	font-size: 90%;
	text-align: right;
	margin-top: 10px;
}

div.titre_detail .cote span.info img.avatar {
	height: 1.7em;
	border-radius: 3px;
}

div.titre_detail .cote .vote {
	float: right;
	width: auto;
	text-align: right;
	position: relative;
	margin-left: 15px;
	clear: both;
}

div.titre_detail .cote .vote .btn-vote {
	width: 60px;
	height: 89px;
}

div.titre_detail .cote .vote .btn-vote button {
	font-size: 16px;
	width: 60px;
	height: 45px;
}

div.titre_detail .cote .vote input.plus {
	display: block;
	color: transparent;
	font-size: 0px;
	width: 87px;
	height: 61px;
	background: url('/images/btn_vote_sprite.png') no-repeat top left;
	cursor: pointer;
}
div.titre_detail .cote .vote input.plus:hover {
	width: 87px;
	height: 61px;
	background-position: -87px 0;
}
div.titre_detail .cote .vote input.moins {
	display: block;
	color: transparent;
	font-size: 0px;
	width: 87px;
	height: 60px;
	background: url('/images/btn_vote_sprite.png') no-repeat bottom left;
	cursor: pointer;
}
div.titre_detail .cote .vote input.moins:hover {
	width: 87px;
	height: 60px;
	background-position: -87px -61px;
}
/*
div.titre_detail .cote .vote.msg_vote {
	display: none;
}
*/
div.titre_detail .cote .vote .msg_vote {
	display: table;
	padding: 0 8px;
	margin: 0;
	position: absolute;
	top: 34px;
	right: 90px;
	width: 134px; /* 150 - padding */
	height: 53px;
	line-height: 53px;
	background-color: #FBFBFB;
	box-shadow: rgba(0,0,0,0.3) 0px 0px 2px 1px;
	border-radius: 4px;
	color: #000;
	font-size: 10pt;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	text-align: center;
	overflow: visible;
	z-index: 25;
}

div.titre_detail .cote .vote .msg_vote span {
	display: table-cell;
	width: 134px;
	vertical-align: middle;
	line-height: 1.2; 
	text-align: left;
}

#content .titre_detail .cote .div-box-playlists {
	position: absolute;
	left: 0px;
	height: 0;
	width: 210px;
}

#content article.titre {
	position: relative;
}

#content article.titre::before{
	content: '';
	background-image: inherit;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.5);
	filter: blur(20px);
	opacity: 0.3;
	z-index: -1;
}
/***********************************************/
/****************** Divers *********************/
/***********************************************/
  
.btn-submit {
	display: inline-block;
	position: relative;
	color: #E500FF;
	font-size: 16pt;
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
	background-image: linear-gradient(101deg, #E500FF, #FF006A);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text; /* Required from Chrome */
	border: solid 2px transparent;
	border-image: linear-gradient(101deg, #E500FF, #FF006A);
	border-image-slice: 1;
	box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, .2);
	padding: .3rem 2rem;
	margin: .5em;
	cursor: pointer;
	transition: all .5s;
}

.btn-submit:hover {
	color: white;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 1), 1px 1px 6px rgba(0, 0, 0, .5);
}

.btn-submit:active {
	opacity: .5;
}

.btn-submit:after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 100%;
	bottom: 100%;
	right: 100%;
	z-index: -1;
	transition: all .5s;
	background: linear-gradient(101deg, #E500FF, #FF006A);
}

.btn-submit:hover:after {
	border: none;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.btn-edit span {
	display: none;
}

.btn-edit {
	display: inline-block;
	position: relative;
	/*color: #FFF !important;
	background-color: #00AEFF;*/
	font-size: 12px;
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	border: none;
	border-radius: 50%;
	box-shadow: inset 1px 1px 4px -2px rgba(0, 0, 0, .2), 2px 2px 4px -2px rgba(0, 0, 0, .2);
	padding: 4px 8px;
	vertical-align: middle;
	cursor: pointer;
}

.btn-edit:after {
	content: '\22EE';
	vertical-align: middle;
}

.btn-edit:hover {
	color: #FFF;
	background-color: #00AEFF;
}

.btn-edit:active {
	color: #FFF;
	background-color: #00DBFF;
}

#content div.messages {
	width: 600px;
	color: #000;
	background-color: rgba(230,247,255,.8);
	border-width: 1px;
	border-color: rgb(174,174,145);
	border-style: solid;
	margin: 0 auto;
}

#content div.messages p {
	color: #000;
	margin: 4px 12px;
}

#content div.messages p.headers {
	font-size: small;
}

#content div.messages hr {
	width: 90%;
	color: rgba(0,0,0,.5);
}

#content div.messages .btn {
	display: inline-block;
	line-height: 1em;
	color: #FFF;
	font-family: inherit;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #00AEFF;
	border: 2px outset rgba(0,0,0,.3);
	border-radius: 5px;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	cursor: pointer;
	transition: background .3s;
	user-select: none;
}

#content div.messages .btn:hover {
	background-color: #00C5FF;
}

#content div.messages .btn:active {
	color: #00C5FF;
	border-style: inset;
	background-color: #FFF;
}

#content .form-group {
	clear: both;
	margin-bottom: 8px;
}

#content .form-group label.label-small {
	float: left;
	width: 40%;
	min-width: 150px;
	line-height: 0.9em;
	padding-top: 6px;
}

#content .pseudo-moncompte {
	color: #00799E;
	font-size: 50px;
	font-weight: bold;
}

#content a.link-bar {
	display: block;
	width: 630px;
	margin: 0 auto 20px;
	color: #000;
	background-color:#FFFFFF;
	border:1px solid;
	border-radius:8px;
	border-color: rgba(0,0,0,0.4);
}

input.input_def, textarea.input_def {
	font-family: inherit;
	font-weight: normal;
	font-size: 10pt;
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
}
input.input_captcha {
	width: 150px;
	height: 25px;
	font-family: inherit;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
	color: #000000;
	padding: 10px;
}

div#bulle_connexion {
	position: absolute;
	background-image: url('/images/bulle_connexion.png');
	width: 321px;
	height: 236px;
	right: 0px;
	top: 170px;
	z-index: 24;
	visibility: hidden;
}

div.pub.header {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 728px;
	height: 90px;
	text-align: center;
}

div.bar_nav {
	position: relative;
	max-width: 810px;
	height: 30px;
	margin: 10px auto;
	font-size: 11pt;
	text-align: center;
	line-height: 30px;
	user-select: none;
}

div.bar_nav .btn-page {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: rgba(250,250,250,0.9);
	border-radius: 3px;
	margin: 0 4px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.9),
	1px 1px 1px 1px rgba(0,0,0,0.05);
}

div.bar_nav a.btn-page {
	color: #000;
}

div.bar_nav a.btn-page:hover {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	font-weight: bold;
	background-color: #00AEFF;
	border-radius: 3px;
}

div.bar_nav .prev {
	position: absolute;
	left: 0;
}

div.bar_nav .next {
	position: absolute;
	right: 0;
}

div.bar_nav .prev,
div.bar_nav .next {
	display: inline;
	width: 80px;
	font-size: 16px;
	color: #00AEFF;
	background-color: rgba(250,250,250,0.9);
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.9),
	1px 1px 1px 1px rgba(0,0,0,0.05);
}

div.bar_nav .prev:hover,
div.bar_nav .next:hover {
	color: #FFF;
	background-color: #00AEFF;
}

div.bar_nav .current {
	color: #00AEFF;
	font-size: 110%;
	line-height: 25px;
	font-weight: bold;
	background-color: rgba(255,255,255,1);
	border : 2px solid #FFF;
	box-shadow: 0 0 1px 1px rgba(0,174,255,0.2);
}

div.bar_nav .ellipsis {
	color: #666;
	font-size: 50%;
	font-weight: bold;
}

div.bar_tri {
	position: relative;
	background-color: rgba(255,255,255,0.1);
	vertical-align: middle;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.05);
	user-select: none;
}

div.bar_tri a {
	margin: auto 10px;
	line-height: 29px;
}

div.bar_tri .info {
	display: inline-block;
	background-color: rgba(0,0,0,0.05);
	height: 100%;
	line-height: 31px;
	font-size: 80%;
	padding: 0 15px 0 15px;
	margin: 0 10px;
	opacity: 0.6;
}

div.bar_tri .current {
	color: #00AEFF;
	font-weight: bold;
	text-decoration: underline;
}

div.bar_tri .pub {
	position: absolute;
	top: 80px;
	right: 30px;
}

div.bar_tri hr {
	border: 1px solid rgba(0,0,0,0.05);
	margin: 0;
}

#content .liens-google {
	margin-top: 15px;
}

/***********************************************/
/****************** Accueil ********************/
/***********************************************/
div#content p.anniversaire {
	display: block;
	width: 776px;
	margin: auto;
	font-style: italic;
}

div.showbox-container {
	font-family: Rugrats;
	/*background-image: url('/images/bg_wallpaper3.jpg');*/
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	/*box-shadow: inset 0px 15px 15px -20px #000, inset 0px -15px 15px -20px #000;*/
	clear: both;
}

div.showbox {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin: auto;
	margin-bottom: 20px;
	background-color: rgba(21, 54, 62, 0.4);
	text-align: center;
	clear: both;
}

div.showbox .cont {
	max-width: 810px;
	margin: 0 auto;
	clear: both;
}

div.showbox .cont .image {
	display: none;
	float: left;
	width: 300px;
	height: 200px;
	background-image: url('images/logo-showbox.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px 30px 0 10px;
	padding: 0;
	clear: both;
}

div.showbox .cont p.big {
	color: #FFF;
	font-size: 30pt;
	font-weight: 100;
	padding: 40px 0;
	white-space: nowrap;
}

div.showbox iframe.fb-box {
	position: absolute;
	right: 0;
	width: 200px;
	height: 70px;
	margin: 0;
	border: none;
	background: transparent;
	margin: 15px 15px 0 15px;
	border-radius: 8px;
}

/***********************************************/
/******************* Tuiles ********************/
/***********************************************/
#content .home-cards * {
    box-sizing: border-box;
}

#content .home-cards {
	/*max-width: 830px;*/
}

#content .home-cards .col-4,
#content .home-cards .col-8 {
	padding: 0 5px 10px;
}

#content .home-cards .card {
	position: relative;
	height: 250px;
	color: #FFF;
	background-color: #FFF1;
	border: 1px solid rgba(0,0,0,0.05);
	overflow: hidden;
}

#content .home-cards .card h3 {
	color: #FFF;
	font-family: Rugrats;
}

#content .home-cards .card p {
	color: #AAA;
	margin: 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.7s ease;
}

#content .home-cards .card:hover p {
	color: #FFF;
}

#content .home-cards .card .post_thumb figure {
	/*position: absolute; 2022-08-03 bug mobile*/
    margin: 0px;
}

#content .home-cards .card .imghover img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	object-fit: cover;
	transition: all 0.7s ease;
}

#content .home-cards .card:hover .imghover img {
	transform: scale(1.2);
}

#content .home-cards .card .post-holder {
    position: absolute;
    /*width: 100%;*/
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 15px 10px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
	z-index: 1; /* over .controls  */
}

#content .home-cards .card .controls {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.7s ease;
}

#content .home-cards .card:hover .controls {
	opacity: 1;
}

/***********************************************/
/***************** Lightbox ********************/
/***********************************************/
#lightbox {
	background-color: #444444;
	padding: 4px;
	box-shadow: 3px 3px 50px rgba(0,0,0,0.7);
}

#lightbox .closeButton {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	background-color: rgba(50,50,50,0.3);
	cursor: pointer;
}

#lightbox:hover .closeButton {
	background-color: rgba(50,50,50,0.9);
}

#lightbox .closeButton:hover {
	color: #000;
	background-color: #FFF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.4);
}

#lightbox img{ border: none; clear: both;} 

#loading {
	height: 100px;
	width: 200px;
	background-color: red;
}

#overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 90;
}

#loadingImage {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	background-image: url(/images/icon_loading.png);
	z-index: 150;
}
/***********************************************/
/****************** Membres ********************/
/***********************************************/
#content table.membres {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
	margin: auto;
	font-size: 13px;
}

#content table.membres thead tr {
	font-size: 13px;
	text-align: center;
}

#content table.membres thead th.avatar {
	width: 70px;
}

#content table.membres thead th.pseudo {
	width: 220px;
}

#content table.membres thead th.action {
	width: 80px;
}

#content table.membres thead th.date {
	width: 100px;
}

#content table.membres tbody tr {
	height: 55px;
	color: #000;
	background-color: rgb(204,204,204);
	background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(204,204,204) 100%);
}

#content table.membres tbody img.avatar {
	max-width: 50px;
	max-height: 50px;
}

#content table.membres tbody td.pseudo {
	padding-right: 4px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#content table.membres tbody td .membres-seulement {
	opacity: 0.5;
}

#content span.user-role {
	color: #FFF;
	font-size: small;
	background-color: #888;
	border-radius: 5px;
	padding: 0 5px;
}
/***********************************************/
/******************** Table ********************/
/***********************************************/
#content table.default {
	width: 100%;
	max-width: 700px;
	margin: auto;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 6px 0;
	box-shadow: inset 0 0 0 6px rgba(0,0,0,.05);
	line-height: 1em;
}

#content table.default thead tr {
	font-size: 13px;
	text-align: center;
}

#content table.default thead th {
	font-size: 80%;
	box-shadow: -12px 3px 0 -6px rgba(0,0,0,.05);
	line-height: 1em;
}

#content table.default tbody td {
	padding: 0 4px;
	border-top: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(204,204,204,0.1);
}

#content table.default tfoot th {
	padding: 0;
}

#content table.default tr:first-child th {
	border-top: 6px solid transparent;
}

#content table.default tr th:first-child {
	box-shadow: none;
}
/***********************************************/
/******************** OLD **********************/
/***********************************************/
div.encadre,
table.encadre {
	max-width: 630px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto 25px;
	border: 1px solid;
	border-radius: 15px;
	text-align: left;
}

table.msgbox {
	color:#FFFFFF;
	background-color:#292929;
	padding: 10px;
	border-width: 2px;
	border-color: #C9C9C9;
	border-style: solid;
}

/********************************************************************************/
.box-connect {
	width: 300px;
	height: 250px;
	color: #C5C5C5;
	border: 2px solid #C5C5C5;
	border-radius: 8px;
	background-color: #FFF;
	background: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
	font-size: 9pt;
	text-align: center;
	margin: 10px auto;
	user-select: none;
}

.box-connect p.titre {
	font-size: 25pt;
	font-weight: bold;
	text-align: center;
	padding: 8px 15px 6px;
}

.box-connect p.intro {
	font-size: 10pt;
	text-align: left;
	padding: 0 10px 5px;
}

.box-connect p.oubli {
	font-size: 9pt;
	text-align: right;
	text-decoration: underline;
	padding: 2px 10px;
}

.box-connect label {
	display: inline-block;
	width: 80px;
	text-align: left;
}

.box-connect .champ {
	margin: 4px 0 8px;
}

.box-connect .champ input {
	font-size: 10pt;
	border: 1px solid #CACACA;
	background-color: #FFFFFF;
	color: #444;
	padding: 3px;
}
/***********************************************/
/******************* Switch ********************/
/***********************************************/
.switch {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: absolute;
  width: 36px;
  height: 16px;
  bottom: 8px;
  right: 8px;
  border-radius: 50em;
  padding: 3px 0;
}

.switch__input, .switch__label {
  position: absolute;
  left: 0;
  top: 0;
}

.switch__input {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.switch__input:checked + .switch__label {
  background-color: #00AEFF;
}

.switch__input:checked + .switch__label + .switch__marker {
  left: calc(100% - 16px);
}

.switch__input:focus + .switch__label,
.switch__input:active + .switch__label {
  box-shadow: 0 0 0 3px hsla(228, 74%, 61%, 0.2);
}

.switch__input:focus + .switch__label,
.switch__input:active + .switch__label {
  box-shadow: 0 0 0 3px hsla(228, 74%, 61%, 0.2);
}

.switch__label {
  width: 100%;
  height: 100%;
  color: transparent;
  text-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #A8A8A8;
  border-radius: inherit;
  z-index: 1;
  transition: background 0.2s;
}

.switch__marker {
  position: relative;
  background-color: hsl(0, 0%, 100%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  left: 2px;
  transition: left 0.2s;
  will-change: left;
}
/***********************************************/
/**************** Autocomplete *****************/
/***********************************************/
.autocomplete-suggestions {
	max-width: 100%;
	color: #000;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-no-suggestion {
	padding: 2px 5px;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.autocomplete-suggestions strong {
	font-weight: bold;
	color: #00AEFF;
}
.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}:root {
	--color: #000;
	--accent-color: #FFF;
	--p-color: #000;
	--h3-color: #000;
	--h2-color: #15363E;
	--h2-shadow: #FFF;
	--header-bg: #FAEB79;
	--header-bg2: #FAEB79;
	--header-shadow: rgba(0,0,0,.6);
	--container-bg: transparent;
	--container-shadow: rgba(0,0,0,.6);
	--subheader-bg: rgba(0,0,0,0.09);
	--content-gradient: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09) 100%);
	--nav-bg: #1590AC;
	--titre-color: #00799E;
	--titre-color-hover: #00799E;
	--titre-bg: #F9F9F9;
	--titre-bg-hover: #F3F3F3;
	--bullet-color: #4BC4E9;
	--post-titre-color: #1E547F;
	--post-separator-gradient: linear-gradient(to right, rgba(30, 84, 127, 0) 25%, rgba(30, 84, 127, 0.5) 80%, rgba(30, 84, 127, 0) 100%);
	--footer-color: #98bec8;
	--footer-bg: #15363E;
	--footer-gradient: none;
	--footer-shadow: none;
	--footer-shadow-hover: rgba(0,0,0,1);
	--meta-titre-color: #005B77;
	--meta-artistes-color: rgba(0,91,119,.6);
	--meta-info-color: rgba(0,90,132,0.7);
	--encadre-border: #CACACA;
	--body-bg: #D6F0E7 url('/images/bg.png') repeat center fixed;
}

@media (prefers-color-scheme: light) {
	:root {
		--color: #000;
		--accent-color: #FFF;
		--p-color: #000;
		--h3-color: #000;
		--h2-color: #15363E;
		--h2-shadow: #FFF;
		--header-bg: #FAEB79;
		--header-bg2: #FAEB79;
		--header-shadow: rgba(0,0,0,.6);
		--container-bg: transparent;
		--container-shadow: rgba(0,0,0,.6);
		--subheader-bg: rgba(0,0,0,0.09);
		--content-gradient: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09) 100%);
		--nav-bg: #1590AC;
		--titre-color: #00799E;
		--titre-color-hover: #00799E;
		--titre-bg: #F9F9F9;
		--titre-bg-hover: #F3F3F3;
		--bullet-color: #4BC4E9;
		--post-titre-color: #1E547F;
		--post-separator-gradient: linear-gradient(to right, rgba(30, 84, 127, 0) 25%, rgba(30, 84, 127, 0.5) 80%, rgba(30, 84, 127, 0) 100%);
		--footer-color: #98bec8;
		--footer-bg: #15363E;
		--footer-gradient: none;
		--footer-shadow: none;
		--footer-shadow-hover: rgba(0,0,0,1);
		--meta-titre-color: #005B77;
		--meta-artistes-color: rgba(0,91,119,.6);
		--meta-info-color: rgba(0,90,132,0.7);
		--encadre-border: #CACACA;
		--body-bg: #D6F0E7 url('/images/bg.png') repeat center fixed;
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--color: #FCFCFC;
		--accent-color: #FFF;
		--p-color: #AAA;
		--h3-color: rgba(0,159,255,0.7);
		--h2-color: #FFD400;
		--h2-shadow: rgba(0,0,0,0.2);
		--header-bg: rgba(0,0,0,0.7);
		--header-bg2: rgba(0,0,0,0.7);
		--header-shadow: rgba(0,0,0,.7);
		--container-bg: rgba(30,30,30,.9);
		--container-shadow: rgba(0,0,0,.6);
		--subheader-bg: transparent;
		--content-bg: none;
		--content-gradient: none;
		--nav-bg: #1590AC;
		--titre-color: #AAA;
		--titre-color-hover: #FFF;
		--titre-bg: rgba(255,255,255,0.05);
		--titre-bg-hover: rgba(255,255,255,0.1);
		--bullet-color: #32E0FF;
		--post-titre-color: rgba(255,255,255,0.5);
		--post-separator-gradient: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
		--footer-color: #98bec8;
		--footer-bg: #15363E;
		--footer-gradient: none;
		--footer-shadow: none;
		--footer-shadow-hover: rgba(0,0,0,1);
		--meta-titre-color: #FFF;
		--meta-artistes-color: rgba(134,228,255,0.7);
		--meta-info-color: rgba(208,240,255,0.5);
		--encadre-border: rgba(255,255,255,0.1);
		--body-bg: #D6F0E7 url('/images/bg.png') repeat center fixed;
	}
}

[data-theme='light'] {
	--color: #000;
	--accent-color: #FFF;
	--p-color: #000;
	--h3-color: #000;
	--h2-color: #15363E;
	--h2-shadow: #FFF;
	--header-bg: #111;
	--header-bg2: #111;
	--header-shadow: rgba(0,0,0,.6);
	--container-bg: transparent;
	--container-shadow: rgba(0,0,0,.6);
	--subheader-bg: rgba(0,0,0,0.09);
	--content-gradient: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.09) 100%);
	--nav-bg: #1590AC;
	--titre-color: #00799E;
	--titre-color-hover: #00799E;
	--titre-bg: #F9F9F9;
	--titre-bg-hover: #F3F3F3;
	--bullet-color: #4BC4E9;
	--post-titre-color: #1E547F;
	--post-separator-gradient: linear-gradient(to right, rgba(30, 84, 127, 0) 25%, rgba(30, 84, 127, 0.5) 80%, rgba(30, 84, 127, 0) 100%);
	--footer-color: #98bec8;
	--footer-bg: #15363E;
	--footer-gradient: none;
	--footer-shadow: none;
	--footer-shadow-hover: rgba(0,0,0,1);
	--meta-titre-color: #005B77;
	--meta-artistes-color: rgba(0,91,119,.6);
	--meta-info-color: rgba(0,90,132,0.7);
	--encadre-border: #CACACA;
	--body-bg: #D6F0E7 url('/images/bg.png') repeat center fixed;
}

[data-theme='dark'] {
	--color: #FCFCFC;
	--accent-color: #FFF;
	--p-color: #AAA;
	--h3-color: rgba(0,159,255,0.7);
	--h2-color: #FFD400;
	--h2-shadow: rgba(0,0,0,0.2);
	--header-bg: rgba(0,0,0,0.7);
	--header-bg2: rgba(0,0,0,0.7);
	--header-shadow: rgba(0,0,0,.7);
	--container-bg: rgba(30,30,30,.9);
	--container-shadow: rgba(0,0,0,.6);
	--subheader-bg: transparent;
	--content-bg: none;
	--content-gradient: none;
	--nav-bg: #1590AC;
	--titre-color: #AAA;
	--titre-color-hover: #FFF;
	--titre-bg: rgba(255,255,255,0.05);
	--titre-bg-hover: rgba(255,255,255,0.1);
	--bullet-color: #32E0FF;
	--post-titre-color: rgba(255,255,255,0.5);
	--post-separator-gradient: linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
	--footer-color: #98bec8;
	--footer-bg: #15363E;
	--footer-gradient: none;
	--footer-shadow: none;
	--footer-shadow-hover: rgba(0,0,0,1);
	--meta-titre-color: #FFF;
	--meta-artistes-color: rgba(134,228,255,0.7);
	--meta-info-color: rgba(208,240,255,0.5);
	--encadre-border: rgba(255,255,255,0.1);
	--body-bg: #D6F0E7 url('/images/bg.png') repeat center fixed;
}

* {
  accent-color: #00B59B;
}

body {
	color: var(--color);
	background: var(--body-bg);
}

h2 {
	color: var(--h2-color);
}

h3, h3>a {
	color: var(--h3-color);
}

div#content > p {
	color: var(--p-color);
}

div#container {
	/*background-color: rgba(80,80,80,0.5);*/
	background-color: var(--container-bg);
	/*box-shadow: 0 0 30px 0 var(--container-shadow);*/
}

div#top {
	background: var(--header-bg2);
	/*background-image: url('/images/bg_header_black_noised_240.png');*/
	/*background-attachment: fixed;Edge bug*/
	background-position: top;
	background-repeat: repeat-x;
}

div#top div#header {
	background-color: var(--header-bg);
	/*background-image: url('/images/bg_header_black_noised_240.png');*/
	/*background-attachment: fixed; Edge bug*/
	background-position: top;
	background-repeat: repeat-x;
}

div#top div#header div#nav {
	background-color: var(--nav-bg);
}

div#subheader {
	background-color: var(--subheader-bg);
}

div#content {
	background-color: var(--content-bg);
	/*background-image: var(--content-gradient);*/
	background-size: 100% 220px;
	background-position: top;
	background-repeat: repeat-x;
}

div.encadre,
table.encadre {
	border-color: var(--encadre-border);
	background-color: rgba(255,255,255,0.1);
}

div.card {
	background-color: var(--titre-bg);
}

div.titre {
	background-color: var(--titre-bg);
	transition: background 0.25s;
}

div.titre:hover {
	background-color: var(--titre-bg-hover);
}

div.titre .titre_nom a {
	color: var(--titre-color);
	transition: color 0.5s ease;
}

div.titre .titre_nom a:hover {
	color: var(--titre-color-hover);
}

div.titre .titre_nom a .bullet {
	color: var(--bullet-color);
}

.list-condensed div.titre .titre_nom span.text span.artiste {
	color: var(--meta-artistes-color);
}

.list-condensed div.titre .titre_nom span.text span.titre {
	color: var(--meta-titre-color);
}

div.communaute-post .header::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	z-index: -1;
	margin: -2px;
	background: var(--post-separator-gradient);
}

div.communaute-post .content .titre-post {
	color: var(--post-titre-color);
}

div.titre_detail .cote span.titre {
	color: var(--meta-titre-color);
}

div.titre_detail .cote span.artistes {
	color: var(--meta-artistes-color);
}

div.titre_detail .cote span.info {
	color: var(--meta-info-color);
}

div#footer {
	color: var(--footer-color);
	text-shadow: 1px 1px 0px var(--footer-shadow);
	background: none;
	background-color: var(--footer-bg);
	background-image: var(--footer-gradient);
	/*box-shadow: 0 0 6px rgba(0,0,0,0.3);*/
}

div#footer a {
	color: inherit;
}

div#footer a:hover {
	color: var(--accent-color);
	text-shadow: 1px 1px 2px var(--footer-shadow-hover);
}/******************************************************************************************
/************************************  < 980 px  ******************************************
/*****************************************************************************************/

@media screen and (max-width: 979px) {
	img {
		max-width: 100% !important;
	}
	
	div#container {
		min-width: 0;
	}
	
	div#content > h1,
	div#content > h2,
	div#content > p {
		margin: 0 10px;
		max-width: none;
	}
	
	div#top div#header div#logo {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		margin: 15px auto 0;
	}
	
	div#top .logo-mini {
		left: 50%;
		top: -60px;
		height: 50px;
		width: 50px;
		margin-left: -25px;
	}
	
	div#top.fixed .logo-mini {
		left: 50%;
		top: 4px;
		height: 50px;
		width: 50px;
		margin-left: -25px;
	}
	
	div#top div#header div#compte-infos .pseudo a {
		display: block;
		width: 20px;
		color: transparent !important;
		background-position: center center;
		padding-right: 0;
	}

	div#nav .menu {
		margin-left: 0px;
	}
	
	div#nav div.btn {
		display: none;
	}
	
	div#nav div.btn.hot,
	div#nav div.btn.plus {
		display: block;
	}
	
	div#top div#nav .btn.plus:active + #menu-plus,
	div#top div#nav .btn.plus:focus + #menu-plus,
	div#top div#nav .menu-plus-container:hover #menu-plus {
		height: 190px; /* required for transition */
	}
	
	div#top div#nav #menu-plus .colonne {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	div#content div.titre {
		width: 100%;
		max-width: 810px;
		margin-bottom: 15px;
	}
	
	div.showbox .cont .image {
		display: none;
	}
	
	div.showbox .cont p.big {
		padding-top: 20px;
		text-align: center;
	}
	
	div.showbox iframe.fb-box {
		position: static;
	}
	
	div.titre .titre_cover {
		margin: 0 auto;
	}
	
	div.titre .titre_nom {
		width: auto;
		height: auto;
		min-height: 30px;
		text-align: center;
		margin: 0 auto;
	}
	
	div.titre .titre_nom span.text {
		position: static;
	}
	
	div.titre .rang {
		left: 0;
		top: 0;
	}
	
	div.titre .evolution {
		text-align: center;
		margin: 0;
	}
	
	div.titre .evolution::before {
		float: right;
	}
	
	div.titre .ajout_playlist {
		left: 80px;
	}
	
	div.titre_detail .cote {
		float: none;
		width: auto;
		height: auto;
		max-width: 400px;
		margin: 15px auto;
		padding: 0 10px;
	}
	
	div#content .list-condensed div.titre {
		margin-bottom: 0;
	}
	
	.list-condensed div.titre .titre_nom {
		text-align: left;
	}
	
	.list-condensed div.titre .titre_nom a {
		min-height: 48px;
		margin: 8px 0 0;
	}
	
	#content div.nouveaute div.btn-bar {
		position: static;
		margin-top: 4px;
	}
	
	#content div.nouveaute .ajout_playlist {
		position: static;
		min-width: 17px;
		height: 17px;
		margin-left: 4px;
		visibility: hidden;
	}
	
	#content div.nouveaute:hover .ajout_playlist {
		visibility: visible;
	}
	
	div.communaute-post .header .avatar {
		display: none;
	}
	
	div.communaute-post .header span.auteur {
		margin-left: 10px;
	}
	
	div.communaute-post .content .titre-post {
		font-size: 150%;
	}
	
	div.pub {
		display: none !important;
	}
	
	.col-sm-6 {
		float: none;
		width: auto;
	}
	
}/******************************************************************************************
/************************************  < 700 px  ******************************************
/*****************************************************************************************/

@media screen and (max-width: 699px) {
	div#tip.classic img.logo {
		max-width: 100px !important;
	}
	
	div.showbox {
		min-height: 120px;
	}
	
	#content div.top,
	#content div.nouveaute,
	#content div.recherche {
		margin-bottom: 10px;
		border-radius: 0;
	}
	
	#content div.top .left .rang .num {
		font-size: 28pt;
	}
	
	#content div.top .middle span.titre {
		font-size: 20pt;
	}
	
	#content div.top div.btn-bar {
		position: static;
	}
	
	#content div.top .vote {
		padding-right: 5px;
	}
	
	#content div.nouveaute .left {
		width: 15px;
		min-width: 15px;
	}
	
	#content div.nouveaute .left .score {
		display: none;
	}
	
	#content div.nouveaute .middle .artiste-titre {
		font-size: 16pt;
		line-height: 0.9em;
	}
	
	.list-condensed div.titre .rang {
		min-width: 46px;
		margin-right: 10px;
	}
	
	.list-condensed div.titre .evolution {
		width: 22px;
		min-width: 22px;
		height: auto;
		font-size: 9pt;
		border-radius: 6px 6px 10px 10px;
		margin: 2px;
	}
	
	div.titre .titre_cover {
		min-width: 60px;
	}
	
	div.titre .evolution {
		line-height: 1em;
		text-align: center;
		margin: 0;
	}
	
	div.titre .evolution::before {
		float: none;
		width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 10pt;
		margin: 1px;
	}
	
	div.titre .evolution.stable::before {
		font-size: 14pt;
	}
	
	div.titre .ecart_rang {
		display: block;
		margin: 2px 0;
	}
	
	.list-condensed div.titre:hover .monter,
	.list-condensed div.titre:hover .descendre {
		left: 40px;
	}
	
	.list-condensed div.titre .titre_nom span.text {
		display: block;
		text-align: center;
		margin-top: 13px;
	}
	
	div.titre .points,
	div.titre .rang_min,
	div.titre .presence_count {
		position: relative;
		width: auto;
		min-width: unset;
		text-align: center;
		line-height: 1em;
		white-space: nowrap;
		margin: 0;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}

	div.titre .points span.suffix,
	div.titre .rang_min span.top,
	div.titre .presence_count span.suffix {
		display: inline;
		position: static;
		width: auto;
		height: auto;
		font-size: 10px;
		line-height: 1em;
		vertical-align: middle;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		padding: 0;
	}

	div.titre .points span.num,
	div.titre .rang_min span.num,
	div.titre .presence_count span.num {
		display: inline;
		line-height: 1em;
		letter-spacing: normal;
		vertical-align: middle;
		margin: 0;
	}
	
	div#nav #menu-plus .titre-menu {
		margin: 0;
	}
	
	.div-box-playlists {
		top: 0 !important;
		left: 0 !important;
		width:100% !important;
	}
	.box-playlists {
		position: static;
		width: auto;
		margin: auto;
		max-height: none;
	}
	.box-playlists .titre-playlist {
		margin: 10px auto;
		padding: 4px 0;
	}
}

@media screen and (max-width: 499px) {
	div.player .artiste .text,
	div.player .song-title .text {
		animation: marquee-alt 8s ease-in-out infinite;
	}
}/******************************************************************************************
/********************************* HEIGHT < 600 px  ***************************************
/*****************************************************************************************/

@media screen and (max-height: 599px) {
	div#top {
		position: fixed;
		top: 0px;
		height: 40px;
	}
	
	div#top.fixed {
		position: fixed;
		top: 0px;
	}
	
	div#top div#header {
		height: 40px;
	}
	
	div#top .header-bg {
		height: 40px;
	}

	div#top #logo {
		visibility: hidden;
	}
	
	div#top .logo-mini,
	div#top.fixed .logo-mini {
		top: 4px;
		height: 50px;
		width: 50px;
		opacity: 1;
		visibility: visible;
	}
	
	div#top div#pub-header {
		display: none !important;
	}
	
	div#subheader {
		padding-top: 40px;
	}
}
/******************************************************************************************
/************************************  > 980 px  ******************************************
/*****************************************************************************************/

@media screen and (min-width: 980px) {
	
	div#top div#nav .btn.plus:active + #menu-plus,
	div#top div#nav .btn.plus:focus + #menu-plus,
	div#top div#nav .menu-plus-container:hover #menu-plus {
		height: 170px; /* required for transition */
	}
	
	div#top:not(.fixed) div#nav .btn.plus:active + #menu-plus,
	div#top:not(.fixed) div#nav .btn.plus:focus + #menu-plus,
	div#top:not(.fixed) div#nav .menu-plus-container:hover #menu-plus {
		height: 145px; /* required for transition */
	}
	
	div#top:not(.fixed) div#nav .btn.plus + #menu-plus {
		left: auto;
		right: 0px;
		top: -137px;
		width: 800px;
		background-color: transparent;
	}
	
	div#top:not(.fixed) div#nav .btn.plus + #menu-plus .colonne {
		margin-top: 6px;
	}
	
	div#top:not(.fixed) div#nav #menu-plus li {
		margin: 0;
	}
	
	div#nav #menu-plus .titre-menu {
		margin-left: 50px;
	}
	
	div.titre .titre_nom span.text {
		margin-top: 21px;
	}
	
	.season-container .season-title {
		padding-left: 30px;
	}
	
}/******************************************************************************************
/************************************  > 1300 px  *****************************************
/*****************************************************************************************/

@media screen and (min-width: 1300px) {
	
	div.communaute-post .content .titre-post {
		font-size: 200%;
		margin: 5px auto 20px;
	}
	
	div#nav .menu div.btn a > span {
		font-size: 13pt;
		padding: 12px 22px;
	}
	
	div#top.fixed div#nav .btn.plus:active + #menu-plus,
	div#top.fixed div#nav .btn.plus:focus + #menu-plus,
	div#top.fixed div#nav .menu-plus-container:hover #menu-plus {
		height: 238px; /* required for transition */
	}
	
	div#top.fixed div#nav #menu-plus .colonne {
		font-size: 11pt;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	div#top.fixed div#nav #menu-plus li {
		margin-bottom: 14px;
	}
	
	div#top div#nav #menu-plus .titre-menu {
		margin-bottom: 0px;
	}
}@media (orientation: landscape) {
	.col {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}

	.col-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}

	.col-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}

	.col-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}

	.col-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}

	.col-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}

	.col-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}

	.col-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}

	.col-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}

	.col-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}

	.col-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}

	.col-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}

	.col-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}

	.col-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
}@media (orientation: portrait) {
	div.player .row {
		flex-direction: column;
	}

	[class*="col-"] {
		position: relative;
		width: 100%;
	}

	div.player .logo {
		position: static;
		max-width: 128px;
		margin: 5% auto;
	}
	div.player .left {
		margin: 0 auto;
	}
}