/*	BURGER ICON
-----------------------------------------------------------------------------------------*/
/* line 6, ../sass/_burger.scss */
.c-hamburger {
  display: none;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 110;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 56px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  cursor: pointer;
}

/* line 28, ../sass/_burger.scss */
.c-hamburger:focus {
  outline: none;
}

/* line 32, ../sass/_burger.scss */
.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 15px;
  right: 15px;
  height: 4px;
  background: #000;
}

/* line 42, ../sass/_burger.scss */
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
}

/* line 53, ../sass/_burger.scss */
.c-hamburger span::before {
  top: -12px;
}

/* line 57, ../sass/_burger.scss */
.c-hamburger span::after {
  bottom: -12px;
}

/* line 61, ../sass/_burger.scss */
.c-hamburger--htx {
  background-color: #fff;
}

/* line 65, ../sass/_burger.scss */
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

/* line 69, ../sass/_burger.scss */
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

/* line 75, ../sass/_burger.scss */
.c-hamburger--htx span::before {
  transition-property: top, transform;
}

/* line 79, ../sass/_burger.scss */
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/* line 84, ../sass/_burger.scss */
.c-hamburger--htx.is-active {
  background-color: #fff;
}

/* line 88, ../sass/_burger.scss */
.c-hamburger--htx.is-active span {
  background: none;
}

/* line 92, ../sass/_burger.scss */
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

/* line 97, ../sass/_burger.scss */
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* line 102, ../sass/_burger.scss */
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

@font-face {
  font-family: 'Veneer';
  src: url("../fonts/Veneer.woff") format("woff"), url("../fonts/Veneer.ttf") format("truetype");
}
/* line 10, ../sass/style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 30, ../sass/style.scss */
html {
  line-height: 1;
}

/* line 33, ../sass/style.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 40, ../sass/style.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 45, ../sass/style.scss */
q, blockquote {
  quotes: none;
}

/* line 47, ../sass/style.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 51, ../sass/style.scss */
a img {
  border: none;
}

/* line 54, ../sass/style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 57, ../sass/style.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 62, ../sass/style.scss */
html {
  font-size: 16px;
  font-family: 'usual', sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 1060px) {
  /* line 69, ../sass/style.scss */
  html {
    font-size: 14px;
  }
}
/* line 74, ../sass/style.scss */
body {
  position: relative;
  -webkit-text-size-adjust: none;
  max-width: 1920px;
  margin: 0 auto;
}

/* line 81, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 85, ../sass/style.scss */
*::after, *::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 90, ../sass/style.scss */
a {
  text-decoration: none;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/* line 97, ../sass/style.scss */
a img {
  border: none;
}

/* line 100, ../sass/style.scss */
a:active, a:focus,
button:active, button:focus {
  outline: none;
}

/* line 104, ../sass/style.scss */
strong {
  font-weight: bold;
}

/* line 108, ../sass/style.scss */
label strong {
  font-weight: bold;
}

/* line 112, ../sass/style.scss */
em {
  font-style: italic;
}

/* line 116, ../sass/style.scss */
sup {
  vertical-align: super;
  font-size: 0.625em;
}

/* line 121, ../sass/style.scss */
h1, h2, h3, h4 {
  font-family: 'Veneer',sans-serif;
}

/* line 125, ../sass/style.scss */
h2 {
  font-size: 3.33rem;
  line-height: 1.2;
}

/* line 130, ../sass/style.scss */
h3 {
  font-size: 1rem;
}

/* line 134, ../sass/style.scss */
p {
  margin-bottom: .66em;
}

/* line 138, ../sass/style.scss */
.btn, input, select, button {
  border: 3px solid #000;
  padding: .6em 3em .6em 1em;
  text-transform: uppercase;
  outline: none;
  color: #000;
  background: transparent;
  font-size: .8rem;
  font-weight: bold;
  vertical-align: text-top;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92), border-color 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92);
  transition: background 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92), border-color 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92);
  position: relative;
}

