@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');


:root {
    /* Police pour les Gros titres fine */
    --main-font-family: "Poppins", sans-serif;

   }

body    {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
background-image: url(../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;

}

#titre_bienvenue {
    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-style: normal;
    
}