
@font-face {
    font-family: 'header';
    src: url(/medias/christelledrainage/fonts/Handlee-Regular.ttf) format('truetype');
}






section#introduction{
    height: 600px;
}

section#introduction > .content {
    background: #ffffffdd;
    color:#556c59;
    text-align:center;
 
}
section#introduction > .content h2{
    font-family: header;
}

section#presentation svg{
    margin: -3% 0 0 17%;
    height: 120%;
}


section#booking article:nth-child(3) p {
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: justify;
}

