/* CHARTE GRAPHIQUE */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html {
    overflow-x: hidden;
}

/* SURLIGNAGE */

::selection {
    color: #fff;
    background: #14181c;
}

::-moz-selection {
    color: #fff;
    background: #14181c;
}

/* GENERALE */

body {
    overflow-x: hidden;
}

.offset-0 {
    padding-right: 0;
    padding-left: 0;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fond-rouge {
    background-color: #e52918 !important;
}

.fond-noir {
    background-color: #14181c !important;
}

.couleur-rouge {
    color: #e52918 !important;
}

.couleur-noir {
    color: #14181c !important;
}

.carre {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    margin-right: 10px;
}

.poppins-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.poppins-bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.lato-light {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #14181c;
    text-transform: uppercase;
    padding-bottom: 30px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    color: #e52918;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 38px;
    line-height: 28px;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #14181c;
    padding-bottom: 15px;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #14181c;
    text-align: center;
}

.fond-rouge h1,
.fond-rouge h2,
.fond-rouge h3,
.fond-rouge p,
.fond-noir h1,
.fond-noir h2,
.fond-noir h3,
.fond-noir p {
    color: white;
}

.lien-fond-clair {
    display: -webkit-box;
    color: #14181c;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    transition: 0.1s ease-in all;
}

.lien-fond-clair:hover {
    color: #e52918;
    text-decoration: none;
}

.lien-fond-fonce {
    display: -webkit-box;
    color: #14181c;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    transition: 0.1s ease-in all;
}

.lien-fond-fonce:hover {
    color: white;
    text-decoration: none;
}


/* BUTTON */

.btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #e52918;
    padding: 17px 60px;
    /* margin: 0 auto; */
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0px;
}

.btn span {
    position: relative;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 140%;
    background: #14181c;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    height: 490%;
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.btn-2 {
    border: 1px solid #14181c;
}

/*FIN BUTTON*/

.section ul {
    list-style: none
}

.section li::before {
    content: "■";
    color: #e52918;
    font-size: 7px;
    margin-right: 15px;
}

.legende-salade {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 118px;
    display: -webkit-inline-box;
    padding-left: 15px;
}
.legende-salade li {
    padding-right: 15px;
}

.loader {
    display: inline-block;
    position: relative;
    top: 0;
    animation: loader 2s infinite ease;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background: url(https://www.redsquare.lu/FILES/images/logo_RED_blanc_sur_rouge.svg);
    background-size: cover;
}


@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(360deg);
    }

    50% {
        transform: rotate(360deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    /*	background: url(https://www.redsquare.lu/FILES/images/logo_RED_blanc_sur_rouge.svg);
        height: 300px;
        width: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; */
        }
}


@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* ====  Preloader styles ==== */

#hola {
    width: 100vw;
    height: 100vh;
    background-color: #e52918;
    opacity: 1;
    /*background-color: #14181c;*/
    position: fixed;
    z-index: 999;
    text-align: center;
    top: 0;
}

.no-overflow {
    overflow: hidden;
}

#preloader {
    margin-top: 35vh;
}

@keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

#menus-du-jour-suggestions .container a {
    color: white;
}

.page-wrap {
    /* overflow-x: hidden; */
    height: 100vh;
}

.home {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    content: '';
}

.home:after {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    content: '';
}

.home.divide:before {
    transition: all .6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    width: 0;
}

.home.divide:after {
    transition: all .6s 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    width: 0;
}

.text-wrap {
    width: 100%;
    max-width: 44rem;
    text-align: center;
}



.container a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #14181c;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.carre-rouge-lien {
    position: initial !important;
}

h1 {
    position: relative;
    text-align: center;
}

.button_container {
    position: fixed;
    top: 5%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: white;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
}

.overlay:before {
    content: "";
    background: #e52918;
    opacity: 0.8;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}

.overlay:after {
    content: "";
    background: #e52918;
    opacity: 0.8;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}

.overlay.open {
    /*opacity: 0.97;*/
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.65s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

/* FIN HEADER */

.reservation-en-ligne {
    position: fixed;
    top: 5%;
    right: 4%;
    height: 27px;
    width: 200px;
    cursor: pointer;
    z-index: 100;
    font-weight: 300;
    font-size: 14px;
    transition: opacity 0.25s ease;
    text-transform: uppercase;
    color: white;
}

}

/* FOOTER */

.footer-sous-titre {
    color: #e52918;
    font-weight: 700;
    margin-bottom: 0px;
}

.footer-texte {}

.liens-externe {
    color: white !important;
    padding: 15px;
}

/* FIN FOOTER */

/* HOMEPAGE */

#section1 {
    height: 100vh;
    background-image: url('https://www.redsquare.lu/FILES/images/nils-stahl-188467-unsplash.jpg');
    background-size: cover;
}

#section1 h1 {
    margin-top: 200px;
}

.titre-niveau-1 {
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: white;
    top: 50vh;
}

.redsquare {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 62px;
    font-size: 82px;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

#section2 {
    margin-top: 100px;
}

#section4 {
    padding: 90px;
    padding-right: 150px;
    padding-left: 150px;
}

.titre-menu {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-bottom: 45px;
    color: white;
    font-size: 50px;
}

.tiret-rouge {
    border-bottom: 1px solid #e52918;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.titre-menu-2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.carre-rouge {
    width: 100px;
    height: 100px;
    background-color: #e52918;
}

blockquote {
    font-size: 1.5rem;
    max-width: 600px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    padding: 0.5rem;
    font-family: 'Lato', sans-serif;
    text-align: center;
    top: 50px;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #e52918;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
    font-family: 'Poppins', sans-serif;

}

blockquote:before {
    content: '“';
    left: -10px;
    top: -2rem;
}

blockquote:after {
    content: '”';
    right: -10px;
    bottom: 1rem;
}

cite {
    line-height: 3;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #14181c;
}

b {
    font-weight: 700;
    /*color: #e52918;*/
}

.slick-dots {
    bottom: 15px !important;
}

