:root {
    --primary : #E30C13;
}

* {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

html,body {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

a, a:hover {
    color: inherit;
}

.navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.navbar-header a {
    color: inherit;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.navbar-header img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.navbar-header.scrolled {
    background-color: #000;
    z-index: 4;
}



@media(max-width: 900px) {
    .portrait {
/*        margin-top:170px;*/
/*        height: 175px;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }

    h1 {
        text-align: center;
    }

    .section_home_menu h1 br, .section_about h1 br {
        display: none;
    }

    .section_home_menu h1 span, .section_about h1 span {
        margin-left: 5px;
    }

    .navbar-header.scrolled img {
        /*		width: 70%;*/
    }

    .navbar-header .navbar-nav {
        font-size: 12px;
    }

    /*
	.navbar-header.scrolled .navbar-brand{
		order:1;
	}
	.navbar-header.scrolled .navbar-nav{
		order:2;
		font-size: 12px;
	}
	*/
}

.navbar-header, .navbar-header * {
    transition: all 250ms ease-out;
}

@media(min-width: 901px) {
    .navbar-header.scrolled img {
        width: 200px;
    }
}

section {
    padding: 60px 0;
}

section p {
    text-align: justify;
}

section h1 {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(45px, 6vw, 64px);
    line-height: clamp(45px, 6vw, 78px);
    text-decoration-line: underline;
    margin-bottom: 60px;
}

.section_hero {
    background-image: url(img/hero.jpg);
    min-height: 100vh;
    background-size: cover;
    padding: 0;
    position: relative;
    background-position: 55% 55%;
}

.section_hero * {
    position: relative;
    z-index: 2;
}

.section_hero:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #000;
    opacity: 0.4;
    inset: 0;
    z-index: 1;
}

.section_hero .row {
    min-height: 100vh;
    text-align: center;
}

@media(min-width: 900px) and (max-height:1000px) {
    .section_hero, .section_hero .row {
        min-height: 875px;
    }
}

@media(min-width: 1200px) {
    .navbar-header a {
        font-size: 20px;
        line-height: 24px;
    }

    .section_hero, .section_hero .row {
        min-height: 920px;
        height: 100vh;
    }

    .section_hero .row {
        padding-top: 100px;
    }
}

.section_hero p {
    margin-left: auto;
    margin-right: auto;
    max-width: 583px;
    font-weight: 300;
    text-align: center;
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: clamp(20px, 3.5vw, 27px);
}

.section_hero h1 {
    font-weight: 800;
    font-size: clamp(30px, 6vw, 60px);
    line-height: clamp(30px, 6vw, 73px);
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px;
}

.section_hero h1 span {
    font-weight: 300;
    font-size: clamp(17px, 6vw, 20px);
    line-height: clamp(17px, 6vw, 24px);
    letter-spacing: 0;
    display: block;
    margin-bottom: 6px;
}

.btn-hero {
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 170.25px;
    height: 50.95px;
    font-weight: 700;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 10px;
    color: #333A3E;
}

@media(min-width: 900px) {
    .btn-hero {
        width: 214.25px;
        height: 66.95px;
        font-size: 24px;
        line-height: 29px;
        margin-top: 20px;
    }
}

.section_quote {
    position: relative;
}

.section_quote * {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.section_quote:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/quote.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    opacity: 0.5;
    inset: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
}

.quote_content {
    margin-top: 40px;
    font-weight: 600;
    font-size: clamp(16px, 4vw, 50px);
    line-height: clamp(19px, 5vw, 61px);
    text-align: center;
    color: #FFFFFF;
}

.quote_author {
    margin-top: 10px;
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 34px);
    line-height: clamp(14px, 2.5vw, 41px);
    text-align: center;
    color: #FFFFFF;
}

.quotes_star {
    display: inline-block;
    width: 31px;
    height: 30px;
    margin-right: 5px;
    background-image: url(img/star.svg);
    background-size: contain;
}

.section_quote, .section_quote .row {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bloc_color_menu_menu span {
    background-color: var(--primary);
    padding: 40px;
    border-radius: 15px;
    display: block;
}

.bloc_color_menu_menu a {
    font-size: 22px;
}

.section_home_menu {
    background-image: url('img/menu_bg_home.jpg');
    background-image: url('img/high-angle-meat-slate-with-herbs-cleaver.jpg');
    background-position: right center;
    /*	background-position: 140% 75%;*/
    /*	background-size: 60%;*/
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-attachment: fixed;
}

@media(min-width: 900px) {
    .section_home_menu {
        /*		background-size: 60%;*/ /*		background-position: right center;*/
    }
}

.portrait {
    border-bottom: 8px solid #E30C13;
    border-radius: 18px;
    margin-bottom: 40px;
}

.section_gallerie p {
    margin-bottom: 40px;
}

.section_reservation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
}

.section_reservation h1 {
    margin-bottom: 20px;
}

.section_reservation * {
    position: relative;
    z-index: 2;
}

.section_reservation .row {
    align-items: center;
}

.section_reservation:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/reservation.png);
    background-size: cover;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    inset: 0;
    z-index: 1;
}

