:focus {outline-width: 0;}
body {overflow-x: hidden; word-break: break-word; background-color: #000;}
body.wp-admin {background-color: #fff;}
@media (min-width: 1025px) {
.hidden-desktop {
    display: none!important;
}
}
@media (max-width: 1024px) {
.hidden-mobile {
    display: none!important;
}
}

.poppins, .poppins a, .poppins p, .poppins span, .poppins h1, .poppins h2, .poppins h3 {font-family: "Poppins", sans-serif!important;}

.link-underline {text-decoration: underline!important;}
.link-underline:hover {text-decoration: none!important;}

header .header-nav  {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    height: 125px;
}
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: #fff;
    height: 34px;
    width: 34px;
}
@media (max-width: 1024px) {
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    height: 32px;
    width: 32px;
}
}
.wp-block-navigation__responsive-container-close svg {
    fill: #000;
}
.wp-block-navigation ul {
    padding-top: 2rem;
}
@media (max-width: 1024px) {
.wp-block-navigation ul {
    padding-top: 1rem;
}
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    width: 100%;
}
.wp-block-navigation ul li a {
    width: 100%;
    text-align: center;
    transition: 0.2s all;
}
.wp-block-navigation ul li a:hover {
    text-decoration: none;
    color: #ff2437!important;
}
.wp-block-navigation-item__content {
  display: flex;
  justify-content: center;
}

.wp-block-navigation-item__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wp-block-navigation-item__label .material-symbols-outlined {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1024px) {
.wp-block-navigation-item__label .material-symbols-outlined {
  font-size: 28px;
}
}

.wp-block-button.noir .wp-block-button__link,
.wp-block-button.is-style-fill.red .has-accent-1-background-color {
    transition: 0.2s;
}
.wp-block-button.noir:hover .wp-block-button__link {
    background: #8b4df3!important;
}
.wp-block-button.is-style-fill.red:hover .has-accent-1-background-color {
    background: #8b4df3!important;
}

@media (max-width: 1024px) {
.btn_home_pages.wp-block-buttons-is-layout-flex {
    gap: 12px!important;
}
}
.btn-icon, .btn-icon a {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    font-style: normal; 
    font-weight: 900;
}

.wpcf7 {
  max-width: 100%;
}

.wpcf7 form {
  margin: 0;
}

.wpcf7 p {
  margin: 0 0 18px;
}

.wpcf7 label, .wpcf7 p {
  display: block;
  color: #111;
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 select {
  height: 62px;
  padding: 0 18px;
}

.wpcf7-form-control-wrap:has(.wpcf7-radio) {
    padding: 0.5rem 0;
}
.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5rem 0.25rem;
}
.wpcf7-radio .wpcf7-list-item label{
  display:flex;
  align-items:center;
  gap:15px;
}
.wpcf7-radio input[type="radio"]{
  transform:scale(1.6);
  transform-origin:center;
  margin:0;
}
.wpcf7-radio .wpcf7-list-item{
  display:block;
  margin-bottom:10px;
}

.wpcf7 textarea {
  min-height: 120px;
  padding: 16px 18px;
  resize: vertical;
}

.wpcf7 .wpcf7-submit {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background-color: #9951E9;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .15s ease, opacity .15s ease;
  margin-top: 15px;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.9;
}

.ticker-wrap {
    width: 100%;
    line-height: 1em;
    overflow: hidden;
    background: #FF2437;
    color: #fff;
    padding: 4px 0 8px;
    margin-top: 125px;
    z-index: 9;
    position: relative;
}
.ticker {
    width: 100%;
}
.ticker-inner {
    display: inline-flex; 
    width: max-content;  
    will-change: transform;
    animation: scroll 30s linear infinite;
}
.ticker-text {
    white-space:nowrap;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    padding-right: 10px;
}
@media (max-width: 600px) {
.ticker-wrap {padding: 3px 0 6px;}
.ticker-text {font-size: 14px;}
.ticker-inner {animation: scroll 40s linear infinite;}
}
@keyframes scroll {
  from{ transform: translate3d(0,0,0); }
  to{ transform: translate3d(-50%,0,0); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-inner{ animation: none; }
}

@media (max-width: 600px) {
.logo img {
    width: 125px!important;
}
header .header-nav  {
    height: 105px;
}
.ticker-wrap {
    margin-top: 105px;
}
}
@media (max-width: 500px) {
.logo img {
    width: 120px!important;
}
header .header-nav  {
    height: 100px;
}
.ticker-wrap {
    margin-top: 100px;
}
}
@media (max-width: 400px) {
.logo img {
    width: 100px!important;
}
header .header-nav  {
    height: 90px;
}
.ticker-wrap {
    margin-top: 90px;
}
}

main {margin-top: -14px!important;}

@media (max-width: 1024px) {
main {margin-top: -2px!important;}
.icon {margin-top:0!important;}
.icon img {max-width: 100px!important;}
}

.btn-form {
    cursor: pointer;
    background-color: #000000;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0em;
    word-spacing: 0em;
    color: #ffffff;
    border: 0;
    border-radius: 50px 50px 50px 50px;
    margin-top: 0.6rem;
    padding: 12px 24px 16px 24px;
    transition: 0.3s;
}
.btn-form:hover {
    color: #D81818;
    background-color: #ffffff;
}
.popmake-title {
    display: none;
}

.srp_miniplayer_metas {
    display: none;
}

.ut-player-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999999;
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 999px;
  background: #8b4df3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  transition: transform .15s ease, opacity .15s ease, background .2s ease;
}

