/* Styles Généraux  */
body {
    font-size: 1.2rem;

    /*background-image: url(../img/fond_ecran.png);
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;*/


}

footer {
    font-size: 1.3rem;
}

h1,
h2,
h3,
h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

#rejoindre {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Retour vers le haut */
#fleche_haut {
    font-size: 3rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    color: rgb(11, 125, 225);
}

#fleche_haut:hover {
    color: rgb(228, 169, 41);
}


/* transformation image*/
@media screen and (min-width:900px) {
    .effet_img {
        transition: transform 0.5s;
    }

    .effet_img:hover {
        transform: scale(1.5)
        
        }
}