@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal; }

abbr[title] {
  border-bottom: 0px; }

h1,
h2 {
  text-transform: uppercase; }

a,
a:link,
a:active,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

hr {
  border-top: 1px solid;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px; }

.h2, body > main #qu-est-ce-que-c-est > main > section:first-child hgroup h2, body > main #histoire > main section h2, body > main #les-marques > main > h2, body > main #proprietes-conservation > main h2, body > main #utilisation > main > h2, body > main #achat-en-ligne main > h2, body > main #achat-en-ligne main > section:first-of-type article ul li h1 {
  font-size: 173.3%;
  font-family: "Cinzel", serif;
  color: #dd4565; }
  @media (min-width: 1024px) {
    .h2, body > main #qu-est-ce-que-c-est > main > section:first-child hgroup h2, body > main #histoire > main section h2, body > main #les-marques > main > h2, body > main #proprietes-conservation > main h2, body > main #utilisation > main > h2, body > main #achat-en-ligne main > h2, body > main #achat-en-ligne main > section:first-of-type article ul li h1 {
      font-size: 175%; } }

.h3, body > main #proprietes-conservation > main section:first-of-type h3, body > main #proprietes-conservation > main section:last-of-type em, body > main #utilisation > main > section:nth-of-type(-n+5) h3 {
  text-transform: uppercase;
  color: #dd4565; }

.h4  {
  margin-bottom: 0; }

.b, body > main #utilisation > main > section a, body > main #achat-en-ligne main > section:first-of-type article ul a {
  color: #41bac4;
  font-weight: normal; }

.em, body > main #utilisation > main > section:last-of-type h3, body > main #utilisation > main > section h4, body > main #utilisation > main > section em {
  color: #dd4565;
  font-style: normal; }

.btn, body > main #achat-en-ligne main > section:last-of-type a:nth-child(-n+2) {
  text-transform: uppercase;
  color: white;
  font-family: "Cinzel", serif; }

strong {
  font-style: normal;
  color: #dd4565;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: normal; }

html {
  height: 100%;
  background-color: #41bac4; }

body {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Kite One", sans-serif;
  color: #565555;
  background-color: white;
  font-size: 81.3%; }
  @media (min-width: 1025px) and (min-height: 767px) {
    body {
      font-size: 100%; } }
  @media (max-width: 1024px) and (min-height: 767px) {
    body {
      font-size: 93.8%; } }
  @media (max-height: 767px) {
    body {
      font-size: 81.3%; } }
  @media (max-width: 767px), (max-height: 640px) {
    body > #warning {
      display: block !important; } }
  body.load {
    overflow: visible; }
    body.load > .loader {
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 4s;
      -moz-transition-duration: 4s;
      -o-transition-duration: 4s;
      transition-duration: 4s;
      opacity: 0; }

body > #warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #dd4565;
  color: white;
  z-index: 9999; }
  body > #warning input {
    display: none; }
    body > #warning input:checked + label {
      display: none; }
      body > #warning input:checked + label + p {
        display: none; }
  body > #warning label {
    position: absolute;
    font-size: 1.5em;
    right: 0;
    padding: 0.45em 0.85em 0.35em 0.85em;
    color: #dd4565;
    background: white;
    font-weight: bold;
    cursor: pointer; }
  body > #warning p {
    padding-left: 1em; }

body > .loader {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dd4565;
  color: white;
  z-index: 9999; }
  body > .loader img {
    position: absolute;
    bottom: 45%;
    left: 50%;
    display: block;
    width: 18.657em;
    height: 18.657em;
    margin-left: -9.371em; }
  body > .loader .viewport-load {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0; }
    body > .loader .viewport-load .la-anim-11 {
      overflow: hidden;
      height: 2em;
      text-align: center;
      font-weight: 300;
      font-size: 2em;
      line-height: 2em;
      display: block; }
      body > .loader .viewport-load .la-anim-11:after {
        position: relative;
        display: block;
        content: "Chargement : 0%\A Chargement : 10%\A Chargement : 22%\A Chargement : 36%\A Chargement : 48%\A Chargement : 53%\A Chargement : 64%\A Chargement : 71%\A Chargement : 83%\A Chargement : 100%\A";
        white-space: pre;
        -webkit-animation: counter 6s steps(10);
        -webkit-animation-fill-mode: forwards;
        animation: counter 6s steps(10);
        animation-fill-mode: forwards; }

@keyframes counter {
  0% {
    top: 0; }

  100% {
    top: -20em; } }
@-webkit-keyframes counter {
  0% {
    top: 0; }

  100% {
    top: -20em; } }
