/*******************************/
/********* General CSS *********/
/*******************************/
html {
  height: 100%;
  line-height: 1.8;
}

body {
  font-family: "Questrial", sans-serif !important;
  padding-bottom: 65px;
  opacity: 0;
}

body.ready {
  opacity: 1;
  transition: 0.05s opacity;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Questrial", sans-serif !important;
}
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  padding: 50px 0 40px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.crop-header {
  position: relative;
  padding: 100px 0 0 0;
  text-align: center;
}

.page-header h3 {
  color: black;
}

.page-header h2 {
  color: black;
}

.page-header a {
  padding: 0 12px;
  color: #ffffff;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a:last-child::after {
  display: none;
}

@media screen and (min-width: 811px) {
  .page-header {
    background-image: url(../img/cloches_1.jpg);
    height: 200px;
  }
}

@media screen and (max-width: 810px) {
  .page-header {
    background-image: url(../img/cloches_1.jpg);
    height: 150px;
  }

  .page-header h2 {
    font-size: 25px;
  }
  .page-header a {
    font-size: 18px;
  }
}

.slider-help {
  font-size: var(--sl-input-help-text-font-size-medium);
  color: var(--sl-input-help-text-color);
}
/*******************************/
/******* Page global design ****/
/*******************************/
.modern-card {
  background: rgba(255, 255, 255, 0.03); /* léger voile clair */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem;
  transition: box-shadow 0.3s, transform 0.3s;
}
.wave-panel {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35),
    /* ombre douce */ inset 0 0 18px rgba(255, 255, 255, 0.02); /* effet "écran" discret */

  backdrop-filter: blur(4px);
  transition: box-shadow 0.3s;
  padding: 1rem;
}

.sampler-panel {
  background: #1a1a1c; /* noir mat */
  border-radius: 10px;
  border: 1px solid #2d2d30; /* bordure plastique */

  /* ombres façon boîtier */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.55),
    /* relief extérieur */ inset 0 2px 6px rgba(255, 255, 255, 0.02),
    /* highlight très léger */ inset 0 0 25px rgba(0, 0, 0, 0.5); /* profondeur interne */
  padding: 1rem;
  z-index: 1 !important;
}
.daw-panel {
  background: #1e1f22; /* gris foncé DAW */
  border: 1px solid #2a2b2e; /* bordure mate type Ableton */
  border-radius: 6px;

  /* léger highlight interne, typique des panneaux audio */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25);

  padding: 1rem;
}
sl-popup {
  z-index: 9999 !important;
}
sl-select::part(panel) {
  z-index: 9999 !important;
}
sl-select::part(listbox) {
  z-index: 9999 !important;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 2000;
}

.footer .copyright {
  position: relative;
  width: 100%;
  padding-top: 1em;
  /*text-align: center;*/
  background: #000;
}

.footer .copyright p {
  margin-left: 2em;
  display: inline-block;
  color: lightgrey;
  opacity: 0.7;
}
