@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: "Open Sans", sans-serif;
  color: #0c0c0c;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.flex-head-right {
  justify-content: space-between;
  display: flex;
}
/* Section scrool */

#about {
  scroll-margin-top: 70px;
}
#tokenomics {
  scroll-margin-top: 50px;
}
#roadmap {
  scroll-margin-top: 60px;
}
#shill {
  scroll-margin-top: 60px;
}
#chart {
  scroll-margin-top: 60px;
}
#roadmap {
  scroll-margin-top: 60px;
}
.active-l {
  font-weight: bold;
  color:rgb(255, 255, 255) !important;
  background-color: rgb(254, 181, 0);
}

.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;
}
.container {
  max-width: 100%;
  padding-right: 10%;
  padding-left: 10%;
}

.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;
  font-size: 3rem;
  margin:auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

.heading_container h2 span {
  color: #feb500;
}

.heading_container p {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 2;
  margin-bottom: 50px;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          background-image: url("../images/fond.jpg");
          background-size: cover;
          background-repeat: no-repeat; /* Empêche la répétition */
          -webkit-background-size: cover; /* Compatibilité avec Safari */
          background-position: center center;
}

.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;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  color:white;
}
.logtxthead {
  display: flex;
}
.imglog img{
  width: 40px;
  margin-bottom: 4px;
}
.imgtxt img{
  width: 180px;
  margin-left: 10px;
  margin-bottom: 4px;
}

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

.navbar-brand span {
  font-weight: bold;
  font-size: 28px;
  color: #feb500;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
  margin-right: 20px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: whitesmoke;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color:rgb(255, 255, 255) !important;
  background-color: rgba(254, 182, 0, 0.57);
}

.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: #c26100;
}

.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;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#header {
  transition: background-color 0.5s; /* Animation douce de changement de couleur */
  border-bottom: 1px solid #80808036;
  background-color: #00000073;
}
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-top: 100px;
          padding-bottom: 50px;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 18px;
}
.detail-box h4{
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  color: #fdb400;
}
#listing-img {
  width: 30px;
}
.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: auto;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  font-weight: bold;
  font-size: 22px;
  border: 3px solid #ffb600a3;
  background-color: transparent;
  border-radius: 10px;
}

.slider_section .detail-box .btn-box .btn1:hover {
  border: 3px solid #ffb600;
  background-color: #ffb600;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: auto;
  display: flex;
  justify-content: right;
}

.slider_section .img-box2 img {

  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-bottom: 20px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #feb500;
}

.service_section {
  position: relative;
  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 );
}
.spacing {
  height: 100px;
}
.service_section .box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 100px;
  padding: 20px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 20px;
  margin-top: -60px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  font-weight: 600;
  color: #fdb400;
}

.service_section .box .detail-box a:hover {
  color: #ff8000;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}
.token {
  display: flex;
  
}
.token img{
  width: 250px;
  justify-content: center;
  margin:0 auto;
}
.about_section {
  background-image: url("../images/fond-token.jpg");
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 60px;
  margin-top: 30px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row-about {

  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-around;
  margin-top: 50px;
  background-color: white;
  border-radius: 20px;
  border: 3px solid #feb50036;
  margin-bottom: 50px;

}
.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
  text-align: center;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #181818;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  border-radius: 5px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}
.why_section {
  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 );
}
.why_section .box {
  margin-top: 45px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
          
  text-align: center;
}

.why_section .box .img-box {
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 100%;
  border: 5px solid #00204a;
  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;
}

.why_section .box .img-box img {
  width: 55px;
  height: auto;
  fill: #00204a;
}

.why_section .box h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

.why_section .box p {
  margin-bottom: 0;
}

.why_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #007fa4;
}
.container-probit {
  max-width: 100%;
  padding-right: 8%;
  padding-left: 8%;
}
.container-probit a{
  font-size:26px;
  color:white;
}
.container-probit a:hover{
  color: rgb(254, 181, 0);
}
/*private section */
.private_section {
  text-align: center;
  background-image: url("../images/bourse.jpg");
  background-attachment: fixed;
  color: #ffffff;
}
.private_container h2 {
  font-weight: bold;
  font-size: 1.75rem;
}
.private_section2 {
  text-align: center;
  background-color: #181818;
  color: #ffffff;
}
.presale-btn {
  display: flex;
  justify-content: center;
  margin-top:50px;
}
.presale-btn p{
  color:white;
  border:3px solid #42676b;
  padding:20px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.5s;
}
.presale-btn p:hover {
  background-color: #42676b;
}
/*private section end*/



