
.accueil-section {
  position: relative;
  color: white; 
  text-align: center; 
}

.navbar {
  background-color: rgba(255, 255, 255, 0) !important; 
  z-index: 1000; 
}

.navbar-brand {
  color: #fff !important; 
}

.navbar-nav .nav-link {
  color: #fff !important;
}


.navbar-nav .nav-link:hover {
  color: #ddd !important; 
}

.navbar.scrolled {
  backdrop-filter: blur(0px); 
  background-color: #002654 !important; 
}

.navbar.scrolled .navbar-nav .nav-link {
  color: white !important; 
}

.rounded-image {
  border-radius: 5%;
  width: 100%; 
  height: auto; 
}

.same-size-image {
  height: auto;
  max-height: 300px;
}

@media (max-width: 768px) {
  .same-size-image {
    max-height: none;
  }
}

.presentation-title {
  font-size: 24px; 
  color: #333; 
  margin-bottom: 10px; 
}

.presentation-text {
  font-size: 16px; 
  color: #666; 
  line-height: 1.6; 
}

.btn {
  text-align: center;
}




@media (max-width: 992px) {
  .navbar-nav {
    background-color: #002654 !important; 
    text-align: center;
    border: 2px solid #fff; 
    border-radius: 10px;
    padding: 10px;
  }

  .navbar-nav .nav-item {
    display: inline-block; 
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #fff; 
    padding-bottom: 5px;
  }
  .navbar-toggler {
    border-color: #ffffff; 
    border-bottom-color: #fff; 
  }
}


.background-image {
  background-image: url('img/main1.png');
  background-size: cover;
  background-position: center;
  padding: 100px 0; 
}

.navbar-nav .nav-link {
  font-family: Arial, sans-serif;
  color: #151515; 
  font-weight: bold; 
  transition: color 0.3s; 
  font-size: 19px;
}


.navbar-nav .nav-link:hover {
  color: #151515; 
}

.navbar-nav .nav-link {
  position: relative; 
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute; 
  bottom: -5px; 
  left: 0; 
  width: 100%; 
  height: 2px; 
  background-color: #ffffff; 
  transition: all 0.3s;
  opacity: 0; 
}

.navbar-nav .nav-link:hover::after {
  opacity: 1; 
}

.reservation-link {
  display: block;
  text-decoration: none; 
}



.btn-container {
  width: 100%; 
  text-align: center;
}

.btn-reservation {
  color: #fff; 
  border: none; 
  padding: 18px 0;
  border-radius: 0;
  text-decoration: none; 
  transition: background-color 0.3s; 
  width: 100%; 
  background-color: #25D366; 
}

.btn-reservation:hover {
  background-color: #128C7E; 
}


/* 
presentation
 */
.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.presentation-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.presentation-title {
  font-size: 24px;
  font-weight: bold;
}

.presentation-title::after {
  content: ''; 
  display: block; 
  width: 50px; 
  height: 2px; 
  background-color: #e10000; 
  margin-top: 5px; 
}

.service-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #e10000; 
  margin: 10px auto; 
}

.presentation-btn1:hover,
.presentation-btn2:hover {
  background-color: #002654; 
  border-color: #002654; 
  color: #ffffff; 
}


.card {
  transition: background-color 0.3s; 
}

.card:hover {
  background-color: #c50d27;
}

.tarifs {
  list-style: none;
  padding: 0;
  text-align: center; 
}

.tarifs li {
  color: #000;
}

.tarifs li:hover {
  color: #fff;
  cursor: pointer; 
}

.card-body {
  text-align: center; 
}

.card-title {
  color: #000;
}

.card:hover .card-title {
  color: #fff; 
}


.tarif-card-1:hover {
  cursor: pointer;
  background-color: #c50d27; 
}



.btn-reserver {
  background-color: #c50d27; 
  border-color: #c50d27; 
   padding: 10px 20px;
  border-radius: 25px; 
  color: #fff; 
  font-size: 16px;
}

.presentation-btn1 {
  background-color: #c50d27; 
  border-color: #c50d27; 
  padding: 9px 50px; 
  border-radius: 20px; 
  color: #fff; 
  font-size: 16px;
}

