@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Bree Serif', serif;
  color: #0c0c0c;
  overflow-x: hidden;
  background-color: black;

}

html {
  scroll-behavior: smooth;
}
/* Section scrool */

#about {
  scroll-margin-top: 70px;
}
#service {
  scroll-margin-top: 60px;
}
#contact {
  scroll-margin-top: 60px;
}




.layout_padding {
  padding: 30px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

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

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

.flex-head-right {
  justify-content: space-between;
  display: flex;
  margin-right: 30px;
}
.menu-footer {
  display: none;
  text-align: center;
  background-color: #050d21;
}
.menu-footer img{
  width: 200px !important;
  margin-top:30px;
  margin-bottom: 30px !important;
  margin-left: 0% !important;
}
#header {
  transition: background-color 0.5s; /* Animation douce de changement de couleur */
  border-bottom: 1px solid #80808024;
  background-color: #000000a3;
}
.container {
  background-image: url("../images/hero-bg.jpg");
  background-size: cover;
  background-color: black;
}
.container2 {
  overflow: hidden;
  background-color: whitesmoke;
  background-image: repeating-linear-gradient( 45deg, rgba(127, 127, 127, 0.1) 0px, rgba(162, 162, 162, 0.1) 1px, transparent 1px, transparent 5px );
}
.container-contact {
  background-image: url("../images/fond-contact.jpg");
  background-size: cover;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;

}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top:30px;
  font-size: 3rem;
}

.heading_container h2 span {
  color: #f5901e;
}

.heading_container p {
  margin:10px;
  min-height: 100px;
  font-size: 20px;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 50px 0px 100px 0px;
}
.btn-mn{
  padding: 3px 7px 3px 7px;
  background-color: #0000007d;
  border-radius: 5px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about-title {
  display: flex;
  justify-content: space-evenly;
}

.tokenomics-title {
  display: flex;
  justify-content: center;
}

/*header section*/

.dropdown-toggle::after {
  display: none; /* Désactiver le chevron par défaut de Bootstrap */
}

.nav-link .chevron {
  transition: transform 0.3s ease;
}

.dropdown.show .chevron {
  transform: rotate(180deg);
}

.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #00204a;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 5px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  color:white;
  font-size: 16px;
  letter-spacing: 1px;
}
.header_section img{
  width: 70px;
}

.header_section .container-fluid {
  padding-right: 10%;
  padding-left: 10%;
}


.navbar-brand span {
  font-size: 42px;
  color: #fff;
  font-family: 'Great Vibes', cursive;
  margin-left: -10px;
  text-shadow: 1px 1px 2px black;
}

.custom_nav-container {
  padding: 0;
}


.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  border-radius: 5px;
  transition: all 0.3s;
  border: 2px solid rgba(83, 115, 176, 0);
  margin-left: 10px;
  font-size: 30px;
  font-family: 'Great Vibes', cursive;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.nav-item a:hover {
  color: #677f97 !important;
  transition: 0.3s;
}
.nav-link.active {
  color: #677f97 !important; /* Couleur du texte quand actif */
  border: 2px solid rgba(103, 127, 151, 0.68) !important; /* Bordure quand actif */
}



.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: bold;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #5373b0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #797979;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #797979;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

#lang-select button {
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}
.nav-link i{
  font-size: 16px;
  color: #bcbcbc;
}



/*end header section*/

/*CORPS SITE*/
#contactForm {
  display: flex;
  flex-direction: column;
}

#contactForm label {
  margin-bottom: 5px;
}

#contactForm input, #contactForm select, #contactForm textarea {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#contactForm button {
  background-color: #fff;
  padding: 15px;
  color: #333;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
#contactForm button:hover {
  opacity:0.8;
}


.formulaire-flex {
display:flex;
margin: 0% auto 5% auto;
}
.title-flex {
margin-top:10%;
}

/*accueil*/

.accueil {
  height: auto;
}
.flex-accueil {
  display: flex;
  justify-content:space-around;
}
.txt-accueil {
  width: 100%;
  margin-top: 100px;
  padding:50px;
  display: flex;
  justify-content: right;
  font-family: 'AdineKirnberg-Script', cursive;
  flex-direction: column;
  margin-left: 35%;
}

.txt-accueil h1{
  color: whitesmoke;
  text-align: center;
  font-size: 160px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: 'Allura', cursive;
  text-shadow: 1px 1px 2px black;
}
.txt-accueil h2{
  color: whitesmoke;
  text-align: center;
  font-size: 72px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: 'Great Vibes', cursive;
  text-shadow: 1px 1px 2px black;
}

