*, *::before, *::after{
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.625;
    margin: 0;
    color: #6F6F6F;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .3s;
}

img {
    max-width: 100%;
    height: auto;
}

/* Header with the menu, the major title and the big image*/

.header {
    background: 
        linear-gradient(180deg, rgba(0, 0, 0, 0.92), 
        rgba(54, 54, 54, 0.5) 39.24%, 
        rgba(28, 28, 28, 0.4)),
        url('./img/section-bg-2.jpg') center center / cover no-repeat;
    color: #fff;
}



.topbar {
    padding: 18px 20px;
    font-size: .875rem;
    text-transform: uppercase;
    text-align: center;
}

.menu-item:hover {
    color: #C89446;
}

.logo {
    margin-bottom: 15px;
}

.menu-item {
    display: inline-block;
    margin: 0 15px;
    letter-spacing: 2px;
}

.baseline{
    padding: 50px 0 70px 0;
    text-align: center;
    line-height: 1;
}

.baseline-welcome {
    font-family: 'Pinyon Script', cursive;
    color: #C89446;
    font-size: 2rem;
    display: block;
    line-height: 1;
}

.baseline-name {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 5px;
    padding-bottom: 10px;
}

.baseline-slogan {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    letter-spacing: 2px;
}

.menu-button {
    border: solid 1px #C89446;
    padding: 7px 10px;
    transition-property: color, background-color;
    margin-top: 5px;
}

.menu-button:hover{
    background: #C89446;
    color: #fff;
}

/* Main container under the header. Includes recipes section */
.home-section {
    margin-top: 9px;
}

.container-small {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
}

.container-dishes {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1150px;
}

.block {
    margin: 0 0 50px 0;
}

.block-img {
    max-width: 350px;
    margin: 0 auto;
    border: solid 1px #C89446;
}

.block-img img {
    display: block;
    position: relative;
    z-index: 1;
}

.title {
    color: #000;
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1;
    margin: 1rem 0 0 0;
}

.title span{
    font-family: 'Pinyon Script', serif;
    font-size: 2.5rem;
    color: #C89446;
    display: block;
    text-transform: none;
}

.title::before {
    content: '';
    background-color: #C89446;
    width: 24px;
    height: 2px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.more {
    color: #C89446;
}

.more a:hover {
    text-decoration: underline;
}

.more a::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-left: 0.7em;
    background: url('img/arrow-right.svg') center center no-repeat;
    transition: transform .3s;
}

.more a:hover::after {
    transform: translateX(5px);
}


.block-centered {
    text-align: center;
}

.block-centered .block-body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/*///////////////////////////////////////////////*/
/* Food menu presentation */
/**/

.food-menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 40px 0;
}

.food-menu button {
    text-transform: uppercase;
    font-weight: 600;
    color: #383838;
    letter-spacing: 2px;
    line-height: 1.25rem;
    height: 1.25rem;
    transition: color 0.3s;

    outline: none;
    background: none!important;
    border: none;
    padding: 0!important;
    cursor: pointer;
}

.food-menu .active {
    position: relative;
}

.food-menu .active::after {
    content: '';
    display: block;
    padding-bottom: 3px;
    border-bottom: #C89446 1px solid;
}

.food-menu button:hover {
    color: #C89446;
}

.dish-items {
    margin: 0 auto;
    /*max-width: 660px;*/
    padding: 20px 20px;
}

.dish-img {
    margin: 0 auto;
    max-width: 160px;
}

.dish-item p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.dish-item .dish-price {
    font-family: 'Pinyon Script', serif;
    font-size: 2.5rem;
    color: #C89446;
    display: block;
    text-transform: none;
    margin: 0 0 30px auto;
}

.container {
    padding: 0 20px;
}

/************************************************
Reservation styling
*/

.reservation {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), 
        rgba(54, 54, 54, 0.5) 39.24%, 
        rgba(28, 28, 28, 0.4)),
        url('./img/reservation_knafe.jpg') center center / cover no-repeat;
        color: rgba(255, 255, 255, 0.6);
        padding: 50px 0;
}

.reservation-title {
    color: #fff;
}

.reservation input, .reservation select {
    padding: 0 0.5rem;
    width: 100%;
    margin-bottom: 15px;
    border: solid 1px #6f6f6f;
    background: transparent;
    text-transform: uppercase;
    height: 40px;
    color: #FFF;
    font-family: 'Source Sans Pro', serif;
    font-size: 0.875rem;
    transition: background .3s, border-color .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
}

.reservation select, .reservation input[type=date] {
    background: no-repeat right 0.5rem center url('img/select.svg');
}

.reservation input:focus, .reservation select:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #C89446;
}

select option {
    color: #000;
}

.reservation .button {
    width: 100%;
}