.slick-dots li button:before {
    color: white !important;
}

.slick-dots li {
    margin: 0px !important;
}

/*
.slick-dots li button:before {
content: "■" !important;
} */

.logo {
    width: 350px;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    top: 25vh;
    animation: rotateInDownRight 1s ease;
    transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
}

.small {
    width: 148px;
    margin-left: 0px;
    position: fixed;
    top: 0;
    animation: none;
    z-index: 8888888;
}

.animation {
    animation: rotateInDownRight 1s ease;
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}


#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: grey;
}

.hidden {
    display: none !important;
}

.t-events {
    display: block;
    position: absolute;
    z-index: 999999999999;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 32vh;
}

.jarallax {
    position: relative;
    z-index: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.jarallax2 {
    height: 100vh !important;
}

.jarallax__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
}

#nav {
    z-index: 10;
    /*border-bottom: 1px solid #14181c;*/
    margin-top: 0px;
}

#footer {
    background-color: #14181c;
    padding-bottom: 30px;
}

#footer a {
    color: white;
    font-size: 16px;
}

.logo-footer {
    width: 150px;
    height: 150px;
}

.liens-footer {
    display: -webkit-inline-box;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 35px;
}

.liens-footer li {
    padding-right: 33px;
    list-style-type: none;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

#footer p {
    color: white;
    text-align: left;
}

.footer-titre {
    font-weight: 700;
}

#footer .fa-map-marker,
#footer .fa-clock {
    margin-right: 10px;
    color: #e52918;
}

#footer .reseaux-sociaux {
    text-align: right;
}

#footer .reseaux-sociaux a {
    font-size: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 5px;
}

#footer .reseaux-sociaux a:hover {
    color: #e52918;
    /*animation: bounce 1.5s ease;*/
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.home-txt {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.home-txt h2 small {
    font-size: 55%;
}

.carre-rouge-lien {
    /*background: #e52918;*/
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-left: -15px;
    background: url('https://www.redsquare.lu/FILES/images/rectangle-rouge-redsquare.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

#contact h1 {
    color: #e52918;
    text-align: left;
    font-size: 111px;
    font-weight: 800;
    z-index: 1;
    margin-top: 160px;
}

#contact h3 {
    color: #e52918;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

#contact p {
    text-align: left;
}

#contact a {
    font-size: 1rem;
    font-weight: 500;
}

.contact-titre {
    font-weight: 700;
    margin: 0px;
    padding-top: 30px;
}

.grey {
    color: grey;
}

.red {
    color: #e52918;
}

#contact-formulaire {
    background: #e52918;
    padding-top: 60px;
    padding-bottom: 60px;
}

#contact-formulaire p {
    color: white;
    text-align: left;
    font-weight: 700;
}

#contact-map {
    padding: 50px;
}

.titre-formulaire-contact {
    text-transform: uppercase;
}

#contact {
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #event-single h2 {
        font-size: 40px !important;
        line-height: 45px !important;
        margin-left: 0px !important;
    }
    #event-single h3 {
        margin-left: 0px !important;
    }
    .liens-footer {
        display: block;
    }
    .liens-footer li,
    #footer p,
    #footer,
    #footer .reseaux-sociaux,
    #footer .reseaux-sociaux a {
        text-align: center;
        padding: 0px;
    }
    #footer .reseaux-sociaux {
    }
    .liens-footer {
        padding-bottom: 0px;
    }
    #footer .reseaux-sociaux a {
        padding: 10px;
        font-size: 25px;
    }
    .a3com {
        padding-bottom: 60px;
    }
}

#lien-footer a {
    text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .liens-footer li {
        padding-right: 12px;
    }
}

#nav-right a {
    color: #14181c;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

#nav-right {
    padding-top: 16px;
    text-align: right;
    padding-right: 30px;
}

.nav-fixed {
    position: fixed;
    z-index: 10;
    background: white;
}

.nav-no-fixed {
    background: transparent;
    position: fixed;
    border: 1px solid transparent !important;
    transition: 0.1s ease-in all;
}

.nav-no-fixed .menu--antonio .menu__link,
.nav-no-fixed .menu--antonio .menu__link:hover,
.nav-no-fixed #nav-right a {
    color: white !important;
}

.nav-no-fixed .menu--antonio .menu__item::before,
.nav-no-fixed .menu--antonio .menu__item::after,
.nav-no-fixed .menu--antonio .menu__link::before,
.nav-no-fixed .menu--antonio .menu__link::after {
    background: white !important;
}

.home-button {
    display: none !important;
}

.logo-nav {
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -12px;
}

#le-redsquare h1 {
    color: #e52918;
    text-align: left;
    font-size: 111px;
    font-weight: 800;
    z-index: 1;
    margin-top: 100px;
    margin-left: -17%;
}

#le-redsquare h3 {
    color: #e52918;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}




.le-redsquare-a-propos {
    text-align: center;
}

.le-redsquare-a-propos .red {
    margin-bottom: 60px;
}

.le-redsquare-a-propos-p {
    max-width: 600px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.le-red-square-services {
    padding-top: 60px;
    padding-bottom: 60px;
}

.le-redsquare-le-bar {
    text-align: center;
    padding-top: 25%;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 940;
    width: 42px;
}

.la-carte-titre {
    margin-top: 60px;
}

.la-carte-titre h1 {
    color: #e52918;
    font-size: 90px;
    font-weight: 800;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 62px;
}

.la-carte-categories {
    text-align: center;
}

.la-carte-categories ul {
    list-style-type: none;
    display: -webkit-inline-box;
}

.la-carte-categories li {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding-top: 15px;
}

#les-incontournables-et-salades h2,
#les-burgers h2,
#les-plats h2,
#les-pates h2,
#les-desserts h2,
#les-menus-enfant h2,
#les-buffets h2 {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 200;
    text-transform: none;
    font-size: 30px;
    margin-top: 60px;
}

