main {
    overflow-x: hidden;
}

.images {
    width: 600px;
}

@media screen and (max-width: 720px) {
    .images {
        width: 100%;
    }
}

/* main {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    margin-left: 70px;
    margin-right: 70px;
    border-radius: 30px;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
}

p {
    padding: 80px;
    color: white;
    font-weight: bold;
    transition: transfom .2s;
}

p:hover, main ul:hover {
    transform: scale(1.1);
}

main ul {
    margin-bottom: 30px;
    transition: transform .2s;
}

h1, main ul, strong {
    margin-left: 40px;
    margin-top: 30px;
}

main ul li {
    font-weight: bold;
    color: white;
}

strong{
    font-weight: bold;
    font-size: 3em;
    color: #a5b4fc ;
}

.mariste {
    background-image: url(../img/mariste/1.JPG);
}

.frat {
    background-image: url(../img/mariste/2.jpg);
}

.vision {
    background-image: url(../img/mariste/3.jpg);
}

.histoire {
    background-image: url(../img/mariste/4.jpg);
}

.valeur {
    background-image: url(../img/mariste/5.jpg);
}

.object {
    background-image: url(../img/mariste/6.jpg);
} */
