*, *::before, *::after {
    box-sizing: border-box;
}
@font-face {
    font-family: "area-exblack";
    src: url('area-family-font/fonnts.com-Area_Extended_Black.otf');
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
}

body {
    font-family: 'area-exblack', sans-serif;
    line-height: 1.97;
    margin: 0;
    color: #6F6F6F;
}

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

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

ul {
    list-style-type: none;
  }  

li{
    list-style-type: none;

}
.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-F/Rosy9-3.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;
}

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

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

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

.baseline-slogan {
    font-size: 1rem;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    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;
}

.home-section {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

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

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

.block {
    margin-bottom: 50px;
}
.text-intro{
    text-align: center;
}
.title {
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: 3px;
    color: #C89446;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0 0 0;
    padding-top: 15px;
}

.title span {
    font-family: 'area-exblack', sans-serif;
    color: #C89446;
    font-size: 2.16rem;
    display:block;
    text-transform: uppercase;
}
.block-img {
    max-width: 350px;
    margin: 0 auto;
    border: solid 1px #C89446;
}

.block-img img {
    display: block;
}

.block-img img {
    position: relative;
    z-index: 0;
    filter: contrast(100%);
}

.block-centered {
    text-align: center;
    font-family: 'area-exblack', sans-serif;
}

.block-centered .block-body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.real-title{
    margin-bottom: 60px;
    margin-top: 60px;
    padding-bottom: 15px;
}
.service-dt-ar{
    line-height: 1.3rem;
    font-size: 11px;
}
.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.75rem;
    margin-bottom: 0;
}

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

.menu-summary-price {
    font-family: 'area-exblack', sans-serif;
    color: #C89446;
    font-size: 2.5rem;
    line-height: 1;
}
.button {
    font-weight: 600;
    font-size: 0.875rem;
    color: #FFF;
    background: #C89446;
    border: none;
    border: solid 1px transparent;
    padding: 11px 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.button:hover {
    border: solid 1px #C89446;
    background: transparent;
}
.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; 
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    body {
        border: 3px solid /* épaisseur de bordure*/
    }
}

@media only screen and (min-width: 600px) {
    html {
        font-size: 16px;
    }
    .logo {
        margin-bottom: 0;
    }
    .menu img {
        height: 38px;
        left: 60px;
        position: absolute;
        top: 15px;
}
    }
    .topbar {
        display: block;
        align-items: center;
        justify-content: space-between;
        max-width: 1150px;
        margin: 0 auto;
    }
    .baseline {
        padding: 125px 0 410px;
    }
    .baseline-slogan {
        font-size: 1.5rem;
    }
    .baseline-name {
        font-size: 3.375rem;
        letter-spacing: 1px;
        padding-top: 8px;
        padding-bottom: 18px;
    }
    .baseline-welcome {
        font-size: 3.75rem;
    }
    .menu-button {
        margin-top: 0;
        margin-right: 0;
    }

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

    .block-last {
        margin-bottom: 60px;
        margin-top: 50px;
        padding-top: 5px;
    }

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

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

    .block-left .block-body, .block-right .block-body {
        width: 650px;
        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-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 {
        margin-bottom: 1.2rem;
    }

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

    .more {
        display: block;
        margin-top: 1.3rem;
    }
    .footer-columns {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
    }

    /* .footer-column {
        width: 290px;
        margin-right: px;
     } */
    
    .footer-column:first-child {
        width: 361px;
        margin-left: 270px;
        flex: none;
    }
    .footer-column:last-child {
        margin-right: 290px;
        flex: none; 
    }
    .footer a {
        text-decoration: underline;
    }
    .footer a:hover {
        color: #C89446;
    }
    footer
    .footer ul {
        padding-left: 0;
        list-style: none;
    }
    .footer-credits {
        font-size: 0.93em;
    }

    .footer-credits span {
        font-weight: bold;
    }
    .section-overflow {
        padding: 0;
        margin-top: -20px;
    }
    .pagination {
        margin: 60px;
    }
}

@media only screen and (max-width: 410px) {
    .baseline-name {
        font-size: 1.33rem;
        letter-spacing: 5px;
        padding-top: 8px;
        padding-bottom: 18px;
    }
}

@media only screen and (max-width: 650px) {
    .baseline-name {
        font-size: 2.4rem;
        letter-spacing: 1px;
        padding-top: 8px;
        padding-bottom: 18px;
    }
}
