h1 {
    color:saddlebrown;
    font-size: 48;
    text-align: center;
}

h2 {
    color:green
}

.notonleft{
    margin-left: 70px;
    padding-left: 30px;
}

#avisclient{
    text-align: center;
}
.bg-hero {

    background: no-repeat url("IMG/bg-hero.jpg");
    background-size: cover;
}

.roboto {
    font-family: "Roboto", sans-serif;
}


.italiana{
font-family: "Italiana", serif;
font-style: normal;
}
      
.grandtitre{
    font-size: 4rem;
    font-weight: 700;
    color: aliceblue;
}

.grandtitrepournosplats{
    font-size: 2.5rem;
    font-weight: 700; 
}

.parmesan{
    font-size: large;
    font-weight: 700;
}

.text{
    color: aliceblue;
}

.toto{
    color: brown;
}

.tata{
    color: green;
}


.overlay {
    background-color: rgba(0,0,0,0.3);
}