.presentation-btn2 {
  background-color: #c50d27; 
  border-color: #c50d27;
  padding: 9px 50px; 
  border-radius: 20px; 
  color: #fff; 
  font-size: 16px;
}


.tarif-card-1:hover .btn-reserver,
.tarif-card-2:hover .btn-reserver,
.tarif-card-3:hover .btn-reserver {
  background-color: #ffffff; 
  border-color: #ffffff;
  color: #c50d27; 
}


.tarif-card:hover .card-body {
  color: #ffffff; 
}

.tarif-card:hover .btn-reserver {
  background-color: #ffffff; 
  border-color: #ffffff; 
  color: #c50d27;
}
  

.btn-reserver:hover {
  background-color: #002654; 
  border-color: #002654; 
  color: #ffffff; 
}

.nos-secteur-text {
  font-size: 18px; 
  color: #333;
  line-height: 1.6; 
  font-family: Arial, sans-serif; 
}


.lignbleu th {
  background-color: #002654;
  color: #ffffff; 
}


.lignbleu {
  background-color: #007bff; 
  color: #fff; 
}

.car-icon {
  max-width: 100%;
  height: auto; 
  width: 50px; 
}

.btn-reserver {
  display: block;
  margin: 0 auto; 
  width: 200px; 
}




/*Avis de client*/


.avis-card .card-body {
  text-align: center;
}

.rating {
  color: #ffc107; 
  font-size: 24px; 
}

.rating .star {
  display: inline-block;
}

.avis-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%; 
}

.avis-title {
  position: relative; 
}

.avis-title::after {
  content: ''; 
  position: absolute; 
  bottom: -5px; 
  left: 50%; 
  width: 50px; 
  height: 2px; 
  background-color: #e10000; 
  margin-left: -25px; 
}



/* haut de footer */
.logo-description {
  background-color: #c50d27; 
  color: white;
  text-align: center;
  padding: 20px 0 30px; 
}

.container-fluid {
  height: 110px; 
}

.logo-description img {
  max-width: 70px;
  height: auto;
  margin-bottom: 10px; 
}

.caption p {
  margin: 0; 
  line-height: 1.5; 
}



/*footer*/


.footer {
  background-color: #002654; 
  color: #fff; 
  padding: 45px 0; 
}

.footer-logo {
  max-width: 150px; 
  height: auto; 
  margin-bottom: 20px; 
  margin-left: 100px;
}

.footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px; 
}

.footer ul {
  list-style: none; 
  padding-left: 0; 
}

.footer ul li {
  margin-bottom: 10px; 
}

.footer ul li a {
  color: #bbb;
  text-decoration: none; 
  transition: color 0.3s; 
}

.footer ul li a:hover {
  color: #fff; 
}

.footer .social-icons {
  list-style: none; 
  padding-left: 0;
}


.footer p {
  margin: 5px 0; 
}

@media (max-width: 768px) {
  .footer .container {
    text-align: center; 
  }

  .footer-logo {
    margin-left: 20px; 
  }
}

/* fleche */
#back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: none;
  background-color: #002654;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}

#back-to-top-btn:hover {
  background-color: #128c7e;
}

#back-to-top-btn i {
  margin-top: 9px;
}



.navbar-brand img {
  max-width: 150px;
  height: auto;
}


@media (max-width: 576px) {
  .row {
    flex-direction: column;
  }
  
  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.btn-reservation {
  font-size: 18px; 
  color: white; 
  text-align: center; 
  line-height: 1.5; 
}

.btn-reservation:hover {
  color: white; 
}

@media (max-width: 576px) {
  .logo-description .col-md-3:nth-child(even),
  .logo-description .col-md-3:nth-child(odd) {
    flex: 0 0 100%;
    max-width: 100%; 
    margin: 0; 
  }
}


/* Style pour la page de chargement */
#loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002654;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
}

#loading-page img {
  max-width: 200px; 
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px); 
  }
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}

.logo-enter {
  animation: fadeIn 1s ease forwards;
}
