
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html {
  scrollbar-width: none;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  height: 80vh;
}.background1 {	background: url(images/bannerV1.png) no-repeat;	background-position: center;	background-color: #0e0e0e;	background-size: cover;	-ms-overflow-style: none;	font-size: 1.2rem;}.background2 {    background: url(images/bannerV2.png) no-repeat;		background-position: center;	background-color: #0e0e0e;	background-size: cover;	-ms-overflow-style: none;	font-size: 1.2rem;}.background3 {    background: url(images/bannerV3.png) no-repeat;	background-position: center;	background-color: #0e0e0e;	background-size: cover;	-ms-overflow-style: none;	font-size: 1.2rem;}
.background4 {    background: url(images/bannerV4.png) no-repeat;	background-position: center;	background-color: #0e0e0e;	background-size: cover;	-ms-overflow-style: none;	font-size: 1.2rem;}.background5 {    background: url(images/bannerV5.png) no-repeat;	background-position: center;	background-color: #0e0e0e;	background-size: cover;	-ms-overflow-style: none;	font-size: 1.2rem;}
body::-webkit-scrollbar {
  display: none;
}

a{
  color: #fff;
  text-decoration: none; 
}
ul {
  list-style: none;
}

.header {
  background-color: #000000ce;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10rem;
}

.hamburger {
  display: none;
}


.center{
  padding: 50px;
  text-align: center;

}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  margin-left: 5rem;
}

.nav-link {
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease;

}

.nav-link:hover {
  color: #d80303;
}

.nav-logo {
  width: 10rem;
  display: flex;
  align-items: center; /* Centre verticalement */
}

.nav-logo img {
  display: block;
  max-width: 100%;
}

span{
  color: #d80303;
  font-weight: 600;
}

.wrapper {
  height: 100%;
}

.fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50%;
  width: 100%;
  color: #3c3c3c;
  text-align: center;
  display: table;
}

.scroll {
  background-color: #0e0e0e;
}

.one {
  background-image: url("images/a37DSC04583.jpg");
}

.two {
  background-image: url("images/a58DSC07958.jpg");
}

.image-container {
  position: relative;
}

.alt-text {
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #d80303;
  background-color: black;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: bold;
}

