/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: 'Resolve-BlackCm';
  src: url('_/fonts/Resolve-BlackCm.woff2') format('woff2'),
    url('_/fonts/Resolve-BlackCm.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: 'Helvetica';
  src: url('_/fonts/Helvetica.woff2') format('woff2'),
    url('_/fonts/Helvetica.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

.filter {
  filter: brightness(0) saturate(100%) invert(18%) sepia(63%) saturate(5130%)
    hue-rotate(350deg) brightness(95%) contrast(95%);
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #ed2024;
  color: #fff3e9;
  font-size: 20px;
  /* font-family: 'Helvetica'; */
  font-family: 'poppins', sans-serif;
}

#wrapper {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #fff3e9;
}

img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

h1 {
  font-weight: normal;
  font-size: 5rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  font-family: 'Resolve-BlackCm';
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0px;
}

.logo-header {
  width: auto;
  height: 3rem;
}

.logo-footer {
  max-width: 15rem;
}

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

#book-a-table {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  z-index: 10000;
  background-color: #fff3e9;
  color: #ed2024;
  font-family: 'Resolve-BlackCm';
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding: 2rem 1rem;
  border-radius: 100%;
  border: 0.15rem dotted #ed2024;
  /*! transform: rotate(-10deg); */
}

header {
  position: fixed; /* always fixed */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;

  padding: 0.75rem 0;
  font-family: 'Resolve-BlackCm';

  transform: translateY(0);
  will-change: transform;
  background-color: #ed2024;
}

#main-nav {
  display: flex;
  justify-content: end;
  gap: 2rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  list-style: none;
}

#main-nav li.active a {
  border-bottom: 0.15rem solid;
}

.uber-button--header {
  display: block;
  border: 0.15rem solid;
  line-height: 0px;
  padding: 1.25rem 0.75rem;
}

.instagram-header {
  width: 1.75rem;
}

#banner {
  margin-top: 4.5rem;
}

#banner .banner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #0000001c;
}

.container-video {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.container-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 4.5rem);
  min-height: 600px;
}

.slideshow .swiper-slide {
  /*! aspect-ratio: 4/3; */
  position: relative;
  height: 100%;
}

.slideshow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 600px;
}

#presentation {
  padding: 3.5rem 2.5rem 5rem 2.5rem;
  /*! margin-top: 100vh; */
  /*! margin-bottom: 50vh; */
  background: #fff3e9;
  z-index: 1000;
  position: relative;
  /*! margin-right: 15rem; */
  /*! margin-left: 15rem; */
  color: #ed2024;
  /*! border: 0.15rem dotted #ed2024; */
}

#presentation .presentation--content {
  padding: 0rem 2.5rem 0rem 2.5rem;
}

#menu {
  background-color: #ed2024;
  position: relative;
}

.menu--title {
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 1rem;
  padding: 1.5rem 0;
}

.menu--title h1 {
  margin-bottom: 0;
}

.menu-content {
  background-color: #fff3e9;
  padding: 2.5rem 7.5rem 7.5rem 7.5rem;
  color: black;
  position: relative;
}

#drinks-menu {
  background-color: #ed2024;
  position: relative;
}
#drinks-menu-content {
  /*! background-color: #ed2024; */
  /*! color: white; */
}

#drinks-menu-content .menu-content--item-group h2,
#drinks-menu-content .menu-content--item-group .price,
#drinks-menu-content .menu-content--item-group--infos {
  /*! color: #fff3e9; */
}

.menu-content--item-group {
  margin-bottom: 1rem;
}

.menu-content--item-group:last-child {
  margin-bottom: 0;
}

