*{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: "Lato-Regular", sans-serif;
}

  /*------------------------------------------------------ BANNIERE ---------------------------------------------- */


.container {
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url(../assets/img/qui/pexels-laura-paredis-1047081-21255278.webp);
    opacity: 0.85;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #f2f3f2;


}

h1 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    font-family: "Lato-Bold", sans-serif;
}

p {
    max-width: 52ch;
    line-height: 1.5;
    padding: 1em;
    font-size: 1.2rem;
    color: #000000;
    margin-bottom: 20px; 
  }
  

.Button {
    padding: 16px 23px;
    background: #474747;
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.Button:hover {
    background-color: #FFFFFF;
    color: #474747;
}

.Button2 {
    padding: 16px 23px;
    background: #474747;
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 16px;
    border: none;
}

.Button2:hover {
    box-shadow: 0px 2px 10px #242424;
}

body {
    overflow-x: hidden;
    background-color: #f2f3f2;

}

  /*------------------------------------------------------ BANNIERE ---------------------------------------------- */


  /*------------------------------------------------------ PRESENTATION ---------------------------------------------- */

.presentation-section {
    padding: 2% 8%;
    background-color: #f2f3f2;

}

#titreNE {
    font-weight: 600;
    font-size: 2.5rem;
    color: #242424;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
}

#titreNE::after {
    content: "";
    display: block;
    width: 50px;
    margin: 0.5rem auto;
    border-bottom: 2px solid #000;
}

.container-presentation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    align-items: center;
    justify-items: center;
    margin: 2% 0;
}

.presentation-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    text-align: justify;
    max-width: 90%;
}

.presentation-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out;
}




  /*------------------------------------------------------ PRESENTATION ---------------------------------------------- */

  /*------------------------------------------------------ NOTRE HISTOIRE ---------------------------------------------- */
  .history-section {
    text-align: center;
    padding: 3% 10%;
    background-color: #f2f3f2;

}

#titreHistoire {
    font-weight: 600;
    font-size: 2.8rem;
    color: #000;
    margin-bottom: 2rem;
    position: relative;
}

#titreHistoire::after {
    content: "";
    display: block;
    width: 60px;
    margin: 1rem auto;
    border-bottom: 2px solid #000;
}

.timeline {
    position: relative;
    margin: 2rem auto;
    max-width: 900px;
}

.timeline-event {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.timeline-event:nth-child(even) {
    justify-content: flex-end;
}

.event-content {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.event-icon {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 2rem;
}

.event-icon img {
    max-width: 60%;
}

.timeline-event h2 {
    font-size: 1.5rem;
    font-family: "Lato-Bold", sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.timeline-event p {
    font-size: 1rem;
    color: #555;
}

  /*------------------------------------------------------ NOTRE HISTOIRE ---------------------------------------------- */

/*------------------------------------------------------ QUESTION ---------------------------------------------- */


    #question {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 2%;
        background-color: #f2f3f2;

    }
    
    #quest {
        font-size: 3vh;
        font-weight: bolder;
        padding-top: 1%;
        margin: 0; 
        
    }
    
    #aide {
        font-weight: lighter;
        margin-top: 0;
        padding-top: 0; 
        
    }
    
    .Box2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .containerBtn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    
    .Button {
        padding: 16px 23px;
        background: #242424;
        color: #fff;
        border-radius: 15px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    
    .Button:hover {
        background-color: #474747;
        color: #fff;
    }
    
/*------------------------------------------------------ QUESTION ---------------------------------------------- */
    
/* Responsive Design */
@media (max-width: 768px) {
    .container-presentation {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .body {
        background-attachment: unset;
      }
      
    p {
        max-width: 52ch;
        line-height: 1.5;
        padding: 1em;
        font-size: 15px;
        color: #000000;
      }

    .presentation-text {
        max-width: 100%;
    }

    .presentation-image img {
        width: 80%;
        margin: 0 auto;
    }
    .timeline-event {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .event-content {
        width: 80%;
        margin-bottom: 1.5rem;
    }

    .event-icon {
        margin-bottom: 1rem;
    }

    h1 {
        font-weight: 700;
        font-size: 1.7rem;
        color: #000000;
    }
    
    #titreNE {
        font-weight: 600;
        font-size: 1.7rem;
        color: #242424;
        text-align: center;
        margin-top: 1.5rem;
        position: relative;
    }


    #titreHistoire {
        font-weight: 600;
        font-size: 1.7rem;
        color: #000;
        margin-bottom: 2rem;
        margin-top: 1.5rem;
        position: relative;
    }

}
