@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    padding:0;
    margin:0;
    font-family:'Roboto', sans-serif;
}


.bandeau{
    background-color: #185090;
    color : white;
    text-align: center;
    padding-top : 10%;
    padding-bottom : 50px;
}

.bandeau h1{
    margin : auto;
}

main{
    width : 70%;
    margin : auto;
    padding-bottom : 20px;
}