/* line 154, ../sass/style.scss */
.btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url("../images/fleche.png") no-repeat;
  margin-left: 1.5em;
}

/* line 168, ../sass/style.scss */
.btn-xl {
  font-size: 1.5rem;
}

/* line 172, ../sass/style.scss */
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1105px) {
  /* line 180, ../sass/style.scss */
  .container {
    width: 98%;
  }
}
@media screen and (max-width: 750px) {
  /* line 187, ../sass/style.scss */
  .container {
    width: 97%;
  }
}
@media screen and (max-width: 500px) {
  /* line 194, ../sass/style.scss */
  .container {
    width: 96%;
  }
}
@media screen and (max-width: 400px) {
  /* line 201, ../sass/style.scss */
  .container {
    width: 94%;
  }
}
/* line 208, ../sass/style.scss */
.header-top {
  position: relative;
  background-color: #fff;
  z-index: 100;
  -moz-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
}
/* line 214, ../sass/style.scss */
.header-top > .container {
  position: relative;
  max-width: 1200px !important;
  padding: 10px;
}

/* line 221, ../sass/style.scss */
.header-logo {
  position: relative;
  display: block;
  width: 60px;
  z-index: 110;
}
/* line 227, ../sass/style.scss */
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 233, ../sass/style.scss */
.header-logo span {
  position: absolute;
  top: -9999px;
  left: -9999px;
  text-indent: -9999px;
}

/* line 241, ../sass/style.scss */
.header-menu {
  position: absolute;
  right: 10px;
  bottom: 1em;
}

/* line 247, ../sass/style.scss */
.menu-main {
  display: inline-block;
}
/* line 250, ../sass/style.scss */
.menu-main li {
  display: inline-block;
}
/* line 253, ../sass/style.scss */
.menu-main li + li {
  margin-left: 2.5em;
}
/* line 256, ../sass/style.scss */
.menu-main li.active a {
  color: #f39200;
}
/* line 261, ../sass/style.scss */
.menu-main li a {
  font-size: 0.875em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
/* line 267, ../sass/style.scss */
.menu-main li a:hover {
  color: #f39200;
}

/* line 274, ../sass/style.scss */
.menu-social {
  display: inline-block;
  margin-left: 2.5em;
}
/* line 278, ../sass/style.scss */
.menu-social li {
  display: inline-block;
}
/* line 281, ../sass/style.scss */
.menu-social li + li {
  margin-left: 1.5em;
}
/* line 283, ../sass/style.scss */
.menu-social li a {
  display: block;
}
/* line 286, ../sass/style.scss */
.menu-social li a img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 297, ../sass/style.scss */
.menu-social-facebook a {
  width: 24px;
  height: 24px;
}

/* line 305, ../sass/style.scss */
.menu-social-youtube a {
  width: 22px;
  height: 26px;
}

/* -----------------------------------------------------------------
----------------------------- 0 -> 767px ---------------------------
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 324, ../sass/style.scss */
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
  }

  /* line 337, ../sass/style.scss */
  .menu-active .header-logo {
    z-index: 110;
  }
  /* line 340, ../sass/style.scss */
  .menu-active .header-menu {
    visibility: visible;
    opacity: 1;
  }

  /* line 346, ../sass/style.scss */
  .header-menu {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  /* line 352, ../sass/style.scss */
  .menu-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 358, ../sass/style.scss */
  .menu-main li {
    display: block;
    width: 100%;
    width: 240px;
    margin: 0 auto;
  }
  /* line 364, ../sass/style.scss */
  .menu-main li + li {
    margin: 0 auto 0;
  }
  /* line 368, ../sass/style.scss */
  .menu-main li a {
    display: block;
    margin: 0;
    padding: 1em;
    font-size: 1.25em;
    text-align: center;
  }

  /* line 378, ../sass/style.scss */
  .menu-social {
    position: absolute;
    left: 50%;
    bottom: 3em;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  /* line 386, ../sass/style.scss */
  .c-hamburger {
    display: block;
  }
}
@media screen and (max-height: 480px) {
  /* line 398, ../sass/style.scss */
  .menu-main li a {
    padding: 0.5em 1em;
    font-size: 1em;
  }

  /* line 405, ../sass/style.scss */
  .menu-social {
    bottom: 2em;
  }
}
/* line 426, ../sass/style.scss */
.header-content {
  position: relative;
  padding-top: 20px;
}

/* line 431, ../sass/style.scss */
.header-frais {
  width: 75px;
  height: auto;
  margin: 0 auto 6px;
  text-align: center;
}
/* line 437, ../sass/style.scss */
.header-frais img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 445, ../sass/style.scss */
.header-title {
  position: relative;
  max-width: 448px;
  margin: 0 auto;
  padding: 0 1.5em 220px;
}
/* line 451, ../sass/style.scss */
.header-title img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 460, ../sass/style.scss */
.header-intro {
  padding: 1.5em 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.75)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, #ffffff 100%);
  text-align: center;
}
/* line 470, ../sass/style.scss */
.header-intro > .container {
  position: relative;
}
/* line 474, ../sass/style.scss */
.header-intro p {
  max-width: 40em;
  margin: 0 auto;
}
/* line 478, ../sass/style.scss */
.header-intro p + p {
  max-width: 38.5em;
  margin-top: 1em;
}
/* line 483, ../sass/style.scss */
.header-intro p span {
  display: block;
  font-family: "felt-tip-roman",sans-serif;
  font-size: 2em;
  font-weight: 700;
}

