/** *****************************************
* Style liée à la description du choix de l'IA
******************************************** */

.intro {
    background-color: #f1f1f1;
}

.container {
    max-width: 1000px;
    margin: auto;
    text-align: justify;
    padding: 0 20px;
}

.intro h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 40px;
}

.intro hr {
    border: none;
    height: 1px;
    background-color: #d3d3d3;
    margin: 20px 0;
}

.container>p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 20px;
}


/** *****************************************
* Style des articles
******************************************** */




.article-container {
    display: flex;
    flex-direction: column;
}

.article {
    width: auto; 
}

.article img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}