#les-incontournables-et-salades p,
#les-burgers p,
#les-plats p,
#les-pates p,
#les-desserts p,
#les-menus-enfant p,
#les-buffets p {
    font-weight: 600;
    text-align: left;
}

#les-incontournables-et-salades {
    padding-bottom: 60px;
}

#les-incontournables-et-salades p small {
    font-weight: 300;
}

#les-incontournables-et-salades .prix-plat p {
    color: #14181c;
}

#les-plats {
    padding-bottom: 45px;
}

.rond-vert {
    width: 15px;
    height: 15px;
    background: #50bb28;
    border-radius: 100%;
    display: -webkit-inline-box;
    margin-left: 0px;
    margin-right: 5px;
    position: inherit;
    margin-top: 5px;
}

.rond-jaune {
    width: 15px;
    height: 15px;
    background: #ffeca0;
    border-radius: 100%;
    display: -webkit-inline-box;
    margin-left: 0px;
    margin-right: 5px;
    position: inherit;
    margin-top: 5px;
}

#les-burgers .row-full-2,
#les-menus-enfant .row-full-2 {
    margin-left: -30px;
}

#les-burgers .prix-plat p,
#les-plats .prix-plat p,
#les-pates .prix-plat p,
#les-desserts .prix-plat p {
    color: #e52918;
    text-align: right;
}

.div-with-padding-left {
    padding-left: 60px;
}

.div-with-padding-left-neg {
    margin-left: -30px;
}

#les-menus-enfant h3 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 0px;
    line-height: 20px;
    margin-bottom: 0px;
}

#event-1,
.event-2 {
    height: 500px;
    cursor: pointer;
}

#event-1 h2,
#event-1 p,
#event-1 a,
.event-2 h2,
.event-2 p,
.event-2 a {
    color: white;
    text-align: left;
}

#events h1 {
    line-height: 62px;
    margin-bottom: 60px;
    margin-top: 160px;
    color: #e52918;
    font-size: 90px;
    font-weight: 800;
    z-index: 1;
    margin-top: 160px;
    margin-bottom: 60px;
    padding-bottom: 0px;
}

#events h1 small {
    text-transform: none;
    font-size: 48px;
}

.h2-event {
    font-size: 92px;
    line-height: 92px;
    margin-top: 15px;
}

.p-events {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    margin-top: -48px;
}

#events-suite {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

#events-suite h3 {
    text-align: center;
    text-transform: uppercase;
}

#events-suite a {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'poppins';
    text-decoration: none;
}

a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover .carre-rouge-lien {
    /*animation: rotateOutUpRight 0.2s ease;*/
}

#event-single .div-part-2 {
    padding-bottom: 30px;
}

#event-single h2 {
    margin-top: 160px;
    text-align: left;
    font-size: 90px;
    line-height: 78px;
    font-weight: 700;
    margin-left: -20%;
    padding-top: 30px;
}

#event-single h3 {
    text-align: left;
    color: #e52918;
    margin-left: -20%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'poppins';
    margin-top: -35px;
    font-size: 40px;
}

#event-single .annee {
    font-size: 30px;
    font-weight: 200;
}

.slick-next,
.slick-prev {
    visibility: hidden;
}

@media screen and (min-width: 1200px) {
    .event-single-img {
    max-width: 560px !important;
    }
    .slick-next,
    .slick-prev {
        z-index: 88888888888 !important;
        visibility: inherit;
    }
    .row-full-2 {
        width: 50vw;
        position: absolute;
        height: 100%;
        padding: 0;
        left: calc((100vw - 1200px) /(-2));
        padding: 0px;
    }
    .row-full-2-right {
        margin-right: -30px;
        width: 50vw;
        position: absolute;
        height: 100%;
        padding: 0;
        right: calc((100vw - 1200px) /(-2));
        padding: 0px;
    }

    #contact-parallax {
        /*width: calc(50vw + 100px);*/
    }
}

#event-single p {
    text-align: left;
}

.retour {
    margin-top: 160px;
    color: white !important;
    margin-left: 5%;
}

.retour > .fas {
    color: #e52918 !important;
}

.event-single-img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.slideshow .slider .item img {
    z-index: -2;
}

#menus-du-jour h2 {
    margin-top: 160px;
    text-align: left;
    font-size: 90px;
    line-height: 78px;
    font-weight: 700;
    margin-left: -20%;
}

.semaine {
    text-align: center;
    color: #e52918;
    font-weight: 400;
    font-family: 'poppins';
    margin-top: -35px;
    font-size: 30px;
}

#menus-du-jour b {
    text-transform: uppercase;
}

#menus-du-jour-suggestions h2 {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 200;
    text-transform: none;
    font-size: 30px;
    margin-top: 60px;
}

#menus-du-jour-suggestions p {
    text-align: left;
}

#menus-du-jour-suggestions .div-part-1 {
    padding-top: 15px;
    padding-bottom: 60px;
}

#menus-du-jour-formules h2,
#menus-du-jour-formules div p {
    text-align: center;
}

#menus-du-jour-formules h2 {
    margin-top: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-transform: none;
    font-size: 30px;
    margin-top: 60px;
}

#menus-du-jour-formules {
    padding-bottom: 30px;
}

#menus-du-jour-formules .apparte {
    margin-top: 30px;
    font-weight: 200;
}

#menus-du-jour-formules .titre-formule p,
#menus-du-jour-formules .titre-formule {
    font-weight: 700;
}

#menus-du-jour-formules .prix-formule {
    color: #14181c;
    font-weight: 700;
    font-family: poppins;
    font-size: 20px;
    margin-top: -15px;
}

.notre-carte {
    height: 200px;
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#menus-du-jour-notre-carte {
    text-align: center;
}

#menus-du-jour-notre-carte .decouvrir-la-carte {
    color: white;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
}

.menus-du-jour-home .semaine {
    text-transform: uppercase;
    font-weight: 200;
}

.menus-du-jour-home .div-with-padding-left {
    text-align: center;
}

.menus-du-jour-home h2 {
    margin-top: 30px !important;
}