.zoom-effect {
  cursor: pointer;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out; /* Ajout de la transition pour l'opacité */
  transform: scale(0.1); /* Taille initiale */
  opacity: 0; /* Opacité initiale */
}
.zoom-effect2 {
  cursor: pointer;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out; /* Ajout de la transition pour l'opacité */
  transform: scale(0.1); /* Taille initiale */
  opacity: 0; /* Opacité initiale */
}

.flex-service {
  display: flex;
  justify-content: space-around;
  padding: 100px 50px 100px 50px;
}

.about {
  margin: auto;
}
.service h1{
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 100;
  padding: 25px;
  letter-spacing: 1px;
  margin: 0;
  font-family: 'Great Vibes', cursive;
}
 .service {
  width: 30%;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 20px;
  background-color: #677f977a;
  cursor:pointer;
  transition:0.5s;
 }

 .service:hover {
  background-color: #677f97;
 }

/*Qui suis-je?*/

.accueil-qui {
  background-image: url("../images/qui.jpeg");
  background-size: cover;
  background-color: black;
  background-position: center center; /* Assure que l'image reste centrée horizontalement et verticalement */
  background-repeat: no-repeat; /* Empêche l'image de se répéter */
}

.title-qui {
  padding:100px 0px 50px 0px;
}
.title-qui h1{
  color: #fffc;
  font-size: 70px;
  text-align: center;
  padding: 15px 0px 20px 0px;
  background-color: #00000085;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  letter-spacing: 1px;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  margin-top: 165px;
}
.txt-qui {
  padding:30px 0px 150px 0px;
}
.txt-qui p{
  color: #fffc;
  font-size: 22px;
  text-align: center;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100% ), linear-gradient( to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100% );
  background-blend-mode: multiply;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  font-weight: 100;
  padding: 30px 100px 30px 100px;
  letter-spacing: 1px;
}
.flex-qui-txt {
  background-image: url("../images/scene.jpg");
  background-size: cover;
  background-color: black;
  background-position: center center; /* Assure que l'image reste centrée horizontalement et verticalement */
  background-repeat: no-repeat; /* Empêche l'image de se répéter */
  padding: 100px 50px 50px 50px;
  overflow: hidden;
}
.qui-txt {
  display: flex;
  justify-content: space-between;
  background-color: #070707c9;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 20px;
  margin-bottom:20px;
}
.qui-txt2 {
  display: flex;
  justify-content: space-between;
  background-color: #070707c9;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 20px;
  margin-bottom:20px;
}
.texte-qui {
  display: flex;
  justify-content: center;
  padding:30px;
}
.qui-txt p {
  color: #fffc;
  margin: auto 50px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: justify;
}
.qui-txt2 p {
  color: #fffc;
  margin: auto 50px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: justify;
}
.qui-txt img {
  width: 350px;
  border-radius: 200px;
  margin: 50px 50px 50px 0px;
}
.qui-txt2 img {
  width: 350px;
  border-radius: 200px;
  margin: 50px 0px 50px 50px;
}
.distrib-a {
  transform: translateX(-100%);
  transition: transform 2s, opacity 0.5s;
  opacity: 0;
  justify-content: center;

}
.distrib-b {
  transform: translateX(100%);
  transition: transform 2s, opacity 0.5s;
  opacity: 0;
  justify-content: center;

}


.mail-test {
  margin-top:100px;
}