.button {
    font-weight: 600;
    font-size: 0.875rem;
    color: #FFF;
    background: #C89446;
    border: none;
    border: solid 1px transparent;
    border-radius: 2px;
    padding: 11px 1rem;
    font-family: 'Source Sans Pro', serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.button:hover {
    background: transparent;
    border: solid 1px #C89446;
}

.reservation .block-centered .block-body {
    max-width: 825px;
}

.reservation p {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}

/*****************************************************************
    RECIPES LIST
*/

.recipes {
    padding: 50px 0;
    background: url('img/news-bg.jpg') top left / 50vw auto no-repeat;
}

.recipes-list {
    font-weight: 300;
    font-size: 1.125rem;
    max-width: 920px;
    margin-left: auto;
}

.recipes-list-item {
    display: flex;
    border-bottom: solid 1px #F2F2F2;
    margin-top: 1em;
    padding-bottom: 1em;
}

.recipes-list-item a:hover {
    text-decoration: underline;
}

.recipes-list-item:last-child {
    border-bottom: 0;
}

.recipes-list-item p{
    margin-top: 0;
}

.recipes-list-item strong {
    color: #383838;
    font-weight: bold;
    line-height: 1.2;
}

.recipes-date {
    width: 60px;
    flex: none;
    line-height: 1;
}

.recipes-date strong{
    font-size: 1.75rem;
    line-height: 1.2;
    display: block;
}

.recipes .more {
    display: block;
    text-align: right;
    margin-top: 60px;
}

/* MAP */

.map {
    width: 100%;
    height: 360px;
}

.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
    background: #C99649;
    color: #ffffff;
    border-radius: 0px;
    font-family: 'Source Sans Pro', serif;
    font-size: 1rem;
}

.leaflet-popup-content {
    padding: 0px 30px;
    font-size: 1rem;
}

