.img-projet-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/projet-pro/image-cadenas-cyber.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

section{
    display: flex;
    justify-content: center;
}

.img-projet-pro h1 {
    color: white;
    text-align: center;
    font-size: 50px;
}

h2 {
    color: white;
    text-align: center;
    padding: 30px;
    font-size: 30px;
}

.img-point-wrapper {
    max-width: 1200px; /* largeur globale alignée */
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.img-point {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10%;
    align-items: center;
    flex-wrap: wrap; /* Pour mobile */
}

.img-point img {
    max-width: 100%;
    height: auto;
    flex: 1;
}

.point-impo {
    flex: 1;
}

.point-impo h3 {
    color: white;
}

.point-impo ul li {
    font-size: 18px;
    color: white;
    padding: 10px;
}

.img-point-wrapper p {
    font-size: 18px;
    color: white;
    text-align: justify;
}
