@font-face {
    font-family: 'Foxlite Script';
    src: url('../../src/font/Foxlite Script.otf');
}

.fox_font{
    font-family: 'Foxlite Script';
}

header{
    font-family: 'Roboto', sans-serif;
}

main{
    margin-bottom : 2rem;
}

.namePizzouille{
    letter-spacing : -1px
}

.img-menu{
    border-radius: 20px;
    max-width: 300px !important;
    height: 200px !important;
    object-fit: cover;
}

.img-moment{
    border-radius: 20px;
    width: 400px !important;
    height: 200px !important;
    object-fit: cover;
}

.banniere_footer{
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.card_block{
    border-radius: 20px;
    background-color: white;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
    margin-bottom: 10px;
}
.h1_hidden{
    visibility: hidden;
}
.h1_texte{
    font-size: 2.5rem;
}
.h2_texte{
    font-size: 2rem;
}
.h3_texte{
    font-size: 1.75rem;
}
.h5_texte{
    font-size: 1.25rem;
}
.cercle{
    z-index: -1;
    position: absolute;
    opacity: 0.6;
}
@media (max-width: 991px) {
    .pizza-line{
        border-bottom: 1px #707070 dashed;
    }
}