@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Pacifico&display=swap");
/* ==========================================================================
   cover / typo
   ========================================================================== */
:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fff8f0;
  --color-black: #000;
  --color-secondary: #d76947;
  --color-primary: #af4319;
  --color-primary-dark: color-mix(
      in srgb,
      var(--color-primary),
      var(--color-black) 40%
  );
  --color-primary-light: color-mix(
      in srgb,
      var(--color-primary),
      var(--color-white) 50%
  );
  --color-bg-primary: #2d232e;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: 'Pacifico', serif;
  --font-secondary: 'Lato', sans-serif;
  --font-size-content: 1rem;
  --font-size-h1: 3rem;
  --font-size-h2: 1.5rem;
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 20px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  line-height: 1.6;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: bold;
}

h1 {
  color: var(--color-primary);
  font-size: var(--font-size-h1);
  margin: 0;
  display: flex;
  align-items: baseline;
}
h1 span {
  color: var(--color-bg-primary);
}

h2 {
  font-size: var(--font-size-h2);
  margin: 0;
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a:link {
  color: var(--color-primary);
  text-decoration: none;
}
a:visited {
  color: var(--color-primary);
}
a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
a:active {
  color: var(--color-primary);
}
a:focus {
  color: var(--color-primary);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: auto minmax(480px, 1024px) auto;
  grid-column-gap: 30px;
}

.grid-center {
  grid-column: 2/3;
}

/* ==========================================================================
   button / component
   ========================================================================== */
.button,
.button-secondary {
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s var(--ease-out-expo);
  font-size: 1rem;
}

.button-secondary {
  background: var(--color-black);
  border: 2px solid var(--color-black);
  color: var(--color-white);
  padding: 10px 30px;
  font-weight: bold;
  display: inline-flex;
  gap: 10px;
}
.button-secondary .icon {
  transition: transform 0.4s var(--ease-out-expo);
}
.button-secondary:hover {
  border-color: var(--color-black);
  background: transparent;
  color: var(--color-black);
}
.button-secondary:hover .icon {
  transform: translateX(10px);
}

.button {
  border: none;
  background: var(--color-white);
  color: var(--color-black);
  padding: 10px;
  position: relative;
  transition: transform 0.4s;
}
.button:hover {
  color: var(--color-black);
  background: var(--color-primary-light);
}
.button.is-active {
  color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 20px;
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   CHEF / COMPONENTS
   ========================================================================== */
.battle {
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .battle {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
}

.battle__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: var(--spacing-sm);
}
.battle__header p {
  margin: 0 0 0 20px;
}

.chef {
  --bg-color: #e2e2e2;
  --fg-color: var(--color-black);
  background: var(--bg-color) url("../assets/images/bg.jpg");
  background-blend-mode: multiply;
  color: var(--fg-color);
  padding: 80px var(--spacing-md) 40px;
  display: flex;
  justify-content: center;
  min-height: 51vh;
  display: flex;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
.chef::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 9/16;
  height: 500px;
  transform: translateX(30%);
  background-image: url("../assets/images/jf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% bottom;
}
.chef::after {
  content: "";
  background: var(--color-primary) url("../assets/images/bg.jpg");
  background-blend-mode: multiply;
  --mask: radial-gradient(61.77px at 50% 84px, #000 99%, #0000 101%)
          calc(50% - 60px) 0/120px 100%,
      radial-gradient(61.77px at 50% -54px, #0000 99%, #000 101%) 50% 30px/120px
          100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 60px;
}
.chef.chef-matt {
  --bg-color: var(--color-primary);
  --fg-color: var(--color-white);
  color: var(--fg-color);
  padding-top: var(--spacing-lg);
  min-height: 49vh;
}
.chef.chef-matt::before {
  background-image: url("../assets/images/matt.png");
}
.chef.chef-matt::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .chef::before {
    content: none;
  }
}

.chef__wrapper {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.chef__footer {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .chef__footer {
    flex-direction: column;
  }
  .chef__footer p  {
    margin: 0;
  }
}

.chef__order {
  padding-top: 0.6em;
}
.chef__order p {
  margin-top: 0;
}

.poutine {
  border-radius: var(--spacing-sm);
  border: --border-width solid color-mix(in srgb, var(--color-primary), var(--color-black) 40%);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.poutine img {
  transition: transform 1.5s var(--ease-out-expo);
}
.poutine:hover img {
  transform: scale(1.1) rotate(10deg);
}
@media (min-width: 768px) {
  .poutine {
    max-width: 280px;
  }
}

.poutine__image {
  filter: grayscale(1);
  display: block;
  aspect-ratio: 1/1;
  height: auto;
  z-index: -1;
}
.poutine__image.is-active {
  filter: grayscale(0);
}

.chef__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-sm);
}
@media (max-width: 768px) {
  .chef__menu {
    grid-template-columns: 1fr;
  }
}

.types {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .types {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 5em;
  width: 5em;
}
/*# sourceMappingURL=main.css.map */