/* line 492, ../sass/style.scss */
.header-delhaize-patch {
  position: absolute;
  right: 0.75em;
  bottom: -35px;
  width: 256px;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 499, ../sass/style.scss */
.header-delhaize-patch img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 506, ../sass/style.scss */
.scroll-bottom {
  position: absolute;
  left: 50%;
  bottom: -2.5em;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 37px;
  height: 26px;
  background: transparent url("../images/arrow-bottom-black.png") center center no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
}

/* line 518, ../sass/style.scss */
#header-thomas {
  background: url("../images/header-bg.jpg") center top no-repeat;
  background-size: auto 100%;
}
/* line 522, ../sass/style.scss */
#header-thomas .container {
  height: 369px;
}

@media screen and (max-width: 1300px) {
  /* line 529, ../sass/style.scss */
  #header-thomas {
    background-position: 38% top;
  }
}
@media screen and (max-width: 767px) {
  /* line 537, ../sass/style.scss */
  #header-thomas {
    background-position: 32% top;
  }
}
@media screen and (max-width: 620px) {
  /* line 545, ../sass/style.scss */
  #header-thomas {
    background-position: 35% top;
  }
}
@media screen and (max-width: 490px) {
  /* line 553, ../sass/style.scss */
  #header-thomas {
    background-position: 39% top;
    margin-bottom: 140px;
  }
  /* line 557, ../sass/style.scss */
  #header-thomas .container {
    height: 250px;
  }
}
/* line 565, ../sass/style.scss */
#title {
  position: absolute;
  bottom: -30px;
  left: -85px;
}
/* line 569, ../sass/style.scss */
#title a {
  display: block;
  margin: 0;
}
/* line 572, ../sass/style.scss */
#title a img {
  display: block;
  margin: 0;
}

