/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
  background-color: #000;
}

a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #353535;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #232323;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000 url("../gif/SeverAllPreloader.gif") no-repeat center;
}

@media screen and (max-width: 768px) {
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #000 url("../gif/Preloader.png") no-repeat center;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #000;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #353535;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i, .nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span, .nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #BBBBBB;
}

@media (min-width: 992px) {
  .nav-menu a, .nav-menu a:focus {
    width: 56px;
  }
  .nav-menu a span, .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
  color: #fff;
  background: #232323;
}

.nav-menu a:hover span, .nav-menu .active span, .nav-menu .active:focus span, .nav-menu li:hover > a span {
  color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span, .nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #353535;
}

.mobile-nav-active .mobile-nav-toggle:hover {
  color: #fff;
  background-color: #232323;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero > * {
  position: relative;
  z-index: 2000;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 0px;
  background: none; /* Remove background from here */
}

#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../img/hero-bg.jpg") top right no-repeat;
  background-size: cover;
  z-index: 1;
}

#hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Black overlay with 60% opacity */
  z-index: 2;
}


@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

@media screen and (max-width: 1600px) {
  #hero:before {
    background: none;
  }
}

#hero h1 {
  margin: 0;
  font-size: 104px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

@media screen and (min-width: 1920px) {
  #hero h1 {
    margin-left: -150px; /*/////////////////////////////////////////////////*/
    margin-top: -110px; 
  }
}

@media screen and (max-width: 1919px) {
  #hero h1 {
    margin-left: -150px; /*/////////////////////////////////////////////////*/
    margin-top: -200px; 
  }
}

@media screen and (max-width: 1600px) {
  #hero h1 {
    margin: 0;
  }
}

#hero p {
  color: #000;
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 100px;
  margin-left: -150px;
}

@media screen and (max-width: 1600px) {
  #hero .social-links {
    margin-top: 100px;
    margin-left: 0;
  }
}

#hero .social-links a {
  font-size: 34px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #8C8C8C;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background-color: #000;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Album
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .musique img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.musique .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}

#musique .content .musique-links-container {
  width: auto;
  max-width: 320px;
  margin-left: 0;
}

#musique .musique-links-container {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: left;
  background: #1C1C1C;
  border-radius: 10px;
  padding: 2px 15px;
}

#musique .musique-links-container .musique-links {
  margin-top: 5px;
}

#musique .musique-links-container .musique-links a {
  font-size: 34px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 10px;
  margin-left: 10px;
  transition: 0.3s;
}

#musique .musique-links-container .musique-links a:hover {
  color: #8C8C8C;
}

.musique .content p:last-child {
  margin-bottom: 0;
  color: #fff;
}

.musique .content p {
  color: #fff;
}



/*--------------------------------------------------------------
# Merch
--------------------------------------------------------------*/
.merch {
  padding: 60px 0;
  /* 'section-bg' devrait déjà être défini, sinon ajoutez 'background-color: #0C0C0C;' */
}

.merch .merch-slider {
  overflow: hidden;
  padding: 10px 0;
}

.merch .merch-item {
  text-align: center;
  padding: 20px;
  background: transparent; /* Fond transparent */
  border-radius: 10px;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.merch .merch-item img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Force un format carré pour l'image */
  object-fit: cover; /* Assure que l'image remplit le carré sans se déformer */
  border-radius: 5px;
  margin-bottom: 15px;
}

.merch .merch-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.merch .merch-item p {
  font-size: 16px;
  color: #BBBBBB;
  margin-bottom: 0;
}

.merch .merch-item:hover {
  background: transparent; /* Garde le fond transparent au survol */
}

/* Style des flèches et de la pagination Swiper */
.merch .swiper-pagination {
  display: none; /* Cache la pagination */
}

.merch .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.merch .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0563bb; /* Couleur d'accentuation du site */
}

.merch .swiper-button-next,
.merch .swiper-button-prev {
  color: #fff; /* Flèches en blanc */
  transition: 0.3s;
  top: 50%; /* Centre verticalement */
  transform: translateY(-50%);
}

.merch .swiper-button-prev {
  left: -60px; /* Position à gauche, extérieure */
}

.merch .swiper-button-next {
  right: -60px; /* Position à droite, extérieure */
}

.merch .swiper-button-next:hover,
.merch .swiper-button-prev:hover {
  color: #BBBBBB; /* Gris clair au survol */
}

/* Cache les flèches sur les petits écrans pour ne pas gêner */
@media (max-width: 768px) {
  .merch .swiper-button-next,
  .merch .swiper-button-prev {
    display: none;
  }
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#video .container .row iframe {
  width: 100%;
  max-width: 430px;
  height: 300px;
  margin: 0 auto;
  display: inline-block; 
}
/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
#history .section-title p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}

#history .row .BIOImage2 {
  margin: 70px auto 0px auto;
}

@media screen and (max-width: 1368px) {
  #history .row .BIOImage {
    display: none;
    visibility: hidden;
  }
  #history .history-container {
    top: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1368px) {
  #history .history-container {
    display: none;
    visibility: hidden;
  }
}

#history .row .BIOImage {
  transition: 1s;
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

@media screen and (min-width: 768px) {
  #history .row .BIOImage:hover {
    transition: 1s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin: 70px auto 0px auto;
  }
}

#history .history-container img {
  max-width: 340px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#history .history-container {
  width: auto;
  height: auto;
  background-color: #141414;
  border-radius: 20px;
  opacity: 100%;
  margin: 90px auto 0px auto;
}

#history .history-container p {
  display: block;
  text-justify: inter-word;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #fff;
  font-size: 16px;
}

#history .history-container p span {
  font-weight: bold;
  color: #0097FF;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #1C1C1C;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0097FF;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(26, 25, 25, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #e0e0e0;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffffff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Médias
--------------------------------------------------------------*/
#medias .BIOImage3 {
  max-width: 100%;
  height: auto;
}

#medias h4 {
  margin: 75px auto 0 auto;
}

#medias p {
  margin: 5px auto 0 auto;
  color: white;
  font-style: italic;
}

#medias .TV7SudOuest {
  max-width : 100%;
  height : auto;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #000 center;
}

.contact .info {
  justify-content: center;
  align-items: center;
}

.contact .php-email-form {
  width: 100%;
  background: #000;
}

@media screen and (max-width: 992px) {
  .contact .info img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #0563bb;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0C0C0C;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

.footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #343434;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