.title{
  position: relative;
  text-transform: uppercase;
  font-size: 1.2em;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
.title::after{
  content: "";
     width: 20%;
     height: 0.2em;
     /* background-color: var(--c-title-underline-color); */
     background: #d80303;
     border-radius: 15px;
     position: absolute;
     bottom: -2px;
     left: 0;
}

.concertbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.concert-container {
  padding: 150px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.citem {
  text-align: center;
  box-sizing: border-box;
}

.citem img{
  width: 20rem;
}

.citem-1 {
  position: relative;
  padding-left: 10%;
  order: 1;
  width: 33.33%;
  color: white;
}
.citem-2 {
  padding-left: 10%;
  order: 4;
  width: 33.33%;
  color: white;
}
.citem-3 {
  position: relative;
  order: 2;
  width: 33.33%;
  color: white;
}
.citem-4 {
  order: 5;
  width: 33.33%;
  color: white;
}
.citem-5 {
  padding-right: 10%;
  order: 3;
  width: 33.33%;
  color: white;
}
.citem-6 {
  padding-right: 10%;
  order: 6;
  width: 33.33%;
  color: white;
}

.citem-1::before{
  content: "À venir :";
  position: absolute;
  top: -50px;
}

.citem-1::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -8%;
  width: 5px;
  height: 110%;
  background-color: #d80303;
  border-radius: 15px;
}

.citem-3::before{
  content: "Anciens :";
  position: absolute;
  top: -50px;
}

.space{
  height: 75vh;
}


.bbtitle{
  position: relative;
  text-transform: uppercase;
  font-size: 1.2em;
  width: fit-content;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.bbtitle::after{
  content: "";
  width: 20%;
  height: 0.2em;
  /* background-color: var(--c-title-underline-color); */
  background: #d80303;
  border-radius: 15px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.bspace{
  height: 150px;
}

.blogcontainer{
  background: url("images/a37DSC04583.jpg") center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blogbox{
  margin: 0 10%;
  height: 100%;
  padding: 20px 40px;
  background-color: #0e0e0e;
  display: flex;
  flex-wrap: wrap;
}

.bleft{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.bleft .blog-title{
  position: relative;
  font-size: 1.2em;
  margin: auto;
  width: 100%;
  order: 1;
}
.bleft .blog-text{
  order: 2;
  width: 70%;
  padding: 10px 20px;
}
.bleft .blog-image{
  order: 3;
  width: 30%;
  margin: auto;
}
.bleft .blog-image img{
  width: 100%;
}

.bleft .blog-title::after{
  content: "";
  width: 5%;
  height: 0.2em;
  border-radius: 15px;
  background-color: #d80303;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.bleft{
  padding: 10px;
}

.bright{
  padding: 10px;
}

.bright{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.bright .blog-title{
  position: relative;
  font-size: 1.2em;
  margin: auto;
  width: 100%;
  order: 1;
}
.bright .blog-text{
  order: 3;
  width: 70%;
  padding: 10px 20px;
}
.bright .blog-image{
  order: 2;
  width: 30%;
  margin: auto;
  padding-left: 20px;
}
.bright .blog-image img{
  width: 100%;
}

.bright .blog-title::after{
  content: "";
  width: 5%;
  height: 0.2em;
  border-radius: 15px;
  background-color: #d80303;
  position: absolute;
  bottom: -2px;
  left: 0;
}





.emailflex{
  margin: auto;
  padding: 5px;
}

.emailflex input{
  width: 80%;
  margin: 0;
  padding: 5px;
  background-color: #242424;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #fff;
  font-size: 1rem;
}

.emailflex input:focus{
  border: 3px solid #d80303;
}
.emailflex button{
  padding: 5px 10px;
  background-color: #242424;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  transition: ease 0.3s;
  outline: none;
  color: #fff;
  font-size: 1rem;
}
.emailflex button:hover{
  background-color: #363636;
  
}
.emailflex button:focus{
  border: 3px solid #d80303;
  background-color: #262626;
  
}

.item-1 a{
  color: #fff;
  font-size: 1.8rem;
  transition: ease 0.3s;
  
}

.item a:hover{
  color: #d80303;
  transition: ease 0.3s;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  background: #009287;
  min-height: 100px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 200px;
  background-color: #242424;
  padding: 15px;
}

.item {
  text-align: center;
  max-height: 150px;
  padding: 0 20px;
  font-size: 18px;
  box-sizing: border-box;
}

.item a{
  padding-left: 10px;
}

.item-1 {
  width: 13%;
  background-color: #242424;
  color: white;
}

.item-2{
  width: 12%;
  background-color: #242424;
  color: white;
  text-align: left;
  border-left: 5px solid #d80303;
  height: 140px;
}

.item-4 {
  width: 15%;
  text-align: left;
  background-color: #242424;
  color: white;
  border-left: 5px solid #d80303;
  height: 140px;
}

.item-3 {
  width: 50%;
  background-color: #242424;
  color: white;
}

.item-5 {
  width: 10%;
  background-color: #242424;
  color: white;
  font-size: 2rem;
  align-self: flex-end;
}



.credit{
  background-color: #242424;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contactform {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}

.form-group {
  width: 100%; /* Pour que chaque groupe de formulaire prenne toute la largeur du conteneur */
  max-width: 500px; /* Ajuster cette valeur selon vos besoins */
  margin-bottom: 15px; /* Pour ajouter un espacement entre les éléments */
}
button{
  padding: 5px 10px;
  background-color: #242424;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  transition: ease 0.3s;
  outline: none;
  color: #fff;
  font-size: 1rem;
}
button:hover{
  background-color: #363636;
  
}
button:focus{
  border: 3px solid #d80303;
  background-color: #262626;
  
}


input{
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #242424;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #fff;
  font-size: 1rem;
}


textarea{
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #242424;
  border: 3px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #fff;
  font-size: 1rem;
}

.wave {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("wave.png");
  background-size: 1920px 300px;
}

.wave#wave1 {
  z-index: 1000; 
  opacity: 1;
  bottom: 0;
  -webkit-animation: animateWaves 10s linear infinite;
          animation: animateWaves 10s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  -webkit-animation: animate 10s linear infinite !important;
          animation: animate 10s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  -webkit-animation: animateWaves 7s linear infinite;
          animation: animateWaves 7s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  -webkit-animation: animate 7s linear infinite;
          animation: animate 7s linear infinite;
}

@-webkit-keyframes animateWaves {
  0% {
    background-position-x: 1920px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animateWaves {
  0% {
    background-position-x: 1920px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@-webkit-keyframes animate {
  0% {
    background-position-x: -1920px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1920px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@media (max-width: 1615px) {

  .item-5 {
    width: 10%;
    background-color: #242424;
    color: white;
    font-size: 2rem;
    align-self: flex-end;
    width: 5%;
  }
  .item-4 {
    width: 20%;
  }

}
@media (max-width: 1500px) {

  .bright .blog-text{
    order: 2;
    width: 100%;
  }

  .bright .blog-image{
    order: 3;
    width: 50%;
  }

  .bleft .blog-text{
    order: 2;
    width: 100%;
  }

  .bleft .blog-image{
    width: 50%;
    order: 3;
  }


  .citem-1 {
    padding: 0;
    text-align: right;
    order: 1;
    width: 50%;
  }

  .citem-1::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; /* adjust the width of the bar */
    height: 0; /* make it full height */
    background-color: #ffffff00;
  }

  .citem-2 {
    margin: auto;
    padding: 0;
    padding-left: 50px;
    text-align: left;
    order: 2;
    width: 50%;
  }
  .citem-3 {
    padding: 0;
    padding-top: 100px;
    text-align: right;
    order: 3;
    width: 50%;
  }

  .citem-3::before{
    content: "Anciens :";
    position: absolute;
    top: 50px;
  }

  .citem-4 {
    padding: 0;
    margin: auto;
    padding-left: 50px;
    text-align: left;
    order: 4;
    width: 50%;
  }
  .citem-5 {
    padding: 0;
    padding-top: 20px;
    text-align: right;
    order: 5;
    width: 50%;
  }
  .citem-6 {
    padding: 0;
    margin: auto;
    padding-left: 50px;
    text-align: left;
    order: 6;
    width: 50%;
  }

  .footer-inner{
    height: 300px;
  }

  .item-1 {
    order: 2;
    width: 35%;
  }
  
  .item-2 {
    order: 3;
    width: 25%;
  }
  
  .item-3 {
    order: 1;
    width: 100%;
  }
  
  .item-4 {
    order: 4;
    width: 25%;
  }
  
  .item-5 {
    order: 5;
    width: 15%;
  }

}

@media (max-width: 1052px) {


  .item-5 {
    width: 10%;
    background-color: #242424;
    color: white;
    font-size: 2rem;
    align-self: flex-end;
    width: 10%;
  }

  .item-4 {
    order: 4;
    width: 30%;
  }

  .nav-menu {
      position: fixed;
      left: -100%;
      top: 5.8rem;
      flex-direction: column;
      background-color: #242424;
      width: 100%;
      border-radius: 10px;
      text-align: center;
      transition: 0.3s;
  }

  .nav-link {
      color: #fff;
  }

  .nav-menu.active {
      left: 0;
  }

  .nav-item {
      margin: 1.2rem 0;
  }

  .hamburger {
      display: block;
      cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
      opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }

  body.menu-open {
    overflow: hidden;
  }

}

@media (max-width: 790px) {

  .contactform{
    width: 90%;
  }

  .form-group{
    width: 100%;
  }
  
  .credit{
    font-size: 1rem;
  }

  .bleft .blog-image{
    width: 100%;
  }

  .bright .blog-image{
    width: 100%;
  }
  .citem-1 {
    padding: 0;
    text-align: center;
    order: 1;
    width: 100%;
  }
  .citem-2 {
    margin: auto;
    padding: 0;
    text-align: center;
    order: 2;
    width: 100%;
  }
  .citem-3 {
    padding: 0;
    padding-top: 100px;
    text-align: center;
    order: 3;
    width: 100%;
  }
  .citem-4 {
    padding: 0;
    margin: auto;
    text-align: center;
    order: 4;
    width: 100%;
  }
  .citem-5 {
    padding: 0;
    padding-top: 30px;
    text-align: center;
    order: 5;
    width: 100%;
  }
  .citem-6 {
    padding: 0;
    margin: auto;
    text-align: center;
    order: 6;
    width: 100%;
  }
  .citem img{
    width: 15rem;
  }
  .navbar{
    padding: 1rem 2rem;
  }

  .footer-inner{
    height: 400px;
    font-size: 1.3rem;
  }
  .item-1 {
    order: 4;
    margin-top: 30px;
    text-align: left;
    width: 40%;
    margin-left: 30px;
  }
  
  .item-2 {
    order: 2;
    width: 40%;
    margin-top: 20px;
    margin-left: 50px;
  }
  
  .item-3 {
    order: 1;
    width: 100%;
  }
  
  .item-4 {
    order: 3;
    margin-top: 20px;
    width: 50%;
    padding-right: 0px;
  }
  
  .item-5 {
    order: 5;
    margin-top: 30px;
    width: 50%;
    align-self: center;
    padding-top: 20px;
  }
  .emailflex input{
    width: 70%;
  }
  .emailflex{
    padding: 10px 20px;
  }

  .item a{
    font-size: 1rem;
  }
  .item-1 a {
    font-size: 2rem;
  }

}

@media (max-width: 532px) {
  .title{
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .contactform{
    width: 90%;
    padding: 0;
  }

  .form-group{
    width: 100%;
  }
  .credit{
    font-size: 0.9rem;
  }

  .blogbox{
    margin: 0;
  }

  .bright .blog-title{
    font-size: 1rem;
    text-align: center;
    /* margin-left: 10px; */
  }
  .bright .blog-title::after{
    width: 20%;
    left: 40%;
  }
  .bleft .blog-title{
    font-size: 1rem;
    text-align: center;
    /* margin-left: 10px; */
  }

  .bleft .blog-title::after{
    width: 20%;
    left: 40%;
  }

  .blog-text{
    font-size: 0.8rem;
    margin-left: 20px;
  }
  .bleft{
    padding: 0;
  }
  .bright{
    padding: 0;
  }

  .blogbox{
    padding: 0;
  }

  .bright .blog-image{
    padding: 0;
  }

  .footer-inner{
    height: 450px;
    font-size: 1.1rem;
  }
  .item-1 {
    order: 4;
    margin-top: -20px;
    text-align: left;
    width: 50%;
    align-self: center;
    margin-left: 0px;

  }
  
  .item-2 {
    order: 2;
    width: 50%;
    margin-top: 20px;
    margin-left: 0;

  }
  
  .item-3 {
    order: 1;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  
  .item-4 {
    order: 3;
    margin-top: 20px;
    width: 50%;
  }
  
  .item-5 {
    order: 5;
    width: 50%;
    align-self: flex-start;
    margin-top: -20px;
  }
  .item-5 i{
    font-size: 1.5rem;
  }
  .emailflex input{
    width: 70%;
  }
  .emailflex{
    padding: 10px 0px ;
  
  }

  .item a{
    font-size: 0.8rem;
  }
  .item-1 a {
    font-size: 1.5rem;
  }
  .item h4{
    font-size: 0.95rem;

  }

}