/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}
.client_section {
  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 );
}
.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  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;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 0px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.detail-box b {
  color: #feb500;
}

.client_section .box .client_id .client_info p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
  border-radius: 15px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  color: #00204a;
}

/* client section end */
.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  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;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/

.footer_section {
  position: relative;
  background-color: #1f1f1f;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-image: repeating-linear-gradient( 45deg, rgba(127, 127, 127, 0.1) 0px, rgba(162, 162, 162, 0.1) 1px, transparent 1px, transparent 5px );
}

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

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

.footer_section p a {
  color: inherit;
}

.telegram-icon {
  color: #a6a6a6;
  font-size: 30px;
  margin: 0px 50px 0px 50px;
}
.twitter-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;
}

/* News letter */

.barre-social {

  display: flex;
  background-color: #3d3d3d;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;

}
.news-letter {
  display: flex;
  justify-content:space-around;
  margin: auto;
} 
.news-txt {
  margin:auto;
}
.news-txt p{
 color: #a6a6a6;
 font-size:18px;
}
.news-email {
  margin:auto;
}
.news-logo {
  margin:auto;
  justify-content: center;
  display: flex;
}
.news-txt i{
  font-size: 22px;
  margin-right: 20px;
}
.subscription-form {
  padding: 10px;
  justify-content: center;
  display: flex;
  margin-left: 50px;

}

.news-email input[type="email"] {
  padding: 10px;
  margin-right: 8px;
  border: 1px solid #6a6a6a;
  border-radius: 4px;
  width: 300px;
  outline: none;
  background-color: #48484891;
  color:white;
  margin-top: 0px;
}

.news-email input[type="email"]:focus {
  border-color: #ffffff;
}

button {
  padding: 10px 20px;
  background-color: #737373;;
  color: white;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}


.social {
  margin:auto;
}

.footer-link {
  display: flex;
  justify-content: space-around;
  padding:20px 50px 50px 50px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.mod-link {
  width: 30%;
  justify-content: center;
  display: grid;
  min-width: 200px;
}
.mod-link a{
  padding:5px;
  text-align: left;
  color: #a6a6a6;
}
.mod-link a:hover{
  color: #ffffff;
}
.copyright {
  padding:30px;
}
.copyright p{
  color:rgba(255, 255, 255, 0.512);
}
.copyright a:hover{
  color:white;
}
#copy-will {
  width: 20px;
}

.hr-footer {
  width: 80%;
  border: 1px solid #80808070;
  margin:25px;
  display: none;
}

.slider-part h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0;
  color: whitesmoke;
}
.slidespart img {
  height: 200px; /* Pour conserver les proportions */
  opacity: 0.5;
}
.slider-part {
  position: relative;
  width: 100%;
  overflow: hidden; /* Empêche les éléments hors du cadre visible de s'afficher */
  background-color: #1f1f1f;
  background-image: repeating-linear-gradient(
    45deg, 
    rgba(127, 127, 127, 0.1) 0px, 
    rgba(162, 162, 162, 0.1) 1px, 
    transparent 1px, 
    transparent 5px
  );
}