@keyframes label {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
@-webkit-keyframes label {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.125em;
  z-index: 101; }
  body > header h1 {
    position: fixed;
    left: 50%;
    width: 7.5em;
    height: 7.5em;
    margin-left: -3.75em; }
    body > header h1 img {
      width: 100%;
      vertical-align: top; }
  body > header nav {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #dd4565;
    font-family: "Cinzel", serif;
    color: white; }
    body > header nav ul {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      text-align: center; }
      body > header nav ul:before {
        content: '';
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        height: 100%; }
      body > header nav ul li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
        body > header nav ul li:first-child {
          width: 12%; }
        body > header nav ul li:nth-child(2), body > header nav ul li:nth-child(3) {
          width: 9.5%; }
        body > header nav ul li:nth-child(4) {
          width: 14%;
          margin-right: 12%; }
        body > header nav ul li:nth-child(5), body > header nav ul li:nth-child(6), body > header nav ul li:last-child {
          width: 10.5%;
          margin-right: 3.5%; }
        body > header nav ul li a:hover {
          color: #80dde6; }

body > main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100; }
  body > main > section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    body > main > section > main {
      position: relative;
      max-width: 1200px;
      margin: 0 auto; }
  body > main > section:nth-of-type(-n+4),
  body > main > section:nth-of-type(6) {
    height: 100%; }
    body > main > section:nth-of-type(-n+4) > main,
    body > main > section:nth-of-type(6) > main {
      height: 100%;
      overflow: hidden; }
  body > main #accueil {
    z-index: 0; }
    body > main #accueil > main {
      z-index: 1; }
      body > main #accueil > main figure {
        z-index: 2; }
      body > main #accueil > main p {
        z-index: 3; }
    body > main #accueil > footer {
      z-index: 4; }
  body > main #qu-est-ce-que-c-est {
    z-index: 10; }
    body > main #qu-est-ce-que-c-est > header {
      z-index: 19; }
    body > main #qu-est-ce-que-c-est > main {
      z-index: 18; }
  body > main #histoire {
    z-index: 20; }
  body > main #les-marques {
    z-index: 30; }
  body > main #proprietes-conservation {
    z-index: 50; }
  body > main #recettes {
    z-index: 40; }
  body > main #utilisation {
    z-index: 50; }
  body > main #achat-en-ligne {
    z-index: 50; }
  body > main #accueil > main {
    background: white url("../img/accueil/themadeco-gateau-pate-a-sucre.png") no-repeat 50% 83%;
    background-size: 100% auto; }
    body > main #accueil > main p {
      position: absolute;
      top: 55%;
      left: 0;
      display: block;
      width: 60%;
      margin: 0 20%;
      padding: 20px 0 45px 0;
      text-align: center;
      background: url("../img/accueil/p_accueil.png") no-repeat center center;
      background-size: 50% 100%; }
      body > main #accueil > main p label {
        font-family: "Cinzel", serif;
        font-size: 130%;
        color: #41bac4;
        text-transform: uppercase;
        padding-bottom: 30px;
        background: url("../img/accueil/fleche_bas.png") no-repeat bottom center;
        background-size: 35px 30px; }
    body > main #accueil > main figure {
      position: absolute;
      bottom: 0;
      left: -10%;
      width: 120%; }
      body > main #accueil > main figure img {
        vertical-align: top;
        width: 100%;
        position: relative; }
  body > main #qu-est-ce-que-c-est header {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%; }
    body > main #qu-est-ce-que-c-est header figure {
      position: absolute;
      left: -10%;
      bottom: 0;
      width: 120%;
      height: 177.52%; }
      body > main #qu-est-ce-que-c-est header figure img {
        position: absolute;
        width: 10%;
        left: 0;
        top: 0; }
        body > main #qu-est-ce-que-c-est header figure img:first-child {
          top: 89.4%;
          left: 17.5%;
          width: 8em; }
        body > main #qu-est-ce-que-c-est header figure img:nth-child(2) {
          top: 92.4%;
          left: 46.5%;
          width: 8em; }
        body > main #qu-est-ce-que-c-est header figure img:nth-child(3) {
          top: 91.4%;
          left: 65.5%;
          width: 8em; }
        body > main #qu-est-ce-que-c-est header figure img:nth-child(4) {
          top: 87.6%;
          left: 79.3%;
          width: 8em; }
  body > main #qu-est-ce-que-c-est > main {
    background: white url("../img/questcequecest/themadeco-fond-questcequecest.png") no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    -webkit-box-shadow: silver 0px -5px 5px 0px;
    -moz-box-shadow: silver 0px -5px 5px 0px;
    box-shadow: silver 0px -5px 5px 0px;
    text-align: center;
        /*> section{
            @include inline-block();
            &:first-of-type {
                width:30%;
                height:100%;
                overflow:hidden;
                background:$quescequecest_bol;
                background-size:auto 40%;
                position:relative;

                -moz-box-shadow: 4px 0px 6px 0px #c0c0c0;
                -webkit-box-shadow: 4px 0px 6px 0px #c0c0c0;
                -o-box-shadow: 4px 0px 6px 0px #c0c0c0;
                box-shadow: 4px 0px 6px 0px #c0c0c0;
                filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=90, Strength=6);
                hgroup {
                    position:absolute;
                    left:0;
                    bottom:36%;
                    width:96%;
                    margin:0 2%;
                    z-index: 5;
                    text-align:center;
                    h2 {
                        position:relative;
                        display:inline-block;
                        @extend .h2;
                        &:after {
                            content:'';
                            position:absolute;
                            left:0;
                            top:1.2em;

                            display: inline;
                            width:100%;

                            color:inherit;
                            border-bottom:1px solid;
                        }
                    }
                }
                img {
                    &:first-child {
                        position:absolute;
                        top:0;
                        height:50%;
                        left:38%;
                        z-index: 3;
                    }
                    &:nth-child(2){
                        position:absolute;
                        top:10%;
                        width:25%;
                        left:5%;
                        z-index: 1;
                    }
                    &:nth-child(3){
                        position:absolute;
                        top:20%;
                        width:28%;
                        right:6%;
                        z-index: 2;
                    }
                    &:nth-child(4){
                        position:absolute;
                        top:14%;
                        width:36%;
                        right:11%;
                        z-index: 4;
                    }
                }
            }
            &:last-of-type{
                width:70%;
                height:100%;
                overflow: hidden;
                & p {
                    text-align:center;
                    & img {
                        float: left;
                        width:40%;
                        vertical-align: top;
                    }
                    &:first-of-type {
                        padding-top: $title_h;
                    }
                }
            }
        }*/ }
    body > main #qu-est-ce-que-c-est > main > * {
      display: inline-block;
      width: 30%;
      vertical-align: bottom; }
      body > main #qu-est-ce-que-c-est > main > *:nth-child(2n-1) {
        width: 35%; }
    body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2) {
      margin-bottom: 5%; }
      body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(2) img {
        display: block;
        width: 110%;
        vertical-align: top; }
      body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) {
        height: 80%; }
        body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) > * {
          display: inline-block;
          height: 28%;
          margin: 0; }
          body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) > *:last-child {
            display: table;
            height: 50%;
            width: 100%;
            background: url("../img/questcequecest/themadeco-infobulle.png") no-repeat center center;
            background-size: 100% auto;
            font-size: 130%; }
            @media (max-height: 767px) {
              body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) > *:last-child {
                height: 57%; } }
            body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) > *:last-child span {
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              font-size: 120%;
              font-weight: normal;
              color: white; }
              body > main #qu-est-ce-que-c-est > main > section:nth-child(1n+2):nth-child(3) > *:last-child span strong {
                font-style: normal;
                color: #dd4565;
                font-family: "Cinzel", serif;
                text-transform: uppercase; }
    body > main #qu-est-ce-que-c-est > main > section:first-child {
      height: 100%;
      overflow: hidden;
      background: white url("../img/questcequecest/themadeco-bol.png") no-repeat 100% 115%;
      background-size: auto 40%;
      position: relative;
      vertical-align: top;
      -webkit-box-shadow: silver 4px 0px 6px 0px;
      -moz-box-shadow: silver 4px 0px 6px 0px;
      box-shadow: silver 4px 0px 6px 0px; }
      body > main #qu-est-ce-que-c-est > main > section:first-child hgroup {
        position: absolute;
        left: 0;
        bottom: 36%;
        width: 96%;
        margin: 0 2%;
        z-index: 5;
        text-align: center; }
        body > main #qu-est-ce-que-c-est > main > section:first-child hgroup h2 {
          position: relative;
          display: inline-block; }
          body > main #qu-est-ce-que-c-est > main > section:first-child hgroup h2:after {
            content: '';
            position: absolute;
            left: 0;
            top: 1.2em;
            display: inline;
            width: 100%;
            color: inherit;
            border-bottom: 1px solid; }
      body > main #qu-est-ce-que-c-est > main > section:first-child img:first-child {
        position: absolute;
        top: 0;
        height: 50%;
        left: 38%;
        z-index: 3; }
      body > main #qu-est-ce-que-c-est > main > section:first-child img:nth-child(2) {
        position: absolute;
        top: 10%;
        width: 25%;
        left: 5%;
        z-index: 1; }
      body > main #qu-est-ce-que-c-est > main > section:first-child img:nth-child(3) {
        position: absolute;
        top: 20%;
        width: 28%;
        right: 6%;
        z-index: 2; }
      body > main #qu-est-ce-que-c-est > main > section:first-child img:nth-child(4) {
        position: absolute;
        top: 14%;
        width: 36%;
        right: 11%;
        z-index: 4; }
  body > main #histoire > main {
    width: 100%;
    height: 100%;
    text-align: right;
    background: url("../img/histoire/themadeco-fond-histoire.png") no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media (max-height: 767px) {
      body > main #histoire > main {
        height: 105%; } }
    body > main #histoire > main:before {
      content: '';
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      height: 100%; }
    body > main #histoire > main section {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      width: 45em;
      margin-top: 3.125em;
      padding: 10.6em 0 7.4em 0;
      text-align: center;
      font-size: 92.9%;
      background: url("../img/histoire/themadeco-un-peu-d-histoire.png") no-repeat top center;
      background-size: auto 100%; }
      @media (min-width: 1024px) {
        body > main #histoire > main section {
          font-size: 93.8%; } }
      body > main #histoire > main section h2 {
        margin-top: 0;
        margin-bottom: 0.4em;
        line-height: 1.1em; }
        body > main #histoire > main section h2:after {
          content: '';
          display: block;
          color: inherit;
          border-bottom: 1px solid;
          margin: 0 auto;
          width: 9.6em; }
      body > main #histoire > main section p {
        margin: 1em 0 0 0; }
    body > main #histoire > main figure {
      width: 100%; }
      body > main #histoire > main figure img {
        width: 100%; }
  body > main #les-marques {
    height: 120%;
    font-size: 85.7%; }
    @media (min-width: 1024px) {
      body > main #les-marques {
        font-size: 87.5%; } }
    body > main #les-marques > main {
      width: 100%;
      height: 100%;
      text-align: center;
      background: url("../img/lesmarques/themadeco-fond-lesmarques.png") no-repeat top right;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      body > main #les-marques > main:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        height: 200px;
        width: 100%;
        -webkit-box-shadow: white 0 -90px 75px -25px inset;
        -moz-box-shadow: white 0 -90px 75px -25px inset;
        box-shadow: white 0 -90px 75px -25px inset;
        z-index: 4; }
      body > main #les-marques > main > h2 {
        position: absolute;
        bottom: 7em;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        z-index: 2; }
        body > main #les-marques > main > h2:after {
          content: '';
          display: block;
          color: inherit;
          border-bottom: 1px solid;
          margin: 0 auto;
          width: 6.8em; }
      body > main #les-marques > main figure,
      body > main #les-marques > main article {
        font-size: 85.7%; }
        @media (min-width: 1024px) {
          body > main #les-marques > main figure,
          body > main #les-marques > main article {
            font-size: 87.5%; } }
      body > main #les-marques > main figure {
        position: absolute;
        left: -50%;
        bottom: -2em;
        width: 200%;
        z-index: 1; }
        body > main #les-marques > main figure img {
          display: block;
          margin: 0 auto;
          height: 25em; }
      body > main #les-marques > main #wrapper-les-marques {
        position: relative;
        width: 50em;
        height: 100%;
        margin: 2em auto 0 auto;
        transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        z-index: 3; }
        body > main #les-marques > main #wrapper-les-marques section {
          position: absolute;
          width: 25em;
          transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
          -webkit-transform-origin: 50% 100%;
          pointer-events: none; }
          body > main #les-marques > main #wrapper-les-marques section h3 {
            height: 6em; }
            body > main #les-marques > main #wrapper-les-marques section h3 img {
              height: 100%; }
          body > main #les-marques > main #wrapper-les-marques section:first-child {
            left: 12.5em;
            bottom: 25em; }
          body > main #les-marques > main #wrapper-les-marques section:nth-child(2) {
            left: 27.1945em;
            bottom: 20.22525em;
            -webkit-transform: rotate(36deg);
            -moz-transform: rotate(36deg);
            -ms-transform: rotate(36deg);
            -o-transform: rotate(36deg);
            transform: rotate(36deg); }
          body > main #les-marques > main #wrapper-les-marques section:nth-child(3) {
            left: 36.27625em;
            bottom: 7.72525em;
            -webkit-transform: rotate(72deg);
            -moz-transform: rotate(72deg);
            -ms-transform: rotate(72deg);
            -o-transform: rotate(72deg);
            transform: rotate(72deg); }
          body > main #les-marques > main #wrapper-les-marques section:nth-child(4) {
            left: 36.27625em;
            bottom: -7.72525em;
            -webkit-transform: rotate(108deg);
            -moz-transform: rotate(108deg);
            -ms-transform: rotate(108deg);
            -o-transform: rotate(108deg);
            transform: rotate(108deg); }
      body > main #les-marques > main h1 {
        display: none;
        position: absolute; }
  body > main #proprietes-conservation {
    height: 85%; }
    body > main #proprietes-conservation > main {
      width: 100%;
      padding-top: 3.5em;
      background: white;
      position: relative;
      z-index: 2;
      text-align: center;
      font-size: 85.7%; }
      body > main #proprietes-conservation > main h2 {
        position: absolute;
        right: 44%;
        bottom: 15em;
        margin: 0 13em 0 0;
        text-align: center;
        display: inline;
        z-index: 4; }
        @media (max-width: 1024px) and (min-height: 767px) {
          body > main #proprietes-conservation > main h2 {
            bottom: 16em;
            right: 36%; } }
        body > main #proprietes-conservation > main h2:after {
          content: '';
          position: absolute;
          left: 0;
          top: 1.2em;
          display: inline;
          width: 100%;
          color: inherit;
          border-bottom: 1px solid; }
      @media (min-width: 1024px) {
        body > main #proprietes-conservation > main {
          font-size: 87.5%; } }
      body > main #proprietes-conservation > main img {
        display: block;
        height: 45em;
        position: absolute;
        bottom: -2em;
        right: 100%; }
        @media (max-width: 1024px) and (min-height: 767px) {
          body > main #proprietes-conservation > main img {
            height: 40em;
            bottom: 1em;
            right: 92%; } }
      body > main #proprietes-conservation > main section:first-of-type {
        padding-top: 3.75em;
        width: 26.5em;
        margin-right: 0.5em;
        margin-left: auto; }
        @media (min-width: 1024px) {
          body > main #proprietes-conservation > main section:first-of-type {
            margin-right: 4.5em; } }
        body > main #proprietes-conservation > main section:first-of-type p {
          white-space: nowrap; }
      body > main #proprietes-conservation > main > p:first-of-type {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        width: 36%;
        margin: 0 13.8% 0 0.2%; }
        @media (min-width: 1024px) {
          body > main #proprietes-conservation > main > p:first-of-type {
            white-space: nowrap; } }
      body > main #proprietes-conservation > main hr {
        position: relative;
        width: 98%;
        margin: 3.6em auto 1.2em auto;
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: #41bac4; }
      body > main #proprietes-conservation > main section:last-of-type {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        width: 40%;
        margin: 0 0.2% 0 7%;
        padding: 5px;
        border: 1px solid #dd4565; }
        @media (min-width: 1024px) {
          body > main #proprietes-conservation > main section:last-of-type {
            white-space: nowrap; } }
        body > main #proprietes-conservation > main section:last-of-type p {
          margin-top: 0;
          margin-bottom: 0; }
        body > main #proprietes-conservation > main section:last-of-type em {
          font-style: normal; }
  @media (max-height: 767px) {
    body > main #recettes {
      overflow: hidden; } }
  body > main #recettes > main {
    display: table;
    text-align: left;
    width: 100%;
    background: white;
    color: white;
    overflow: visible; }
    body > main #recettes > main > h2 {
      position: absolute;
      top: 23.25%;
      padding: 1.25em 0.45em 1.1em 0.45em;
      font-family: "Cinzel", serif;
      font-size: 225%;
      left: 17.8%;
      color: inherit !important;
      -webkit-transform: rotate(342deg);
      -moz-transform: rotate(342deg);
      -ms-transform: rotate(342deg);
      -o-transform: rotate(342deg);
      transform: rotate(342deg);
      background: url("../img/recettes/themadeco-titre-recette.png") no-repeat center center;
      background-size: 100% auto;
      z-index: 4; }
      @media (min-width: 1024px) {
        body > main #recettes > main > h2 {
          top: 20.5%;
          font-size: 283%;
          left: 16%; } }
    body > main #recettes > main:before, body > main #recettes > main:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      z-index: 3; }
    body > main #recettes > main:after {
      -moz-box-shadow: inset 0px -20px 10px -5px #ffffff;
      -webkit-box-shadow: inset 0px -20px 10px -5px #ffffff;
      -o-box-shadow: inset 0px -20px 10px -5px #ffffff;
      box-shadow: inset 0px -20px 10px -5px #ffffff;
      filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=90, Strength=10); }
    body > main #recettes > main:before {
      -moz-box-shadow: inset 0px 20px 10px -5px #ffffff;
      -webkit-box-shadow: inset 0px 20px 10px -5px #ffffff;
      -o-box-shadow: inset 0px 20px 10px -5px #ffffff;
      box-shadow: inset 0px 20px 10px -5px #ffffff;
      filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=180, Strength=10); }
    body > main #recettes > main > figure {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      z-index: 2; }
      body > main #recettes > main > figure img {
        display: block;
        width: 120%; }
        @media (min-width: 1024px) {
          body > main #recettes > main > figure img {
            width: 100%; } }
      body > main #recettes > main > figure > section {
        position: absolute;
        top: 23.25%;
        left: 40%;
        height: 42%;
        width: 56%;
        margin: 35px 0;
        font-size: 85.7%; }
        @media (min-width: 1024px) {
          body > main #recettes > main > figure > section {
            top: 20.5%;
            width: 48%;
            height: 47%; } }
        @media (min-width: 1024px) {
          body > main #recettes > main > figure > section {
            font-size: 87.5%; } }
        body > main #recettes > main > figure > section div {
          height: 100%;
          overflow: hidden; }
          body > main #recettes > main > figure > section div > ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            body > main #recettes > main > figure > section div > ul > li:first-child {
              text-align: center; }
          body > main #recettes > main > figure > section div article h1 {
            font-size: 200%;
            text-align: center;
            background: url("../img/recettes/titre-article-recette.png") no-repeat center center;
            background-size: 9em auto;
            line-height: 150%;
            font-family: "Cinzel", serif; }
          body > main #recettes > main > figure > section div article h2,
          body > main #recettes > main > figure > section div article h3 {
            margin-bottom: 0; }
          body > main #recettes > main > figure > section div article ul {
            margin-top: 0;
            padding-left: 2em;
            list-style: initial; }
            body > main #recettes > main > figure > section div article ul.recette-step li {
              margin-bottom: 1em; }
        body > main #recettes > main > figure > section > ul {
          margin: 0;
          padding: 0;
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 100%;
          list-style: none; }
          body > main #recettes > main > figure > section > ul li {
            position: absolute;
            left: 0;
            width: 100%;
            height: 32px;
            border-color: white; }
            body > main #recettes > main > figure > section > ul li:first-child {
              bottom: 100%;
              border-bottom: 1px solid;
              margin-bottom: 2px;
              /*background: $flechehaut_recettes;*/
              background-size: auto 1.5em; }
            body > main #recettes > main > figure > section > ul li:last-child {
              top: 100%;
              border-top: 1px solid;
              margin-top: 2px;
              /*                            background: $flechebas_recettes;*/
              background-size: auto 1.5em; }
  body > main #utilisation {
    height: 360%; }
    body > main #utilisation > main {
      max-width: 980px;
      height: 27.777%;
      margin-top: 6.5em;
      background: white; }
      body > main #utilisation > main > h2 {
        position: absolute;
        top: -8%;
        left: 8%;
        width: 8em;
        height: 2.8em;
        padding: 2em 0;
        text-align: center;
        background: url("../img/utilisation/themadeco-rose-1.png") no-repeat center center;
        background-size: auto 100%;
        z-index: 20; }
        @media (min-width: 1025px) and (min-height: 767px) {
          body > main #utilisation > main > h2 {
            left: 8%; } }
        @media (max-width: 1024px) and (min-height: 767px) {
          body > main #utilisation > main > h2 {
            left: 2%; } }
        body > main #utilisation > main > h2:after {
          content: '';
          position: absolute;
          left: 15%;
          top: 3.2em;
          display: inline;
          width: 70%;
          color: inherit;
          border-bottom: 1px solid; }
      body > main #utilisation > main > section {
        position: relative;
        font-size: 85.7%;
        text-align: center;
        z-index: 10;
        position: absolute; }
        @media (min-width: 1024px) {
          body > main #utilisation > main > section {
            font-size: 87.5%; } }
        body > main #utilisation > main > section * {
          text-align: center; }
        body > main #utilisation > main > section h4 {
          margin-bottom: 0; }
        body > main #utilisation > main > section p {
          position: relative;
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          margin-top: 0;
          margin-left: auto;
          margin-right: auto; }
        body > main #utilisation > main > section:nth-of-type(1) {
          top: 0%;
          left: 0;
          width: 100%; }
          body > main #utilisation > main > section:nth-of-type(1) ul {
            list-style: none; }
          body > main #utilisation > main > section:nth-of-type(1) .rouleau {
            position: absolute;
            bottom: 0;
            left: 110%; }
        body > main #utilisation > main > section:nth-of-type(2) {
          top: 38%;
          left: 0;
          width: 100%;
          padding: 3em 0;
          background: url("../img/utilisation/themadeco-rose-1.png") no-repeat center center;
          background-size: auto 100%; }
          body > main #utilisation > main > section:nth-of-type(2) .gateau {
            position: absolute;
            bottom: 0;
            left: 102%; }
          body > main #utilisation > main > section:nth-of-type(2) .chenille {
            position: absolute;
            bottom: 6em;
            right: 110%; }
          body > main #utilisation > main > section:nth-of-type(2) .noeud {
            position: absolute;
            bottom: -7em;
            left: 134%; }
          body > main #utilisation > main > section:nth-of-type(2) .the {
            position: absolute;
            bottom: -6em;
            right: 114%; }
          body > main #utilisation > main > section:nth-of-type(2) .clown {
            position: absolute;
            top: 0;
            left: 145%; }
        body > main #utilisation > main > section:nth-of-type(3) {
          top: 112%;
          left: 10px; }
          body > main #utilisation > main > section:nth-of-type(3) .gel {
            position: absolute;
            bottom: 1em;
            left: 115%; }
          body > main #utilisation > main > section:nth-of-type(3) .poudre {
            position: absolute;
            top: 8em; }
            @media (min-width: 1025px) and (min-height: 767px) {
              body > main #utilisation > main > section:nth-of-type(3) .poudre {
                left: 75%; } }
            @media (max-width: 1024px) and (min-height: 767px) {
              body > main #utilisation > main > section:nth-of-type(3) .poudre {
                left: 25%; } }
        body > main #utilisation > main > section:nth-of-type(4) {
          top: 140%;
          right: 10px;
          height: 31em;
          width: 31em;
          padding: 3em;
          border-radius: 50%;
          z-index: 12; }
          body > main #utilisation > main > section:nth-of-type(4) hr {
            width: 16em;
            border-color: #41bac4; }
          body > main #utilisation > main > section:nth-of-type(4) img {
            position: absolute;
            top: 150%;
            left: 20%; }
            @media (min-width: 1025px) and (min-height: 767px) {
              body > main #utilisation > main > section:nth-of-type(4) img {
                left: 20%; } }
            @media (max-width: 1024px) and (min-height: 767px) {
              body > main #utilisation > main > section:nth-of-type(4) img {
                left: 30%; } }
          body > main #utilisation > main > section:nth-of-type(4):after {
            pointer-events: none;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: url("../img/utilisation/themadeco-infobulle.png") no-repeat center center;
            background-size: 100%; }
        body > main #utilisation > main > section:nth-of-type(5) {
          position: relative;
          z-index: 5;
          top: 189%;
          left: 10px;
          height: 31em;
          width: 31em;
          padding: 5em 5em 3em 3em;
          background: #e4f5f7;
          border-radius: 50%;
          overflow: visible; }
          body > main #utilisation > main > section:nth-of-type(5):after {
            pointer-events: none;
            content: '';
            display: block;
            position: absolute;
            top: 1.8em;
            bottom: -1.8em;
            left: 0;
            right: 0;
            background: url("../img/utilisation/themadeco-infobulle.png") no-repeat center center;
            background-size: 100%; }
        body > main #utilisation > main > section:nth-of-type(6) {
          top: 256%;
          width: 100%;
          height: 46em;
          background: url("../img/utilisation/themadeco-liste-utilisation.png") no-repeat center center;
          background-size: auto 100%;
          -webkit-transform: rotate(358deg);
          -moz-transform: rotate(358deg);
          -ms-transform: rotate(358deg);
          -o-transform: rotate(358deg);
          transform: rotate(358deg); }
          body > main #utilisation > main > section:nth-of-type(6) > *:first-child {
            margin-top: 4.5em; }
          body > main #utilisation > main > section:nth-of-type(6) p {
            padding-bottom: 1.3em; }
          body > main #utilisation > main > section:nth-of-type(6) * {
            white-space: nowrap;
            text-align: left;
            width: 52em;
            margin: 0 auto 0 auto;
            font-size: 100%;
            line-height: 120%; }
      body > main #utilisation > main > img {
        position: absolute;
        z-index: 1; }
        body > main #utilisation > main > img.rose1 {
          left: 69%;
          top: 3%; }
        body > main #utilisation > main > img.rose2 {
          left: 0%;
          top: 67%; }
        body > main #utilisation > main > img.rose3 {
          left: 65%;
          top: 79%; }
        body > main #utilisation > main > img.rose4 {
          left: 0;
          top: 173%; }
        body > main #utilisation > main > img.rose5 {
          left: 92%;
          top: 191%; }
        body > main #utilisation > main > img.rose6 {
          left: 58%;
          top: 210%; }
        body > main #utilisation > main > img.rose7 {
          left: -9%;
          top: 281%;
          z-index: 20;
          width: 160px;
          height: 160px; }
        body > main #utilisation > main > img.rose8 {
          left: 74%;
          top: 324%;
          z-index: 20; }
        body > main #utilisation > main > img.rose9 {
          left: 79%;
          top: 311%;
          z-index: 20; }
  body > main #achat-en-ligne {
    font-size: 85.7%;
    height: 65%; }
    @media (min-width: 1024px) {
      body > main #achat-en-ligne {
        font-size: 87.5%; } }
    body > main #achat-en-ligne main {
      /*&:before {
          content:"";
          display:block;
          position:absolute;
          left:0;
          right:0;
          bottom:100%;
          height:150%;
      }*/
      position: relative;
      height: 100%;
      background: url("../img/achat/themadeco-fond-achat.png") repeat top left;
      background-size: 14% 100%;
      -webkit-box-shadow: white 0px 40px 40px -20px inset;
      -moz-box-shadow: white 0px 40px 40px -20px inset;
      box-shadow: white 0px 40px 40px -20px inset; }
      body > main #achat-en-ligne main > h2 {
        position: absolute;
        right: 0;
        height: 2.4em;
        width: 28%;
        top: 7%;
        text-align: center; }
        @media (max-width: 1024px) and (max-height: 767px) {
          body > main #achat-en-ligne main > h2 {
            top: 3%; } }
        body > main #achat-en-ligne main > h2:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 1.2em;
          display: block;
          width: 5em;
          margin-left: -2.5em;
          color: inherit;
          border-bottom: 1px solid; }
      body > main #achat-en-ligne main > section {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline; }
        body > main #achat-en-ligne main > section:first-of-type {
          position: relative;
          width: 72%;
          height: 95%; }
          @media (max-height: 767px) {
            body > main #achat-en-ligne main > section:first-of-type {
              margin-top: -45px; } }
          body > main #achat-en-ligne main > section:first-of-type article {
            position: absolute;
            right: 0;
            width: 100%; }
            body > main #achat-en-ligne main > section:first-of-type article > a {
              position: absolute;
              display: block;
              width: 18em;
              margin-left: 1em;
              z-index: 2;
              left: 0; }
              body > main #achat-en-ligne main > section:first-of-type article > a img:first-child {
                display: block;
                width: 100%;
                -webkit-box-shadow: silver 5px 5px 5px 0px;
                -moz-box-shadow: silver 5px 5px 5px 0px;
                box-shadow: silver 5px 5px 5px 0px; }
              body > main #achat-en-ligne main > section:first-of-type article > a img:nth-child(2) {
                position: absolute;
                top: 2.04081%;
                left: 2.5%;
                width: 95.83333%; }
            body > main #achat-en-ligne main > section:first-of-type article ul {
              display: block;
              margin-left: 14em;
              padding: 0.6em 0.6em 0.5em 8em;
              list-style-position: inside;
              background-color: rgba(255, 255, 255, 0.7);
              -webkit-box-shadow: silver 5px 5px 5px 0px;
              -moz-box-shadow: silver 5px 5px 5px 0px;
              box-shadow: silver 5px 5px 5px 0px;
              z-index: 1; }
              body > main #achat-en-ligne main > section:first-of-type article ul li h1 {
                margin: 0; }
              body > main #achat-en-ligne main > section:first-of-type article ul li:first-of-type {
                list-style: none; }
            body > main #achat-en-ligne main > section:first-of-type article:first-child {
              bottom: 51%; }
              body > main #achat-en-ligne main > section:first-of-type article:first-child a {
                -webkit-transform: rotate(-5deg);
                -moz-transform: rotate(-5deg);
                -ms-transform: rotate(-5deg);
                -o-transform: rotate(-5deg);
                transform: rotate(-5deg);
                bottom: 0; }
              body > main #achat-en-ligne main > section:first-of-type article:first-child ul {
                bottom: 3.7em; }
            body > main #achat-en-ligne main > section:first-of-type article:last-child {
              top: 51%; }
              body > main #achat-en-ligne main > section:first-of-type article:last-child a {
                top: 0;
                -webkit-transform: rotate(5deg);
                -moz-transform: rotate(5deg);
                -ms-transform: rotate(5deg);
                -o-transform: rotate(5deg);
                transform: rotate(5deg); }
        body > main #achat-en-ligne main > section:last-of-type {
          width: 26%;
          margin: 0 1%;
          vertical-align: bottom; }
          body > main #achat-en-ligne main > section:last-of-type a {
            display: block;
            margin-top: 1em;
            margin-left: auto;
            margin-right: auto;
            background-color: #dd4565;
            -webkit-transition-property: background-color;
            -moz-transition-property: background-color;
            -o-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s; }
            body > main #achat-en-ligne main > section:last-of-type a:nth-child(-n+2) {
              max-width: 240px;
              padding: 0.8em;
              font-size: 1.15em;
              text-align: center;
              -moz-box-shadow: 5px 5px 5px 0px #c0c0c0;
              -webkit-box-shadow: 5px 5px 5px 0px #c0c0c0;
              -o-box-shadow: 5px 5px 5px 0px #c0c0c0;
              box-shadow: 5px 5px 5px 0px #c0c0c0;
              filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5); }
            body > main #achat-en-ligne main > section:last-of-type a:hover {
              -webkit-transition-property: background-color;
              -moz-transition-property: background-color;
              -o-transition-property: background-color;
              transition-property: background-color;
              -webkit-transition-duration: 0.2s;
              -moz-transition-duration: 0.2s;
              -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
              background-color: #41bac4; }
            body > main #achat-en-ligne main > section:last-of-type a img {
              display: block;
              width: 100%;
              max-width: 300px;
              margin-left: auto;
              margin-right: auto;
              -moz-box-shadow: 5px 5px 5px 0px #c0c0c0;
              -webkit-box-shadow: 5px 5px 5px 0px #c0c0c0;
              -o-box-shadow: 5px 5px 5px 0px #c0c0c0;
              box-shadow: 5px 5px 5px 0px #c0c0c0;
              filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5); }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 auto;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
  width: 154px;
  pointer-events: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }
  .flexslider .slides a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 32px;
  height: 32px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background: url("../img/flexslider.png") no-repeat center top; }

.flex-direction-nav .flex-prev {
  right: 100%;
  background-position: center -32px; }
  @media (max-height: 767px) {
    .flex-direction-nav .flex-prev {
      right: 95%; } }

.flex-direction-nav .flex-next {
  left: 100%; }
  @media (max-height: 767px) {
    .flex-direction-nav .flex-next {
      left: 95%; } }
