/*
 * Theme Name: Miam'Blog
 * Template: mywiki
*/


.covid {
    background: red;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

.typo-script,
.header-text {
    font-family: 'Dancing Script', cursive;
}

.formulaire {
    background: #eee;
    padding: 20px;    
}
.formulaire input,.formulaire textarea {
    width: 100%;
} 

#menu-footer li {
    display: inline-block;
}
#menu-footer a {
    background: #666;
    padding: 5px 20px;
    border-radius: 50px;
}
#menu-footer .current_page_item a{
    background: #f00;
    color: #fff !important;
}


#footer {
    background: #eee !important;
}