.les-menus-de-la-semaine {
    margin-bottom: 60px;
}

.actu-home-titre {
    text-align: left !important;
    font-size: 97px !important;
    line-height: 80px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    z-index: 1;
    position: inherit;
}

.event-single-img-home {
    width: 100%;
    max-width: 300px;
    margin-left: 15%;
}

.en-savoir-plus-home {
    color: white !important;
    margin-top: 30px;
    margin-left: 15%;
}

.date-event-home {
    font-size: 27px;
    text-transform: uppercase;
    margin-top: -35px;
    font-family: poppins;
    margin-bottom: 30px;
}

#privatisations h2 {
    line-height: 62px;
    margin-top: 60px;
    font-size: 65px;
    font-weight: 800;
    z-index: 1;
    text-align: center;
}

#privatisations-formulaire h3 {
    text-align: center;
    padding-top: 60px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#privatisations-formulaire .privatisations-contactez-nous {
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .plats-semaine p {
    padding-right: 30px;
    padding-left: 30px;
    }
    #error h1 {
        font-size: 85px !important;
    }
    #privatisations h2 {
        line-height: 30px;
        font-size: 30px;
    }
    .div-with-padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .h3,
    h3 {
        font-size: 1.65rem;
    }
    .wizard > .content > .body {
        width: 100% !important;
        padding: 0px !important;
    }
    .actu-home-titre {
        font-size: 50px !important;
        line-height: 48px !important;
    }
}


#a-propos h2 {
    margin-top: 160px;
    text-align: left;
    font-size: 90px;
    line-height: 78px;
    font-weight: 700;
    margin-left: -20%;
}

#a-propos h3 {
    text-align: center;
    color: #e52918;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 30px;
    margin-top: 60px;
}

#a-propos-services,
#a-propos-equipe {
    padding-top: 60px;
    padding-bottom: 30px;
}

#a-propos-services h2 {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    text-transform: none;
}

#a-propos-le-bar h2 {
    text-align: center;
    color: #e52918;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 30px;
    margin-top: 60px;
    text-transform: none;
}

#a-propos-le-bar-div-1 {
    padding-top: 130px;
    padding-bottom: 130px;
}


#a-propos-equipe h2 {
    text-align: center;
    color: #e52918;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 30px;
    margin-top: 60px;
    text-transform: none;
}

#a-propos-le-bar-div-1 {
    margin-left: -30px;
    margin-right: 30px;
}

@media screen and (max-width: 575px) {
    .row-full-2,
    .row-full-2-right {
        height: 200px;
        margin-left: 0px;
    }
    .row-full-2-right {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .row-full-2,
    .row-full-2-right {
        height: 200px;
        margin-left: 0px;
    }
    .row-full-2-right {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .row-full-2,
    .row-full-2-right {
        height: 100%;
        width: 50vw;
        position: absolute;
        height: 100%;
        padding: 0;
        left: calc((100vw - 720px) /(-2));
        padding: 0px;
        margin-left: 0px;
    }
    .row-full-2-right {
        left: 0px !important;
    }
    .event-single-img-home {
        margin-left: 0px;
        max-width: 200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .row-full-2,
    .row-full-2-right {
        height: 100%;
        width: 50vw;
        position: absolute;
        height: 100%;
        padding: 0;
        left: calc((100vw - 960px) /(-2));
        padding: 0px;
        margin-left: 0px;
    }
    .row-full-2-right {
        left: 0px !important;
    }
}

@media screen and (max-width: 1199px) {
    #preloader {
        margin-top: 20vh;
    }
    .loader {
        display: inline-block;
        /*width: 30px;
        height: 30px;*/
        position: relative;
        top: 0;
        animation: loader 2s infinite ease;
        background: url(https://www.redsquare.lu/FILES/images/logo_RED_blanc_sur_rouge.svg);
        height: 150px;
        width: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

/*
    .loader {
        width: 150px;
        height: 150px;
    }
*/
    .la-carte-categories {
        display: none;
    }

    #les-burgers,
    #les-menus-enfant {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    #les-burgers .row-full-2,
    #les-pates-les-desserts .row-full-2-right,
    #les-menus-enfant .row-full-2 {
        display: none;
    }
    #menus-du-jour h2 {
        font-size: 50px;
        margin-left: -5px;
        line-height: 40px;
        margin-top: -15px !important;
    }
    #menus-du-jour-suggestions h2 {
        font-size: 30px !important;
        line-height: 28px !important;
        text-align: center;
    }
    #menus-du-jour-suggestions p {
        text-align: center;
        font-size: 20px;
    }
    .titre-sugges {
        margin-bottom: 30px;
    }
    #menus-du-jour-notre-carte h2 {
        text-align: center;
        font-size: 30px;
    }
    #menus-du-jour-suggestions .picto-home-menu {
    display: none;
    }
    .event-single-img-home {
        margin-left: 0px;
        margin: 0 auto;
        display: block;
    }
    #a-propos h2 {
        font-size: 50px;
        margin-left: 0px;
        line-height: 40px;
        margin-top: -60px !important;
    }
    #a-propos h3 {
        margin-top: 30px;
    }
    #a-propos-le-bar-div-1 {
        margin: 0px;
    }
    #a-propos-le-bar-div-1,
    #a-propos-equipe {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    #contact h1 {
        font-size: 50px;
        margin-top: 100px;
    }
    #contact-parallax {
        margin-bottom: 0px;
    }
    .la-carte-titre h1 {
        font-size: 82px;
        line-height: 56px;
    }
}

.has-animation {
    position: relative;
}

.has-animation p,
.has-animation h2,
.has-animation img {
    opacity: 0;
}

.has-animation.animate-in p,
.has-animation.animate-in h2,
.has-animation.animate-in img {
    animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before,
.has-animation.animate-in:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}

.has-animation.animate-in:before {
    background-color: #e52918;
}

.has-animation.animate-in:after {
    background-color: #14181c;
    animation-delay: .5s;
}

.has-animation.animation-ltr.animate-in:before {
    animation: revealLTR 1.8s ease;
}