.ut-player-fab:hover {
  transform: scale(1.04);
}

.ut-player-fab:active {
  transform: scale(.98);
}

.ut-player-fab__icon {
  position: absolute;
  font-size: 26px;
  line-height: 1;
  transition: opacity .15s ease, transform .15s ease;
}

.ut-player-fab__icon--pause {
  opacity: 0;
  transform: scale(.8);
}

.ut-player-fab.is-playing .ut-player-fab__icon--play {
  opacity: 0;
  transform: scale(.8);
}

.ut-player-fab.is-playing .ut-player-fab__icon--pause {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 767px) {
  .ut-player-fab {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }

  .ut-player-fab__icon {
    font-size: 22px;
  }
}

/* Timeline programme */
.ut-programme {
  display: grid;
  gap: 48px;
}
.ut-day {
  padding: 24px 0;
}
.ut-day__title {
  margin: 0 0 60px;
  line-height: 1.1;
  text-align: center;
}
.ut-day__prefix {
  display: block;
  margin-bottom: 6px;
  font-family: "Alata", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 0.9;
}
.ut-day__date {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-family: inherit;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  color: #ff2b2b;
}
.ut-day__date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: #ff2b2b;
  opacity: 1;
}
.ut-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ut-timeline::before {
  content: "";
  position: absolute;
  left: 56px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #fff;
  border-radius: 999px;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ut-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;
  position: relative;
  padding: 0 0 44px;
}
.ut-step:last-child {
  padding-bottom: 0;
}
.ut-step__num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  background: #fff;
  color: #111;
}

.ut-step__content h4 {
  margin: 0 0 5px;
  color: #000;
  font-family: "Alata", sans-serif;
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -0.4px;
}
.ut-step__content p {
  margin: 0;
  color: #ff2b2b;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
}
.ut-step__content .btn-form {
  margin-top: 10px;
}
.ven .ut-day__date {
  color: #8b4df3;
}
.ven .ut-step__num {
  background: #8b4df3;
  color: #fff;
}
.sam .ut-day__date {
  color: #42b3ff;
}
.sam .ut-step__num {
  background: #42b3ff;
  color: #fff;
}
.dim .ut-day__date {
  color: #fff;
}
.dim .ut-step__num {
  background: #ff2b2b;
  color: #fff;
}
@media (max-width: 767px) {
  .ut-day {
    padding: 12px 0;
  }
  .ut-step {
    grid-template-columns: 96px 1fr;
    gap: 18px;
    padding-bottom: 30px;
  }
  .ut-timeline::before {
    left: 42px;
    width: 5px;
  }
  .ut-day__date {
    font-size: 5rem;
  }
  .ut-step__num {
    width: 88px;
    height: 88px;
    font-size: 1.6rem;
  }
  .ut-step__content h4 {
    font-size: 1.5rem;
  }
  .ut-step__content p {
    font-size: 16px;
  }
}

/* Masonry "sans JS" via colonnes */
.ut-gallery {
  column-count: 2;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .ut-gallery { column-count: 3; }
}
@media (max-width: 767px) {
  .ut-gallery { column-count: 1; }
}
.ut-gallery__item {
  display: block;
  break-inside: avoid;
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.ut-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform .25s ease;
}
.ut-gallery__item:hover img {
  transform: scale(1.03);
}
/* Lightbox overlay */
.ut-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.86);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 24px;
}
.ut-lightbox.is-open { display: flex; }
.ut-lightbox__img {
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 12px;
}
.ut-lightbox__close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 28px;
  line-height: 28px;
  cursor: pointer;
  color: #fff;
  user-select: none;
}