.slidespart {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-part {
  flex: 0 0 33.333%; /* Chaque diapositive occupe exactement un tiers (33.333%) de l'espace visible */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* countdown */

#countdown {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

#countdown div {
  padding: 10px;
  margin: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: #00204a;
  font-size: 22px;
  font-weight: bold;
  width: 50px;
}

/* Slide-top */

.slider-top {
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
  transform: translateY(-100%);
  transition: transform 1s, opacity 0.5s;
  opacity: 0;
  text-align: center;
  color: white;
  font-size: 24px;
}

/* Caractéristiques token */

.token-cara {
  margin-top:50px;
}
.flex-cara {
  display: flex;
  justify-content: space-between;
  margin-bottom:5px;
  color:rgb(255, 255, 255);
}
.flex-cara img{
  height: 25px;
}
.cara1 {
background-color: #181818;
padding:10px 10px 10px 20px;
width: 50%;
border-radius: 5px 0px 0px 5px;
}
.cara2 {
  background-color: #0000008a;
  padding:10px;
  width: 100%;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  }
.btn-cara {
  display: flex;
  justify-content: center;
}
  .btn-cara a{
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
  text-align: center;
  width: 100%;
  }
  .token-chart{
    display: flex;
    justify-content: center;
  }
  .token-chart img{
    width: 68.2%;
  }
.info-chart {
  display: flex;
  justify-content: space-around;
  padding-right: 20px;
  text-align: center;

}
.chart1 {
  background-color: #41656987;
  padding:10px;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
}
.chart2 {
  background-color: #94bec2;
  padding:10px;
  width: 100%;
}
.chart3 {
  background-color: #c26100;
  padding:10px;
  width: 100%;
}
.chart4 {
  background-color: #f8b10078;
  padding:10px;
  width: 100%;
  border-radius: 0px 5px 5px 0px;
}
.flex-mcap {
  display: flex;
}
/* distribution */

.distribution {
  width: 100%;
  margin-bottom: 50px;
  overflow-x: hidden;
  margin-top: 75px;
}
.distribution h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom:70px;
  margin-top: 50px;
}
.distribution h5{
  font-size: 16px;
  font-weight: bold;
  background-color: #181818;
  border-radius: 5px;
  padding: 8px 10px 5px 10px;
}

.flex-distrib1 {
  display: flex;
  justify-content: space-around;
  margin-bottom:90px;
}
.flex-distrib2 {
  display: flex;
  justify-content: space-around;
  margin-bottom:30px;
}

.distrib-a {
  background-color: #41656987;
  border-radius: 15px 0px 0px 0px;
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 1s, opacity 0.5s;
  opacity: 0;
  width: 49%;
}
.distrib-b {
  background-color: #f8b10078;
  padding: 20px;
  border-radius: 0px 15px 0px 0px;
  transform: translateX(100%);
  transition: transform 1s, opacity 0.5s;
  opacity: 0;
  width: 49%;
}
.distrib-c {
  background-color: #c2610036;
  padding: 20px;
  border-radius: 0px 0px 0px 15px;
  transform: translateX(-100%);
  transition: transform 1s, opacity 0.5s;
  opacity: 0;
  width: 49%;
}
.distrib-d {
  background-color: #ffb60036;
  padding: 20px;
  border-radius: 0px 0px 15px 0px;
  transform: translateX(100%);
  transition: transform 1s, opacity 0.5s;
  opacity: 0;
  width: 49%;
}

.title-dist {
  display: flex;
  justify-content: space-between;
}
.title-dist img{
  width: 20px;
  margin-bottom: 6px;
}

.distrib-a h4{
  font-size: 20px;
  font-weight: bold;
}
.distrib-b h4{
  font-size: 20px;
  font-weight: bold;
}
.distrib-c h4{
  font-size: 20px;
  font-weight: bold;
}
.distrib-d h4{
  font-size: 20px;
  font-weight: bold;
}

.info-dist1 {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom:5px;
  background-color: #181818;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
}
.info-dist2 {
  display: flex;
  justify-content: space-around;
  background-color: #181818;
  padding: 10px;
  margin-bottom:10px;
  border-radius: 0px 0px 5px 5px;
}

.info-dist1 > div {
  width: 100%;
  text-align: center;
}
.info-dist2 > div {
  width: 100%;
  text-align: center;
}

.txt-dist {
  margin-top:30px;
}
.txt-dist p{
  color: #ffffffad;
}

/* chart / buy */


.chart {
  width: 100%;
  height: 1010px;
  opacity: 0.9;
}

iframe {
  border: none; /* Supprime les bordures */
  width: 100%;
  height: 100%; /* S'adapte à la taille du conteneur parent */
  background-color: whitesmoke;
}


/*RANKING*/

.title-holders {
  display: flex;
  justify-content: space-evenly;
}
.logo-holders img {
  height: 200px;
  justify-content: center;
}

