/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font: 16px "montserrat", sans-serif;
  line-height: 1.8;
}

.services {
  font: 600 18px "montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.title {
  font: 36px "Dancing Script", cursive;
  color: #7f6a52;
  text-align: center;
  padding-top: 38px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .title {
    font-size: 96px;
    max-width: 780px;
  }
}
@media (min-width: 1200px) {
  .title {
    margin-bottom: 93px;
  }
}
.title-big {
  font: 36px "Vollkorn", serif;
  color: #5f6264;
  text-align: right;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  margin: initial;
  margin-bottom: 63px;
  line-height: 1;
}
@media (min-width: 600px) {
  .title-big {
    margin: 0 auto;
    margin-bottom: 63px;
  }
}
@media (min-width: 800px) {
  .title-big {
    font-size: 96px;
    margin: 0;
    margin-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .title-big {
    letter-spacing: 0.18em;
    z-index: 2;
    margin-bottom: 140px;
  }
}
.title-big strong {
  position: absolute;
  bottom: -115px;
  left: 0;
  text-transform: capitalize;
  font: 123px "Dancing Script", cursive;
  color: #7f6a52;
  z-index: 1;
}
@media (min-width: 800px) {
  .title-big strong {
    bottom: -160px;
    left: 180px;
    font-size: 200px;
  }
}
@media (min-width: 1000px) {
  .title-big strong {
    left: 450px;
  }
}
@media (min-width: 1200px) {
  .title-big strong {
    letter-spacing: 0;
    top: 120px;
    left: 622px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .title-deco {
    min-width: 780px;
  }
}
.title-contact {
  font: 600 36px "Vollkorn", serif;
  padding-bottom: 20px;
  text-decoration: underline;
  margin: auto;
}

p {
  margin: 0;
  padding: 38px 17px;
}
@media (min-width: 1200px) {
  p {
    letter-spacing: 0.15em;
    max-width: 600px;
    background-color: #f3f5f3;
    padding: 50px 90px;
    z-index: 2;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .text_acc {
    background-color: transparent;
    order: 1;
  }
}

a {
  letter-spacing: 0.18em;
}

.link_boutique {
  display: flex;
  flex-direction: row;
  align-self: center;
  width: max-content;
  font: 600 18px "montserrat", sans-serif;
  color: #7f6a52;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 65px;
  text-transform: uppercase;
  position: relative;
}
.link_boutique::before {
  content: "";
  display: block;
  background-color: #7f6a52;
  position: absolute;
  bottom: -5px;
  width: 0%;
  height: 3px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.link_boutique:hover::before {
  width: 85%;
}
.link_boutique::after {
  content: "";
  display: block;
  background-image: url("../assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 4px;
  width: 24px;
  height: 14px;
}
@media (min-width: 1200px) {
  .link_boutique {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 225px;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .link_boutique-right {
    margin-left: auto;
  }
}

.contact {
  font: 600 18px "Vollkorn", serif;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 25px;
  position: relative;
}
.contact:nth-child(odd)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background-color: black;
}

small {
  display: block;
  font: 16px "montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.nav_link {
  color: #7f6a52;
  text-decoration: none;
  font: 600 18px "montserrat", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .nav_link {
    font-weight: 500;
  }
}
.nav_link-boutique {
  width: 170px;
  height: 50px;
  box-sizing: border-box;
  border: 3px solid #7f6a52;
  padding: 11px 17.5px;
  margin-top: 14px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.nav_link-boutique:hover {
  background-color: #7f6a52;
  color: white;
}

.body-block {
  overflow: hidden;
}

main {
  overflow: hidden;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  main {
    border: 30px solid white;
  }
}

.section {
  box-sizing: border-box;
  padding: 0 13px;
  background-color: #f3f5f3;
  position: relative;
}
@media (min-width: 600px) {
  .section {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .section {
    background-color: white;
  }
}
.section-header {
  max-width: 1860px;
  height: 95vh;
  padding: 30px;
  margin-bottom: 62px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 800px) {
  .section-header {
    margin: 0 30px;
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .section-header {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-white {
  background-color: white;
}
@media (min-width: 1200px) {
  .section-white {
    display: flex;
    flex-direction: column;
    margin-bottom: 217px;
  }
}
@media (min-width: 1200px) {
  .section-deco {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .section-contact {
    background-color: #f3f5f3;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f3f5f3;
  z-index: 2;
  transform: translateX(200vw);
  transition: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1200px) {
  .nav {
    position: initial;
    justify-content: space-between;
    transform: initial;
    background-color: transparent;
    width: initial;
    height: initial;
    align-items: baseline;
  }
}
.nav-on {
  transform: translateX(0);
  left: 0;
}

.services {
  display: none;
}
@media (min-width: 1200px) {
  .services {
    display: flex;
    flex-direction: row;
    gap: 9px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #7f6a52;
  }
  .services::after {
    display: block;
    content: "";
    width: 15px;
    height: 13px;
    background-image: url("../assets/images/arrowbot.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.nav_list {
  list-style: none;
  z-index: 2;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav_list {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}

.inner_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .inner_list {
    background-color: #f3f5f3;
    position: absolute;
    opacity: 0;
  }
}

.inner_el {
  margin: 18px 0;
}

.nav_el {
  margin: 18px 0;
}
@media (min-width: 1200px) {
  .nav_el {
    margin: 0;
  }
}
.nav_el-boutique {
  margin-top: 52px;
}
@media (min-width: 1200px) {
  .nav_el-boutique {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .wrapper_boutique {
    max-width: 780px;
  }
  .wrapper_boutique-right {
    margin-left: auto;
  }
}

footer {
  background-color: #bac2b7;
  padding: 70px 0;
  text-align: center;
}
.wrapper-footer {
  position: relative;
}
.wrapper-footer .logo {
  display: none;
}
@media (min-width: 1200px) {
  .wrapper-footer .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .wrapper-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 993px;
    margin: 0 auto;
  }
  .wrapper-footer .wrapper-link {
    display: flex;
    flex-direction: row;
    gap: 34px;
  }
  .wrapper-footer small {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .wrapper-footer a {
    margin: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .wrapper-footer .logo {
    display: block;
  }
}

.burger {
  width: 21px;
  height: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}
.burger span {
  display: block;
  width: 21px;
  height: 2px;
  background-color: #7f6a52;
  transition: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

.top_bread-hot {
  transform: translateY(5px) rotate(45deg);
}

.meat-grilled {
  opacity: 0;
}

.bottom_bread-hot {
  transform: translateY(-5px) rotate(-45deg);
}

.img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .img {
    width: unset;
    height: 565px;
  }
}

.section-header {
  background-image: url("../assets/images/accueil@0,5x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .section-header {
    background-image: url("../assets/images/accueil.jpg");
  }
}
@media (min-width: 1500px) {
  .section-header {
    background-position-y: bottom;
  }
}

.logo {
  width: 30px;
  height: 34.22px;
  margin: 0;
  background-image: url("../assets/images/logo.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-indent: 150%;
}
@media (min-width: 800px) {
  .logo {
    width: 63px;
    height: 73px;
  }
}

.logo_big {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .logo_big {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .logo_big {
    width: 430px;
    height: 430px;
  }
}

.wrapper_img {
  overflow: hidden;
  width: 100vw;
  transform: translateX(-13px);
}
@media (min-width: 1200px) {
  .wrapper_img {
    overflow: hidden;
    max-width: 555px;
    position: absolute;
    top: 233px;
  }
  .wrapper_img-right {
    right: 70px;
  }
  .wrapper_img-left {
    left: 70px;
  }
  .wrapper_img-acc {
    position: initial;
    min-width: 842px;
    height: 415px;
    order: 2;
    z-index: 2;
  }
  .wrapper_img-acc .img {
    width: 842px;
    height: auto;
    position: relative;
    top: -130px;
  }
  .wrapper_img-accR {
    right: 70px;
    top: 285px;
  }
  .wrapper_img-accR .img {
    height: 780px;
  }
}

.link_res {
  display: inline-block;
  background-image: url("../assets/images/instagram.svg");
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 150%;
  overflow: hidden;
  margin-bottom: 70px;
  margin-right: 31px;
}
.link_res-face {
  margin-right: 0;
  margin-left: 31px;
  background-image: url("../assets/images/facebook.svg");
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1200px) {
  .services {
    padding-bottom: 15px;
  }

  .inner_list {
    transform: translateY(-90px) rotateX(60deg);
    padding: 15px 30px;
    transition: transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
    pointer-events: none;
  }

  .nav_el-services:hover .inner_list {
    opacity: 1;
    transform: translateY(0px) rotateY(0);
    pointer-events: unset;
  }

  .nav_link {
    position: relative;
  }
  .nav_link::after {
    content: "";
    display: block;
    background-color: #7f6a52;
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 3px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  }
  .nav_link:hover::after {
    width: 100%;
  }

  .nav_el-boutique .nav_link:hover::after {
    display: none;
  }
}
/*# sourceMappingURL=app.css.map*/