#plat-img{
    border:1px;
    border-style:solid;
    border-color: rgb(123, 31, 50);
}

#next-btn:hover, #prev-btn:hover {
    background-color: #ece7e7;
}

#sous-titre{
    color:rgb(185, 27, 59);
    font-family: "Dancing Script", cursive;
    font-style: normal;
    font-size:21px;
}

.top-container {
  margin-top: 1cm;
}

#titre{
    font-family: 'Oswald', sans-serif;
    border-bottom:solid;
    border-color:rgb(185, 27, 59);
}

.plat{
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.plat:hover{
    transform: scale(1.03);
}

.img-plat{
    height:100% !important;
    width:100% !important;
}

.img-wrapper-jour{
    height: 400px;
    width: 100%;
}

main{
    font-family: "Roboto", sans-serif;
}
  
html, body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
    .plat {
        margin-bottom: 15px;
    }
    .titre{
        font-size:25px;
        padding-bottom:0.2cm;
    }
    .img-wrapper-jour{
        height: 350px;
        width: 100%;
    }
    .top-container{
        margin-top:0.3cm;
    }
    p{
        font-size:12px;
    }
}
