@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-image: url('../images/bemeagencement_1.jpg'); /* Tu peux modifier ton image de fond ici */
    background-size: cover;
    background-position: center;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "Montserrat";
    text-align: center;
}

h1 {
    font-size: 25px;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-icons img {
    width: 50px; /*Taille des logos */
    height: auto;
    cursor: pointer;
}

.fleche {
    font-size: 30px;
    font-weight: bold;
}

.conteneur {
    margin-top: 150px;
}