*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0e0e16;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* fonts */

h1{
  font-size: 2.5rem;
  color: #bc13fe;
}

h2{
  font-size: 2rem;
  color: #bc13fe;
}

h3{
  font-size: 1.75rem;
  color: #bc13fe;
}

h4{
  font-size: 1.5rem;
  color: #bc13fe;
}

h5{
  font-size: 1.25rem;
  color: #bc13fe;
}

h6{
  font-size: 1rem;
  color: #bc13fe;
}



/* fonts end */

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.sr-only{
  display: none;
}

.layout_padding {
  padding: 90px 0;
}

/* header strat */

.heading_container {
  display: flex;   
  flex-direction: column;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #45f882;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_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;
  box-shadow: none;
}

.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  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: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  background-color: #0e0e16; 
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #bc13fe;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  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: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/

/* slider section */

.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
align-items: center;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #bc13fe;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #bc13fe;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #45f882;
}

.slider_section .img-box img {
  width: 100%;
  animation: upDown 5s infinite;
}

/* slider end */

/* service */

.service_section {
  position: relative;
}

.service_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bc13fe;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #45f882;
}

/* service end */

/* À propos de nous */

.about_section {
  height: 100%;
  background-color: #0e0e16;
  color: #45f882;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  animation: upDown 5s infinite;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bc13fe;
  color: #ffffff;
  border-radius: 15px;
  transition: all 0.3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #45f882;
}

/* À propos de nous end */

/* Pourquoi nous */

.why_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: 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: flex;
  justify-content: center;
  margin-top: 45px;
}

.why_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bc13fe;
  color: #0e0e16;
  border-radius: 15px;
  transition: all 0.3s;
  border: none;
}

.why_section .btn-box a:hover {
  background-color: #45f882;
}

/* Pourquoi nous end */

/*metaplace section */

.sub_page_metaplace{
  background-color: #0e0e16;
}

.metaplace{
  display: flex;
  justify-content: center;
  padding: 50px;
  font-size: 5rem;
  color: #ffffff;
}

.image1, .image2, .image3, .image4, .image5, .image6{
  height: 720px;
  width: 1080px;
  border-radius: 75px;
  display: flex;
  transform-style: preserve-3d;
  margin: 0 auto;
  padding: 2.5rem;
}

.btn-metaplace{
  background-color: #bc13fe;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 15px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}

/*metaplace section end*/

/*reserve*/

.res{
padding: 2rem;
  background-color: #0e0e16;
}

.res-filter{
  display: flex;
justify-content: center;
gap: 0.5rem;
margin-bottom: 40px;
}

.res-filter button{
  width: 10%;
}

.title-res{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.card-list {
  list-style-type: none;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); 
  justify-content: center;
  gap: 35px;
  padding: 20px; 
}

.clipped-img {
  width: 100%;
  height: 150px; 
  object-fit: cover;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
}

.card:hover .clipped-img {
  clip-path: circle(75% at center);
}

.content {
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 20px;
}

.card-title {
  font-size: 1.25rem; 
  color: #fff; 
  margin-bottom: 8px; 
}

.card-location {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1px;
  margin-top: auto; 
  color: #45f882;
}

.actions-container {
  margin-top: 10px; 
}

button, .access-button {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  background-color: #45f882;
  color: #222122;
  text-align: center;
  display: block; 
  cursor: pointer;
  text-decoration: none; 
  transition: background-color 0.3s;
}

button:hover, .access-button:hover {
  background-color: #369f6b;
}

/*reserve end*/

/* Avis section start */

.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: flex;    
  flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
}

.client_section .box .img-box img {
  border-radius: 100%;
}

.client_section .box .client_id {
  display: flex;
  justify-content: space-between;
}

.client_section .box .client_id .client_info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.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;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 75px 25px 25px 25px;
}

.client_section .box .detail-box i {
  color: #00204a;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: flex;
  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;
  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;
}

/* Avis section end */

/* page monde */

.article-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.article-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.article-text {
  max-width: 50%;
  padding-right: 20px;
}

.article-image {
  max-width: 40%;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.article-image img {
  width: 100%;
  height: auto;
}

.reserve-button {
  padding: 10px 20px;
  background-color: #bc13fe;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.reserve-button:hover {
  background-color: #bc13fe;
}

.btn-container-res{
  margin-top: 20px;
}

.article-price {
  font-size: 1.5rem;
  color:#45f882;
  margin-top: 10px;
}

.article-description {
  margin-top: 20px;
  color: #45f882;
  line-height: 1.5;
}

/* page monde end */

/* formulaire */

.centrer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.form{
  background-color: #0e0e16;
}

.form-container {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  margin: 30px auto;
  background: #0e0e16;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex; /* Flexbox pour aligner le formulaire */
  flex-direction: column; /* Les éléments du formulaire seront disposés en colonne */
  gap: 15px; /* Espacement entre les champs de formulaire */
}

.form-container p {
  color: #ffffff;
}

.reservation-form input, .reservation-form button {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}

.reservation-form button {
  background-color: #bc13fe;
  color: white;
  font-size: 16px;
}

.reservation-form button:hover {
  background-color: #bc13fe;
}


/* formulaire end */

/* 404 */

.erreur{
  background-color: #0e0e16;
}

.error-template{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250%;
}

.error-template h1{
  font-size: 10rem;
  color: #bc13fe;
}

.btn-btn-primary-btn-lg{
  background-color: #bc13fe;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

/* 404 end */

/* Mention */

.Mention {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;  
  margin-top: 200px;
  margin-left: 100px;
  margin-right: 100px;
}

/* Mention end */

/* animation */

@keyframes upDown {
  0% {
            transform: translateY(-45px);
  }
  50% {
            transform: translateY(45px);
  }
  100% {
            transform: translateY(-45px);
  }
}

/* footer */

.footer_section_layout_padding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0e0e16;
  padding: 20px;
}

.footer_contact_info{
  color: #ffffff;
}

.footer_text{
  color: #ffffff;
}

.footer_bottom_text{
  color: #ffffff;
}

.colorchange{
  color: #ffffff;
}

.colorchange:hover{
  color: #bc13fe;
}

.footer_bottom{
  background-color: #0e0e16;
}

.footer_bottom_text{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal content */

.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 10% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* footer end */

/* animation end */

/* adaptation écran */

@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .hero_area {
    background: linear-gradient(130deg, #231a6f, #0f054c);
  }

  .hero_area .hero_bg_box {
    display: none;
  }

  .slider_section {
    padding: 45px 0 75px 0;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }


}

@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;

  }

  .metaplace{
  flex-direction: column;
  text-align: center;
  }

  .card {
    position: relative;
    color: #45f882;
    background-color: #222122;
    border-radius: 5px;
    overflow: hidden; /* Ensures no content spills out */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out; /* Smooth transformation on hover */
  }
  

  .image1, .image2, .image3, .image4, .image5 ,.image6{
    height: auto;
    width: 500px;
  }

}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }


  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

/* RESPONSIVE */

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
