html,
body {
  background-color: #FFFEF9;
  font-family: "Inter", sans-serif;
}

h1,
h2 {
  font-family: "Roboto Condensed", sans-serif;
}

header hr {
  margin-top: 10px;
  display: block;
  color: #FFFEF9;
}

.croute {
  margin-top: 20px;
  margin-bottom: 8px;
  border-bottom: solid 3px #F45D05;


}

.img-nav {
  width: 10%;
  height: auto;

}

.navbar-nav * {
  font-weight: bold;
  backdrop-filter: blur(1px);
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 0%;

}

.navbar-nav .nav-active {
  color: #F45D05;
}

header {
  padding: 45px;

}

.navbar {
  background-color: #FFFEF9;
  box-shadow: 0 8px 12px -8px rgba(65, 30, 5, 0.567);
}

.navbar.fixed-top {
  z-index: 1030;
}

.P2_titre1 {
  float: left;
  margin-left: 20px;

}


.P2_div1 {
  gap: 20px;
  margin-right: 70px;
  float: right;
  margin-left: 0;
  margin-top: 5%;
  display: flex;
}

.P2_div1>img {
  max-width: 100%;
  max-height: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.IndexZigZag {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 80px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.zigzag-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.zigzag-item.reverse {
  flex-direction: row-reverse;
}

.zigzag-text {
  flex: 1;
}

.zigzag-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #222;
}

.zigzag-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.zigzag-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.zigzag-image img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.carousel1 {
  text-align: center;
}

.logoIndexFin {
  width: 60%;
  height: auto;
}

.IndexCartePage {
  text-align: center;
}

.IndexTable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 80px
}

.carte-index {
  flex: 1 1 18rem;
  max-width: 18rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  overflow: hidden;
}

.carte-index .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-img-top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.btnIndex {
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;

  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #ff9f40;
  color: #FFFEF9;
  border-bottom: solid 4px #a4322a;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  transition: background-color 0.3s;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid 4px #ee5700;
  transition: transform 0.5s ease-in-out;
  font-weight: 600;
}

.btnIndex:hover {
  background-color: #ff9f40;
  color: #a4322a;
  border-color: #ff9f40;
  transform: scale(1.02);
}

footer.footer-bandes {
  position: relative;
  width: 100vw;
  height: 200px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: none;
}

footer .band {
  width: 100%;
  height: 20%;
  display: block;
}

footer .footer-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

footer .footer-content p,
footer .footer-content a {
  color: white;
}

footer .footer-content a:hover {
  font-weight: bold;
}

footer .footer-content img {
  width: 35px;
  vertical-align: middle;
}