@import url('https://fonts.googleapis.com/css2? family= Montserrat:wght@300;400;500;600 & family= Roboto:ital,wght@0,100;0,300;0,400;0,500; 0,700;1,100;1,300;1,400;1,500;1,700 & display=swap');
* {
    font-family: 'Montserrat', sans-serif;
}

#top-plages {
    height: 100vh;
    width: 100%;
    background-image: url('images-plages/la-belle.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
main {
    position: relative;
    top: 0;
}

#top-plages > h1{
    color: white;
    text-shadow: 1px 1px 5px black;
    text-align: center;
    font-size: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
}
.plages{
    display: flex;
    flex-direction: column;
}
.diapos > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 5vh;
}
.diapos > div > * {
    width: 45%;
} 
#diapo1 > img {
    border-radius: 10px;
    margin-right: 15vh;
    margin-left: 4vh;
    width: 30%;
   
}
img:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.2);
}
img{
    transition: transform .1s;
}


#diapo2 > img{
    border-radius: 10px;
    margin-right: 4vh;
    margin-left: 20vh;
    width: 30%;
}

.diapos{
    margin-top: 3em;
}
.flex{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: justify;
    border: cornflowerblue 5px solid;
    border-radius: 10px 130px / 120px;
    padding: 1vh 1vw;  
    box-shadow: 10px 5px 10px black;
}

p{
    display: flex;
   
}
.les-equipements{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    line-height: 10px;
    width: 100%;
}

.les-equipements p{
    display: flex;
    flex-direction: column;
}

footer {
    position: relative !important;
}