@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=MuseoModerno:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Cookie&display=swap');


.container-full {
    max-width: 1500px;
    width: 100%;
    margin: auto;
  }
.carousel{
    margin-top: 50px;
}

.creator-section {
  padding: 40px 0;
  background-color: #f4f4f4; /* couleur de fond légère pour la distinction */
  border-top: 1px solid #ddd; /* ligne de séparation subtile */
  margin-top: 50px;
}

.creator-photo {
  max-width: 100%;
  height: auto;
  border-radius: 10px; /* coins arrondis pour la photo */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* ombre légère pour un effet lifté */
}

.handwritten-text {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  color: #555; /* Couleur du texte pour un contraste doux */
  line-height: 1.6; /* espacement des lignes pour une meilleure lisibilité */
}
.handwritten-title{
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  color: #555; /* Couleur du texte pour un contraste doux */
  font-size: 50px;
}
.title-selection{
  font-family: "Alex Brush", cursive;
  color: #555; 
  font-size: 50px;
  text-align: center;  
  margin-top: 30px; 
}
@media (max-width: 1200px) {
  .section-presentation{
          display: flex;
          flex-direction: column;
      }
      .img-presentation{
        width: 80%;
        margin-bottom: 30px;
      }
  }