@media screen and (max-width: 1145px) {
  /* line 580, ../sass/style.scss */
  #title {
    left: -50px;
  }
  /* line 584, ../sass/style.scss */
  #title a img {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  /* line 594, ../sass/style.scss */
  #title {
    left: -35px;
  }
}
@media screen and (max-width: 620px) {
  /* line 600, ../sass/style.scss */
  #title {
    left: -32px;
    bottom: 35px;
  }
  /* line 604, ../sass/style.scss */
  #title a img {
    width: 325px;
  }
}
@media screen and (max-width: 490px) {
  /* line 612, ../sass/style.scss */
  #title {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -190px;
  }
  /* line 618, ../sass/style.scss */
  #title a img {
    width: 300px;
  }
}
/* line 626, ../sass/style.scss */
#logo-delhaize {
  position: absolute;
  display: block;
  bottom: -43px;
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 635, ../sass/style.scss */
  #logo-delhaize {
    width: 240px;
  }
}
@media screen and (max-width: 490px) {
  /* line 643, ../sass/style.scss */
  #logo-delhaize {
    width: 190px;
    right: auto;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 654, ../sass/style.scss */
#icon-burger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

/* line 661, ../sass/style.scss */
#logo {
  position: absolute;
  display: block;
  top: 28px;
  right: 0;
}

/* line 668, ../sass/style.scss */
#top-menu {
  position: absolute;
  right: 0;
  padding: 5px 5rem 5px 1rem;
  background: #ffffff;
  border-radius: 1rem;
  top: -40px;
  -webkit-transition: top 0.75s cubic-bezier(0.19, 0.805, 0.395, 0.92);
  transition: top 0.75s cubic-bezier(0.19, 0.805, 0.395, 0.92);
}
/* line 678, ../sass/style.scss */
#top-menu.active {
  top: 12px;
  -webkit-transition: top 0.75s cubic-bezier(0.19, 0.805, 0.395, 0.92);
  transition: top 0.75s cubic-bezier(0.19, 0.805, 0.395, 0.92);
}
/* line 684, ../sass/style.scss */
#top-menu li {
  display: inline-block;
  margin-right: 1rem;
}
/* line 689, ../sass/style.scss */
#top-menu a {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1rem;
  color: #000000;
  line-height: 29px;
  vertical-align: middle;
}
/* line 697, ../sass/style.scss */
#top-menu a img {
  display: block;
}

@media screen and (max-width: 520px) {
  /* line 704, ../sass/style.scss */
  #top-menu {
    top: -80px;
  }
}
@media screen and (max-width: 400px) {
  /* line 710, ../sass/style.scss */
  #top-menu {
    padding-right: 3.5rem;
    padding-left: .25rem;
  }
  /* line 714, ../sass/style.scss */
  #top-menu li {
    margin-right: 0;
  }
  /* line 717, ../sass/style.scss */
  #top-menu li a {
    padding: 0 .25rem;
  }
  /* line 720, ../sass/style.scss */
  #top-menu li a.fblink {
    padding-right: .5rem;
  }
}
/* line 728, ../sass/style.scss */
#videoblock {
  padding: 55px 0;
}
/* line 731, ../sass/style.scss */
#videoblock .intro {
  margin-bottom: 1.75rem;
}
/* line 735, ../sass/style.scss */
#videoblock h2 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  /* line 742, ../sass/style.scss */
  #videoblock {
    padding: 40px 0;
  }
  /* line 745, ../sass/style.scss */
  #videoblock h2 {
    font-size: 3rem;
  }
}
/* line 751, ../sass/style.scss */
#videobrowser {
  margin: 0 0 3rem;
  position: relative;
  padding-bottom: 56.25%;
}

/* line 757, ../sass/style.scss */
.video {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}
/* line 764, ../sass/style.scss */
.video.active {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
/* line 771, ../sass/style.scss */
.video.inactive {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
/* line 778, ../sass/style.scss */
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 789, ../sass/style.scss */
#videoswitcher li {
  margin-right: 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
/* line 794, ../sass/style.scss */
#videoswitcher .btn {
  display: inline-block;
}
/* line 797, ../sass/style.scss */
#videoswitcher .btn::after {
  background-image: url("../images/fleche-play.png");
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

@media screen and (max-width: 350px) {
  /* line 806, ../sass/style.scss */
  #videoswitcher li {
    display: block;
    text-align: center;
    margin-right: 0;
    /*&:last-child{
    	margin-bottom: 0;
    }*/
  }
  /* line 815, ../sass/style.scss */
  #videoswitcher li .btn {
    display: block;
  }
}
/* line 822, ../sass/style.scss */
#recettesblock {
  background: #d9ccba;
  padding: 60px 0;
}
/* line 826, ../sass/style.scss */
#recettesblock h2 {
  margin-bottom: .5rem;
}
/* line 830, ../sass/style.scss */
#recettesblock .intro {
  margin-bottom: 1rem;
}