.ranking {
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  margin-top: 50px;
  margin-bottom: 50px;
  transform: translateY(25%);
  transition: transform 0.5s, opacity 0.5s;
  font-weight: bold;
  color: #000000b0;
  opacity: 0;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 10px;
}
.ranking img{
  height: 50px;
}
.rank1 {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding:10px;
}
.rank1 > div{
  justify-content: center;
  margin: auto;
  display: grid;
  width: 100%;

}
.rank1 p{
  margin-bottom: auto;
  margin-top: auto;
}
.rank2 {
  display: flex;
  justify-content: space-between;
  background-color: rgb(245, 245, 245);
  padding:10px;
}
.rank2 > div{
  justify-content: center;
  margin: auto;
  display: grid;
  width: 100%;
}
.rank2 p{
  margin-bottom: auto;
  margin-top: auto;
}

.holder-btn {
  display: flex;
  justify-content: center;
  margin-top:50px;
}
.holder-btn p{
  color:white;
  background-color: #42676b;
  padding:20px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.5s;
}
.holder-btn p:hover {
  background-color: #42676bb8;
}

/* Partners */

.partners {
  display: flex;
  justify-content: space-around;
  padding-top:30px;
  padding-bottom:30px;
}
.partners img{
  width: 150px;
  opacity: 0.5;
}
.partners img:hover{
  opacity: 1;
  scale: 1.1;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.content-sphere {
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 50%; /* Makes it round */
  width: 60%;
}
.rotating-image {
  width: 100%;
  height: 100%;
  border-radius: 50%; /* Makes it round */
  animation: rotate infinite 120s linear; /* Infinite rotation */
}
.rotating-image2 {
  width: 100%;
  height: 100%;
  border-radius: 50%; /* Makes it round */
}
.fixed-center-image {
  position: absolute; /* Positions this image relative to the container */
  top: 50%; /* Moves it to the center vertically */
  left: 50%; /* Moves it to the center horizontally */
  transform: translate(-50%, -50%); /* Corrects for the image's own dimensions */
  width: 50px !important;
}

.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 */
}

/* Opacity style image */
.blinking-image {
  animation: pingPongFade 3s infinite; /* Animation infinie de 2 secondes */
}

/* Animation de clignotement */
@keyframes pingPongFade {
  0% {
      opacity: 1; /* 100% */
  }
  10% {
      opacity: 0.91; /* 91% */
  }
  20% {
      opacity: 0.73; /* 73% */
  }
  30% {
      opacity: 0.55; /* 55% */
  }
  40% {
      opacity: 0.37; /* 37% */
  }
  50% {
      opacity: 0.1; /* 10% */
  }
  60% {
      opacity: 0.37; /* 37% */
  }
  70% {
      opacity: 0.55; /* 55% */
  }
  80% {
      opacity: 0.73; /* 73% */
  }
  90% {
      opacity: 0.91; /* 91% */
  }
  100% {
      opacity: 1; /* Retour à 100% */
  }
}