.section_reservation .btn {
    background-color: var(--primary);
    border-color: var(--primary);
    width: 100%;
}

* {
    text-decoration-color: var(--primary);
}

section h1 span.pr {
    text-decoration: none;
    text-decoration-line: none;
    color: var(--primary);
    display: inline-block;
}

.section_contact {
    background-position: bottom;
    min-height: 100vh;
    /*min-height: 300px;*/
    background-size: cover;
    background-image: url(img/hands-black-gloves-slice-medium-rare-cooked-whale-meat-steak-with-knife-fork.jpg);
}

.section_contact form {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: var(--primary);
    border-radius: 10px;
    max-width: 520px;
}

.section_contact h1 {
    color: #000;
    text-align: center;
}

.section_contact form *::placeholder {
    color: #fff;
}

.section_contact form input, .section_contact form textarea {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0;
}

.section_contact form .btn {
    background-color: #fff;
}

@media(max-width: 900px) {
    .quote_content br {
        display: none;
    }

    .section_quote, .section_quote .row {
        min-height: 50vh;
    }
}

body {
/*    height: 100vh;*/
/*    scroll-snap-type: y mandatory;*/
/*    overflow-y: scroll;*/
}

::-webkit-scrollbar {
/*    display: none;*/
}

/* Ajouter cette classe CSS pour cacher les éléments avec la classe "anim" initialement */
.snap-section .anim {
/*    opacity: 0;*/
/*    visibility: hidden;*/
}

#page_menu .anim, .anim.animvisible {
    opacity: 1;
    visibility: visible;
}

#page_menu .section_hero:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #000;
    opacity: 0.8;
    inset: 0;
    z-index: 1;
}

section {
    padding-top: 124px;
/*    scroll-snap-align: start;*/
    min-height: 100vh;
/*    height: 100vh;*/
/*    overflow: auto;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#section_about_2, section#section_gallerie {
    /*	height: auto;*/
}

section.section_quote {
    padding-top: 0;
}

.section_quote {
    position: relative;
}

.section_quote, .section_quote .row {
    min-height: 100vh;
    /*height: auto;*/
}

a.active {
    color: var(--primary);
}

#page_menu section {
    height: auto;
    min-height: 1px;
}

#page_menu .section_hero .row {
    height: auto;
    padding-top: 124px;
/*    padding-bottom: 124px ;*/
    min-height: 1px
}

#page_menu section .anim {
    opacity: 1!important;
    visibility: visible!important;
    transform: none!important;
}

.wrap_table table {
    font-size: 13px;
    color: #fff;
    border: none;
}

.wrap_table h2 {
    display: block;
    background-color: var(--primary);
}

.wrap_table table tr, .wrap_table table th, .wrap_table table tr td {
    border: none;
}

.wrap_table table tr td {
    border-bottom: 1px solid #fff;
}

.wrap_table table tr td:last-child {
    text-align: right;
}

.wrap_table table small {
    color: var(--primary);
    display: block;
}

#section_menu {
    padding-top: 40px;
}

@media(min-width: 700px) {
    #page_menu section#home {
        padding-top: 140px;
    }
}

.primary_c {
    color: var(--primary);
}

.square-image {
    width: 100%;
    aspect-ratio: 1/1;
    /* 1:1 Aspect Ratio (hauteur égale à largeur) */
    object-fit: cover;
    /* Redimensionnement de l'image pour qu'elle couvre entièrement le conteneur */
}

button svg {
    display: block;
    height: 20px;
    fill: #fff;
}

.copy {
    position: relative;
    height: 40px;
    top: -40px;
    margin-bottom: -40px;
    background-color: #000;
    padding: 5px;
    font-size: 10px;
}

.copy a {
    text-decoration: underline;
}
