@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body {
    background-image: url('/webroot/img/img_fond.jpg');
    background-size: 100%;
    background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

@media (max-width: 1390px){
    body{
        background-image: none;
        background-color: #d9d3c6;
    }
}

a{
    text-decoration: none;
}

p{
    font-size: 20px;
}


.navbar {
    background-color: #773b79;
}

.nav{
    padding: 15px;
}


.img-nav{
    width: 18%;
    margin: 0;
}

.fleche{
    position:fixed;
    bottom:0%;
    right: 15px;
    font-size: 64px;
    color: black;
    z-index: 3;
}

.fleche:hover{
    color: black;
}


@media (max-width: 850px) {
    .img-nav{
        display: flex;
        flex-direction: column;
    }
}

.lien-nav{
    text-align: center;
}
