*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --background: #E6E6E6;
    --red: #D22329;
    --yellow: #F8981C;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    background-color: #E6E6E6;

}

.bold{
    font-weight: bold;
}


.main-container{
    width: 90%;
    margin: auto auto;
}

.container{
    display: flex;
}

.no-mobile{
    display: none;
}

.button{
    display: block;
    top: 15px;
    right: 25px;
    color: var(--red);
    position:absolute;
    font-size: 1.5em;
}

.active-button{
    transform: rotate(45deg);
}

.active-mobile-container{
    display: block;
}

#logo-container{
    justify-content: center;
    align-items: center;
}

a{
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

header{
    background-color: #D22329;
}

header .main-container{
    width: 90%;
    margin: auto auto;
}


header a{
    color: white;
}

header img{
    width: 201px;
    height: 208px;
}
header h2{
    color: white;
    font-size: 1em;
}

header ul{
    color: white;
    list-style: none;
}

header li{
    margin: 5px 0;
}

header li:first-of-type{
    margin-top: 20px;
}


h1{
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

main{
    margin-bottom: 50px;
}

.desktop{
    display: none;
}

.burger.desktop{
    display: none; 
    margin: 0 auto 0 0;
    transform: scaleX(-1);
}

.mobile{
    font-size: 0.8em;
    display: block;
}

.mobile a{
    color: var(--red);
}

.section{
    border: 2px solid var(--red);
    background-color: white;
}

.menu-container{
    width: 100%;
    display: flex;
    margin: auto auto;
    box-shadow: 1px 1px 5px black;
    flex-direction: column;
}

.menu-container .container{
    align-items: center;
}

.menu-container .flex1{
    background-color: none;
    width: 100%;
}

.menu-container .flex2{
    background-color: unset;
    width: 100%;
}

.menu-container .flex3{
    background-color: none;
}

.flex2 .name{
    width: 80%
}

.flex2 .price-container{
    width: 20%;
}

.flex2 .price{
    width: 100%;
    text-align: center;
}

.flex2 .product{
    color: black;
}

.flex3 .price{
    width: 50%;
    text-align: center;
}

main h2{
    position: relative;
    color: #D1232A;
    padding: 25px 15px;
    text-transform: uppercase;
    cursor: pointer;
}

main h2 span{
    font-size: 0.60em;
    display: block;
}

.flex2 h2{
}

.format-container{
    width: 50%;
    margin: 0 0 0 auto;
    display: flex;
}

.format{
    color: var(--yellow);
    width: 33%;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.product{
    display: flex;
    padding: 10px 0;
    /* background-color: white; */
}

/* .product:hover{
    background-color: #D1232A;
    color: white;
}

.title:hover :is(.product > .title){
    background-color: white;
} */

.mouse-over{
    background-color: var(--red);
    color: white;
}

.name{
    width: 50%;
    padding-left: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.name span{
    font-weight: normal;
    text-transform: lowercase;
    font-size: 0.8em;
    display: block;
}

.name span.red{
    color: var(--red);
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
}


.price-container{
    width: 50%;
    display: flex;
}

.price{
    width: 33%;
    text-align: center;
}

.menu-midi{
    width: 100%;
    background-color: white;
}

#midi{
    flex-wrap: wrap;
}

.special{
    width: 100%;
    height: 90px;
    border: 2px solid black;
}

.special.bg-white{
    background-color: white;
}

.special.bg-red{
    background-color: #D1232A;
}

.special.bg-black{
    background-color: black;
    color: white;
}

.special.container{
    flex-direction: column;
    justify-content: center;
}

.special .name{
    width: 100%;
    text-align: center;
}

.special .price{
    width: 100%;
    text-align: center;
}

#les-pates img{ 
    display: block;
}



#calzones{
    width: 100%;
}

#calzones .prices, #pitas .prices{
    width: 100%;
}

.image-side .img{
    width: 160px;
}

.image-side .prices{
    width: 380px;
    margin-left: none;
}

.image-side .name{
    width: 65%;
}

.images-side .price{
    text-align: right;
}

.image-side.container{
    flex-wrap: wrap;
}

#viande-fumee .format-container{
    width: 20%;
}

#clubs img{
    display: block;
}

#hamburgers .name{
    width: 60%;
}

#hamburgers .format-container,
#hamburgers .price-container{
    width: 40%;
}

#hamburgers .no-mobile img{
    display: block;
}


#pitas .no-mobile img{
    display: block;
}

.title2.format{
    width: 50%;
}

#pizza .mobile-format{
    color: var(--yellow);
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

#pizza .format-container{
    display: none;
}