.has-animation.animation-ltr.animate-in:after {
    animation: revealLTR 1s .6s ease;
}

.has-animation.animation-rtl.animate-in:before {
    animation: revealRTL 1.8s ease;
}

.has-animation.animation-rtl.animate-in:after {
    animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }
    65% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }
    65% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.prix-semaine {
    margin-top: -25px;
    margin-left: -50px;
}

.plats-home {
    margin-top: 60px;
    margin-bottom: 60px;
}


.picto-home-menu {
    list-style-type: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 60px;
}

.picto-home-menu > li {
    display: -webkit-inline-box;
    margin-right: 5px;
    margin-left: 5px;
}

/* General link styles */

.link {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 8em;
    line-height: 1;
    color: #9e9ba4;
    display: inline-block;
}

/* LIEN SUR LES SLIDES
.slick-slide .link--kumya::after {
    background: #e52918;
}
.slick-slide .link--kumya span::before {
    color: #14181c;
}*/

.slick-slide .link--kumya:hover > span > .carre-rouge-lien {
    background: url(https://www.redsquare.lu/FILES/images/rectangle-blanc-redsquare.svg);
}

.je-reserve-home {
    padding: 8px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.slick-slide .link--kumya:hover {
    color: #14181c !important;
}

/* FIN LIEN SUR LES SLIDES */

/* Kumya */

.link--kumya {
    font-family: 'Lato', sans-serif;
    font-size: 6.5em;
    overflow: hidden;
    padding: 10px 10px 0;
    line-height: 1;
    color: #14181c;
}

.link--kumya:hover {
    color: #242424;
}

.link--kumya:hover > span > .carre-rouge-lien {
    animation: rotateIn 0.3s ease;
}

.link--kumya::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #242424;
    /*background: #e52918;*/
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link--kumya:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.link--kumya span {
    /*display: block;*/
    position: relative;
}

.link--kumya span::before {
    content: attr(data-letters);
    position: absolute;
    /*color: #e52918;*/
    color: white;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.link--kumya:hover span::before {
    width: 100%;
}

#menus-du-jour .link--kumya:hover {
    color: white;
}

.barba-container {
    /*animation: slideInLeft 2s ease;*/
}

#menus-du-jour .picto-home-menu > li {
    margin: 0px;
}

#menus-du-jour .link--kumya:hover > .carre-rouge-lien {
    animation: rotateIn 0.3s ease;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* TEST TRANSITION ENTRE LES PAGE */

.avant-transition {
    background-color: black;
}

.apres-transition {
    background-color: transparent;
}

.avant-transition-div {
    width: 100vw;
    height: 100vh;
    background-color: #e52918;
    opacity: 1;
    position: fixed;
    z-index: 999;
    text-align: center;
    animation: slideInLeft 2s ease;
    display: inherit !important;
    /*transition: transform 0.5s;*/
}


.apres-transition-div {
    width: 100vw;
    height: 100vh;
    background-color: #e52918;
    opacity: 1;
    position: fixed;
    z-index: 999;
    text-align: center;
    animation: slideOutLeft 2s ease !important;
    display: inherit !important;
}

.form-control,
.form-control:focus,
input {
    background: transparent;
    border-radius: 0px;
    color: white;
    outline: none !important;
    transition: none !important;
    box-shadow: none !important;
    border: 1px solid white;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    color: #14181c;
    font-size: 22px;
}

.form-control:focus {
    border: 1px solid black;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white !important;
    font-family: 'Lato', sans-serif;
    color: #14181c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: white !important;
    font-family: 'Lato', sans-serif;
    color: #14181c;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: white !important;
    font-family: 'Lato', sans-serif;
    color: #14181c;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
    font-family: 'Lato', sans-serif;
    color: #14181c;
}

.white {
    color: white;
}

@media screen and (max-width: 767px) {
    #events h1 {
        font-size: 64px;
    }
    #events h1 small {
        font-size: 41px;
    }
    .h2-event {
        font-size: 40px;
        line-height: 60px;
    }
    .p-events {
        font-size: 30px;
        line-height: 30px;
    }
    #la-carte a:after {
        font-family: 'Font Awesome\ 5 Free';
        float: right;
        content: "\f077";
        margin-top: -28px;
    }

    #la-carte a.collapsed:after {
        float: right;
        content: "\f078";
        margin-top: -28px;
        font-family: 'Font Awesome\ 5 Free';
    }
}

.la-carte-tabs {
    color: white;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.la-carte-tabs:hover {
    color: white;
    background: #e52918;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.download {
    width: 140px;
    margin: 5px;
}

.yollty {
    width: 64px;
    margin: 5px;
}

.sans-g-v {
    width: 40px;
    margin-bottom: 15px;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}

.sans-g-v:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sans-g-v-ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
}

.sans-g-v-ul li {
    display: -webkit-inline-box;
    text-align: center;
    margin: 15px;
}

.services-picto {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}




#menus-du-jour-suggestions .picto-home-menu {
    margin-left: 0px;
    margin-top: 100px;
}

