body{
    margin: 0;
}

.intro {
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    line-height: 98%;
    margin: 30px;
    margin-right: 100px;
    margin-bottom: 70px;
    color: black;
}

.menu-ateliers a span{
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14pt;
    color: black;
}

.menu-ateliers a:hover span{
    display: inline;
}

img {
    max-width: 1000px;
    margin: 30px;
    display: flex;
    position: inherit;
}

.menu-ateliers {
    font-family: 'Times New Roman', Times, serif;
    font-size: 60px;
    text-align: left;
    margin: 30px;
    margin-right: 280px;
    margin-top: 70px;
    /* color: black; */
}

.menu-ateliers a {
    text-decoration: none;
    color: inherit;
}

/* .menu-ateliers a:hover {
    text-decoration: overline;
} */

footer{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: left;
    margin: 30px;
    margin-right: 175px;
    margin-top: 70px;
    margin-bottom: 70px;
}

footer a {
    text-decoration: none;
    color: inherit;
    font-size: 90px;
    font-family: fantasy;
    font-weight: bolder;
}

footer a:hover {
    text-decoration: none;
    font-weight: lighter;
}

.merci{
    font-family: fantasy;
    line-height: 40px;
}


@media (max-width: 768px){
    
    .intro{
        font-size: 24pt;
        margin: 20px 20px 30px 20px;
    }

    .menu-ateliers a:hover span{
        display: none;
    }

    .menu-ateliers{
        font-size: 15pt;
        margin: 0 20px 30px 20px;
    }

    footer{
        font-size: 15pt;
        margin: 30px 20px 0px 20px;
    }

}

@media (min-width: 768px) and (max-width: 992px){



}