.f-12 {
    font-size: 0.75rem;
}
.f-13 {
    font-size: 0.8125rem;
}
.f-14 {
    font-size: 0.875rem;
}
.f-15 {
    font-size: 0.9375rem;
}
.f-16 {
    font-size: 1rem;
}
.f-17 {
    font-size: 1.0625rem;
}
.f-18 {
    font-size: 1.125rem;
}
.f-19 {
    font-size: 1.1875rem;
}
.f-20 {
    font-size: 1.25rem;
}
.f-24 {
    font-size: 1.5rem;
}
.f-30 {
    font-size: 1.875rem;
}
.f-32 {
    font-size: 2rem;
}
.f-34 {
    font-size: 2.125rem;
}
.f-36 {
    font-size: 2.25rem;
}
.f-72 {
    font-size: 4.5rem;
}
.f-52 {
    font-size: 3.25rem;
}
.fweight-100 {
    font-weight: 100;
}
.fweight-200 {
    font-weight: 200;
}
.fweight-300 {
    font-weight: 300;
}
.fweight-400 {
    font-weight: 400;
}
.fweight-500 {
    font-weight: 500;
}
.fweight-600 {
    font-weight: 600;
}
.fweight-700 {
    font-weight: 700;
}
.fweight-800 {
    font-weight: 800;
}
.fweight-900 {
    font-weight: 900;
}
.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.txt-justify {
    text-align: justify;
}
.txt-up {
    text-transform: uppercase;
}
.fitalic {
    font-style: italic;
}
.txt-black {
    color: #1d1d1f;
}
.bck-black {
    background-color: #1d1d1f;
}
.txt-dark-grey {
    color: #232325;
}
.bck-dark-grey {
    background-color: #232325;
}
.txt-grey {
    color: #36373a;
}
.bck-grey {
    background-color: #36373a;
}
.txt-light-grey {
    color: #303034;
}
.bck-light-grey {
    background-color: #303034;
}
.txt-red {
    color: #c12014;
}
.bck-red {
    background-color: #c12014;
}
.txt-dark-red {
    color: #4b0b00;
}
.bck-dark-red {
    background-color: #4b0b00;
}
.txt-light-red {
    color: #b34448;
}
.bck-light-red {
    background-color: #b34448;
}
.txt-blue {
    color: #00b2a9;
}
.bck-blue {
    background-color: #00b2a9;
}
.txt-dark-blue {
    color: #006860;
}
.bck-dark-blue {
    background-color: #006860;
}
.txt-orange {
    color: #e27234;
}
.bck-orange {
    background-color: #e27234;
}
.txt-orange-light {
    color: #fc9959;
}
.bck-orange-light {
    background-color: #fc9959;
}
.txt-white {
    color: #fff;
}
.bck-white {
    background-color: #fff;
}
.m0 {
    margin: 0px;
}
.m0child * {
    margin: 0px;
}
.p0 {
    padding: 0px;
}
.mp0 {
    margin: 0px;
    padding: 0px;
}
.b0 {
    border: none;
}
.container {
    max-width: 1350px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-spaceb {
    display: flex;
    justify-content: space-between;
}
.flex-align {
    align-items: center;
}
#mainheader {
    position: fixed;
    z-index: 99;
    width: 100%;
}
#mainheader #top-bar .menu-element > p {
    font-family: "Romanesco";
}
#flags {
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
}
#flags .flag {
    padding-top: 3px;
    margin-right: 6px;
}
#flags .flag img {
    box-sizing: content-box;
    border: 3px solid rgba(255, 0, 0, 0);
}
#flags .flag.selected img {
    border: 3px solid red;
    background-color: red;
}
#flags .flag:hover:not(.selected) {
    cursor: pointer;
}
#flags .flag:hover:not(.selected) img {
    border: 3px solid #fff;
    background-color: #fff;
}
#accessibility {
    max-width: 300px;
    color: #000092;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    bottom: 20px;
    right: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
    margin-bottom: 12px;
}
#accessibility:hover {
    cursor: pointer;
}
#accessibility * {
    margin: 0;
}
#accessibility #accessibility-left {
    transform: translateY(2px);
}
#accessibility #accessibility-left img {
    margin-right: 10px;
}
#accessibility #accessibility-right > p {
    margin-bottom: 6px;
    font-weight: 700;
}
#accessibility #accessibility-right > div p {
    padding-top: 4px;
    padding-left: 4px;
}
@media (min-width: 1325.99px) {
    #mainheader {
        box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);
        width: 100%;
    }
    #mainheader * {
        user-select: none;
    }
    #mainheader #main-menu,
    #mainheader #main-nav {
        height: 100%;
    }
    #mainheader #top-bar {
        min-height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
    }
    #mainheader #top-bar #header-logo {
        margin: 0 20px;
    }
    #mainheader #top-bar #main-nav {
        margin: 0 20px;
        width: 100%;
    }
    #mainheader #top-bar .menu-element .sub-menu {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35);
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
    }
    #mainheader #top-bar .menu-element.selected > p:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        font-size: 1rem;
    }
    #mainheader #top-bar .menu-element.selected .sub-menu {
        display: flex;
        height: 32px;
    }
    #mainheader #top-bar .menu-element#menu-btn-restaurant p:hover {
        color: #c12014;
    }
    #mainheader #top-bar .menu-element#menu-btn-hotel p:hover {
        color: #00b2a9;
    }
    #mainheader #top-bar .menu-element#menu-btn-contact p:hover {
        color: #e27234;
    }
    #mainheader #top-bar .menu-element > p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 6px;
        margin: 0;
    }
    #mainheader #top-bar .menu-element > p:hover {
        cursor: pointer;
    }
    #mainheader #top-bar .menu-element > p:after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        float: left;
    }
    #mainheader ul {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    #mainheader ul li {
        width: 100%;
        text-align: center;
        margin: 0 12px;
    }
    #mainheader a,
    #mainheader p {
        color: #fff;
    }
    #mainheader #header-logo {
        width: 203px;
    }
    #mainheader #header-logo-small,
    #mainheader #burger-box {
        display: none;
        cursor: pointer;
    }
    #mainheader .sub-menu {
        font-family: "Merriweather Sans", sans-serif;
        justify-content: space-evenly;
        position: fixed;
        top: 70px;
        left: 0;
    }
    #mainheader .sub-menu li {
        margin: 0;
    }
    #mainheader .sub-menu li a {
        display: block;
        padding: 12px 65px;
        line-height: 0.5;
    }
    #mainheader #sub-menu-restaurant li.selected {
        background-color: #4b0b00;
    }
    #mainheader #sub-menu-restaurant li:hover {
        background-color: #fff;
    }
    #mainheader #sub-menu-restaurant li:hover a {
        color: #4b0b00;
    }
    #mainheader #sub-menu-hotel li.selected {
        background-color: #006860;
    }
    #mainheader #sub-menu-hotel li:hover {
        background-color: #fff;
    }
    #mainheader #sub-menu-hotel li:hover a {
        color: #006860;
    }
    #mainheader #sub-menu-contact li.selected {
        background-color: #fc9959;
    }
    #mainheader #sub-menu-contact li:hover {
        background-color: #fff;
    }
    #mainheader #sub-menu-contact li:hover a {
        color: #e27234;
    }
    #mainheader #menu-right-box {
        display: flex;
        align-items: center;
        margin: 0 20px;
    }
    #mainheader #menu-right-box #flags {
        margin-left: 40px;
    }
    #mainheader #menu-right-box #flags li {
        padding-top: 4px;
    }
}
@media (max-width: 1325.98px) {
    #mainheader * {
        user-select: none;
    }
    #mainheader #main-nav {
        height: 0;
        transition: height 0.3s ease-in-out 0.2s;
    }
    #mainheader #menu-btn-restaurant p {
        padding-bottom: 8px;
        border-bottom: 3px solid #c12014;
    }
    #mainheader #menu-btn-hotel p {
        padding-bottom: 8px;
        border-bottom: 3px solid #00b2a9;
    }
    #mainheader #menu-btn-contact p {
        padding-bottom: 8px;
        border-bottom: 3px solid #fc9959;
    }
    #mainheader #burger-box {
        cursor: pointer;
        display: block;
    }
    #mainheader.open #burger-btn {
        display: none;
    }
    #mainheader.open #main-nav {
        height: 100vh;
    }
    #mainheader.open #top-bar {
        height: 0;
    }
    #mainheader:not(.open) .social {
        display: none;
    }
    #mainheader:not(.open) #burger-close {
        display: none;
    }
    #mainheader #burger-close {
        position: fixed;
        top: 18px;
        right: 3vw;
    }
    #mainheader #top-bar {
        transition: height 0.2s ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 3vw;
        width: 100%;
        height: 60px;
        overflow: hidden;
    }
    #mainheader #header-logo {
        display: none;
    }
    #mainheader #main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        color: #fff;
        background-color: #1d1d1f;
        background-image: url(/public/src/images/logos/le-balcon-logo-icone-5.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 150%;
        text-align: center;
        overflow-y: scroll;
    }
    #mainheader #main-nav #main-menu {
        min-height: 100vh;
        padding: 10vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto 0;
    }
    #mainheader #main-nav * {
        text-align: center;
        background: none;
    }
    #mainheader #main-nav .menu-element:first-child p {
        margin-top: 0;
    }
    #mainheader #main-nav .menu-element p {
        margin: 35px 0 10px;
    }
    #mainheader #main-nav .sub-menu {
        text-align: center;
        font-family: "Merriweather Sans", sans-serif;
    }
    #mainheader #main-nav .sub-menu a {
        display: block;
        margin: 18px 0;
        width: 100%;
        color: #fff;
    }
    #mainheader #menu-right-box {
        display: flex;
        align-items: center;
        margin-right: 60px;
    }
    #mainheader #social-icons {
        margin-top: 6px;
        position: fixed;
        bottom: 15px;
        left: 15px;
        font-family: "Font Awesome 5 Brands";
        font-size: 2rem;
        font-weight: 900;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #mainheader #social-icons p {
        margin-top: 12px;
    }
    #mainheader #social-icons p a {
        color: #fff;
    }
    #mainheader #social-icons p a:hover {
        color: #90fbff;
    }
}
#social-icons {
    font-family: "Font Awesome 5 Brands";
    font-size: 2rem;
    font-weight: 900;
}
#social-icons p {
    margin: 0;
}
#social-icons p a:hover {
    color: #90fbff;
}
@media (max-height: 609.98px) and (max-width: 1199.98px) {
    #mainheader {
        background-color: rgba(20, 20, 10, 0.5);
    }
}
#burger-box {
    position: fixed;
    top: 0;
    right: 0;
}
#burger {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 15px 3vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#burger span:nth-child(1) {
    top: 0px;
}
#burger span:nth-child(2) {
    top: 12px;
}
#burger span:nth-child(3) {
    top: 24px;
}
#burger.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#burger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#burger.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    font-size: 1.15rem;
    font-family: "Merriweather Sans", sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #36373a;
    color: #fff;
}
body img {
    pointer-events: none;
}
body * {
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
p {
    text-align: justify;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
ul,
menu {
    padding-left: 0px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
}
button {
    border: none;
    background: none;
}
.noscrollbar::-webkit-scrollbar {
    display: none;
}
.noscrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media (min-width: 767.98px) {
    .fixedbck {
        background-attachment: fixed;
    }
}
@media (max-width: 767.98px) {
    .fixedbck {
        background-attachment: scroll;
    }
}
.btn-call {
    width: 100%;
    margin-top: 45px;
}
.btn-call a {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1rem;
    display: block;
    max-width: 350px;
    margin: 10px auto;
    color: #fff;
    padding: 20px 12px;
    text-align: center;
    max-width: 250px;
    line-height: 1.5rem;
}
.btn-call a:hover {
    background-color: #fff;
    cursor: pointer;
}
#contact-submit {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1rem;
    display: block;
    max-width: 350px;
    margin: 10px auto;
    color: #fff;
    padding: 20px 12px;
    text-align: center;
    max-width: 250px;
    line-height: 1.5rem;
    text-transform: uppercase;
}
#contact-submit:hover {
    background-color: #fff;
    cursor: pointer;
}
.form-field #msg {
    width: 100%;
}
.form-field input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    height: 30px;
}
.form-field label {
    display: block;
    margin-bottom: 10px;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
}
.contact-flex .form-field {
    width: 48%;
}
form.hidden {
    visibility: hidden;
}
#contact-response {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "Merriweather Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact-response p {
    display: block;
    padding: 50px;
    text-align: center;
}
#contact-response.hidden {
    display: none;
}
#contact-response.shown {
    display: flex;
}
#contact .right-side {
    position: relative;
}
#form-message {
    height: 0;
    visibility: hidden;
}
textarea {
    resize: vertical;
}
#contact-submit {
    margin-top: 30px;
}
#contact-form {
    position: relative;
}
section {
    padding: 200px 0;
}
#informations.restaurant > .container {
    display: flex;
    justify-content: center;
}
#informations.restaurant > .container > div {
    width: 50%;
    margin: 30px 15px;
    min-height: 420px;
    display: flex;
    align-items: center;
}
#informations.restaurant > .container > div:first-child {
    min-height: 100%;
    width: 50%;
}
#informations.restaurant > .container > div:first-child img {
    height: 100%;
}
#les-chambres > .container:first-child {
    display: flex;
    justify-content: center;
}
#les-chambres > .container:first-child > div {
    width: 50%;
    margin: 30px 15px;
    min-height: 420px;
    display: flex;
    align-items: center;
}
#les-chambres > .container:first-child > div:last-child {
    min-height: 100%;
    width: 50%;
}
#les-chambres > .container:first-child > div:last-child img {
    height: 100%;
}
#avis {
    display: flex;
    min-height: 900px;
    padding: 0;
}
#avis > div {
    width: 50%;
}
#avis #photo-chef {
    display: flex;
    justify-content: start;
    height: 100%;
    width: 100%;
    padding-left: 30%;
}
#avis #photo-chef img {
    height: 100%;
    object-fit: cover;
}
#avis .left-side #photo-chef > #restaurant-chef-imgzone {
    position: relative;
    width: 100%;
}
#avis .left-side #legende-chef {
    position: absolute;
    bottom: 0;
    left: -100px;
    transform: rotateZ(-90deg) translateX(55%);
    -webkit-transform: rotateZ(-90deg) translateX(55%);
    -moz-transform: rotateZ(-90deg) translateX(55%);
    -ms-transform: rotateZ(-90deg) translateX(55%);
    -o-transform: rotateZ(-90deg) translateX(55%);
}
#avis .right-side {
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 8%;
    transform: translateX(-7%);
    -webkit-transform: translateX(-7%);
    -moz-transform: translateX(-7%);
    -ms-transform: translateX(-7%);
    -o-transform: translateX(-7%);
}
#avis .right-side > div {
    padding: 30px;
}
#avis .right-side > div:first-child {
    background-color: #b34448;
    margin-bottom: 40px;
}
#avis .right-side > div:last-child {
    color: #b34448;
    background-color: #fff;
}
#bandeau-black {
    background-color: #18181a;
}
#les-prestations {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #006860;
    background-image: url("../src/images/logos/le-balcon-mosaique.svg");
    background-size: 240px 240px;
}
#les-prestations > .container {
    padding-top: 200px;
    padding-bottom: 200px;
}
#formulaire {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #36373a;
    background-image: url("../src/images/logos/le-balcon-mosaique.svg");
    background-size: 240px 240px;
}
#formulaire > .container {
    max-width: 800px;
    background-color: #1d1d1f;
    padding: 0 40px;
    padding-top: 200px;
    padding-bottom: 200px;
}
#formulaire > .container label {
    text-transform: uppercase;
    font-size: 0.9rem;
}
#formulaire > .container #contact-form {
    margin-top: 100px;
}
#formulaire > .container #contact-submit {
    background-color: #e27234;
}
#formulaire > .container #contact-submit:hover {
    background-color: #fff;
    color: #e27234;
}
#carte {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1d1d1f;
    background-size: 240px 240px;
}
#carte > .container {
    max-width: 800px;
    background-color: #36373a;
    padding: 0 40px;
    padding-top: 200px;
    padding-bottom: 200px;
}
#carte > .container label {
    text-transform: uppercase;
    font-size: 0.9rem;
}
#carte > .container #contact-form {
    margin-top: 100px;
}
#carte > .container #contact-submit {
    background-color: #e27234;
}
#carte > .container #contact-submit:hover {
    background-color: #fff;
    color: #e27234;
}
#contact-form-sub.hidden {
    display: none;
}
#contact-response {
    position: relative;
    margin: 50px 0;
    height: 150px;
}
#le-cadre .container header .paragraph,
#la-carte .container header .paragraph {
    padding: 0 20px;
}
#restaurant-infos-imgzone,
.shadow {
    box-shadow: 4px 4px 8px rgba(0, 0, 20, 0.274);
}
#restaurant-pain-imgzone {
    width: 100%;
    max-width: 870px;
    min-height: 500px;
    margin-top: 40px;
}
.slider-chambres img,
.slider-carte img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.activ-picture-zone {
    position: relative;
}
.activ-picture-zone .apz-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: ease-in-out 1000ms;
}
.activ-picture-zone .apz-element.show {
    opacity: 1;
    transition: ease-in-out 1000ms;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.slider-cadre .swiper-slide img {
    width: 50%;
    height: 500px;
    object-fit: cover;
}
.slider-cadre .swiper-slide > div {
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slider-cadre .swiper-slide > div.paragraph {
    padding: 15px;
}
@media (max-width: 767.98px) {
    .slider-cadre .swiper-slide {
        display: block;
    }
    .slider-cadre .swiper-slide img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .slider-cadre .swiper-slide > div {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .slider-cadre .swiper-slide > div.paragraph {
        padding: 15px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Romanesco";
    font-weight: 400;
}
h1 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3.5rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}
.p-15 {
    padding: 15px;
}
.paragraph {
    font-size: 1rem;
    line-height: 2rem;
}
.lineheight1 {
    line-height: 1rem;
}
.red-text {
    padding: 50px 15px;
    background-color: #c12014;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}
#les-prestations .container .carte-box .carte-entity:first-child .carte-elements .carte-element:last-child {
    display: flex;
    font-weight: 600;
    color: #0057a7;
    line-height: 1;
}
#les-prestations .container .carte-box .carte-entity:first-child .carte-elements .carte-element:last-child::before {
    display: block;
    content: "";
    width: 55px;
    height: 55px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    background-image: url("../../src/images/icones/recharge-electrique.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-10px);
}
.logis-widget a {
    display: block;
    background-color: #fff;
    border: 2px solid rgba(255, 0, 0, 0);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.364);
}
.logis-widget a:hover {
    border: 2px solid red;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.364);
}
.entete {
    position: relative;
    width: 100vw;
    height: 100vh;
}
.entete .logis-widget {
    position: absolute;
    bottom: 25px;
    right: 40px;
}
.entete .entete-back,
.entete .entete-logo-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}
.entete .entete-logo-box {
    position: relative;
    background: linear-gradient(0deg, #00000a 0%, rgba(0, 0, 10, 0) 100%);
    margin: 0 32%;
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entete .entete-logo-box .entete-scroll-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-bottom: 15px;
    transform: translateX(-50%);
}
.entete .entete-logo-box .entete-logo {
    margin: 0 10%;
    filter: drop-shadow(3px 3px 5px #0000003a) drop-shadow(2px 2px 2px #00000083);
    -webkit-filter: drop-shadow(3px 3px 5px #0000003a) drop-shadow(2px 2px 2px #00000070);
}
#la-carte {
    background-color: #4b0b00;
    background-image: url("../../src/images/logos/le-balcon-logo-icone-rouge.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85% 85%;
    padding-top: 0;
    padding-bottom: 0;
}
#la-carte .container {
    padding: 200px 0 0;
    background-color: rgba(0, 0, 0, 0.507);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#la-carte .container header {
    max-width: 700px;
}
.carte-box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 50px;
}
.carte-box .carte-entity {
    margin: 40px 0;
    width: 32%;
    max-width: 400px;
    min-width: 420px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.35);
    position: relative;
    padding: 25px;
}
.carte-box .carte-entity .table tr {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.carte-box .carte-entity .table tr td {
    width: fit-content;
    margin: 10px 0;
}
.carte-box .carte-entity .table tr td:nth-child(2) {
    font-family: "Romanesco";
    font-size: 1.6rem;
    margin-left: 15px;
    min-width: 50px;
    transform: translateY(-6px);
}
.carte-box .carte-entity.has-price {
    padding: 25px 25px 85px 25px;
}
.carte-box .carte-entity h2 {
    margin-bottom: 32px;
}
.carte-box .carte-entity p {
    font-size: 0.85rem;
}
.carte-box .carte-entity figure {
    width: 100% !important;
    margin: 0;
    display: flex;
    justify-content: center;
}
.carte-box .carte-entity figure img {
    width: 45px;
}
.carte-box .carte-entity .carte-elements {
    margin-top: 35px;
}
.carte-box .carte-entity .carte-element {
    text-align: center;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2rem;
}
.carte-box .carte-entity .carte-element:not(:last-child):not(.carte-ou):after {
    content: "";
    display: block;
    background: url("../src/images/icones/separateur-carte.svg") no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 14px;
}
.carte-box .carte-entity .carte-element.carte-ou:after {
    content: "OU";
    font-weight: 600;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: 14px;
}
.carte-box .carte-entity .carte-prix {
    position: absolute;
    margin: 0;
    font-family: "Romanesco";
    font-size: 2.5rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}
#les-menus {
    background-color: #b34448;
    background-image: url("../src/images/logos/le-balcon-mosaique.svg");
    background-size: 240px 240px;
    padding: 0;
}
#les-menus .container {
    padding-top: 200px;
    padding-bottom: 50px;
    background-color: #232325;
    background-repeat: repeat;
    background-size: 10%;
}
#les-menus h1 {
    margin-bottom: 0;
}
#les-menus .carte-box {
    margin-top: 0;
}
#les-chambres {
    background-image: url("../../src/images/logos/le-balcon-logo-icone-noir.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85% 85%;
}
#les-prestations .carte-box img {
    min-height: 50%;
    width: 100%;
    object-fit: cover;
}
footer {
    box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.35);
}
footer #mailadress {
    transform: translateY(5px);
}
footer .label {
    text-transform: uppercase;
    font-weight: 600;
}
footer h3 {
    font-size: 0.95rem;
    font-family: "Merriweather Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
footer #disclaimer {
    font-size: 0.5rem;
}
footer .top .left-side {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33%;
    padding: 20px;
    background-color: #1d1d1f;
}
footer .top .right-side {
    width: 100%;
    background-color: #29292c;
    font-size: 0.9rem;
}
footer .top .right-side .footer-infos {
    width: 100%;
    padding-right: 25px;
    padding-bottom: 8px;
    a{
        color: #fff;
        text-decoration: underline;
    }
}
footer .top .right-side .footer-infos .label {
    font-size: 0.7rem;
    margin-right: 0.4rem;
}
footer .top .right-side .footer-social {
    font-size: 2rem;
    min-width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
}
footer .top .right-side .footer-social a {
    color: #fff;
}
footer .top .right-side .footer-social a:hover {
    color: #90fbff;
}
footer .bottom {
    padding: 10px 25px;
    background-color: #000;
}
footer .bottom .left-side {
    padding-top: 10px;
    font-size: 0.75rem;
    width: 100%;
}
footer .bottom .left-side .activcom-adresse .label {
    margin-right: 5px;
}
footer .bottom .left-side .activcom-adresse p {
    display: flex;
}
footer .bottom .left-side p {
    margin-top: 0;
}
footer .bottom .right-side {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1111.98px) {
    .entete .entete-logo-box {
        width: 50%;
        margin: 0 25%;
    }
    section {
        padding: 5vh 0;
    }
    .activcom-adresse p:not(:last-child):after {
        content: "";
        display: block;
        background-color: #fff;
        border-radius: 50%;
        transform: translateY(4px);
        width: 6px;
        height: 6px;
        margin: 0 15px;
    }
}
@media (max-width: 1111.98px) {
    footer .top .right-side .footer-social {
        display: none;
    }
    footer .top .right-side {
        padding-left: 10px;
    }
    footer .top .right-side .footer-social {
        display: none;
    }
    footer .top .right-side .footer-infos address {
        display: block;
    }
    footer .bottom .left-side .activcom-adresse {
        display: block;
    }
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
}
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 80vh;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
@media (max-width: 1399.98px) {
    .entete .entete-logo-box {
        width: 50%;
        margin: 0 25%;
    }
    section {
        padding: 5vh 0;
    }
}
@media (max-width: 1199.98px) {
    .entete .entete-logo-box {
        width: 60%;
        margin: 0 20%;
    }
    #avis {
        display: block;
        min-height: 500px;
        height: auto;
        padding: 0;
    }
    #avis > div {
        width: 100%;
    }
    #avis .right-side {
        margin: 0;
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    #avis .left-side #photo-chef {
        display: flex;
        justify-content: start;
        height: 100%;
        width: 100%;
        padding-left: 0;
    }
    #avis .left-side #photo-chef > div {
        width: 50%;
        margin: 0 auto;
    }
    #avis .left-side #photo-chef img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
