.body{
    height: 2000px;
}

.navbar{
    height: 100px;
}

.logo{
    margin-left: 10px;
}

.navb1{
    margin-left: 850px;
}

.texte1{
    margin-top: 80px;
    text-align: center;
}

.container1{
    display: flex;
}

.img1{
    margin-top: 80px;
    margin-left: 50px;
}

.texte2{
    margin-left: 50px;
    margin-top: 180px;
}

.container2{
    display: flex;
}

.img2{
    margin-top: 80px;
    margin-left: 50px;
}

.texte3{
    margin-left: 50px;
    margin-top: 180px;
}

.container3{
    display: flex;
}

.img2{
    margin-top: 80px;
    margin-left: 50px;
}

.texte4{
    margin-left: 50px;
    margin-top: 180px;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.carousel-images img {
  width: 100%;
  flex-shrink: 0;
}
button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(25, 42, 86, 0.7);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
button.prev { left: 10px; }
button.next { right: 10px; }

.diapoCaroussel{
    margin-top: 50px;
}

.texte5{
    margin-top: 50px;
    text-align: center;
}

.footer{
    height: 300px;
    background-color: rgb(15, 30, 60);
    margin-top: 50px;
}

.container4{
   display: flex; 
}

.container5{
    margin-top: 50px;
    display: flex;
}

.footerPage{
    margin-top: 50px;
}
