@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');
:root {
    /* Police pour les Gros titres fine */
    --main-font-family: 'Protest Strike', sans-serif;
    --second-font-family: 'Quicksand', sans-serif;
    
    --main-color : #1f134c;
    --second-color :#d60000;
    --third-color : #b1b1b1;
    --third2-color :rgba(6, 189, 240, 0.164);
   }

body    {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
background-image: url(../images/Plume.jpg);
background-repeat: no-repeat;
background-size: cover;

}

