main {
    overflow-x: hidden;
}

card-img {
    transition: transform .2s;
}

.card-img:hover {
    transform: scale(1.1);
}
/* .enseignement {
    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;
}

.section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

.section1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start    ;
    justify-content: space-between;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
    width:360px;
    height:300px;
    transition: transform .2s;
}

.section1:hover {
    transform: scale(1.1);
    border-radius: 30px;
}

.phrase {
    padding: 80px;
}

h1 {
    margin-left: 40px;
    margin-top: 30px;
}

.enseigne-1, .enseigne-2, .enseigne-3 {
    box-shadow: 0px 10px 50px rgba(0,0,0,0.5);
    margin-bottom: 30px;
    transition: transform .2s;
}

.enseigne-1:hover, .enseigne-2:hover {
    transform: scale(1.1);
    border-radius: 30px;
}

.enseigne-1 {
    background-image: url(../img/enseignement/1.JPG);
    background-size: cover;
    background-position: center;
}

.enseigne-2 {
    background-image: url(../img/enseignement/2.JPG);
    background-size: bottom;
    background-position: center;
}

.enseigne-3 {
    background-image: url(../img/enseignement/3.JPG);
    background-size: cover;
    background-position: center;
}

.litt {
    background-image: url(../img/enseignement/4.JPG);
    background-size: cover;
    background-position: center;
}

.scient {
    background-image: url(../img/enseignement/5.JPG);
    background-size: cover;
    background-position: center;
}

.soc {
    background-image: url(../img/enseignement/6.JPG);
    background-size: cover;
    background-position: center;
}

p {
    color: white;
    font-weight: bold;
}

h2 {
    font-weight: bold;
    columns: #a5b4fc;
} */