.picto-buffet-du-matin {
    width: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: white;
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 1199px) {
    .liens-footer a {
        padding: 0px !important;
    }
    .langue-mob {
        color: #14181c !important;
    }
    .app .menu-mob-liens {
        overflow: hidden !important;
    }
    #lien-le-redsquare-vm,
    #lien-menu-du-jour-vm,
    #lien-la-carte-vm,
    #lien-events-vm,
    #lien-privatisations-vm,
    #lien-contact-vm {
        height: calc(100%/3);
    }
    #nav-right {
        display: none;
    }
    #nav-right-mob {
        margin-top: 22px;
        text-align: right;
    }
    .logo-menu-mob-entete {
        width: 130px;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        margin-top: 28px;
        margin-bottom: 15px;
    }
    .vm-a {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #lien-la-carte-vm .vm-a {
        color: #14181c;
    }
    #lien-la-carte-vm {
        background-color: white;
        animation: slideInRight 0.5s ease;
    }
    #lien-menu-du-jour-vm,
    #lien-privatisations-vm {
        background-color: #14181c;
        animation: slideInDown 0.2s ease;
    }
    #lien-events-vm {
        animation: slideInLeft 0.5s ease;
    }
    #lien-events-vm {
        background: url('https://www.redsquare.lu/upload/slides/1544534357event-1.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .portion {
        margin-top: 72px;
    }
    .portion:nth-child(odd) {}
    #lien-le-redsquare-vm > .vm-a {
        margin-left: 15px;
    }
    #lien-menu-du-jour-vm > .vm-a {
        margin-left: -15px;
    }
    #lien-la-carte-vm > .vm-a {
        margin-left: 15px;
    }
    #lien-events-vm > .vm-a {
        margin-left: -15px;
        /*color: #e52918;*/
    }
    #lien-privatisations-vm > .vm-a {
        margin-left: 15px;
    }
    #lien-contact-vm > .vm-a {
        margin-left: -15px;
    }

    #lien-events-vm:before {
        background: url(https://www.redsquare.lu/upload/slides/1546505540event-1.jpg);
    content: ' ';
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
       /* background: white; */
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .8;
    }
}

@media screen and (max-width: 320px) {
    .vm-a {
        font-size: 18px;
        line-height: 18px;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .vm-a {
        font-size: 22px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .vm-a {
        font-size: 48px;
        line-height: 48px;
    }
}

#les-buffets {
    background-color: white;
}

#redsquare {
    margin-bottom: 50px;
}

#privatisations .home-txt {
    margin-bottom: 60px;
}

.home-priva-banquets {
    margin-bottom: 60px;
}

.yoltymini {
    width: 22px;
}

.dtpicker-components .dtpicker-comp > *,
.dtpicker-header .dtpicker-title {
    color: #14181c !important;
    font-family: 'Lato', sans-serif;
}

.dtpicker-header .dtpicker-value {
    color: #e52918 !important;
    font-family: 'Lato', sans-serif;
}

.dtpicker-buttonCont .dtpicker-button {
    background: #e52918 !important;
    color: white !important;
    font-family: 'Lato', sans-serif;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lien-effet-survol:hover > .carre-rouge-lien-test {
    animation: rotateIn 0.3s ease;
    width: 78px;
    background-repeat: no-repeat;
    height: 80px;
    margin-left: -74px;
    margin-top: -37px;
}

.carre-rouge-lien-test {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-left: -15px;
    background: url(https://www.redsquare.lu/FILES/images/rectangle-rouge-redsquare.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-events img {
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    color: #14181c !important;
}


::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: #14181c91;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #14181c;
    height: 100px;
    border-radius: 0px;
}

#event-single h4 {
    color: #e52918;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'poppins';
    margin-top: 120px;
    margin-bottom: 60px;
    font-size: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #event-single .row-full-2 {
        background-color: transparent !important;
    }
    .retour {
        margin-left: -15px;
        color: #14181c !important;
        margin-top: 100px;
    }
    #event-single h4 {
        margin-top: -40px;
    }
}

#event-single .slick-slide {
    height: auto !important;
}

.slider-events {
    margin-bottom: 100px;
}

.menu-d-jour {
    height: 258px;
}

.event-2 .jarallax-img {
    filter: grayscale(100%);
    transition: 0.5s filter ease;
}

.event-2:hover .jarallax-img {
    filter: none;
    transition: 0.5s filter ease;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    border: 1px solid white !important;
}

#contact label {
    color: white;
}

/*.wizard > .content {
    min-height: 535px !important;
} */

/*
*
* RGPD
*
*/

.rgpd {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.rgpd .case {
    height: 25px;
    width: 25px;
    background: #e52918;
    transform: rotate(10deg);
    border: 2px solid white;
    position: absolute;
    transition: 0.2s ease border, 0.2s ease transform;
    top: 0;
    left: 10px;
}

.rgpd:hover .case {
    border: 2px solid black;
    transition: 0.2s ease border, 0.2s ease transform;
}

.rgpd.selected .case {
    transform: rotate(0deg);
    border: 2px solid black;
    transition: 0.2s ease border, 0.2s ease transform;
}

.rgpd .case::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 0.2s ease background;
}

.rgpd.selected .case::after {
    background: black;
    transition: 0.2s ease background;
}

.rgpd p {
    top: 0;
    left: 40px;
    padding-left: 50px;
}


.btnBase {
    position: relative;
    display: table;

}

input[type=submit] {
    border: none;
    padding: 15px 30px;
    color: white;
    z-index: 5;
    position: relative;
    cursor: pointer;
}


.btnBase::before {
    content: "";
    background: black;
    width: 30px;
    height: 30px;
    right: 15px;
    position: absolute;
    top: 15px;
    transform: rotate(10deg);

    transition: 0.2s 0.2s transform ease, 0.2s 0.2s top ease, 0.2s 0.2s right ease, 0.2s ease height, 0.2s ease width;
}


.btnBase.actif:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    right: 0;
    top: 0;

    transition: 0.2s transform ease, 0.2s top ease, 0.2s right ease, 0.2s 0.2s ease height, 0.2s 0.2s ease width;
}


.btnBaseSite {
    position: relative;
    padding: 15px 30px;
    z-index: 0;
}

.btnBaseSite span {
    position: relative;
    z-index: 10;
    transition: 0.1s color ease;
}

.btnBaseSite:hover span {
    transition: 0.1s 0.4s color ease;
    color: white;
}


.btnBaseSite::before {
    content: "";
    background: #e52918;
    width: 30px;
    height: 30px;
    right: 15px;
    position: absolute;
    top: 15px;
    z-index: 5;
    transform: rotate(10deg);
    transition: 0.2s 0.2s transform ease, 0.2s 0.2s top ease, 0.2s 0.2s right ease, 0.2s ease height, 0.2s ease width, 0.2s color ease;
}

