/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #a41916;
  --secondary-color:              #a41916;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         0px;
  --border-radius-small:          0px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}






/* Logo dynamique */
/* 
.artists-image-wrap {
  width: 150px;
}

.logo-resizable {
  display: block;
  max-width: 100%;
  height: auto;
  transform: none;
  writing-mode: horizontal-tb;
}
*/
.logo-resizable {
    width: 110px !important;
    transition: all 0.3s ease;
}

.is-sticky .logo-resizable {
    width: 80px !important;
}
    





/* Bouton principal */
.custom-btn {
    background: transparent !important;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 12px 30px; /* Ajustez selon vos besoins */
}

/* Bouton secondaire */
.custom-btn-alt {
    background: var(--secondary-color) !important;
   border: 2px solid #ffffff !important;
    color: var(--white-color) !important;
     border-radius: 0px;
}

.custom-btn:hover {
    background: #ffffff !important;
    color: #000000 !important; /* Couleur au survol */
}

.custom-btn-alt:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}     
       
/* Styles personnalisés */
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

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

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

.me-20 {
    margin-right: 20px !important;
}
        
/* Taille de police réduite */
.custom-text-size {
    font-size: 1rem !important; /* Taille originale h5 = 1.25rem */
}
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;

}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;

}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
  
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}

.custom-icon-chore {
  color: var(--secondary-color);    
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  width: 3rem;
  height: 3rem;    
}
        .custom-icon-chore {
  transition: transform 0.3s ease;
}

.custom-icon-chore:hover {
  transform: scale(1.2);}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);

}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 0px; /* Espacement réduit */
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}



@media (max-width: 768px) {
    .concert-img {
        width: 100% !important;
        order: -1; /* image en premier */
    }

    .concert-img + p {
        width: 100%;
        flex: 1 1 100% !important;
        min-width: 100% !important;
    }
}




/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-imagde: url('images/edward-unsplash-blur.jpg');
  background-color: #fefadd;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    display: flex;
    align-items: flex-end; /* aligne en bas */
    height: 100%;          /* la div doit avoir une hauteur définie */
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(252, 198, 231, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}



/*---------------------------------------
 Carousel           
-----------------------------------------*/
.carousel-item img {
  transition: transform 0.4s ease;
}

.carousel-item img:hover {
  transform: scale(1.03);
}

.gallery a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.gallery img {
  transition: transform 0.5s cubic-bezier(.2,.8,.2,1), filter 0.3s ease;
}

/* Effet loupe + rotation */
.gallery a:hover img {
  transform: scale(1.12) rotate(2deg);
  filter: brightness(1.1);
}

/* Overlay léger */
.gallery a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery a:hover::after {
  opacity: 1;
}


/*---------------------------------------
  BTN TELECHARGER             
-----------------------------------------*/
.download-card {
  margin: 0 auto;
  width: 210px;
  padding: 20px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}