@media (max-width: 991.98px) {
    .entete .entete-logo-box {
        width: 72%;
        margin: 0 14%;
    }
}
@media (max-width: 767.98px) {
    #carte .container {
        padding-inline: 10px;
    }
    .entete .entete-logo-box {
        width: 80%;
        margin: 0 10%;
    }
    #informations.restaurant > .container #restaurant-infos-imgzone,
    #informations.restaurant > .container #hotel-chambres-imgzone,
    #les-chambres > .container #restaurant-infos-imgzone,
    #les-chambres > .container #hotel-chambres-imgzone {
        height: 50vh;
        min-height: 450px;
        width: 100%;
        margin: 0;
    }
    #informations.restaurant > .container > div,
    #les-chambres > .container > div {
        padding: 15px !important;
        width: 100% !important;
        margin: 15px 0 !important;
    }
    #informations.restaurant > .container {
        flex-direction: column-reverse;
    }
    #les-chambres > .container {
        flex-direction: column;
    }
    #photo-chef > div {
        width: 100% !important;
    }
}
@media (max-width: 575.98px) {
    .carte-entity {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 100vw !important;
    }
    .carte-entity * {
        max-width: 100vw !important;
    }
    .entete .entete-logo-box {
        width: 100%;
        margin: 0;
    }
    footer .top {
        display: block;
    }
    footer .top .right-side {
        padding-left: 25px;
    }
    .entete .entete-logo-box .entete-logo {
        margin: 0;
        width: 90%;
        max-width: 350px;
    }
}
