@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Manrope:wght@200..800&family=Oxanium:wght@200..800&family=Unica+One&display=swap');/*--------------------------- Color variations ----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Vina+Sans&display=swap');/* Medium Layout: 1280px */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil:opsz,wght@10..72,100..900&family=Comforter+Brush&display=swap');/* Tablet Layout: 768px */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab+Highlight:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
.comforter-brush-regular {
  font-family: "Comforter Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name*/

.letitre {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
}
.big-shoulders-stencil-<uniquifier> {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.engagement-regular {
  font-family: "Engagement", cursive;
  font-weight: 400;
  font-style: normal;
}
.vina-sans-regular {
  font-family: "Vina Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*<weight>: Use a value from 200 to 800
// <uniquifier>: Use a unique and descriptive class name*/

.manrope-<uniquifier> {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*<weight>: Use a value from 200 to 800
<uniquifier>: Use a unique and descriptive class name*/

.oxanium-<uniquifier> {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.unica-one-regular {
  font-family: "Unica One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.blinker-thin {
  font-family: "Blinker", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.blinker-extralight {
  font-family: "Blinker", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.blinker-light {
  font-family: "Blinker", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.blinker-regular {
  font-family: "Blinker", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blinker-semibold {
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.blinker-bold {
  font-family: "Blinker", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blinker-extrabold {
  font-family: "Blinker", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.blinker-black {
  font-family: "Blinker", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.hrwhite {height: 1px;
    color: #fff;
    background-color: #fff;
    border: none;}
hr.dashed {
    border: 0;
    border-bottom: 2px dashed #000;
    background: transparent;
}
hr.dotted {
    border: 0;
    border-bottom: 2px dotted #000;
    background: transparent;
}
hr.gradient {
    border: 0;
    height: 2px;
    background: transparent;
    background-image: linear-gradient(to right, #ffcc00, #000, #ffcc00);
}
::-moz-selection {
  /* Code for Firefox */
  background-color: #ffcc00;
  color: #000;
}
/* Barre de défilement */
::-webkit-scrollbar {
    width: 10px; /* Largeur de la barre de défilement */
}

/* Poignée de défilement */
::-webkit-scrollbar-thumb {
    background-color: #ffcc00;  
	background-position: center center;
    border-radius: 10px; /* Coins arrondis */
}

/* Arrière-plan de la barre de défilement */
::-webkit-scrollbar-track {
     background-color: #000;
}
.concert-marker {
    position: relative;
}

.marker-wrapper {
    position: relative;
}

/* Animation pour le prochain concert */
.next-show-marker img {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* STATUS */
.marker-status {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    color: white;
}

.marker-status.sold {
    background: darkred;
}
/* Overlay sombre */
.popup-overlay {
  display: none; /* Caché par défaut */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); 
  backdrop-filter: blur(4px); /* Optionnel : effet de flou */
  justify-content: center;
  align-items: center;
}

/* Contenu du pop-up */
.popup-content {
  background-color: rgba(0, 0, 0, 0.7); 
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 18px;
  padding: 30px;
  border-radius: 20px; 
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0,0,0,0.0);
  text-align: center;
}


/* Bouton fermer */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #fff; /* Noir par défaut */
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}

/* Si thème sombre, changer la couleur du X */
.popup-content.dark-theme .popup-close {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.popup-close:hover {
  color: #ffcc00;
}

  /* Le conteneur */

 
.villesmarquee {
   position: absolute;
  left: 0;
  bottom: 150px; width: 100%;
  text-align: right; 
  white-space: nowrap;
  font-family: "Manrope", sans-serif; font-size: 14px; color: #ffcc00;
}

/* texte fixe */
.label {
  flex-shrink: 0;
}

/* conteneur des villes */
.cities {
  position: relative;
  display: inline-block;
  min-width: 250px; /* ?? important */
color: white; font-family: "Lobster", sans-serif; font-size: 20px; 
}

/* villes animées */
.city {
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transform: scale(1);
  transform-origin: left center;
  transition: opacity 0.8s ease-in-out, transform 2s ease-in-out;
  white-space: nowrap;
}

.city.active {
  opacity: 1;
  transform: scale(1.3);
}

.tour-marquee {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.tour-cities {
  position: relative;
  display: inline-block;
}

.tour-city {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1);
  transform-origin: left center;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  white-space: nowrap;
}

.tour-city.active {
  opacity: 1;
  transform: scale(1.2);
}
.scrolling-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.scrolling-content {
  display: inline-flex;
  animation: scroll-continuous 90s linear infinite;
}

.scrolling-text {
  display: inline-flex;
  padding-right: 50px;
}

.tb_flagline {
  vertical-align: middle;
  margin: 0 5px;
}

@keyframes scroll-continuous {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.txt {font-size: 0.9rem; line-height: auto;}
  .txtfooter {font-size: 0.6rem; line-height: auto; text-align: center;}
.stage {width: 800px; height: 450;
position: absolute; top: 50%;
left: 50%; margin-left: -400px;  margin-top: -225px; text-align: center;}
.logoaccueil {width: 600px; height: 300px;
position: absolute; top: 50%; margin-top: -200px;
left: 50%; margin-left: -300px;  text-align: center;}
.iconesreseaux {position: absolute; right: 40px; bottom: 120px;} /* icone 40*/
.menupro { font-family: "Manrope", sans-serif; font-size: 14px; color: #fff; line-height: 0.8em !important; text-align: right; letter-spacing: 3px;}
.menupro a {
  font-size: 14px;
  color: #fff !important;
  text-decoration: none; /* Optionnel : pour retirer le soulignement */
}
.menupro a:hover {
  color: #ffcc00; /* Garde le blanc au survol, ou changez si besoin */
}

.lienwhite { font-family: "Manrope", sans-serif; font-size: 17px; color: #fff; line-height: 0.8em !important; font-weight: 700;}
.lienwhite a {
  /*font-size: 17px;*/
  color: #ffcc00 !important;
  text-decoration: none; /* Optionnel : pour retirer le soulignement */
}
.menupro a:hover {
  color: #fff; /* Garde le blanc au survol, ou changez si besoin */
}

.clickable-row {
    cursor: pointer;
    transition: background-color 0.4s ease;
}

.clickable-row:hover {
    background-color: transparent;
}

.details-row {
    background-color: transparent;
}

.details-row td {
    padding: 0 !important;
    overflow: hidden;
    border: none;
}

.details-content {
    /*padding: 0 20px;*/
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 0.4s ease-out;
}

.details-row.show .details-content {
    max-height: 500px;
    opacity: 1;
    padding: 0px 0px 10px 10px;
    transform: translateY(0);
}

.toggle-icon {
    display: inline-block;
    margin-left: 0px;
    transition: transform 0.3s ease;
    font-size: 10px;
}

.clickable-row.active .toggle-icon {
    transform: rotate(180deg);
}
.logo-animated {
    animation: zoomBlur 2.5s ease-in-out 1;
}

@keyframes zoomBlur {
    0% {
        transform: scale(7);
        filter: blur(5px);
    }
    30% {
        transform: scale(0.95);
        filter: blur(2px);
    }
	100% {
        transform: scale(1);
        filter: blur(0px);
    }
}
.line-break::before {
  content: none;
}
#concertmap {
    height:520px;
    width:100%;
    z-index:0;
}

.custom-marker {
    text-align:center;
}

.marker-pin {
    width:30px;
    height:30px;
    border-radius:50%;
    color:white;
    font-weight:bold;
    font-size:14px;
    line-height:30px;
    text-align:center;
    border:2px solid white;
    box-shadow:0 0 5px rgba(0,0,0,0.6);
}

/* Popup noire */

.leaflet-popup-content-wrapper {
    background:black;
    color:white;
    border-radius:8px;
}

.leaflet-popup-tip {
    background:black;
}

.popup-salle {
    font-size:16px;
    font-weight:bold;
    color:#FFD700;
}

.popup-ville {
    font-style:italic;
    color:white;
}
.marker-number {
    position: absolute;
    top: -6px;
    left: 18px;
    background: red;
    color: white;
    font-size: 11px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    border: 2px solid white;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
}
.marker-wrapper{
  position:relative;
  text-align:center;
}

.marker-wrapper img{
  width:25px;
}

.marker-status{
  position:absolute;
  top:10px; /*-14px*/
  left:-35%; /*50%*/
  font-size:7px;
  font-weight:bold;
  padding:2px 4px;
  border-radius:4px;
  white-space:nowrap;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
   transform: rotate(-10deg) translateX(-50%);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

/* couleurs */

.marker-status.sold{
  background:#cc0000;
  color:white;
}

.marker-status.few{
  background:orange;
  color:black;
   box-shadow:0 1px 4px rgba(0,0,0,0.4);
}
.marker-status.fast{
  background:#ffcc00;
  color:black;
   box-shadow:0 1px 4px rgba(0,0,0,0.4);
}

.marker-status.last{
  background:#cc0000;
  color:white;
  box-shadow:0 1px 4px rgba(0,0,0,0.3);
}
.ville { font-family: "Lobster", sans-serif; font-size: 19px;}
.salle { font-family: "Anton", sans-serif; font-size: 19px;}
.sallepopup { font-family: "Anton", sans-serif; font-size: 19px; color: white;}
.sallepopup a { font-family: "Anton", sans-serif; font-size: 19px; color: #ffcc00;}
.flagpopup { width: auto; height: 10px; vertical-align:middle; margin-right: 2px; margin-bottom: 3px;}
.villepopup { font-family: "Lobster", sans-serif; font-size: 19px; color: white;}
.villepopup a{ font-family: "Lobster", sans-serif; font-size: 19px; color: white;}
.linkpopup { color: white;}
.linkpopup a{ color: white;}
.linkpopup a:hover { color: #ffcc00;}
.mot {width: 200px; height: auto; text-align: center;}
.textnext { font-family: "Manrope", sans-serif; font-size: 50px; color: #fff; line-height: 0.8em !important; text-align: center; animation: blink 1.8s infinite;}
.nexttitle { font-family: "Manrope", sans-serif; font-size: 28px; color: #ffcc00; line-height: 0.8em !important; text-align: center; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); font-weight: 400;}
.nextcity { font-family: "Lobster", sans-serif; font-size: 30px; color: #fff; line-height: 0.8em !important; text-align: center; font-weight: 400; text-shadow: 0 0 6em orange, 0 0 4em orange, 0 0 0.2em #ffcc00;} /*Cal Sans*/
/*.nextcity::after {
    content: attr(data-city);
    position: absolute;
margin-top:-10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0.3;
    z-index: -1;
    white-space: nowrap;
	text-shadow: 0 0 0 transparent, 0 0 0.2em transparent;
	color: orange;
}*/

.bulle {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%); 
  margin-left: -250px;
  width: 500px;
  height: auto;
  transition: all 0.4s ease;
  z-index: 3000;
}

/* État après scroll */
.bulle.active {
  left: calc(50% - 500px);
  top: 90px;
  
}
.nextdate { font-family: "Big Shoulders Stencil", sans-serif; font-size: 35px; color: #ffcc00; line-height: 0.8em !important; text-align: center; font-weight: 900; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); letter-spacing: 2px;}
.nextcd { font-family: "Manrope", sans-serif; font-size: 16px; color: orange; line-height: 0.8em !important; text-align: center;  font-weight: 300;  animation: blink 1.8s infinite; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);}
.nextshow {width: 500px; height: auto;
position: absolute; top: 12%;
left: 50%; margin-left: -230px; text-align: center;
/*transform: skew(0.05turn, -14deg); */ animation: swingtop1 5s ease-in-out infinite;}
.tball { width: 100%; padding: 5px; border: 0;}
.tball tr {
margin-bottom: 0;     /* espace clair entre concerts */
padding-bottom: 0;  }
.tbline { height: auto;}
.tb_det { font-family: "Manrope", sans-serif; font-size: 11px; color: black; font-weight: 300; /* animation: blink 1.3s infinite; */ position: absolute; margin-top: 19px; width: auto; text-align: left; text-transform: uppercase;}
.tb_date { font-family: "Zilla Slab Highlight", serif; font-size: 24px; /*letter-spacing: 1.6px;*/ color: #000; text-shadow: 2px 2px 2px rgba(255, 204, 0, 1); font-weight: 600;/* position: absolute; transform: rotate(-5deg);*/}
.tb_date2 { font-family: "Anton", sans-serif; font-size: 23px; letter-spacing: 1.3px; color: #ffcc00; font-weight: 400; background-color: black;
  border-radius: 4px;
  padding: 0px 6px;}

.tb_venue {
    font-family: "Anton", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(255, 204, 0, 1);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.tb_venue a {
    color: #000;
    display: inline-block;
    opacity: 1;
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(.34,1.56,.64,1), 
                opacity 0.6s cubic-bezier(.34,1.56,.64,1);
}

.tb_venue a:hover {
    color: white;
    text-shadow: 0px 0px 8px rgba(255, 255, 0, 0);
    transform: scale(2) rotate(-3deg);
    opacity: 0.7;
}
.tb_city { font-family: "Lobster", sans-serif; font-size: 23px; color: #000; font-weight: 400;} /*Cal Sans*/
.tb_flagline { width: auto; height: 20px; vertical-align:middle; margin-right: 2px;}
.tb_flag { position: absolute; width: auto; height: 20px; vertical-align:middle; margin-left: -37px; margin-top: 2px;}
.top_flag { position: absolute; width: auto; height: 12px; vertical-align:middle; margin-left: -5px; margin-top: -5px;  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}
.carousel-container {
  max-width: 100%;
  height: 300px; /* ajuste selon ton design */
}

#carousel-track > div {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-btn {
  display: inline-block;
  padding: 7px 15px;
  background: #ffcc00;
  color: #111;
  font-size: 13px;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  font-weight: bold;
}

.review-btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #000;
}

.review-btn:active {
  transform: scale(0.97);
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
}

.carousel-arrow:hover {
  background: rgba(0,0,0,0.8);
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}

/* OVERLAY */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
}

/* BOX DARK */
.popup-box {
  background: #111;
  padding: 30px;
  width: 420px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease;
  box-shadow: 0 10px 35px rgba(0,0,0,0.6);
  color: #fff;
}

/* TITLE */
.popup-box h3 {
  margin-bottom: 20px;
  color: #ffcc00;
}

/* INPUTS */
.popup-box input,
.popup-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #333;
  border-radius: 8px;
  font-size: 14px;
  background: #1a1a1a;
  color: #fff;
  transition: 0.3s;
}

.popup-box input:focus,
.popup-box textarea:focus {
  border-color: #ffcc00;
  outline: none;
  box-shadow: 0 0 6px rgba(255,204,0,0.3);
}

/* TEXTAREA */
.popup-box textarea {
  height: 120px;
  resize: none;
}

/* CLOSE BUTTON */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #aaa;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ffcc00;
}

/* SUBMIT BUTTON */
.popup-btn {
  width: 100%;
  padding: 12px;
  background: #ffcc00;
  color: #111;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.popup-btn:hover {
  background: #e6b800;
}

.popup-btn:active {
  transform: scale(0.98);
}

/* ANIMATION */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}.soldout_txt {
  font-size: 9px; list-style-position: inside; text-align: center;
font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900; /*100-900*/
  letter-spacing: 1px;
  font-style: normal;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  text-transform: uppercase;
  z-index: 0;  
}
.soldout_red {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 1px 9px 1px 9px; background-color:#B00000; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   /*font-family: "Anton", sans-serif; */ font-size: 10px; color: #ffffff; text-transform: uppercase; font-weight: 700; letter-spacing: 1.8px;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.85;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 0;  
}
.soldout_redb {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:#B00000; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   color: #fff;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.5;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
  animation: blink 0.5s infinite;
  z-index: 0;  
}
.soldout_orangeb {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:orange; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.5;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
  animation: blink 1s infinite;
  z-index: 0;  
}
.soldout_orange {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:orange; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.85;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
 /* animation: blink 3s infinite;*/
  z-index: 0;  
}
.soldout_yellow {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:#ffcc00; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   color: #000;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 0; 
  animation: swing 1s ease-in-out infinite; 
}
.soldout_blue {
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:#66ccff; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   font-size: 9px; color: #fff;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 0;
  animation: swing 2s ease-in-out infinite;  
}
.soldout_black {
  position: absolute; margin-left: -30px; margin-top: 0px;
  padding: 0 3px 0 5px; background-color:#000; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   font-size: 10px; color: #ffcc00;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.8;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 0;
  animation: swing2 1s ease-in-out infinite;  
}
.soldout_tbc {
  position: absolute; margin-left: -32px; margin-top: 0px;
  padding: 0 3px 0 5px; background-color:#cc33ff; -moz-border-radius:20px; -webkit-border-radius:20px; behavior: url(PIE.htc);
   font-size: 8px; color: #fff;
  opacity: 0.9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 0;
  animation: swing2 1s ease-in-out infinite;  
}
.oscillate {
  display: inline-block; /* obligatoire pour appliquer transform */
  animation: swing 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes swing {
  0%   { transform: rotate(-15deg); }
  50%  { transform: rotate(-5deg); }
  100% { transform: rotate(-15deg); }
}
@keyframes swing2 {
  0%   { transform: rotate(-20deg); }
  50%  { transform: rotate(-15deg); }
  100% { transform: rotate(-20deg); }
}
@keyframes swingtop {
  0%   { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}
@keyframes swingtop1 {
  0%   { transform: rotate(-14deg); }
  50%  { transform: rotate(-11deg); }
  100% { transform: rotate(-14deg); }
}
#state_on {opacity: 1;}
#state_off {opacity: 0.2;}
#state_out {color: #b00000;}
#state_soon {animation: blinknr 1s ease-in-out infinite;}
@keyframes blinktic {
            0% { opacity: 0.5; }
            40% { opacity: 1; }
            100% { opacity: 0.5; }
        }
.blinknr {
  animation: blink 1s ease-in-out infinite;
}
@keyframes blinknr {
  0%, 100% { color: black; }
  50%       { color: #B00000;   }
}
/*#state_redb {color: orange;}
#state_red {color: #b00000;}
#state_black {color: #000000;}
#state_yellow {color: #000000;}
#state_orange {color: orange;}
#state_white {color: #000000;}
#state_blue{color: #000000;}
#state_tbc {opacity: 0.2;}
#state_ {opacity: 1;}*/
.soldout_transp {
  position: absolute; margin-left: -30px; margin-top: -17px;
  color: #B00000;
   transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  opacity: 1;
  z-index: 0;  
}
.soldout_white{
  position: absolute; margin-left: -70px; margin-top: 0px;
  padding: 0 5px 0 7px; background-color:#fff; -moz-border-radius:8px; -webkit-border-radius:8px; behavior: url(PIE.htc);
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.8;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 0;  
}

.soldout_ {
  position: absolute; margin-left: 90px; margin-top: 0px;
  background-color:transparent;
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg); 
  opacity: 0;
}
.year-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.year-divider::before,
.year-divider::after {
  content: '';
  flex: 1;
  border-top: 2px dotted #000; /* adapte la couleur à ton .dotted */
}

.year-divider span {
  /*font-family: "Anton", sans-serif;*/
  font-family: "Big Shoulders Stencil", sans-serif; font-size: 60px; transform: rotate(-7deg);  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  color: #000;
  white-space: nowrap;
}
.year-divider span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 70px;
  z-index: -100;
  color: rgba(0, 0, 0, 0.05); /* couleur du texte derrière */
  transform: scale(4)/* rotate(14deg)*/;     /* agrandissement */
  transform-origin: center;
}

 .tooltip-wrapper {
      position: relative;
      display: inline-block;
    }

    /* Le tooltip lui-même */
    .tooltip-wrapper::after {
      content: attr(data-tooltip);

      /* Positionnement */
      position: absolute;
      bottom: calc(100% + 6px);
      left: 50%;
      transform: translateX(-50%) translateY(4px);
      white-space: nowrap;
      z-index: 10;

      /* Style */
      background: rgba(255, 204, 0, 0.82);
      color: #000;
      font-family: 'Manrope', sans-serif;
      font-size: 0.70rem;
      font-weight: 300;
      letter-spacing: 0.02em;
      padding: 2px 4px;
      border-radius: 8px;       
      backdrop-filter: blur(8px);    /* flou pour la transparence */
      -webkit-backdrop-filter: blur(8px);

      /* Ombre douce */
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);

      /* Animation */
      opacity: 0;
      pointer-events: none;
      transition:
        opacity 0.22s ease,
        transform 0.22s ease;
    }

    /* Petite flèche */
    .tooltip-wrapper::before {
      content: '';
      position: absolute;
      bottom: calc(100% + 0px);
      left: 50%;
      transform: translateX(-50%) translateY(4px);
      z-index: 10;

      border: 5px solid transparent;
      border-top-color: rgba(255, 204, 0, 0.82);

      opacity: 0;
      pointer-events: none;
      transition:
        opacity 0.22s ease,
        transform 0.22s ease;
    }

    /* Révélation au survol */
    .tooltip-wrapper:hover::after {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    .tooltip-wrapper:hover::before {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
	 .tooltip-wrapper.bottom::after {
      bottom: auto;
      top: calc(100% + 10px);
    }
    .tooltip-wrapper.bottom::before {
      bottom: auto;
      top: calc(100% + 4px);
      border-top-color: transparent;
      border-bottom-color: rgba(255, 204, 0, 0.82);
    }
    .tooltip-wrapper.bottom:hover::after {
      transform: translateX(-50%) translateY(0);
    }
	
.logosup79 {
  width: 130px;  height: auto;
  vertical-align: middle;
}
.cont_para {
  position: relative;
  width: 50%; /* Ajustez la largeur et la hauteur en fonction de vos besoins */
  height: 700px; /* Ajustez la largeur et la hauteur en fonction de vos besoins */
  overflow: hidden; /* Masque tout contenu dépassant de la boîte conteneur */
}

.cont_para img {
  position: absolute;
  bottom: 0%; /* Déplace l'image vers le haut de 150 pixels */
  left: 0;
  width: 100%; /* Assurez-vous que l'image occupe toute la largeur du conteneur */
  height: auto;
  z-index: -1;
  opacity: 0.5;
}
.parasol {
  opacity: 0.5;
  position: fixed;
  bottom:0;
  left: 0;
  margin-left: -30%; margin-bottom: -45%;
  width: 90%;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
 .largeur100 {
            width: 100%; /* Set the width of the div */
            height: auto; /* You can adjust the height as needed */
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .bigw_stramp {
            position: relative;
            display: inline;
			text-align: center;
            white-space: nowrap;
        }

        .bigw_stramp::before {
            content: "Supertramp";
            font-family: "Big Shoulders Stencil", sans-serif;
			position: absolute;
            top: 100%; /* Position verticale au milieu du texte */
            left: 0;
			transform: rotate(-5deg) translateY(5%);
            width: 100%; /* La largeur du pseudo-élément est de 100% */
			font-size: 400%;
			color: yellow;
            z-index: -1; /* Placez-le en arrière-plan par rapport au texte */
            opacity: 0.6; /* Opacité de l'arrière-plan */
			text-align: center;
        }
.titlesdates {font-family: "Big Shoulders Stencil", sans-serif; font-size: 63px; color: #000; transform: rotate(-10deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); text-align: center; position: relative; left: 50%; top: -30px; width: 500px; margin-left: -250px;}
.titles {font-family: "Big Shoulders Stencil", sans-serif; font-size: 63px; color: #ffcc00; transform: rotate(-7deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-align: center; position: relative; left: 50%; top: -50px; width: 500px; margin-left: -250px;}
.titlespopup {font-family: "Big Shoulders Stencil", sans-serif; font-size: 25px; color: #ffcc00; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-align: center; animation: swingpopup 4s ease-in-out 1;}
.signpopup {font-family: "Lobster", sans-serif; font-size: 20px; color: #ffcc00; text-align: center;}

/*.titles {font-family: "Big Shoulders Stencil", sans-serif; font-size: 63px; color: #fff; position: absolute; left: 50%; top: -50px; width: 500px; margin-left: -250px;
transform: rotate(-15deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}*/
.blink {animation: blink 1.5s infinite;
}
@keyframes blink {
            0% { opacity: 0.3; }
            30% { opacity: 0.8; }
            70% { opacity: 0.8; }
            100% { opacity: 0.3; }
        }
@keyframes swingpopup {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(-2deg) scale(1.2); }
  100% { transform: rotate(0deg) scale(1);}
}.dot {
  width: 14px;
  height: 14px;
}
.iconhome {
  width: auto;
  height: 60px;
  vertical-align: middle;
opacity: 0;
margin-left: 10px;
  transition: opacity 2s ease;}
.iconhome.visible {
  opacity: 1;
}

#videoframe {
 width: 100%;
height: auto; 
}
#video {
height: auto;
width:90%; 
    margin-left:5%; 
    margin-right:5%; 
 
}
  .hat {
    width: 70px;
	height: auto;
  }
  
    .glass {
    width: 70px;
	height: auto;
	transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  }

  
  

.expandable-text {
    cursor: pointer;
}

.expanded {
    display: none;
}

.thumbnail_60 {
  position: relative;
  width: auto;
  overflow: hidden;
  -moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -khtml-border-radius: 100%; 
    border-radius: 100%; 
    behavior: url(PIE.htc); 
margin: 0.4em 0.4em 0.4em 0.4em;
}
.thumbnail_60h {
  position: relative;
  width: 42%;
  height: auto;
  overflow: hidden;
  -moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -khtml-border-radius: 100%; 
    border-radius: 100%; 
    behavior: url(PIE.htc); 
margin: 0.4em 0.4em 0.4em 0.4em;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.thumbnail_100p {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(PIE.htc); 
margin: 0 0 1em auto;
}
#flagdate {
height:auto;
width:23px;
	-moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -khtml-border-radius: 3px; 
    border-radius: 3px; 
    behavior: url(PIE.htc); 
}
.collapse p {padding:0 0 0px;
line-height: 1;
margin-left:35px;}
.venuetourlo {
	font-family:  "Big Shoulders Stencil", Institution,   Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 2.4rem;
	list-style-position: inside;
	font-style: normal;
	color: #ff6699;
	font-variant: normal;
	line-height: normal;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.adr2 {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	color: #000;
	list-style-position: inside;
}

.showtime {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	color: #000;
	list-style-position: inside;
}
   .tickets_c_normal {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   padding: 0 0 0 10px;
   }

      .tickets_c_free {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -5px;
   }
.tickets_c_orange {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}
.tickets_c_red {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}
.tickets_c_toolate {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
}
.tickets_c_off {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
   opacity: 0.3;
}
#off {
   opacity: 0.3;
}
#normal {
   opacity: 1;
}	
.tickets_buyquick {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.9s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

.buyquick {
font-size: 0.9rem; color: #df8600;
transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.6s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}
.tickets_buyreallyquick {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}

.buyreallyquick {
font-size: 0.9rem; color: #ff0000;
transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  
    -webkit-animation-name: blinks;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 0.2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}
.tickets_toolate {
   height: 20px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   margin-top: -3px;
}

.toolate {
font-size: 0.9rem; color: #a60000;
transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.green {
font-size: 0.8rem; color: #1a9900;
  display: inline-block;
  vertical-align: middle;
}
.orange {
font-size: 0.8rem; color: #e69900;
display: inline-block;
  vertical-align: middle;
}
.redcancel {color: #cc0000;}
.red {
font-size: 0.8rem; color: #cc0000;
display: inline-block;
  vertical-align: middle;
    /*-webkit-animation-name: blinks;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinks;
    -moz-animation-duration: 1.6s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinks;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;}
	@-moz-keyframes blinks {  
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }*/
}
#wrapper{
  margin:0 auto;
  text-align:left;
}
#content {
  max-width:100%;
  width:100%;
  margin:0 auto;
  padding-bottom:0;
  overflow:hidden;  font-family:  "Manrope", sans-serif; /*font-size: 0.9rem;*/ color: #000; list-style-position: inside;
}
.listeconcerts {
  max-width:100%;
  width:100%;
  margin:0 auto;
  padding-bottom:0;
  overflow:hidden;  font-family: "Manrope", sans-serif; color: #000; list-style-position: inside;
}
.demo {
	margin-top:-5px;
	padding:0;
	border_bottom:1px solid #000;
	position:relative;
	overflow:hidden;
	width: 100%;
}
.members-icons {text-align: center; width:30px; height:auto;}
#topit {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

#topit:hover {
-moz-transform: scale(1.5); 
-webkit-transform: scale(1.5);
 transform: scale(1.5);
}
.cityw { width: 200px;  text-align: left;} 
.iconsw { width: 130px; text-align: right;}  
.iconsgigs { font-size: 23px;}  
.iconsgigs a { color: #000; }
.iconsgigs a:hover { color: white;}
.iconsgigs a:visited { color: #000; }
.iconsgigs a:visited:hover { color: white; }
.iconsband {font-size: 25px; padding: 8px; color: white;}
.iconsvenue {font-size: 25px; padding: 8px; color: black;}
::selection {
  background-color: #691cff;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #85CBFE;
  font-weight: 200;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #85CBFE;
  opacity: 1;
  font-weight: 200;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 200;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #85CBFE;
  font-weight: 200;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #85CBFE;
  font-weight: 200;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'supertramp79';
    src: url('fonts/logicaltramp.eot');
    src: url('fonts/supertramp79.eot') format('embedded-opentype'),
         url('fonts/supertramp79.woff2') format('woff2'),
         url('fonts/supertramp79.woff') format('woff'),
         url('fonts/supertramp79.ttf') format('truetype'),
         url('fonts/supertramp79.svg#supertramp79') format('svg');}
@font-face {
    font-family: 'logicaltramp';
    src: url('fonts/logicaltramp.eot');
    src: url('fonts/logicaltramp.eot') format('embedded-opentype'),
         url('fonts/logicaltramp.woff2') format('woff2'),
         url('fonts/logicaltramp.woff') format('woff'),
         url('fonts/logicaltramp.ttf') format('truetype'),
         url('fonts/logicaltramp.svg#logicaltramp') format('svg');}
@font-face {
    font-family: 'Big Shoulders Stencil';
    src: url('fonts/Big Shoulders Stencil.eot');
    src: url('fonts/Big Shoulders Stencil.eot') format('embedded-opentype'),
         url('fonts/Big Shoulders Stencil.woff2') format('woff2'),
         url('fonts/Big Shoulders Stencil.woff') format('woff'),
         url('fonts/Big Shoulders Stencil.ttf') format('truetype'),
         url('fonts/Big Shoulders Stencil.svg#Big Shoulders Stencil') format('svg');
}
@font-face {
    font-family: 'Antonio';
    src: url('fonts/Antonio-Regular.eot');
    src: url('fonts/Antonio-Regular.eot') format('embedded-opentype'),
         url('fonts/Antonio-Regular.woff2') format('woff2'),
         url('fonts/Antonio-Regular.woff') format('woff'),
         url('fonts/Antonio-VariableFont_wght.ttf') format('truetype'),
         url('fonts/Antonio-Regular.svg#Antonio-Regular') format('svg');
}
@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    src: url('fonts/SofiaSansExtraCondensed-Regular.eot');
    src: url('fonts/SofiaSansExtraCondensed-Regular.eot') format('embedded-opentype'),
         url('fonts/SofiaSansExtraCondensed-Regular.woff2') format('woff2'),
         url('fonts/SofiaSansExtraCondensed-Regular.woff') format('woff'),
         url('fonts/SofiaSansExtraCondensed-VariableFont_wght.ttf') format('truetype'),
         url('fonts/SofiaSansExtraCondensed-Regular.svg#Big Shoulders Stencil') format('svg');
}
body {
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 8px;
  vertical-align: middle;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}
.multicolored-text {
    display: inline-block;
    background: linear-gradient(90deg, #FF0000, #FF66CC, #3399FF, #339933, #FF6600); /* Ajoutez plus de couleurs au besoin */
    background-clip: text;
    -webkit-background-clip: text; /* Pour une compatibilité avec certains navigateurs */
    color: transparent;
}
.rainbow {
    height: auto;
    background: linear-gradient(90deg, #FF0000, #FF66CC, #3399FF, #339933, #FF6600); /* Ajoutez plus de couleurs au besoin */
    background-clip: text;
    -webkit-background-clip: text; /* Pour une compatibilité avec certains navigateurs */
    color: transparent;
}

/* Ajoutez plus de règles nth-child pour d'autres lettres et couleurs */

h1, h2, h3,
h4, h5, h6 {
  font-family: "Big Shoulders Stencil", sans-serif;
  color: #000;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
}
.fw100 {font-weight: 100;}
.fw200 {font-weight: 200;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}
.fw1000 {font-weight: 1000;}
.image-in-text {
  color: transparent; /* Rend la couleur du texte transparente */
  background: url('../flags/uk.gif') no-repeat; /* Chemin vers votre image */
  -webkit-background-clip: text; /* Permet à l'image de remplir le texte (pour les navigateurs basés sur WebKit) */
  background-clip: text; /* Permet à l'image de remplir le texte */
  mask-image: url('../flags/uk.gif'); /* Applique l'image comme un masque sur le texte */
  mask-repeat: repeat; /* Répéter l'image */
  mask-size: 150px auto; /* Ajuster la taille du masque (largeur automatique, hauteur à 100%) */
}
.antonio {
  font-family: "Manrope", sans-serif;
}
.lsp {letter-spacing: 2px;}
.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  color: #222222;
 
}

h1, .h1 {
  font-size: 40px; /*letter-spacing: 4px;*/
}

h2, .h2 {
  font-size: 40px; letter-spacing: 2px;
}

h3, .h3 {
  font-size: 30px; letter-spacing: 1px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 12px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.arrondi {
-moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -khtml-border-radius: 100%; 
    border-radius: 100%; 
    behavior: url(PIE.htc); 
}
.clear::after {
  clear: both;
}
.hand {
  font-family: "Comforter Brush", sans-serif;
}
.stencil {
  font-family: "Big Shoulders Stencil", sans-serif;
}
.supertramp {
  font-family: "Big Shoulders Stencil", sans-serif; /*Comforter Brush*/
}
.logicaltramp {
  font-family: "Big Shoulders Stencil", sans-serif; /*logicaltramp*/
}
.antonio {
  font-family: "Manrope", sans-serif;
}
.menufont {
  font-size: 18px;
}
.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}
.fz-25 {
  font-size: 25px;
}

.fz-30 {
  font-size: 30px;
}
.fz-35 {
  font-size: 35px;
}
.fz-40 {
  font-size: 40px !important;
}
.fz-48 {
  font-size: 48px !important;
}
.fz-60 {
  font-size: 60px;
}
.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

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

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-20 {
  padding: 20px;
}
.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
  body {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6em;
}
.menufont {
  font-size: 13px;
}
.cityw { width: auto;  text-align: center;}  
.iconsw { width: auto;  text-align: center;}  
.iconsgigs { font-size: 28px;}  
.iconsgigs a { color: #000; }
.iconsgigs a:hover { color: white; }
.iconsgigs a:visited { color: #000; }
.iconsgigs a:visited:hover { color: white; }
.tball { width: 100%; padding: 0; border: 0; }
.tball tr {
margin-bottom: 40px;     /* espace clair entre concerts */
padding-bottom: 15px;  }
.tbline { height: 38px;}
.tb_det { font-family: "Manrope", sans-serif; font-size: 12px; color: black; font-weight: 300;  /*animation: blink 1.8s infinite;*/  position: absolute; left: 0; margin-top: 23px; width: 100%; text-align: center;}
.tb_date { font-family: "Zilla Slab Highlight", sans-serif; font-size: 1.5rem; /*letter-spacing: 1.8px;*/ color: #000; text-shadow: 0px 0px 5px rgba(255, 204, 0, 1); font-weight: 700; line-height: normal;} /*Big Shoulders Stencil*/
.tb_date2 { font-family: "Anton", sans-serif;; font-size: 1.3rem; letter-spacing: 1.8px;  color: #fff; font-weight: 300; background-color: black;
  border-radius: 5px;
  padding: 0px 6px;}
  .tb_venue {
    font-family: "Anton", sans-serif;
    font-size: 1.6rem;
    color: #000;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(255, 204, 0, 1);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.tb_venue a {
    color: #000;
    display: inline-block;
    opacity: 1;
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(.34,1.56,.64,1), 
                opacity 0.6s cubic-bezier(.34,1.56,.64,1);
}

.tb_venue a:hover {
    color: white;
    text-shadow: 0px 0px 8px rgba(255, 255, 0, 0);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}.tb_city { font-family: "Lobster", sans-serif; font-size: 1.5rem; font-weight: 400; color: #000; text-shadow: 2px 2px 7px rgba(255, 204, 0, 1); line-height: normal;} /*Manrope*/
.tb_flagline { width: auto; height: 20px; vertical-align:middle; margin-right: 3px;}
.tb_flag { position: absolute; width: auto; height: 20px; vertical-align:middle; margin-left: -35px; margin-top: 5px;}
.soldout_txt {
  font-size: 0.7rem; list-style-position: inside; text-align: center;
font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900; /*100-900*/
  font-style: normal;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 8;  
}
.soldout_red {
  font-size: 0.7rem;position: absolute; margin-left: 40px; margin-top: 15px;
  padding: 1px 5px 1px 7px; background-color:#CC0000; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #ffffff;
   transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  opacity: 0.8;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 7;  
}
.soldout_redb {
  font-size: 0.7rem;position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:orange; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #cc0000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.8;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  animation: blink 0.5s infinite;
  z-index: 7;  
}

.soldout_orange {
  font-size: 0.7rem;position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:orange; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  animation: blink 3s infinite;
  z-index: 7;  
}

.soldout_yellow {
  font-size: 0.7rem;position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:#ffcc00; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #000;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 7; 
  animation: swing 1s ease-in-out infinite; 
}
.soldout_blue {
  font-size: 0.7rem; position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:#66ccff; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #fff;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.9;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 7; 
    animation: swing 2s ease-in-out infinite;  
}
.soldout_black {
 font-size: 0.7rem;  position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:#000; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   font-size: 10px; color: #ffcc00;
   /*transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);*/
  opacity: 0.7;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 7; 
    animation: swing 2s ease-in-out infinite;  
}
.soldout_white {
 font-size: 0.7rem; position: absolute; margin-left: -40px; margin-top: -13px;
  padding: 1px 5px 1px 7px; background-color:#fff; -moz-border-radius:7px; -webkit-border-radius:7px; behavior: url(PIE.htc);
   color: #000;
   transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  opacity: 0.8;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 7;  
}
.iconhome {
  width: auto;
  height: 50px;
  vertical-align: middle;
opacity: 0;
margin-left: 10px;
  transition: opacity 2s ease;}
.iconhome.visible {
  opacity: 1;
}


}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b, i, sup, sub, u, del {
  /*color: #000;*/
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #fff;
  background: transparent;
  border: 0px solid transparent;
}

.genric-btn.default:hover {
  border: 0px solid #f9f9ff;
  background: transparent;
  color: #ffcc00;
}

.genric-btn.default-border {
  border: 0px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 0px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #fcd2ff;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #fcd2ff;
  border: 1px solid #fcd2ff;
  background: #fff;
}

.genric-btn.primary-border {
  color: #fcd2ff;
  border: 1px solid #fcd2ff;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #fcd2ff;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #fcd2ff;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #fcd2ff;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #fcd2ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #fcd2ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #fcd2ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #fcd2ff;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fcd2ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #fcd2ff;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #fcd2ff;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #fcd2ff;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #fcd2ff;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #fcd2ff;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

body {
  position: relative;
}

.default-header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.menu-bar {
  cursor: pointer;
}

.menu-bar span {
  color: #fff;
  font-size: 30px;
}

.main-menubar {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
}

nav {
  margin-right: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: 100% 50%;
}


@media (max-width: 767px) {
  nav {
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 20px 10px;
    z-index: 5;
    background: #000;
	opacity: 0.7;
  }
  nav a {
    color: #fff !important;
  }
  nav a:hover {
    color: #ffcc00;
  }

}

nav.hide {
  transform: scale(0);
}

nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 25px;
  display: inline-block;
}

/*@media (max-width: 767px) {
  nav a {
    margin: 5px 15px;
	font-size: 15px;
  }
  
}*/

nav a:hover {
  color: #fff;
}

.section-gap {
  padding: 120px 0;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section-title p br {
    display: none;
  }
  nav a {
    margin: 5px 10px;
	 font-size: 15px;
  }
}
.primary-btn, .primary-btn:after {background-color: transparent;}
.p1-gradient-bg, .is-sticky .default-header, .single-img, .overlay-bg, .contact-area .footer-social a:hover {
  background-image: -moz-linear-gradient(45deg, #000 0%, #000 100%);
  background-image: -webkit-linear-gradient(45deg, #000 0%, #000 100%);
  background-image: -ms-linear-gradient(45deg, #000 0%, #000 100%);
}
.member-area {
  background-image: -moz-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);
  background-image: -ms-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);
}

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(0deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-btn {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
  border: 0px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: relative;
  z-index: 2;
}

.primary-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.banner-area .fullscreen {
    height: 700px !important;
  }
.banner-area {
  background: url(../img/bkg_2026.jpg?v=2) no-repeat center center/cover;

}

}

@media (max-width: 767px) {
  .banner-area .fullscreen {
    height: 500px !important;
  }
 .banner-area {
  background: url(../img/bkg_2026mob.jpg) no-repeat center center/cover;
} 
}

@media (max-width: 767px) {
  .banner-content {
    margin-top: 100px;
  }
  
}

.banner-content h1 {
  color: #fff;
  font-size: 60px;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1.15em;
  text-shadow: 13px 15px 8px rgba(63, 107, 169, 0.5);
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 90px;
  }
.menupro { font-family: "Manrope", sans-serif; font-size: 1.2rem; color: #fff; line-height: 0.8em !important; text-align: right; letter-spacing: 3px;}
.textnext { font-family: "Manrope", sans-serif; font-size: 40px; color: #fff; line-height: 0.8em !important; text-align: center; animation: blink 1.8s infinite;}
.nexttitle { font-family: "Cal Sans", sans-serif; font-size: 32px; color: #ffcc00; line-height: 0.8em !important; text-align: center; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); font-weight: 600;}
.nextcity { font-family: "Lobster", sans-serif; font-size: 23px; color: #fff; line-height: 0.8em !important; text-align: center; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); font-weight: 400; text-shadow: 0 0 5em orange, 0 0 0.2em #ffcc00;}
/*.nextcity::after {
    content: attr(data-city);
    position: absolute;
margin-top:-10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.3;
    z-index: -1;
    white-space: nowrap;
}*/
.nextdate { font-family: "Big Shoulders Stencil", sans-serif; font-size: 35px; color: #ffcc00; line-height: 0.8em !important; text-align: center; font-weight: 900; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);}
.nextcd { font-family: "Manrope", sans-serif; font-size: 19px; color: #fff; line-height: 0.8em !important; text-align: center;  font-weight: 300;  animation: blink 1.8s infinite;}
.nextshow {width: 400px; height: auto;
position: absolute; top: 50px;
left: 50%; margin-left: -200px; text-align: center;
transform: rotate(0deg);}
.titlesdates {font-family: "Big Shoulders Stencil", sans-serif; font-size: 2.8rem; color: #fff; transform: rotate(-10deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-align: center; position: absolute; left: 50%; top: -30px; width: 500px; margin-left: -250px;}
.titles {font-family: "Big Shoulders Stencil", sans-serif; font-size: 63px; color: #ffcc00; transform: rotate(-7deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-align: center; position: relative; left: 50%; top: -50px; width: 500px; margin-left: -250px;}
/*.titles {font-family: "Big Shoulders Stencil", sans-serif; font-size: 2.8rem; color: #fff; position: absolute; left: 0px; top: -70px;
transform: rotate(-15deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);}*/
.logosup79 {
  width: 200px;  height: auto;
  vertical-align: middle;
}
nav a {
    margin: 5px 7px;
	 font-size: 14px;
  }

.dot {
  width: 40px;
  height: 40px;
}
#flagdate {
height:37px;
width:auto;
	-moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -khtml-border-radius: 6px; 
    border-radius: 6px; 
    behavior: url(PIE.htc); 
}
.collapse p {padding:0 0 1em;
line-height: 1;
margin-left:25px;}
.tickets_c_normal {
   height: 25px;
   width: auto;
   vertical-align: middle;
   cursor: pointer;
   padding: 0 0 0 0;
   }	@-moz-keyframes blinks {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}
/*.countdown {
POSITION:absolute;
Top:170px;
Left:50%;
margin-left:120px;
font-family:'Unica One';
font-size:35px;
color:#ffffff;
background-color: #0066cc;
padding:4px;
-moz-border-radius: 9px; 
    -webkit-border-radius:9px; 
    -khtml-border-radius: 9px; 
    border-radius: 9px; 
    behavior: url(PIE.htc); 
 transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}*/
#content {
  max-width:100%;
  width:100%;
  margin:0 auto;
  padding-bottom:0;
  overflow:hidden;  font-family:  "Manrope", sans-serif; /*font-size: 1.4rem;*/ color: #000; list-style-position: inside; line-height: 1
}
.demo {
	margin-top:-5px;
	padding:0;
	border_bottom:1px solid #000;
	position:relative;
	overflow:hidden;
	width: 100%;
}
@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content p {
  color: #ffcc00;
  margin-bottom: 60px;
  font-weight: 300;
  letter-spacing: 3px;
  max-width: 100%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .banner-content p {
    margin-bottom: 20px;
  }
.stage {width: 100%; height: auto;
position: absolute; top: 40%;
left: 0; margin-left: 0;  margin-top: 0; text-align: center;}

    .logoaccueil {width: 100%; height: auto;
position: absolute; top: 30%; margin-top: 0;
left: 0; margin-left: 0px;  text-align: center;}
}
.text-right {
  text-align: center;
}
.line-break::before {
    content: '\A';
    white-space: pre;
  }
  .iconesreseaux {position: absolute; right: 40px; bottom: 120px;} /* icone 40*/
.textnext { font-family: "Manrope", sans-serif; font-size: 40px; color: #fff; line-height: 0.8em !important; text-align: center; animation: blink 1.8s infinite;}
.nexttitle { font-family: "Manrope", sans-serif; font-size: 23px; color: #ffcc00; line-height: 0.8em !important; text-align: center; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); font-weight: 600;}
.nextcity { font-family: "Lobster", sans-serif; font-size: 25px; color: #fff; line-height: 0.8em !important; text-align: center; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9); font-weight: 400; text-shadow: 0 0 5em orange, 0 0 0.2em #ffcc00;}
*/*nextcity::after {
    content: attr(data-city);
    position: absolute;
margin-top: -5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.3;
    z-index: -1;
    white-space: nowrap;
	text-shadow: 0 0 0 transparent, 0 0 0.2em transparent;
	color: darkblue;
}*/
.nextdate { font-family: "Big Shoulders Stencil", sans-serif; font-size: 29px; color: #ffcc00; line-height: 0.8em !important; text-align: center; font-weight: 900; text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); letter-spacing: 1px;}
.nextcd { font-family: "Manrope", sans-serif; font-size: 15px; color: orange; line-height: 0.8em !important; text-align: center;  font-weight: 300;  animation: blink 1.8s infinite;}
.nextshow {width: 400px; height: auto;
position: absolute; top: 50px;
left: 50%; margin-left: -200px; text-align: center;
transform: rotate(0deg); animation: swingtop 4s ease-in-out infinite; }
.titlesdates {font-family: "Big Shoulders Stencil", sans-serif; font-size: 3rem; color: #000; transform: rotate(-8deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); text-align: center; position: absolute; left: 50%; top: -100px; width: 500px; margin-left: -250px;}
.titles {font-family: "Big Shoulders Stencil", sans-serif; font-size: 2.8rem; color: #ffcc00; transform: rotate(-6deg);  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); text-align: center; position: absolute; left: 50%; top: -80px; width: 500px; margin-left: -250px;}

/*.logosup79 {
  width: 100%;  height: auto;
  vertical-align: middle;
}*/
}

@media (max-width: 991px) {
  .banner-content p br {
    display: none;
  }
}

.quote-left h2 {
  font-weight: 300;
}

.quote-left h2 span {
 font-weight: 300;
}

@media (max-width: 1199px) {
  .quote-left h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .quote-left h2 {
    padding-bottom: 25px;
    text-align: center !important;
  }
}

@media (max-width: 414px) {
  .quote-left h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .quote-right p {
    text-align: center !important;
  }
  
}

.image {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  color: #fff;
  text-align: center;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.middle h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}

.middle p {
  font-size: 14px;
}

.middle2 {
  color: #fff;
  text-align: center;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 340px;
}

.middle2 h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
}

.middle2 p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .middle2 {
    bottom: -55px;
  }
}

@media (max-width: 414px) {
  .middle2 {
    width: 300px;
  }
  .middle2 h2 {
    font-size: 15px;
  }
}

.single-img:hover {
  cursor: pointer;
}

.single-img:hover .image {
  opacity: 0.5;
}

.single-img:hover .middle, .single-img:hover .middle2 {
  opacity: 1;
}

.vdo-icon {
  margin-bottom: 50px;
}

.service-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.single-service {
  margin-top: 25px;
}

.single-service .icon {
  margin-right: 25px;
}

.single-service h4 {
  font-weight: 700;
  letter-spacing: 2px;
}

.single-service p {
  margin-top: 15px;
  line-height: 1.65em;
}

.member-area {
  text-align: center;
  color: #fff;
  background: url(../img/bkg_24.jpg) no-repeat center center/cover;
}

.member-area .overlay-bg {
  opacity: .3;
}

.member-area .next-trigger, .member-area .prev-trigger {
  width: 40px;
  background: transparent;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.member-area .next-trigger span, .member-area .prev-trigger span {
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 300;
}

.member-area .next-trigger:hover, .member-area .prev-trigger:hover {
  background: #fff;
  border: 1px solid #fff;
}

.member-area .next-trigger:hover span, .member-area .prev-trigger:hover span {
  color: #000;
}

.member-area .prev-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.reviews-area {
  text-align: center;
  color: #fff;
 background: url(../img/bkg_famous.jpg) no-repeat center center/cover;
   /*background-image: -moz-linear-gradient(0deg, #ffcc00 0%, #5784D7 80%);
  background-image: -webkit-linear-gradient(0deg, #ffcc00 0%, #5784D7 80%);
  background-image: -ms-linear-gradient(0deg, #ffcc00 0%, #5784D7 80%);
  background-color: #333399;*/
}

.reviews-area .overlay-bg {
  opacity: .2;
}

.reviews-area .next-trigger, .reviews-area .prev-trigger {
  width: 40px;
  background: transparent;
  border: 1px solid #eee;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.reviews-area .next-trigger span, .reviews-area .prev-trigger span {
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 200;
}

.reviews-area .next-trigger:hover, .reviews-area .prev-trigger:hover {
  background: #fff;
  border: 1px solid #fff;
}

.reviews-area .next-trigger:hover span, .reviews-area .prev-trigger:hover span {
  color: #000;
}

.reviews-area .prev-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
@media (max-width: 1199px) {
  .member-area .prev-trigger {
    left: 0;
  }
  .reviews-area .prev-trigger {
    left: 0;
  }
}

@media (max-width: 991px) {
  .member-area .prev-trigger {
    left: 30%;
    top: 100%;
    transform: translateY(0%);
  }
    .reviews-area .prev-trigger {
    left: 30%;
    top: 100%;
    transform: translateY(0%);
  }
}

.member-area .next-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
.reviews-area .next-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

@media (max-width: 1199px) {
  .member-area .next-trigger {
    right: 0;
  }
    .reviews-area .next-trigger {
    right: 0;
  }
}

@media (max-width: 991px) {
  .member-area .next-trigger {
    right: 30%;
    top: 100%;
    transform: translateY(0%);
  }
    .reviews-area .next-trigger {
    right: 30%;
    top: 100%;
    transform: translateY(0%);
  }
}

.details {
  text-align: left;
  margin-left: 15px;
  margin-top: 10px;
}
.detailsrev {
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
}
.detailsrevmot {
  text-align: center;
}


.details h4 {
  font-weight: 600;
  letter-spacing: 2px;
}

.summery {
  padding: 0px 250px;
  /*font-size: 19px;*/
  line-height: 1.4em;
}
.summerymot {
  padding: auto;
  /*font-size: 19px;*/
  line-height: 1.4em;
}

@media (max-width: 1199px) {
  .summery {
    padding: 0px 150px;
	  /*font-size: 21px;*/
  }
}


@media screen and (max-width: 768px) {
.summery {
    padding: 5px 5px;
	  /*font-size: 21px;*/
  }
  .bulle {
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
  }

  .bulle.active {
    /* on neutralise le comportement scroll */
    left: 50%;
    background-color: transparent;
  }
table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tr {
    margin-bottom: 20px;
    text-align: center;
  }

  td {
    padding: 4px 0;
    text-align: center !important;
  }

  /* Icônes bien centrées */
  td:last-child a {
    display: inline-block;
    margin: 0 8px;
  }
.hat {
    width: 90px;
	height: auto;
  }
      .glass {
    width: 60px;
	height: auto;
	transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  }

}


.about-details h2 {
  color: #ffcc00;
}

@media (max-width: 991px) {
  .about-details {
    text-align: center;
  }
}

.about-area {
 background: url(../img/brnostage.jpg) no-repeat right;
  background-size: cover;
   /*background-color: red;*/
}

@media (max-width: 768px) {
  .about-area {
    padding: 100px 0;
  }
}

.about-details h2 {
  /*font-weight: 200;*/
  font-size: 40px;
  line-height: 1.65em;
}

.about-details h2 span {
  /*font-weight: 600;*/
}

@media (max-width: 1199px) {
  .about-details h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .about-details h2 {
    margin-top: 50px;
  }
}

.about-details p {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .about-details p {
    /*font-size: 12px;*/
    margin-bottom: 0;
	
  }

}

.contact-area {
/*background-image: -moz-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);
  background-image: -ms-linear-gradient(0deg, #3366ff 0%, #cc33ff 100%);*/
  background-color: #3399ff;
  background: url(../img/bkg_crisis.jpg) no-repeat center center/cover;
}

.contact-area .primary-btn {
  float: right;
}

.title-section {
  margin-top: 12px;
}

.title-section h2 {
  font-size: 36px;
  /*font-weight: 300;*/
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .title-section {
    text-align: center;
  }
}

.contact-form ::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 200;
}

.contact-form :-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 200;
}

.contact-form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 200;
}

.contact-form :-ms-input-placeholder {
  color: #ccc;
  font-weight: 200;
}

.contact-form ::-ms-input-placeholder {
  color: #ccc;
  font-weight: 200;
}

.common-input {
  border: 1px solid #fff;
  line-height: 48px;
  width: 100%;
  display: block;
  background: transparent;
  padding: 0 25px;
  color: #fff;
}

.common-textarea {
  border: 1px solid #fff;
  width: 100%;
  display: block;
  background: transparent;
  padding: 15px 25px;
  color: #fff;
  height: 190px;
  resize: none;
}

.alert-msg {
  color: #ffcc00 !important;
  color: #33ff00;
  margin-top: 50px;
  text-align: right;
}

.footer-area {
  padding: 30px 0;
  font-size: 13px;
  line-height:1rem;
}

.copy-right-text {
  color: #000;
}

.copy-right-text i {
  color: #691cff;
}

.copy-right-text a {
  color: #000;
}

.copy-right-text a:hover {
  color: #fff !important;
}

@media (max-width: 991px) {
  .copy-right-text {
    padding-bottom: 15px;
  }
}

.footer-social {
  text-align: right;
}

.footer-social a {
  background: transparent;
  padding: 12px 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social i {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-social {
    text-align: left;
  }
}
/* ===== CORRECTIFS AFFICHAGE MOBILE ===== */

/* 1. Marges internes pour tous les contenus texte */
@media (max-width: 768px) {
  
  /* Paragraphes et contenus texte */
  p, .summery, .about-details p, 
  .quote-left, .text-justify {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
   .banner-area {
  background: url(../img/bkg_2026mob.jpg) no-repeat center center/cover;
}
  /* Conteneurs principaux */
  #content, .demo, .listeconcerts {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .txt {font-size: 1rem; line-height: 21px; }
    .txtfooter {font-size: 0.7rem; line-height: auto; text-align: center;}

  /* Sections spécifiques */
  .banner-content,
  .quote-area .container,
  .about-area .container,
  .member-area .container,
  .reviews-area .container,
  .contact-area .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  /* Titres */
  h1, h2, h3, h4, h5, h6 {
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
  }
  
  /* Texte justifié avec césure */
  .text-justify {
    text-align: left !important; /* Meilleur sur mobile */
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
  }
  
  /* Images */
  img {
    max-width: 100%;
    height: auto;
  }
  
  /* Tableaux concerts */
  table {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px) !important;
  }
  
  /* Formulaire contact */
  .common-input,
  .common-textarea {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* 3. Fix spécifique pour les longs mots */
p, div, span, a, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
/* 5. Fix pour les éléments en position absolute */
/*@media (max-width: 768px) {
  .titles {
    position: static !important;
    margin-bottom: 70px;
    padding: 0 0;
  }
  
  .nextshow {
    left: 5% !important;
    margin-left: 0 !important;
    width: 90%;
    padding: 10px;
  }
}*/

/* 6. Fix pour les colonnes Bootstrap */
@media (max-width: 768px) {
  .col-lg-12, .col-md-12, .col-sm-12,
  [class*="col-"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}