
.notice  {
    display: none!important;
}
#accordion-panel-general_settings,
#accordion-panel-widgets,
#accordion-section-colibri_wpmu_recommended_security,
#accordion-section-colibri_wpmu_recommended_performance,
#TB_overlay,
#TB_window,
#colibri-preview,
#accordion-panel-nav_menus  {
    display: none!important;
}
#customize-header-actions {
    background: url("../../src/Common/img/nexus logo.png") 50px 0px no-repeat;
    background-size: contain;
}


#footer-thankyou{
	display:none;
}
body {
    opacity: 0;
    transition: opacity 0.2s ease;
}
body.loaded {
    opacity: 1;
}
.wp-customizer{
    opacity: 1;
}
@font-face {
    font-family: 'Channel';
    font-style: normal;
    font-weight: normal;
    src: local('Channel'), url('/wp-content/plugins/spired-shared-player/libraries/spired/fonts/ABChanelCorpo-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Mlle';
    font-style: normal;
    font-weight: normal;
    src: local('Mlle'), url('/wp-content/plugins/spired-shared-player/libraries/spired/fonts/MlleScript.otf') format('opentype');
}
.font-channel * {
    font-family: 'Channel', sans-serif;
}
.font-mlle * {
    font-family: 'Mlle', sans-serif;
}

.mlle-title *{
    font-weight: 300;
    font-size: 85px;
}
input[type="range"]{
  --range-color: currentColor;
  --range-track: rgba(0,0,0,0.18);

  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  outline: none;
  background: var(--range-track);
}

/* WebKit track */
input[type="range"]::-webkit-slider-runnable-track{
  height: 6px;
  border-radius: 999px;
  background: var(--range-track);
}

/* WebKit thumb */
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--range-color);
  margin-top: -6px; /* aligne avec track 6px */
  cursor: pointer;
}