/* 🔹 TEXTE + ICONES */
.download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.icon, .view {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

/* ========================= */
/* ✅ CARD VERTE */
/* ========================= */

.card-green {
  background: linear-gradient(135deg, #28a745, #0f7a2f);
}

.card-green .download-btn {
  color: white;
}

.card-green .icon {
  fill: white;
}

/* Hover vert plus doux + texte vert foncé */
.card-green:hover {
  background: linear-gradient(135deg, #5cd67a, #28a745);
  transform: translateY(-3px);
}

.card-green:hover .download-btn {
  color: #0f7a2f;
}

.card-green:hover .icon {
  fill: #0f7a2f;
  transform: translateY(3px);
}

/* ========================= */
/* ✅ CARD ROUGE */
/* ========================= */

.card-red {
  background: linear-gradient(135deg, #ff3b3b, #b30000);
}

.card-red .download-btn {
  color: white;
}

.card-red .view {
  fill: white;
}

/* Hover rouge plus doux + texte rouge foncé */
.card-red:hover {
  background: linear-gradient(135deg, #ff7a7a, #ff3b3b);
  transform: translateY(-3px);
}

.card-red:hover .download-btn {
  color: #b30000;
}

.card-red:hover .view {
  fill: #b30000;
  transform: translateY(3px);
}



/*---------------------------------------
IG       
-----------------------------------------*/



.insta-card {
  width: 100%;
  max-width: 360px; /* largeur type mobile Insta */
  margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

/* HEADER */
.insta-header {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.insta-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.insta-user {
  font-weight: bold;
  font-size: 14px;
}

.insta-followers {
  font-size: 12px;
  color: #777;
}

.insta-btn {
  margin-left: auto;
  background: #0095f6;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}

/* VIDEO */
.insta-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  background: black;
  overflow: hidden;
}

/* IMPORTANT : centrage réel */
.insta-video video,
.insta-video .insta-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* cacher la vidéo au départ */
.insta-video video {
  display: none;
}

/* bouton play */
.insta-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  padding: 10px 15px;
}

/* FOOTER */
.insta-footer {
  padding: 10px;
}

.insta-actions {
  font-size: 18px;
}



/*---------------------------------------
 RESERVATION           
-----------------------------------------*/


/* MODALE GLASS EFFECT */
.modal-content {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* INPUTS */
.modal-content input {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}

.modal-content input::placeholder {
  color: rgba(255,255,255,0.6);
}

.modal-content input:focus {
  outline: none;
  border: 1px solid #ff3b3b;
  box-shadow: 0 0 10px rgba(255,59,59,0.4);
}

/* BOUTON */
.modal-content .btn {
  background: linear-gradient(135deg, #ff3b3b, #b30000);
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* TEXTE */
.modal-content h4,
.modal-content label {
  color: #fff;
}

.btn-close-white {
  filter: invert(1);
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
      padding-top: 20px;
    padding-bottom: 20px;
  padding-left: 50px;
      padding-right: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  padding-bottom: 0px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  margin-top: -35px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
        }
    
    
    /* Logo dynamique */
.logo-resizable {
    width: 100px !important;
    transition: all 0.3s ease;
}

.is-sticky .logo-resizable {
    width: 80px !important;
}
       

}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }



}

        
        
        
        /* Effet Parallaxe */
.parallax {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.parallax-image {
    background-image: url('images/pexels-alexander-suhorucov-6457579.jpg');
    min-height: 500px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Adaptation mobile */
@media (max-width: 768px) {
    .parallax {
        background-attachment: scroll;
    }
    
    .parallax-image {
        min-height: 300px;
    }
}

/* Conserver le style existant */
.about-text-wrap {
    position: relative;
    z-index: 2;
}

.services-info {
    position: relative;
    z-index: 2;
}

.services-infos {
    position: relative;
    z-index: 2;
}



.services-info {
   background: #d5c9a4;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #988552;
  }

  .services-info::before {
    content: '♪';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 80px;
    color: #a41916;
    line-height: 1;
  }

  .services-info .tag {
    display: inline-block;
    background: #c2b48e;
    color: #2c2720;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 1rem;
  }

  .services-info h2 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #f0e8d0;
    margin-bottom: 0.4rem;
    font-style: italic;
  }

  .services-infco p {
    font-size: 0.88rem;
    color: #c8bfa8;
    line-height: 1.7;
    margin-bottom: 0;
  }

       

 .divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
     margin-top: 30px;
  }

  .divider-line {
    flex: 1;
    height: 1px;
    background: #ccc5a8;
  }

  .divider-text {
    font-size: 12px;
    color: #8a7d5a;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

        
.copyright-text-right {
    text-align: right !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    color: var(--white-color);
}       
    
    
.site-footer-link-item {
    padding: 8px 0;
}
.prog {
    height: 200px;
}
  
.prog-section {
  background-image: url('../images/prog-section.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centrage de l'image */
  position: relative;
}


.events-section {
  background-imagde: url('images/edward-unsplash-blur.jpg');
  background-color: #fefadd;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}





.vid-section {
  background-image: url('../images/videosBG.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centrage de l'image */
  position: relative;
}
   

        
.pricing-section {
  background-imadge: url('../images/prog-section.jpg');
  background-color: #fcc6e7 ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centrage de l'image */
  position: relative;
}    

        
.chore-section {
  background-image: url('../images/flashmob.jpg');
  background-color: #fcc6e7 ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* Centrage de l'image */
  position: relative;
}           
        
        
    
        .pricing-thumb a {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(0); /* Activation hardware acceleration */
}

.pricing-thumb a:hover {
    transform: scale(1.08) translateZ(0);
}

/* Pour un effet plus sophistiqué */
.pricing-thumb a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-thumb a:hover::after {
    opacity: 1;
}
        
.cell-center {
  vertical-align: middle;
  height: 150px;
} 


.responsive-text {
  font-size: 1.5rem; /* taille par défaut */
}

@media (max-width: 1100px) {
        
  .responsive-text {
    padding-top: 5px;  
    font-size: 1rem; /* plus petit sur mobile */
      
  }
}



@media (max-width: 768px) {
        
  .responsive-text {
    padding-top: 5px;  
    font-size: 0.7rem; /* plus petit sur mobile */
      
  }
}

@media (min-width:  991px) and (max-width: 1400px){

  .navbar-nav .nav-link {
    transform: scale(0.95); /* Légère réduction globale */
    transition: all 0.3s;
    padding: 8px 12px; 
  }

  .sticky-wrapper.is-sticky .navbar-nav .nav-link {
    font-size: 18px; /* Taille encore réduite en version sticky */
    padding: 8px 12px;    
}



}





.partner-scroller {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.partner-logo {
  flex: 0 0 auto;
  width: 200px;
  margin: 0 2rem;
  display: grid;
  place-items: center;
  transition: transform 0.3s ease;
}

.partner-logo img {
  max-width: 160px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}

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

@media (max-width: 768px) {
  .partner-logo {
    width: 150px;
    margin: 0 1rem;
  }
  
  .partner-logo img {
    max-width: 120px;
  }
  
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
}

.image-wrapper {
  position: relative;
  display: inline-block;
  border: 5px solid white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.image-wrapper .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;  /* plus large */
  height: 90px; /* plus haut */
  transform: translate(-50%, -50%);
  background-image: url('../images/yticon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-wrapper:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.image-wrapper:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}


/* Vidéo Wrapper */
.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 5px solid white; /* Bordure blanche autour des vidéos */
}

.video-wrapper img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-wrapper:hover img {
  transform: scale(1.13) rotate(5deg); /* Zoom léger et rotation au survol */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Ombre portée */
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; /* Ajuste la taille de l'icône */
  height: 60px; /* Ajuste la taille de l'icône */
  background-image: url('../images/yticon.png'); /* Remplace avec le chemin vers ton image */
  background-size: contain; /* Garde l'icône bien proportionnée */
  background-repeat: no-repeat; /* Empêche la répétition de l'image */
  background-position: center; /* Centre l'image */
  opacity: 0.7; /* Icône semi-transparente au départ */
  transition: opacity 0.3s ease;
}

.video-wrapper:hover .video-play-button {
  opacity: 1; /* Rendre l'icône complètement visible au survol */
}

/* Modale zoom au survol */
.modal-body iframe {
  transition: transform 0.3s ease;
}



/* Ajustement de la taille des images des vidéos */
.video-wrapper img {
  width: 100%;
  height: auto;
}


.video-zone {
 
  padding: 50px 0;

}

.video-zone h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 0;
}

.white-divider-left {
  height: 3px;
  background-color: white;
  border: none;
  margin: 0;
  border-radius: 2px;
}

.modal.fade .modal-dialog {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.modal.fade.show .modal-dialog {
  transform: scale(1);
}

.custom-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.custom-close:hover {
  transform: scale(1.05);
  color: #ff4d4d;
}

.close-label {
  font-size: 18px;
}

.close-x {
  font-size: 24px;
  line-height: 1;
}

.hero-logo {
    margin-top: 170px;
  width: 90%;
  height: auto;
}


/*---------------------------------------
  MOBILE CENTERING (max-width: 767px)
-----------------------------------------*/
@media screen and (max-width: 767px) {

  /* === HERO LOGO === */
    /* Desktop : taille originale */
.hero-logo {
     margin-top: 100px;
  width: 350px;
  height: auto;
}

/* Mobile : 40% de 350px = 140px */
@media screen and (max-width: 767px) {
  .hero-logo {
       margin-top: 70px;
      width: 90% !important;
    height: auto;
  }
}

  /* === GENERAL TEXT CENTERING === */
  .about-section .col-lg-8,
  .about-section .services-info,
  .about-section .services-infos,
  .contact-section .col-lg-4 {
    text-align: center !important;
  }

  /* Align icons+titles to center on mobile */
  .contact-section h5.d-flex,
  .contact-section .d-flex.align-items-center {
    justify-content: center !important;
  }

  /* === SECTION CARTE === */
  .prog-section .col-lg-4,
  .prog-section .col-lg-8 {
    text-align: center !important;
  }

  .prog-section .about-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prog-section .download-card {
    margin-left: auto;
    margin-right: auto;
  }

  /* === SECTION EVENTS === */
  .events-section .services-info {
    text-align: center !important;
  }

  .events-section .services-info > div {
    flex-direction: column !important;
    align-items: center !important;
  }

  .events-section .services-info p {
    text-align: center !important;
    min-width: unset !important;
    width: 100% !important;
  }

  .events-section .tag {
    display: block;
    text-align: center;
  }

  /* === GALLERY === */
  .gallery .col-lg-4,
  .gallery .col-md-6 {
    text-align: center;
  }

  /* === INSTAGRAM CARDS === */
  .insta-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* === INFOS PRATIQUES === */
  .contact-section .col-12.mx-auto {
    text-align: center;
  }

  .contact-section span.text-dark,
  .contact-section p.text-dark {
    display: block;
    text-align: center;
  }

  /* === FOOTER TOP === */
  .site-footer-top .col-lg-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .site-footer-top .social-icon {
    justify-content: center !important;
  }

  /* === SECTION PADDING MOBILE === */
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /* === CARTE SECTION columns padding === */
  .prog-section .col-lg-4,
  .prog-section .col-lg-8 {
    padding: 20px !important;
  }

  /* === BUTTONS CENTER === */
  .d-flex.gap-3.justify-content-center {
    flex-wrap: wrap;
  }

  /* === PRESENTATION IMAGE === */
  .about-section .col-lg-4 .about-text-wrap {
    justify-content: center;
  }

  .about-section .about-image {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}