.carousel-item {
    height:400px;
    width: 100%;
    
    
  }
  .carousel-item img {
    height: 400px;
   
    
  }

  .nav-item:hover .dropdown-menu {
    display: block;
  }
  .section-background {
    background-image: url('../img/headerbat.png');
    background-size: cover;
    background-position: center;
    filter: brightness(1);
    
  }
  .titre{
    color: rgb(65, 71, 5);
    text-align: center;
  }
 
  h1{
    font-style: bold;
    font-weight: bold;
    text-align: center;
  }
  .fw-bold{
    color: brown;
  }

  .row{
    background-color: aliceblue;
  }

  .ramassage_livres{
    font-style: italic;
    color: brown;
    text-align: justify;
  }
  .cours{
    color: coral;
   
  }
h2 {
  text-align: left;
}
.cours h3 {
  font-style: oblique;
  color: blue;
  text-align: justify;
}
.atelier h3{
  text-align: left;
}
.cours h1{
  text-align: center;
}

.cours h2{
  text-align: center;
}
h3{
  text-align: center;
}

p{
  text-align: justify;
}

.carousel-item p{
  color: brown;
  text-align: center;
}
.col-md-6{
  text-align: center;

}
span{
  color: blueviolet;
  font-weight: bold;
  
}
.atelier ul{
  text-align: left;
}