/* Contact */
.flex-contact {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.champ-text {
  display: flex;
  flex-direction: column;
}
.champ-text input {
  margin: 5px;
  padding: 10px;
  width: 300px;
  background-color: #ffffffb5;
  color: black;
  border: 1px solid #595959;
}
.champ-text input[type="text"]:focus {
  outline: none;
  border: 1px solid rgb(159, 159, 159);
}
.champ-text input[type="email"]:focus {
  outline: none;
  border: 1px solid rgb(159, 159, 159);
}
.champ-message, textarea[id="message"]:focus {
  outline: none;
  border: 1px solid rgb(159, 159, 159);
}
.mail-base {
  display: flex;
flex-direction:column;
}
.mail-base h1{
  text-align: center;
  color: #ffffffc4;
  margin-bottom: 50px;
  font-family: 'Great Vibes', cursive;
  font-size: 70px;
  font-weight: 400;
}
.champ-message, textarea {
  width: 600px;
  height: 250px;
  padding: 15px;
  background-color: #ffffffb5;
  color: black;
  border: 1px solid #595959;
  outline: none;
  margin-bottom: 30px;
}

.champ-categorie {
  display: flex;
  justify-content: center;
}
.champ-categorie select{
  background-color: #ffffffb5;
  color: black;
  font-size: 16px;
  padding: 12px;
  width: 300px;
  height: 50px;
  margin: 5px;
  padding: 10px;
}
.mail-send {
  display: grid;
  justify-content: center;
  padding:50px;
  color:rgb(255, 255, 255);
  padding:150px 0px 200px 0px;
}
.mail-send h1{
  font-family: 'Great Vibes', cursive;
  font-size: 70px;
  font-weight: 400;
  margin-top:50px;
}
.pave-txt {
  display: grid;
  justify-content: center;
  margin: 0px 30px 0px 30px;
}
.pave-txt button {
  background-color: #fffffff5;
  border: none;
  padding: 10px;
  width: 150px;
  border-radius: 5px;
  margin: auto;
  color: #484848;
}
/* Cours et stage */

.cours {
  background-image: url("../images/cours.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
  min-height: 700px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.cours-txt{
  padding: 100px 150px 0px 150px;
}
.cours-txt h2 {
  color: #2b2b2b;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.cours-txt p {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.btn-contact {
  margin-top:50px;
  margin-bottom:100px;
  display: flex;
  justify-content: center;
}
.btn-contact a {
  padding: 20px 50px 25px 50px;
  background-color: #557fa5;
  color: white;
  margin: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  font-size: 18px;
  transition: 0.5s;
  cursor: pointer;
  border: 3px solid #e9eef3;
}
.btn-contact a:hover {
  background-color: rgb(105, 105, 105);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: none;

}

/* Presations */

.ouverture {
  background-image: url("../images/ouverture-de-bal.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  min-height: 700px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.flex-ouverture {
  padding:50px;
}
.flex-ouverture h1{
  margin-top: 150px;
  color: white;
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 112px;
  font-weight: 400;
  text-shadow: 1px 1px 2px black;
}
.cours {
  padding:50px;
}
.cours h1{
  margin-top: 150px;
  color: white;
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 112px;
  font-weight: 400;
  text-shadow: 1px 1px 2px black;
}
.spectacle {
  background-image: url("../images/fond-spectacle.jpg");
  background-size: cover;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 700px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.flex-spectacle {
  padding:50px;
}
.flex-spectacle h1{
  margin-top: 150px;
  color: white;
  text-align: center;
  font-family: 'Great Vibes', cursive;
  font-size: 162px;
  font-weight: 400;
  text-shadow: 1px 1px 2px black;
}
.txt-spectacle {
  padding: 100px 150px 0px 150px;
}
.txt-spectacle h2 {
  color: #2b2b2b;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.txt-spectacle p {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.txt-ouverture-acc {
  padding: 100px 100px 50px 100px;
}
.txt-ouverture-acc h2{
  color: #2b2b2b;
  font-size: 26px;
  text-align: center;
  margin-bottom:30px;
}
.txt-ouverture-acc p{
  color: #2b2b2b;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.tarifs {
  display: flex;
  justify-content: space-around;
  margin: 50px 50px 100px 50px;
}
.tarifs h2{
  text-align: center;
  color: #557fa5;
  font-size: 40px;
  background-color: #557fa521;
  padding: 10px;
}
.tarifs h1{
  text-align: center;
  background-color: rgb(85, 127, 165);
  padding:20px;
  color:white;
  font-size: 20px;
  margin:auto;
}
.txt-pack{
  padding: 20px 50px 20px 50px;
  justify-content: center;
  display: grid;
  text-align: center;
}
.tarifs i{
  margin-right:10px;
}
.pack1 {
  background-color: white;
  width: 33%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin: auto;
}
.pack2 {
  background-color: white;
  width: 33%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.pack3 {
  background-color: white;
  width: 30%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin: auto;
}
#rix {
  font-size: 16px;
  font-style: italic;
  color: gray;
  margin-top: 10px;
  text-align: justify;
}


/* footer section*/

.footer_section {
  position: relative;
  background-color: #070707;
  text-align: center;
  padding: 50px 0px 50px 0px;
  border-top: 1px solid #80808024;
}

.footer_section img{
  width: 30px;
  margin-bottom:3px;
}

.footer_section p {
  color: #dddddd;
  padding: 30px;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.insta-icon {
  color: #a6a6a6;
  font-size: 30px;
  margin:0px 20px 0px 20px;
}
.mail-icon {
  color: #a6a6a6;
  font-size: 30px;
  margin:0px 20px 0px 20px;
}
.telegram-icon:hover {
  color: #fbfbfb;
}
.twitter-icon:hover {
  color: #fbfbfb;
}
.mail-icon:hover {
  color: #fbfbfb;
}
