/* Styles pour la barre de navigation */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #70B6E5;
}

/* Styles pour la barre de navigation */
body {
  margin: 0;
  padding: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 20px;
  padding: 10px;
  z-index: 9999;
}

/*
.active-bg {
  background-color: #e77738;
  Autres styles de fond souhaités 
}
*/

.navbar ul {
  list-style-type: none;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.navbar ul li.left-align {
  margin-right: auto;
}

.navbar li {
  display: flex;
  align-items: center;
}

.navbar li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 4px;
  transition: background-color 0.5s ease;
}

.navbar li:not(:first-child) a:hover {
  background-color: #e9a85e;
}

.navbar li:first-child a {
  padding-left: 40px;
  transition: transform 0.3s ease;
}

.navbar li:first-child a:hover {
  transform: scale(1.2);
}

.falling-image {
  position: relative;
  top: 0px;
}

.falling-image.animate {
  animation: fallingAnimation 0.8s ease-in-out;
}

@keyframes fallingAnimation {
  from {
    top: -500px;
  }
  to {
    top: 0px;
  }
}

.full-width-image {
  width: 100%;
  position: relative;
  margin-bottom: -25px;
}

.content {
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 100px;
  margin-bottom: -50px;
  max-width: 800px;
  padding: 80px;
}

.title {
  font-size: 2.5em;
  font-weight: bold;
  color: white;
}

.title_sup{
  font-size: 1.2em;
  color: #F5F5F5;
  line-height: 1.5;
}

.divcontent {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.divcontent h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.divcontent p {
  font-size: 1.2em;
  line-height: 1.5;
  color: #666;
}

html {
  scroll-behavior: smooth;
}

.footer {
  background-color: #333;
  color: #fff;
  margin-top: 100px;
  padding: 20px;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  
}

.footer p {
  margin: 0;
}

.footer-links li {
  display: inline;
}

.footer-links li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #fff;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.divcontent h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #D67747;
  margin-bottom: 0px;
  z-index: -999
}

.divcontent h3 {
  font-weight: bold;
  color: white;
}

.divcontent p {
  font-size: 1.2em;
  line-height: 1.5;
  color: #FEE5D7;
  text-align: justify;
}

.image-equipe {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.image-n {
  max-width: 100%;
  height: auto;
}

.image-hist {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.image-hist:hover {
  transform: scale(1.05);
}

.image-equipe:hover {
  transform: scale(1.1);
}

.divcontent2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

}

.divcontent2 h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #333;
  margin-bottom: -20px;
}

.divcontent2 p {
  font-size: 1.2em;
  line-height: 1.5;
  color: #666;
}

.background-change {
    top: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #32271A; /* Remplacez par la couleur de fond souhaitée */
    z-index: -9999999;
}

.background-change1 {
    top: 0;
    left: 0;
    margin-bottom: -100px;
    width: 100%;
    height: 100%;
    background-color: #32271A; /* Remplacez par la couleur de fond souhaitée */
    z-index: -9999999;
}

.video-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

.video-container video {
  width: 100%;
  height: auto;
}

.background-change2 {
  background-image: url('sea.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px; /* Ajustez la hauteur selon vos besoins */
  z-index: -9999999;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;

}

.background-change3 {
    top: 0;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #080b14; /* Remplacez par la couleur de fond souhaitée */
    z-index: -9999999;
}

.join-div {
  background: linear-gradient(to bottom, #32271A, rgba(50, 39, 26, 0));
  height: 50px; /* Ajustez la hauteur selon vos besoins */
  margin-bottom: -30px;
  z-index: 99;

}

.image-gauche {
  margin-right: 10px;
  width:200px; /* Ajuster la marge selon vos besoins */
}

.image-droite {
  margin-left: -10px;
  margin-bottom: -10px;
  width:300px /* Ajuster la marge selon vos besoins */
}