.menu-content--item-group .h2-container {
  display: flex;
  align-items: end;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.menu-content--item-group h2 {
  font-size: 3.5rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: 'Resolve-BlackCm';
  color: #ed2024;
}

.menu-content--item-group .h2-container .served {
  font-style: italic;
  font-weight: 700;
}
.menu-content--item-group .menu-content--item {
  /*! margin-bottom: 1rem; */
}

.menu-content--item-group .menu-content--item .menu-content--item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-content--item-group h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.menu-content--item-group .price {
  color: #ed2024;
  font-weight: 700;
}

.menu-content--item-group .menu-content--item .menu-content--item-description {
  margin-bottom: 0.5rem;
}

.menu-content--item-group
  .menu-content--item
  .menu-content--item-description
  p {
  font-size: 0.8rem;
  line-height: 1rem;
}

.menu-content--item-description--extra-infos {
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
}

.menu-content--item-description--extra-infos p {
  font-style: italic;
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.menu-content--item-group--infos {
  color: #ed2024;
  font-weight: 700;
  margin-top: 1rem;
}

.menu-left-column-container,
.menu-right-column-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-right: 2.5rem;
}

.menu-right-column-container .menu-sourcing-information p {
  font-weight: 700;
}

#uber {
  padding: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
}

.button-uber {
  font-size: 5rem;
  line-height: 5rem;
  color: #fff3e9 !important;
  border: 0.15rem solid;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
  font-family: 'Resolve-BlackCm';
}
#slideshow-2 {
  position: relative;
}

#events {
}

.events-text-container {
  padding: 2.5rem 2.5rem 5rem 2.5rem;
  display: none;
}

.events-text-container h1 {
  margin-bottom: 2.5rem;
}

.events-container {
  padding: 5rem 0;
  background-color: #fff3e9;
}

footer {
  padding: 1rem 0;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-family: 'Resolve-BlackCm';
  height: 5rem;
}

.logo-footer {
  margin: 0 auto;
  /*! display: none; */
}

/* MARQUEE */

.marquee {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-family: 'Resolve-BlackCm';
  font-size: 5rem;
  line-height: 5rem;
  /*! background-color: #fff3e9; */
  margin-bottom: 0;
  color: #fff3e9;
}

.marquee span {
  margin: 0 1.25rem;
}

.events-text-item {
  height: 100%;
  border: 0.15rem dotted #fff3e9;
  padding: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.events-text-item h3 {
  font-family: 'Resolve-BlackCm';
  text-transform: uppercase;
  font-size: 2.55rem;
  line-height: 2.25rem;
}

.events-text-item .date {
  /*! font-size: 0.75rem; */
  /*! line-height: 1rem; */
}

/* ICONS */

.icon {
  /*! position: absolute; */
}

.mouth {
  width: 6rem;
}

.star {
  width: 2rem;
}

.star-1 {
  bottom: 1.5rem;
  left: 2rem;
  position: absolute;
}
.mouth-1 {
  top: 2rem;
  /*! left: 0.5rem; */
  filter: brightness(0) saturate(100%) invert(15%) sepia(77%) saturate(6807%)
    hue-rotate(354deg) brightness(101%) contrast(86%);
}
.star-2 {
  right: 0;
  bottom: -5rem;
}
.mouth-2,
.discoball-1,
.discoball-2,
.star-2,
.star-1 {
  filter: brightness(0) saturate(100%) invert(15%) sepia(77%) saturate(6807%)
    hue-rotate(354deg) brightness(101%) contrast(86%);
}

.discoball-1,
.discoball-2 {
  width: 7.5rem;
  margin: 0 auto;
}

.persona {
  width: 10rem;
}

.persona-1 {
  margin-left: auto;
}

.persona-2 {
  /*! margin-left: auto; */
}

.fries {
  width: 6.5rem;
  margin-left: auto;
}

.burger {
  width: 5.5rem;
}

.bier {
  width: 3.5rem;
  margin-left: auto;
}

.mural {
  height: calc(100vh - 5rem);
  width: auto;
  margin: 0 auto;
  padding: 1.5rem 0 0 0;
}

.cocktail {
  width: 3.5rem;
  transform: rotate(45deg);
}
