main {
    max-width: 100vw;
    padding: 0;
}

header {
    margin: 0;
}

.title-section {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 5rem; */
    background-image: url("../IMG/ajax2.webp");
    background-position: center;
    background-size: cover;
    height: 500px;
}

.title-section h1 {
    font-size: 4rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #212121;
    margin-top: -20rem;
}

.title-section h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #212121;
}

/* -------------------------------- */
.description-article {
    max-width: 90%;
}

.description-article p{
    text-align: justify;
}

.description-article section {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-top: 4rem;
}

.description-article section article{
width: 50%;
}

.description-article-title {
    text-align: center;
}

.description-article-title h2 {
    font-size: 2rem;
    color: #118bee;
}
.description-article-title h3{
    font-size: 1.4rem;
    font-weight: 500;
    color: #212121;
}

.separateur {
    width: 150px;
    border-bottom: solid  #118bee;
    height: 50px;
    margin: 0 auto;

}

.img-unv {
    background-image: url("../IMG/unv.webp");
    background-position: center;
    background-size: cover;
    height: 550px;
    width: 500px;
    border-radius: 20px;
}

/* -------------------------------- */

.caracteristique-section-first {
    max-width: 90%;
}

.caracteristique-section-first h2 {
    color: #118bee;
}

.caracteristique-section-article {
    /* background-image: url("../IMG/ajax3.webp");
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%; */
    position: relative;

}

.article-mpmc {
    background: #118bee;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 2rem;
}

.article-mpmc h3 {
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    margin-top: 1.2rem;
}

.article-mpmc h4 {
    font-size: 2rem;
    margin: 0;
    padding: 0;
margin-bottom: 1.2rem;
}

/* --------------------------------------------- */

.article-description-trois {
    margin-top: 4rem;
    max-width: 90%;
    display: flex;
    justify-content: center;
    gap: 5rem;
}

.article-description-trois-1div {
max-width: 50%;
text-align: justify;
}

.article-desc-img {
    background-image: url("../IMG/voleur.webp");
    background-position: center;
    background-size: cover;
    height: 650px;
    width: 500px;
    border-radius: 20px;
}

/* --------------------------------------------- */



.caracteristique-div1 {
    position: absolute;  
    top: 50%;
  /* left: 50%; */
  transform: translate(50%, -50%);
}

.caracteristique-section-article div ul li {
    color: white;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.caracteristique-section-article div ul li p {
    font-size: 1.2rem;
}
.ndaa-div {
    position: absolute;
    top: 90%;
    color: white;
    left: 45%;
    transform: translate(50%, -10%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.ndaa-div div:nth-child(2) p{
    margin: 0;
    padding: 0;
}

.section-title{
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0;
    color: #118bee;
}


@media screen and (max-width: 1200px) {
    body > main > section.title-section {
        
    }
    body > main > section.title-section > h1 {
        font-size: 2rem;
        text-align: center;
        margin-top: -18rem;
    }

    body > main > section.title-section > h2 {
        font-size: 1.8rem;
        text-align: center;
        font-weight: normal;
    }

    body > main > section.caracteristique-section > article.description-article > section > article {
        width: 100%;
    }
    body > main > section.caracteristique-section > article.description-article > section > article {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    body > main > section.caracteristique-section > article.description-article > section > div {
        width: 100%;
        height: 300px;
    }
    body > main > section.caracteristique-section > article.caracteristique-section-first > p {
        text-align: justify;
    }
    body > main > section.caracteristique-section > article.article-description-trois > div.article-desc-img {
        display: none;
    }
    body > main > section.caracteristique-section > article.article-description-trois > div.article-description-trois-1div {
        min-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
    }
    body > main > section.caracteristique-section > article.caracteristique-section-article.article1 , body > main > section.caracteristique-section > article.caracteristique-section-article.article2 {
        display: none;
    }
}