#pizza .format{
    font-size: 1em;
}

#pizza .format span{
    color: black;
    font-size: 0.9em;
    display: block;
}

#pizza .product.container{
    flex-direction: column;
}

#pizza .price-container{
    flex-direction: row;
    flex-wrap: wrap;
}

#pizza .name{
    width: 100%;
    margin-top: 25px;
}

#pizza .price-container{
    width: 100%;
}

#pizza img{
    display: block;
    margin: 0 auto 0 0;
}

#salades .name{
    width: 50%;
}

#salades .price-container{
    width: 50%;
}


#les-a-cotes img{
    display: block;
}


#poulet-cotes-levees .mobile-img{
    display: block;
}

#special-combo .container{
    flex-wrap: wrap;
}

#special-combo h2{
    width: 100%;
}

.special-container {
    width: 100%;
    margin: auto auto;
}

.special-container span.title{
    color: var(--red);
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.special-container .name{
    width: 80%;
}

.special-container .price-container{
    width: 20%;
}

.special-container .price{
    width: 100%;
}
 
.mobile-title{
    display: block;
}

.container.mobile-infos{
    justify-content: space-around;
    padding-top: 25px;
}

.mobile-infos ul{
    list-style: none;
}

.mobile-infos li{
    margin: 5px 0;
}

.mobile-infos h2{
    font-size: 1.3em; 
}

footer{
    background-color: var(--red);
}

footer a{
    color: white;
}

footer p{
    color: white;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

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

    .flex2 .product{
        color: white;
    }
    
    .menu-container .flex2{
        background-color: black;
    }

    .menu-container .flex1{
        background-color: white;
    }

    .menu-container .flex3{
        background-color: white;
    }

    h1{
        font-size: 3em;
    }

    #logo-container{
        justify-content: space-between;
        align-items: center;
    }

    main h2{
        cursor:auto;
    }

    #clubs img{
        display: none;
    }

    #hamburgers .no-mobile img{
        display: none;
    }

    #les-pates img{ 
        display: none;
    }

    #calzones .prices, #pitas .prices{
        width: 380px;
    }
    

    #special-combo .no-mobile{
        display: flex;
    }

    #pizza img{
        display: none;
        margin: 0 0 0 auto;
    }

    .special-container {
        width: 300px;
        margin: auto auto;
    }

    .burger.desktop{
        display: block;
        margin: 0 0 0 auto;
        transform: scaleX(1);
    }

    .section{
        border: none;
        background-color: unset;
    }

    .mobile{
        display: none;
    }

    .button{
        display: none;
    }

    .format{
        font-size: 1.2em;
    }

    .no-mobile{
        display: block;
    }

    .image-side .prices{
        margin-left: auto;
    }

    .format-container {
        width: 50%;
        margin: 0 0 0 auto;
        align-items: center;
    }

    #poulet-cotes-levees .mobile-img{
        display: none;
    }

    #pitas .no-mobile img{
        display: none;
    }

    #pizza .mobile-format{
        display: none;
    }

    #pizza .format-container{
        display: flex;
        width: 70%;
    }

    #pizza .product.container{
        flex-direction: row;
    }
    
    #pizza .name{
        width: 50%;
        margin-top: 0;
    }

    #pizza .name{
        width: 30%;
    }

    
    #pizza .price-container{
        width: 70%;
        flex-direction: row;
        text-align: center;
        flex-wrap: nowrap;
    }

    #pizza .price{
        margin: auto auto;
    }

    #les-a-cotes img{
        display: none;
    }

    .mobile-title{
        display: none;
    }

    .desktop{
        display: block;
    }

    .special{
        width: 50%;
        height: 90px;
        border: 2px solid black;
    }
}


@media screen and (min-width: 1280px) {
    header .main-container {
        width: 1000px;
    }

    header li{
        font-size: 1em;
    }

    header img{
        width: 201px;
        height: 208px;
    }

   


    #pizza .product .container{
        flex-direction: column;
    }

    

    a{
        font-size: 1.4em;
    }

    .menu-container{
        flex-direction: row;
    }

    .menu-container .flex1{
        width: 40%;
    }
    
    .menu-container .flex2{
        background-color: black;
        width: 30%;
    }

    .menu-container .flex3{
        width: 30%;
    }

    .menu-container.second .flex1{
        width: 70% ;
    }

    
}

@media screen and (min-width: 1500px) {

    .special{
        width: calc(100% / 4);
        padding: 25px;
        height: auto;
    }

    /* #pizza .name{
        width: 30%;
    }
    
    #pizza .price-container{
        width: 70%;
    } */
}