.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper strong {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* FOOTER */

footer {
    background: #383838;
    padding: 40px 0;
    font-weight: 300;
    color: #fff;
}

.footer-column {
    margin-bottom: 2rem;
}

.footer-title {
    color: #C99649;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', serif;
    margin-bottom: 1.25em;
    font-weight: bold;
}

.header-recipe1 {
    background: 
        linear-gradient(180deg, rgba(0, 0, 0, 0.92), 
        rgba(54, 54, 54, 0.5) 39.24%, 
        rgba(28, 28, 28, 0.4)),
        url('./img/salad-chicken.jpg') center center / cover no-repeat;
    color: #fff;
}


.block-ingredients {
    border: 1px #C89446 solid;
    padding: 35px 20px;        
    font-weight: 600;  
    color: #383838;
}

.block-ingredients ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.block-ingredients li {
    padding: 5px 0;
}

.block-ingredients span {
    width: 35px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;     
    font-weight: 300;  
}

.section-overflow {
    padding: 20px 0;
}

.block-video img{
    box-shadow: 0 0 30px rgba(128,128,128, 0.5);
    opacity: 0.6;
    display: block;
    transition: opacity .3s;
}

.block-video {
    position: relative;
    background: #383838;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.block-video::after {
    content: '';
    background: url('img/play.png') center center no-repeat;
    width: 62px;
    height: 62px;
    position: absolute;
    top: calc(50% - 31px);
    right: 0;
    bottom: 0;
    left: calc(50% - 31px);
    transition: transform .3s;
}

.block-video:hover::after {
    transform: scale(0.8);
}

.block-video:hover img {
    opacity: .9;
}

.recipes-mosaic {
    margin-bottom: -60px;
}

.pagination {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    border: solid #C89446 1px;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    text-indent: -3000px;
    overflow: hidden;
    transition: background-color .3s;
    margin: 0 10px;
}

.pagination a.active, .pagination a:hover {
    background: #C89446;
}

/****************************************************************/
/***** Animation *******/
/****************************************************************/
.dish-items {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


/* Media screen pour 920px mini */
/*************************************************************************************************/

/*
        body {
        background: 
        linear-gradient(to top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6)),
        url('screenshot.png') top center no-repeat;
    }
*/


@media only screen and (min-width: 600px) {
    html {
        font-size: 16px;
    }
    .header {
    }
    .topbar {
        display: flex;
        align-items: center;
        max-width: 1110px;
        justify-content: space-between;
        margin: 0 auto;
        padding: 18px 20px;
    }
    .logo { 
        margin-bottom: 0;
    }
    .menu-button {
        border: 1px solid #C89446;
        padding: 8px 10px;
        margin-top: 0;
    }
    .baseline {
        padding: 125px 0 233px 0; 
    }
    .baseline-welcome {
        font-size: 3.75rem;
    }
    .baseline-name {
        padding-top: 8px;
        font-size: 4.375rem;
        letter-spacing: 12px;
        padding-bottom: 17px;
    }
    .baseline-slogan {
        letter-spacing: 4px;
        font-size: 1.5rem;
    }
}

/* Ecran largeur minimal 960px */

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

    .block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .block-last {
        margin-bottom: 68px;
    }

    .block-img {
        border: none;
        /* flex: none; */
        position: relative;
    }

    .block-left .block-img {
        margin: 0 0 0 30px;
    }

    .block-left .block-img::before {
        content: '';
        position: absolute;
        border: #C89446 1px solid;
        width: 100%;
        height: 100%;
        top: -30px;
        left: -30px;
        z-index: 0;
    }

    .block-left .block-body {
        margin: 0 0 0 20px;
        width: 445px;
        flex: none;
    }

    .block-right .block-img {
        margin: 50px 30px 0 0;
        order: 2;
    }

    .block-right .block-img::before {
        content: '';
        position: absolute;
        border: 1px solid #C89446;
        width: 100%;
        height: 100%;
        top: -30px;
        left: 30px;
    }

    .block-right .block-body {
        order: 1;
        margin: 27px 20px 0 0;
        width: 445px;
        flex: none;
    }

    .title::before {
        margin-bottom: 1.1rem;
    }

    .more {
        display: block;
        margin-top: 1.5rem;
    }

    .block-centered {
        margin-top: 100px;
    }

    .home-section {
        background: 
            top 95px right 0px url('img/oranges.jpg') no-repeat,
            top 64px left 0px url('img/spices.jpg') no-repeat;
        }

    .dish-items {
        display: flex;
        justify-content: space-between;
        padding: 85px 0 85px 0;
        flex-wrap: wrap;
        position: relative;
    }

    .dish-item {
        width: calc(50% - 40px);
        position: relative;
        padding-left: 192px;
        margin-bottom: 65px;
    }

    .dish-item h3 {
        margin: 0;
        background: #fff;
    }

    .dish-item p {
        background: #fff;
    }

    p.dish-price {
        background: #fff;
        width: 100px;
    }

    .dish-items .dish-item:nth-child(even) {
        text-align: right;
        padding-left: 0;
        padding-right: 192px;
    }

    .dish-items .dish-item:nth-child(even) .dish-img {
        left: auto;
        right: 0;
    }

    .dish-img {
        width: 160px;
        position: absolute;
        left: 0;
    }

    .dish-items::before {
        content: '';
        position: absolute;
        top: 95px;
        left: 50%;
        transform: translate(-50%, 0) rotate(45deg);
        display: block;
        width: 430px;
        height: 430px;
        border: 1px solid #C89446;
    }

    .block-chief {
        display: flex;
        align-items: center;
        max-width: 1150px;
        margin-bottom: 0px;
    }

    .block-chief .block-img::before {
        display: none;
    }

    .block-chief .block-img {
        flex: none;
        width: 400px;
        order: 2
    }

    .block-chief .block-body {
        order: 1;
    }

    .reservation {
        padding-bottom: 1px 0;
    }

    .reservation-form {
        padding: 20px 0;
    }

    .reservation-form-row {
        margin: 64px 0;
        display: flex;
        justify-content: space-between;
    }

    .reservation-form-row input, .reservation-form-row select {
        width: calc(33.33% - 20px);
        margin-bottom: 0;
        letter-spacing: 2px;
    }

    .reservation .button {
        width: calc(33.33% - 20px);
        letter-spacing: 2px;
    }

    /************************
    RECIPES SECTION
    */

    .recipes .container {
        margin: 0 auto;
        max-width: 1120px;
    }

    .recipes {
        padding: 60px 0;
        background: 589px auto;
    }

    .recipes .title {
        text-align: right;
    }

    .recipes .container > p {
        text-align: right;
        max-width: 716px;
        margin-left: auto;
    }

    .recipes-date {
        width: 95px;
        flex: none;
    }

    .recipes-list {
        margin-top: 64px;
        margin-bottom: 64px;    
    }

    .recipes-list-item:last-child {
        padding-bottom: 0;
    }

    .map {
        height: 460px;
    }

    footer {
        background: #383838 url('img/splash.png') right 0 bottom 0 no-repeat;
    }

    footer .container {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 1150px;
    }

    .footer-columns {
        display: flex;
        justify-content: space-between;
        /*margin: 0 auto;
        padding: 0 20px;
        max-width: 1150px;*/
    }
    
    .footer-column {
        width: 290px;
        margin-right: 50px;
     }
 
     .footer-column:first-child {
         width: 450px;
     }

     .footer-column:last-child {
         margin-right: 0;
         flex: none;
     }

     .footer ul {
         padding-left: 0;
         list-style: none;
     }

     .footer ul li::before {
         content: '- ';
     }

     .footer a {
         text-decoration: underline;
     }

     .footer a:hover {
        color: #C99649;
     }

     .footer-credit span {
        font-size: 0.9em;
        font-weight: bold;
     }

     .block-ingredients {
         width: 350px;
        padding: 35px 40px;
    }
    
    .block-ingredients ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .block-ingredients li {
        padding: 10px 0;
    }
    
    .block-ingredients span {
        width: 35px;
        margin-right: 20px;   
    }

    .section-overflow {
        padding: 0;
        margin-top: -20px;
    }

    .block-right .block-video {
        order: 2;
    }

    .recipes-mosaic{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .recipes-mosaic .dish-item {
        padding-left: 150px;
        width: calc(50% - 25px);   
        font-size: 0.875rem;
        margin-bottom: 60px;
    }

    .recipes-mosaic .dish-img {
        width: 125px;
    }
}