.btnBaseSite:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    right: 0;
    top: 0;
    color: white;
    transition: 0.2s transform ease, 0.2s top ease, 0.2s right ease, 0.2s 0.2s ease height, 0.2s 0.2s ease width, 0.2s 0.4s color ease;
}


.btnBaseSite.bottom::before {
    content: "";
    background: #e52918;
    width: 30px;
    height: 30px;
    right: 15px;
    position: absolute;
    bottom: 15px;
    top: initial;
    z-index: 5;
    transform: rotate(10deg);
    transition: 0.2s 0.2s transform ease, 0.2s 0.2s bottom ease, 0.2s 0.2s right ease, 0.2s ease height, 0.2s ease width, 0.2s color ease;
}

.btnBaseSite.bottom:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    right: 0;
    bottom: 0;
    top: initial;
    color: white;
    transition: 0.2s transform ease, 0.2s bottom ease, 0.2s right ease, 0.2s 0.2s ease height, 0.2s 0.2s ease width, 0.2s 0.4s color ease;
}

.page {
    background: white;
}

body {
    background: #14181c;
}

.slick-next > .fa-chevron-right {
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 15px;
}

.slick-prev > .fa-chevron-left {
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 15px;
}

.slick-next > .fa-chevron-right:hover {
    color: #14181c;
}

.slick-prev > .fa-chevron-left:hover {
    color: #14181c;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-prev {
    right: 25px;
    left: auto !important;
    bottom: 0px;
    position: absolute !important;
    display: block !important;
    height: 100% !important;
    width: 50px !important;
}

.slick-next {
    right: 50px;
    left: auto !important;
    bottom: 0px;
    position: absolute !important;
    display: block !important;
    height: 100% !important;
    width: 50px !important;
}


@media screen and (max-width: 767px) {
    #la-carte #les-incontournables-et-salades h2,
    #les-menus-enfant .div-with-padding-left,
    #les-plats,
    #les-burgers,
    #les-menus-enfant,
    #les-incontournables-et-salades,
    #les-burgers h2,
    #les-plats h2,
    #les-pates h2,
    #les-desserts h2,
    #les-menus-enfant h2,
    #les-buffets h2 {
        margin: 0px;
        padding: 0px !important;
    }
    #les-incontournables-et-salades,
    #les-plats {
        background: white !important;
    }
    .la-carte-titre {
        background-color: white !important;
    }
    .la-carte-titre h1 {
        z-index: 1;
    }
    .lien-accordion {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #les-burgers .prix-plat p,
    #les-plats .prix-plat p,
    #les-pates .prix-plat p,
    #les-desserts .prix-plat p {
        color: #14181c;
        text-align: left;
        z-index: 1;
    }
}

@media screen and (min-width: 768px) {
    .la-carte-titre {
        z-index: 0;
    }
    #burger-1 {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .lien-accordion[aria-expanded="true"] > h2 {
        font-weight: 500 !important;
    }
    .lien-accordion {
        background: #e52918;
        padding: 15px;
    }
    .div-lien-accordion {
        padding: 0px;
        /*background: #e52918;*/
    }
    #la-carte .fond-rouge h3,
    #la-carte .fond-rouge p,
    #la-carte .fond-noir h3,
    #la-carte .fond-noir p {
        color: #14181c;
    }
    #la-carte #les-incontournables-et-salades h2,
    #les-menus-enfant .div-with-padding-left,
    #les-plats,
    #les-burgers,
    #les-menus-enfant,
    #les-incontournables-et-salades,
    #les-burgers h2,
    #les-plats h2,
    #les-pates h2,
    #les-desserts h2,
    #les-menus-enfant h2,
    #les-buffets h2 {
        color: white;
    }
    #la-carte .container a {
        top: 0px;
    }
    #salade-1 p,
    #incontournable-1 p,
    #burger-1 p,
    #viande-1 p,
    #poisson-1 p,
    #pate-1 p,
    #dessert-1 p,
    #enfants-1 p {
        padding-right: 30px;
        padding-left: 30px;
    }

    #salade-1,
    #incontournable-1,
    #burger-1,
    #viande-1,
    #poisson-1,
    #pate-1,
    #dessert-1,
    #enfants-1 {
       padding-top: 30px;
    }
    .image-la-carte-mob {
       padding-top: 30px;
    }

    #poisson-1,
    #pate-1{
       padding-bottom: 30px;
    }

    .marge-bas {
        margin-bottom: 0px !important;
    }

    .prix-plat > p,
    .prix-viande > p,
    .prix-poisson > p {
        color: #e52918 !important;
        font-family: 'Poppins', sans-serif !important;
        margin-top: -15px;
    }
    #la-carte .div-with-padding-left {
        padding-right: 15px;
        padding-left: 15px;
    }
    .div-particuliere {
        padding: 0px !important;
    }
    .none-mobile {
        display: none;
    }
    .picto-buffet-du-matin {
        margin: 0 auto;
        display: block;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .red {
        margin-bottom: 0px;
    }
    .prix {
        margin-top: -15px;
    }
    #les-buffets {
        padding: 30px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .lien-accordion {
        background-color: white;
    }
    .lien-accordion > a > h2 {
        color: #e52918;
    }

    #la-carte #les-incontournables-et-salades h2,
    #les-menus-enfant .div-with-padding-left,
    #les-plats,
    #les-burgers,
    #les-menus-enfant,
    #les-incontournables-et-salades,
    #les-burgers h2,
    #les-plats h2,
    #les-pates h2,
    #les-desserts h2,
    #les-menus-enfant h2,
    #les-buffets h2 {
        color: #e52918 !important;
    }
    .div-lien-accordion-etape-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.notre-carte:hover {
    animation: bounce 1s ease;
}


.home-txt > p > b {}

.a-propos-resume > b {}

@media screen and (min-width: 768px) {
    .marge-a-droite {
        padding-right: 60px;
    }
}


.sliderForm .slick-slide {
    height: auto;
    opacity: 0;
    transition: 0.2s 0.4s opacity ease;
}

