@charset "iso-8859-1";
/* Commentaires spécifiques
    . est une class
    # s'applique à un id
    rien c'est un type de tag par exemple p*/
    /* haut, droit, bas , gauche 
=================================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
.titre{
    font-family: Kalam;
    text-align: center;
    font-size: 60px;
    line-height:50px;
    color: #daa1b4;
}
.soustitre{
    font-family: Kalam;
    text-align: center;
    font-size: 30px;
    line-height:30px;
    color: #daa1b4;
}
.petitsoustitre{
    font-family: Kalam;
    text-align: center;
    font-size: 15px;
    line-height:30px;
    color: #daa1b4;
}
.titreParagraphe{
    font-family: Kalam;
    text-align: center;
    font-size: 18px;
}
.titreNonAligne{
    font-family: Kalam;
    font-size: 24px;
}
.texte{
    font-family: Kalam;
    text-align: center;
    font-size: 14px;
}
.texteCanvas{
    font-family: Kalam;
    text-align: justify;
    text-justify: auto;
    font-size: 16px;
}
.texteCanvas18{
    font-family: Kalam;
    text-align: justify;
    text-justify: auto;
    font-size: 18px;
}
.bandeau{
    background-color:  #aadbdf;
}
.fondSite{
    background-color:  #daa1b4;
}
.fondCanvas{
     background-color:#daa1b4;
}
canvas1 {
    background-color: #daa1b4 !important;
}
.icones{
    font-size: 18px;
}
.texteMention{
    font-family: Kalam;
    text-align: center;
    font-size: 10px;
}
.texteCentre12{
    font-family: Kalam;
    text-align: center;
    font-size: 12px;
}
.interligneReduit{
    margin-top:1px }
.texteContact{
    font-family: Kalam;
    font-size: 20px;
}
.footer{
    font-family: Kalam;
    text-align: center;
    font-size: 14px;
    line-height:30px;
    color: #aadbdf;
}
