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

html {
    font-size: 16px;
}

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;
}

p {
    line-height: 26px;

}

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

.header {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.922045) 15.5%,
            rgba(54, 54, 54, 0.5) 39.24%,
            rgba(28, 28, 28, 0.4)),
        url(/img/salle1.jpeg) center center / cover no-repeat;
    color: #FFF;
}

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

.logo {
    margin-bottom: 15px;
}

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

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

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

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



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

.baseline-welcome {
    display: block;
    font-family: 'Pinyon Script', serif;
    color: #C89446;
    font-size: 2.2rem;
}

.baseline-name {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 4px;
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
}

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

.home-section {
    padding-top: 9px;
}

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

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

.block {
    margin-bottom: 50px;
}

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

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

.title::before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 2px;
    background: #c89446;
    margin-bottom: 1rem;

}

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

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

.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/small-right.png) center center no-repeat;
    transition: .3s;
}

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

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

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

.ingredients-menu {
    margin: 30px 0;
    font-weight: 600;
    color: #383838;
    text-transform: uppercase;
    text-align: center;
}

.ingredients-menu a {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}

.ingredients-menu a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    background: #C89446;
    transition: .3s;
}

.ingredients-menu .active::after,
.ingredients-menu a:hover::after {
    bottom: 0;
    opacity: 1;
}

.menu-summary-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.menu-summary-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.menu-summary-title {
    font-size: 1.125rem;
    color: #383838;
    font-weight: bold;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
}

.menu-summary-price {
    display: inline-block;
    font-size: 2.5rem;
    font-family: 'Pinyon Script', serif;
    color: #C89446;
    line-height: 1;
}

.menu-summary p {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 0.875rem;
}

.reservation {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.922045) 15.5%,
            rgba(54, 54, 54, 0.5) 39.24%,
            rgba(28, 28, 28, 0.4)),
        url(/img/salle2.jpeg) center center / cover no-repeat;
    color: rgba(255, 255, 255, 0.7);
    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;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    font-family: 'Source Sans Pro'serif;
    transition: background-color .3s, border-color .3s;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

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

.reservation select {
    background: no-repeat right 0.5rem center url(img/select.svg);
}

.reservation .button {
    width: 100%;
}

.button {
    font-weight: 600px;
    font-size: 0.875rem;
    color: #fff;
    background: #c89446;
    border: none;
    border: solid 1px transparent;
    padding: 11px 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

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

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

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

select option {
    color: #c89446;
}

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

}

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

.recipes-list {
    font-weight: 300;
    font-size: 1.125rem;
}

.recipes-list strong {
    color: #383838;
    font-weight: bold;
}

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

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

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

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

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

.recipes-list {
    max-width: 920px;
    margin-left: auto;
}

.map {
    width: 100%;
    height: 460PX;
}

.footer {
    background: #383838 bottom right no-repeat;
    font-weight: 300;
    color: #fff;
    padding: 40px 0;
}

.footer-title {
    color: #C89446;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.25em;
}

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

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

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

.block-ingrediants li {
    padding: 4px 0;
}

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

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

.block-video {
    text-align: center;
    position: relative;
    background: #383838;
    display: block;
    max-width: 540px;
    margin: auto;
}

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

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

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

.block-video:hover img {
    opacity: 0.8;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);
}

.recipes-mosaic p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.recipes-mosaic .more {
    margin-top: 0.3rem;
}

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

.pagination li {
    display: inline-block;
}

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

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



/******************************************/
/************** MEDIA QUERY ***************/
/******************************************/

@media only screen and (min-width: 660px) {
    html {
        font-size: 16px;
    }

    .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1150px;
        margin: 0 auto;
    }

    .logo {
        margin-bottom: 0;
    }

    .menu-button {
        margin-top: 0;
        margin-right: 0;
    }

    .baseline {
        padding: 125px 0 231px;
    }

    .baseline-welcome {
        font-size: 3.75rem;
    }

    .baseline-name {
        padding-top: 7px;
        padding-bottom: 17px;
        font-size: 4.375rem;
        letter-spacing: 12px;
    }

    .baseline-slogan {
        font-size: 1.5rem;
        letter-spacing: 4px;
    }

    .title {
        line-height: 38px;
    }
}

/****************   800 ************/

@media only screen and (min-width: 800px) {
    .block {
        margin-bottom: 100px;
    }

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

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

    .block-left .block-body,
    .block-right .block-body {
        width: 445px;
        flex: none;
    }

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

    .block-right .block-img::before {
        left: auto;
        right: -30px;
    }

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

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

    .block-right .block-img {
        margin-right: 30px;
    }

    .block-left .block-body {
        margin-left: 20px;
    }

    .block-right .block-body {
        margin-right: 20px;
        order: -1;
    }

    .title::before {
        margin-bottom: 15px;
    }

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

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

    .ingredients-menu a {
        margin: 0 30px;
    }

    .menu-summary {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 85px 0;
        flex-wrap: wrap;

    }

    .menu-summary-item {
        padding-left: 192px;
        width: calc(50% - 60px);
        margin-bottom: 100px;
    }

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

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

    .menu-summary-img {
        width: 160px
    }

    .menu-summary-title {
        margin-top: 0;
        line-height: 1.2;
        background: #FFF;
    }

    .menu-summary p,
    .menu-summary-price {
        background: #FFF;
    }

    .menu-summary::before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        width: 420px;
        height: 420px;
        border: solid 1px #C89446;
        transform: translate(-50%, -260px) rotate(45deg);
    }

    .block-chef {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

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

    .block-chef .block-img {
        flex: none;
        width: 404px;
        order: 2;
    }

    .reservation {
        padding: 100px 0;
    }

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

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

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

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

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

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

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

    .recipes-date {
        width: 95px;
    }

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

    .recipes-list-item {
        margin-top: 1.5r em;
        padding-bottom: 1.5r em;
    }

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

    .footer-columns {
        display: flex;
        justify-content: space-between;
    }

    .footer-column {
        width: 290px;
        flex: none;
        margin-right: 50px;
    }

    .footer-column:first-child {
        width: 450px;
    }

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

    .footer {
        background-image: url(img/splash.png);
    }

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

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

    .footer a {
        text-decoration: underline;
        cursor: pointer;
        transition: color .3 s;
    }

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

    .footer-credits {
        font-size: 0.93em;
    }

    .footer-credits span {
        font-weight: bold;
    }


    .block-ingrediants {
        width: 350px;
        padding: 35px 40px;
    }

    .block-ingrediants span {
        width: 35px;
        margin-right: 50px;
    }

    .block-ingrediants li {
        padding: 10px 0;
    }

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

    .block-right .block-video {
        margin-left: 28px;
    }

    .recipes-mosaic {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -60px;
    }

    .recipes-mosaic .menu-summary-item {
        width: calc(50% - 25px);
    }

    .recipes-mosaic .menu-summary-item {
        padding-left: 150px;
        margin-bottom: 60px;
        font-size: 0.875rem;
    }

    .recipes-mosaic .menu-summary-img {
        width: 125px;
    }
.pagination {
    margin: 80px 0;
}

}