/* line 836, ../sass/style.scss */
.recette-nom {
  font-size: 2rem;
  margin: 0 0 .33rem 0;
}
/* line 839, ../sass/style.scss */
.recette-nom span {
  color: #000;
}

/* line 844, ../sass/style.scss */
#recettes {
  overflow: hidden;
  margin: 0;
  padding: 0 0 1px 0;
}
/* line 850, ../sass/style.scss */
#recettes .recette-nom span {
  color: #000;
}

/* line 856, ../sass/style.scss */
.recette {
  width: 48%;
  float: left;
  margin: 30px 3.99% 0 0;
}
/* line 861, ../sass/style.scss */
.recette:nth-child(even) {
  margin-right: 0;
}

/* line 866, ../sass/style.scss */
.btn-active, .btn:hover, .btn:focus {
  background: #f59300;
  border-color: #f59300;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92), border-color 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92);
  transition: background 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92), border-color 0.5s cubic-bezier(0.19, 0.805, 0.395, 0.92);
}

/* line 874, ../sass/style.scss */
.recette-photo {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
  margin-bottom: 1rem;
}

/* line 882, ../sass/style.scss */
.recette-description {
  margin: 0 0 1rem;
}

/* line 886, ../sass/style.scss */
.recette-lien {
  display: inline-block;
  z-index: 999;
}

/* line 901, ../sass/style.scss */
#recettes .rouge .recette-nom span {
  color: #df384a;
}
/* line 909, ../sass/style.scss */
#recettes .orange .recette-nom span {
  color: #f59300;
}

@media screen and (max-width: 767px) {
  /* line 924, ../sass/style.scss */
  #recettesblock {
    padding: 40px 0;
  }

  /* line 928, ../sass/style.scss */
  .recette {
    margin-top: 20px;
  }

  /* line 932, ../sass/style.scss */
  .recette-description {
    height: 6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 579px) {
  /* line 939, ../sass/style.scss */
  .recette-nom {
    height: 4.5rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 530px) {
  /* line 946, ../sass/style.scss */
  .recette {
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: 30px;
  }

  /* line 953, ../sass/style.scss */
  .recette-nom {
    height: auto;
  }

  /* line 957, ../sass/style.scss */
  .recette-description {
    height: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 350px) {
  /* line 965, ../sass/style.scss */
  .recette-lien {
    display: block;
    text-align: center;
  }
}
/* line 971, ../sass/style.scss */
.footer {
  position: relative;
  padding: 2em 0;
  background-color: #fff;
  z-index: 120;
}
/* line 977, ../sass/style.scss */
.footer > .container {
  position: relative;
}
/* line 980, ../sass/style.scss */
.footer > .container::after {
  content: '';
  position: absolute;
  top: -96px;
  right: 10px;
  width: 294px;
  height: 128px;
  background: transparent url("..images/patch-delhaize.png") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 120;
}

/* line 994, ../sass/style.scss */
.footer-logo {
  width: 100px;
  height: 100px;
}
/* line 998, ../sass/style.scss */
.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1005, ../sass/style.scss */
.copyright {
  position: absolute;
  bottom: 0;
  right: 1.5em;
  font-size: 0.875rem;
}
/* line 1011, ../sass/style.scss */
.copyright a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #000;
}
/* line 1017, ../sass/style.scss */
.copyright a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 19px;
  background: transparent url("../images/logo-noosphere.svg") left top no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