.sliderForm .slick-slide.slick-current {
    height: auto;
    opacity: 1;
    transition: 0.2s 0.4s opacity ease;
}

.h3Title {
    font-size: 1.75rem;
    font-weight: 300;
}

form {
    position: relative;
}

form .infoForm {
    color: #14181c;
    background: #e52918;
    font-weight: 800;
    font-family: poppins;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.colorBlack {
    color: black !important;
}


.navigationSliderForm {
    text-align: right;
    margin-top: 60px;
}

.navigationSliderForm .middleNav {
    padding: 0 10px;
}


.navigationSliderForm p {
    display: inline-block;
    vertical-align: middle;
}


#privatisations-formulaire form textarea {
    width: 100%;
    border: 1px solid white;
    margin: 0 0 5px;
    padding: 10px;
    background: transparent;
    color: white;
}

.slider-la-carte,
.slider-privatisation,
.slider-la-carte .slick-list,
.slider-privatisation .slick-list,
.slider-la-carte .slick-track,
.slider-privatisation .slick-track,
.slider-la-carte .slick-slide,
.slider-privatisation .slick-slide,
.slider-la-carte .slick-slide div,
.slider-privatisation .slick-slide div {
    height: 100%;
}


.navPrev.navSlider,
.navNext.navSlider {
    cursor: pointer;
}

.formError {
    font-weight: bold;
    color: black !important;
}

#privatisations-formulaire .rgpd {
    padding-left: 5px;
}

@media screen and (min-width: 1200px) {
    .home-priva-banquets h2 {
        line-height: 40px;
    }
}

.blockquote {
    font-size: 2em;
    font-family: 'Poppins', sans-serif;
    line-height: 36px;
    text-align: left;
}
.div-blockquote {
    border-left: 3px solid #e52918;
    padding-left: 20px;
    margin-bottom: 30px;
}

.fa-quote-left {
color: #e52918;
}

.fa-quote-right {
color: #e52918;
float: right;
margin-top: -60px;
}

.slider-events .slick-slide img {
    width: 100%;
}

.marge-bas {
    margin-bottom: 30px;
}

.bouton-menu-de-la-semaine {
    line-height: 25px;
}

.phrase-accroche {
font-size: 24px;
line-height: 26px;
}

@media screen and (max-width: 400px) {
#nav-right-mob .picto-footer-map {
    margin-left: -20px;
    position: absolute;
}
}
@media screen and (max-width: 1199px) {
#nav-right-mob a {
    color: black;
}
#nav-right-mob .picto-footer-map {
    display: -webkit-inline-box;
    padding-right: 5px;
}
.picto-home-menu {
    padding: 0px;
}
.picto-home-menu > li {
    display: block;
    margin-top: 10px !important;
}
#section05 {
    margin-bottom: 0px;
}
.position-fixed {
        position: fixed;
}
}
@media screen and (min-width: 1200px) {
.home-priva-banquets {
    margin-top: 60px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
.menu--antonio .menu__link {
    min-width: 56px !important;
}
}

@media screen and (max-width: 325px) {
.slideshow-text .slick-slide h1 > p {
    font-size: 16px !important;
    line-height: 18px !important;
}
}

@media screen and (max-width: 768px) {
.slideshow-text {
    height: 80vh !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    padding-top: 50vh;
}
.slideshow-text .slick-slide h1, .slideshow-text .slick-slide h1 > p, .slideshow-text .slick-slide a {
    margin: 0px !important;
    padding: 0px !important;
}
.slideshow-text .item {
    height: 80vh;
}
.slideshow-text .slick-slide h1 > p {
    font-size: 25px;
    line-height: 28px;
}
#slider-le-redsquare, #slider-menu-du-jour{
    margin-top: 100px;
}
.logo-blanc-slider {
    width: 200px !important;
    height: 200px !important;
}
#en-savoir-plus-1 {
    width: 145px;
    margin: 0 auto !important;
    left: 0px !important;
    display: block;
    position: inherit;
}
.slideshow-text .slick-slide h1 {
    margin-top: 0px !important;
    padding-bottom: 0px;
}
.anneeEvent {
    font-size: 22px !important;
}
.menu-du-jour-contenu {
    padding-left: 30px;
    padding-right: 30px;
}
}

.anneeEvent {
    display: block;
    font-size: 35px;
    font-weight: 300;
    margin-top: -32px;
}

@media screen and (max-width: 767px) {
.display-none-mob {
    display: none !important;
}
.bottom-0 {
    margin-bottom: 0px;
}
}
@media screen and (min-width: 768px) {
.display-none-pc {
    display: none !important;
}
}

.menu-terme {
    top: 32px;
    font-size: 11px;
    position: absolute;
    text-align: center;
}

.nav2 .nav-btn {
    padding-top: 12px !important;
}

.yollty-mob {
display: block;
}
.yollty-mob-p {
    font-size: 15px;
    padding-right: 50px !important;
    padding-left: 50px !important;
}


@media screen and (max-width: 768px) {

.legende-salade {
    display: none;
}
.slideshow-text {
    height: 80vh;
    top: 100%;
}
.slideshow-text .item {
}
}


.slider-picto-services img {
width: 80px;
height: 80px;
display: block;
margin: 0 auto;
}
.slider-picto-services p {
    margin-bottom: 60px;
}

.slider-picto-services, .slider-events-gallerie {
    width: 100%;
}

.plats-semaine p {
    margin-bottom: 0px;
}

.slider-events-gallerie .slick-dots {

}

.img-responsive {
    width: 100%;
}

@media screen and (min-width: 768px) {
.collapse:not(.show) {
    display: inherit !important;
}
}

#footer a:hover {
    color: #e52918;
}

.pas-de-marge {
    margin-top: 0px !important;
}

.plats-menu-d-jour .red {
    display: -webkit-inline-box;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}
.v2 {
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
}
.white {
    color: white !important;
}


.indication-tarif {
    text-align: center;
    color: #e52918;
    font-weight: 400;
    font-family: 'poppins';
    font-size: 25px;
}


