/*---------------------------------------  Style Our Restaurant Title Section  -------------------------------*/
#OurRestaurantsTitleSection
{
    background-color: #ED1C24 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

#OurRestaurantsTitleSection::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}

#TitlePage
{
    background-color: #ED1C24 !important;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

#TitlePage::before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%), linear-gradient(45deg,  transparent 33.33%, #fff 33.33%, #fff 66.666%, transparent 66.66%);
    background-size: 20px 60px;
}


.padding
{
    padding-top: 2px;
}

.padding h1
{
    padding-top: 100px;
    text-align: center;
}
/*---------------------------------------------  Style OurRestaurant Présentation Section  -------------------------------------*/
.closed
{
    font-size: large;
    font-weight: 600;
    color: red;
    
}

#RestaurantImg
{
    border-radius: 50%;
    height: 250px;
    width: 250px;
    object-fit: cover;
    object-position:left center;
}
#RestaurantsRow
{
    text-align: center;
    padding: 30px;
    padding-bottom: 20px;
}

#cityName
{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    background-color: #ED1C24;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 10px;
}

#cityName:hover
{
    background-color: #d41118;
}

#eachResaurantsCol
{
    padding: 5px;
}

#eachResaurantsCol h3
{
    font-family: 'Oranienbaum', serif;
    font-weight: bold;
    font-size: 35px; 
    color: balck;
}

#eachResaurantsCol hr
{
    border: none;
    height: 1px;
    background: #ED1C24;
    width: 50%;
}

@media (max-width: 768px)
{
    .padding
    {
        padding: 2px;
    }
    .padding h1
    {
        padding-top: 2px;
    }
    
    #galleryButton
    {
        margin-bottom: 1px;
    }
}