.footer-slide {
  background-color: #181818;
  border-bottom: 1px solid #80808078;
  border-top: 1px solid #80808078;
  padding:10px;
}
.flex-footer-slide{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex-footer-slide p {
  color: #feb500;
  font-size: 20px;
  margin-right:20px;
  margin-top:0.6em
}
.flex-footer-slide h1 {
  font-size: 30px;
  margin-top: 0.3em;
}
.flex-footer-slide i {
  font-style: normal;
}
.annee {
  display: flex;
  justify-content: center;
  border-right: 1px solid #feb500;
  width: 33.3%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-family: roboto;
}
.client {
  display: flex;
  justify-content: center;
  width: 33.3%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-family: roboto;
}
.formation {
  display: flex;
  justify-content: center;
  border-right: 1px solid #feb500;
  width: 33.3%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-family: roboto;
}
#token-price {
  font-size: 16px;
  color: rgb(254, 181, 0);
  margin:auto;
}
.price-img img{
  width: 25px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.token-ffa img{
  width: 200px;
}
.flex-prediction {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.buy-price {
  margin-right: 25px;
  display: flex;
  background-color: black;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid #80808091;
  position: relative;
}
.buy-price:hover {
  background-color: rgb(254, 181, 0);
}
.price-div {
  display: flex;

}


.price-div2 {
  display: flex;
  position: absolute;
  opacity: 0;
  margin-top: 1.5px;
}
.price-div2 a {
    font-size: 16px;
  color: rgb(255, 255, 255);
  margin:auto;
  font-weight: bold;
}
.buy-price:hover .price-div {
  opacity: 0; /* Cache la première div au survol */
}

.buy-price:hover .price-div2 {
  opacity: 1; /* Affiche la deuxième div au survol */
  z-index: 1;
}



.wallet-tokeno {
  margin-top: 25px;
}
.wallet-tokeno a{
  color: #feb5009c;
}
.wallet-tokeno a:hover {
  color:orange;
}



        .timeline {
           position: relative;
  width: 100%;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
  border: 1px solid #c4c4c44d;
  padding: 20px;
  border-radius: 8px;
  border: 3px solid #feb50036;
  margin-top: 50px;
  margin-bottom: 50px;        }
        .line {
            position: relative;
            height: 4px;
            background: #feb5004f;
            margin: 20px 0;
            z-index: 1;
        }
        .marker {
          position: absolute;
          top: 38px;
          width: 8px;
          height: 8px;
          background: #feb500;
          border-radius: 50%;
          transform: translateX(-50%);
          z-index: 2;
        }
        .label {
          position: absolute;
          top: -60px;
          transform: translateX(-50%);
          font-size: 16px;
          font-weight: bold;
          color: #80b522;
          background: #fff;
          padding: 10px 30px;
          border-radius: 100px;
          display: flex;
          border: 1px solid #feb5004d;
        }
        .price, .mcap {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        .price span, .mcap span {
            font-size: 14px;
            color: #55555573;
            margin-top: 25px;
        }
        .label img {
          width: 20px;
          margin-top: 2px;
          height: 20px;
          margin-left: 2px;
        }
.marker span {
margin-left: -14px;
}

.cara10 {
height:10px;
}

.disclamer {
  display: flex;
  background-color: #feb500;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 10px 50px 10px 50px;
  border-radius: 5px;
  border: 3px solid #ffffff70;
  margin-bottom: 50px;
  font-style: italic;
  color: white;
  text-align: left;
}
#disclamer1, #disclamer2 {
  display: inline; /* Rend les paragraphes en ligne avec les autres éléments */
}
#prog{
  font-size: 15px;
  margin-left: 2px;
  margin-right: 2px;
  color: #ffffff;
}
.disclamer b {
  color:white;
}
.disclamer p{
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: #ffffff;
  margin: auto;
  text-align: left;
}
.disclamer i{
  color: rgb(255, 255, 255);
  margin: auto;
  font-size: 40px;
}
.disclamer-offi {
  background-color: #3d3d3d;
  padding: 10px 50px;
}
.disclamer-offi p{
  color: #ffffff96;
  font-size: 11px;
  font-style: italic;
}

.disc-alert{
  margin-right: 50px;
}
.btn-probit {
  background-color: #ffffff80;
  padding: 10px;
  margin-top: 70px;
  border-radius: 500px 500px 0px 0px;
  border: 1px solid #ffffff52;
  border-bottom: none;
  cursor: pointer;
}
.btn-probit:hover {
  background-color: #feb500b5;
  border:1px solid #feb500b5;
  border-bottom: none;
  transition: 0.3s;
}
.btn-probit a {
  color:white;
}
.btn-probit a:hover {
  color:white;
}
.btn-probit p {
  margin-bottom: 0; 
}
.btn-probit p:hover {
color:white;
}
.flex-btn-menu {
  display: flex;
  justify-content: center;
  margin: auto;
}
.menu-footer {
  display: none;
  text-align: center;
  background-color: #1f1f1f;
}
.menu-footer img{
  width: 200px !important;
  margin-top:30px;
  margin-bottom: 30px !important;
  margin-left: 0% !important;
  opacity: 0.3;
}
.animated-link {
  display: inline-block; /* Assure que l'animation s'applique correctement */
  font-size: 1rem; /* Taille de base du texte */
  transition: color 0.3s ease; /* Transition douce pour la couleur */
  animation: pulse 2s infinite ease-in-out; /* Animation pulsation */
}
/* Animation pour le grossissement et rétrécissement */
@keyframes pulse {
  0%, 100% {
    transform: scale(1); /* Taille normale */
  }
  50% {
    transform: scale(1.05); /* Grossissement léger */
  }
}
.content-price {
  margin:auto;
}