/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

@font-face {
  font-family: 'cocorette';
  src: url("cocorette.woff2") format("woff2"), url("cocorette.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*!
*/
/* ============ */
/* === VARS === */
/* ============ */
/* ============= */
/* === /VARS === */
/* ============= */
.bg-blanc {
  background-color: #fff; }

.bg-cocorette {
  background-color: #c20e1a; }

.bg-cocoretteL2 {
  background-color: #7e1618; }

.bg-bleu {
  background-color: #a5c9d5; }

.bg-bleuL {
  background-color: #7388a1; }

.bg-vert {
  background-color: #627d70; }

.bg-vertL {
  background-color: #215b49; }

.bg-vertH {
  background-color: #1e3b1d; }

.bg-jaune {
  background-color: #deab52; }

.bg-jauneL {
  background-color: #bd9e56; }

.bg-jauneL2 {
  background-color: #906a28; }

.bg-jauneH {
  background-color: #ffeda4; }

.bg-marron {
  background-color: #8a563f; }

.bg-marronL {
  background-color: #602615; }

.bg-marronH {
  background-color: #432110; }

.bg-marronV {
  background-color: #72402a; }

.bg-grisclair {
  background-color: #e8e8e8; }

.bg-fuschia {
  background-color: #b8a4ae; }

.bg-fuschiaL {
  background-color: #846b77; }

.bg-pourpre {
  background-color: #800080; }

.bg-pourpreL {
  background-color: #600060; }

.bg-pourpreH {
  background-color: #400040; }

.bg-grisanthracite {
  background-color: #495153; }

.bg-grisanthraciteL {
  background-color: #394143; }

.bg-grisanthraciteH {
  background-color: #293133; }

.bg-cocobook {
  background-color: #7388a1; }

.bg-cocogram {
  background-color: #846b77; }

.bg-cocotube {
  background-color: #7e1618; }

.paragraph.bg-cocorette.bg-grisanthracite h2, .paragraph.bg-cocorette.bg-pourpre h2 {
  color: #ffffff; }

.fg-blanc {
  color: #fff; }

.fg-jaune em {
  color: #bd9e56; }
.fg-jaune h3 {
  color: #deab52; }

/* ============ */
/* === TAGS === */
/* ============ */
* {
  box-sizing: border-box;
  outline: 0; }

header, div, footer {
  position: relative; }

::-moz-selection {
  background: #c20e1a;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #c20e1a;
  color: #fff;
  text-shadow: none; }

html {
  color: #000000;
  font-family: "Roboto Condensed", Arial;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.4; }

select {
  color: inherit; }

body {
  background: #fff;
  text-align: center; }

.vh {
  visibility: hidden; }

.incap_page-tooltip, .incap_from-right, .incap_bottom {
  display: none !important; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
  border: 0px; }

textarea {
  resize: vertical; }

p {
  margin: 2.83333px 0px; }

em {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s; }
  a:hover {
    color: #c20e1a; }

.menu-btn a, a.btn, span.btn {
  position: relative;
  display: inline-block;
  background-color: #c20e1a;
  border-color: #c20e1a;
  border-width: 2px;
  border-style: solid;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 3rem;
  margin-top: 1.5rem; }
  .menu-btn a.bg-cocobook, a.btn.bg-cocobook, span.btn.bg-cocobook {
    background-color: #7388a1;
    border-color: #7388a1; }
  .menu-btn a.bg-cocogram, a.btn.bg-cocogram, span.btn.bg-cocogram {
    background-color: #846b77;
    border-color: #846b77; }
  .menu-btn a.bg-cocotube, a.btn.bg-cocotube, span.btn.bg-cocotube {
    background-color: #7e1618;
    border-color: #7e1618; }
  .menu-btn a:hover, a.btn:hover, span.btn:hover {
    background-color: #000000;
    border-color: #000000; }
  .menu-btn a.btn-r::after, a.btn.btn-r::after, span.btn.btn-r::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    background-image: url("../img/ico-arr-r.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .menu-btn a.btn-b::after, a.btn.btn-b::after, span.btn.btn-b::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    background-image: url("../img/ico-arr-b.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.menu-btn a {
  display: inline;
  padding: 0.5rem 1rem;
  border-radius: 24px; }

.valign {
  display: table; }
  .valign > * {
    display: table-cell;
    vertical-align: middle; }

.logo {
  background-color: transparent;
  background-image: url("../img/cocorette@3x.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 327px;
  height: 153px; }

.claim {
  font-family: "cocorette";
  text-align: left;
  display: inline-block;
  vertical-align: middle; }

header {
  background: #fff;
  position: fixed;
  line-height: 120px;
  width: 100%;
  height: 120px;
  padding: 0px 34px;
  transition: 0.5s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 12; }
  header.header-top {
    background: transparent;
    box-shadow: none; }
    header.header-top .header-logo {
      display: none; }
    header.header-top .header-menu ul li.menu-oeuf a:hover,
    header.header-top .header-menu ul li.menu-oeuf.current-menu-item a {
      background-image: none;
      background-color: transparent;
      color: #c20e1a; }

.postheader {
  padding-top: 120px; }

footer {
  background: #fff;
  line-height: 120px;
  width: 100%;
  overflow: hidden; }

.header-logo .logo {
  height: 76.5px;
  width: 163.5px; }
.header-logo .claim {
  font-size: 18px;
  line-height: 21px;
  margin-left: 17px; }

.footer{
  position: relative;
  display:flex;
  width: 100%;
  padding: 0px 34px;	
}

.footer .container{
	width: 100%;
}

.footer-logo .logo {
  height: 70.61538px;
  width: 150.92308px;
  margin-left: 17px; }
.footer-logo .claim {
  font-size: 27px;
  line-height: 21px;
  margin-left: 51px;
  margin-top: 6px; }
  
 .footer-legals{
	 display: flex;
	 flex-direction: column;
	 justify-content:center;
	 padding: 10px;
	 background: black;
 }
 .footer-legals ul{
	display:flex;
	justify-content: center;
	margin: 0;	
	padding: 0;
 }
.footer-legals ul li{
	display:flex;
	justify-content: center;
	padding: 0 10px;
	font-size: 14px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.footer-legals ul li.menu-item a{
	font-size: 14px;
	line-height: 14px;
	transition: all ease 0.3s;
}
.footer-legals ul li.menu-item a:hover{
	color: rgba(255, 255, 255, 1);
}

.footer-legals .item li{
	padding: 10px 2px 5px;
	font-size: 12px;
	line-height: 12px;
	color: rgba(255, 255, 255, 0.5);
}
.footer-legals .item li a{
	font-weight: bold;
	transition: all ease 0.3s;
}
.footer-legals .item li a:hover{
	color: rgba(255, 255, 255, 0.7);
}


.header-logo, .footer-logo {
  float: left; }

.header-menu, .footer-menu {
  float: right;
  font-size: 15px;
  font-size: .93rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 120px; }
  .header-menu ul, .footer-menu ul {
    margin: 0px;
    padding: 0px; }
    .header-menu ul li, .footer-menu ul li {
      float: left;
      list-style-type: none;
      margin: 0px 8.5px; }
      .header-menu ul li a, .footer-menu ul li a {
        vertical-align: middle; }
      .header-menu ul li.menu-oeuf, .header-menu ul li.menu-oeuf.current-menu-item, .footer-menu ul li.menu-oeuf, .footer-menu ul li.menu-oeuf.current-menu-item {
        width: 120px;
        height: 120px;
        margin: 0px; }
        .header-menu ul li.menu-oeuf a, .header-menu ul li.menu-oeuf.current-menu-item a, .footer-menu ul li.menu-oeuf a, .footer-menu ul li.menu-oeuf.current-menu-item a {
          display: block;
          background-position: center center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          text-align: center; }
          .header-menu ul li.menu-oeuf a:hover, .header-menu ul li.menu-oeuf.current-menu-item a:hover, .footer-menu ul li.menu-oeuf a:hover, .footer-menu ul li.menu-oeuf.current-menu-item a:hover {
            background-image: url("../img/ico-oeuf.png");
            background-color: #c20e1a;
            color: #fff; }
      .header-menu ul li.menu-oeuf.current-menu-item a, .footer-menu ul li.menu-oeuf.current-menu-item a {
        background-image: url("../img/ico-oeuf.png");
        background-color: #c20e1a;
        color: #fff; }

.social a {
  display: inline-block;
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden; }
  .social a:hover {
    background: #c20e1a; }
  .social a span {
    opacity: 0; }
.social.current-menu-item a {
  background: #c20e1a; }
.social.social-mail a {
  background-image: url("../img/ico-email.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
.social.social-facebook a {
  background-image: url("../img/ico-facebook.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
.social.social-youtube a {
  background-image: url("../img/ico-youtube.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
.social.social-twitter a {
  background-image: url("../img/ico-twitter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
.social.social-linkedin a {
  background-image: url("../img/ico-linkedin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }
.social.social-instagram a {
  background-image: url("../img/ico-instagram.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%; }

div.social {
  display: inline-block; }

.header li.social {
  margin-left: 8.5px;
  margin-right: 0;
  /* &.social-mail { margin-left:2*$goutiere; } */ }

.footer li.social {
  margin-left: 25.5px;
  margin-right: 0; }
  .footer li.social a {
    width: 50px;
    height: 50px;
    border-radius: 25px; }

.feature {
  width: 100%;
  padding: 17px;
  height: 800px;
  height: 100vh; }
  .feature .container {
    width: 100%;
    height: 100%;
    background: #deab52;
    color: #fff;
    overflow: hidden; }
    .feature .container .feature-title {
      width: 100%;
      height: 100%; }
    .feature .container .feature-btn {
      position: absolute;
      bottom: 17px;
      width: 100%; }
    .feature .container .feature-video {
      position: absolute;
      width: 100%;
      height: 100%; }
      .feature .container .feature-video video {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%; }
  .feature .logo {
    height: 153px;
    width: 327px; }
  .feature h1 {
    font-family: "cocorette";
    font-size: 72px;
    font-size: 4.5rem;
    margin: 0px; }

.footprint {
  overflow: hidden; }
  .footprint .footprint-row {
    height: 434px; }
    .footprint .footprint-row > div {
      float: left;
      width: 50%;
      height: 434px; }
      .footprint .footprint-row > div.footprint-animation {
        position: absolute;
        float: none;
        right: 25%;
        top: 274px;
        height: 435px;
        width: 50%;
        text-align: right;
        pointer-events: none; }
        .footprint .footprint-row > div.footprint-animation img {
          height: 100%;
          width: 100%;
          margin-top: -50px; }
    .footprint .footprint-row.footprint-row-textimage > div {
      float: right; }
      .footprint .footprint-row.footprint-row-textimage > div.footprint-animation {
        float: none;
        left: 25%;
        right: 0px;
        text-align: left; }
  .footprint .footprint-texte {
    padding: 17px 51px; }
  .footprint .footprint-image {
    overflow: hidden; }
  .footprint .footprint-vert .btn {
    background-color: #627d70;
    border-color: #627d70; }
    .footprint .footprint-vert .btn:hover {
      background-color: #000000;
      border-color: #000000; }
  .footprint .footprint-vert .footprint-image {
    background: #627d70; }
  .footprint .footprint-jaune .btn {
    background-color: #deab52;
    border-color: #deab52; }
    .footprint .footprint-jaune .btn:hover {
      background-color: #000000;
      border-color: #000000; }
  .footprint .footprint-jaune .footprint-image {
    background: #deab52; }
  .footprint .footprint-bleu .btn {
    background-color: #a5c9d5;
    border-color: #a5c9d5; }
    .footprint .footprint-bleu .btn:hover {
      background-color: #000000;
      border-color: #000000; }
  .footprint .footprint-bleu .footprint-image {
    background: #a5c9d5; }
  .footprint .footprint-marron .btn {
    background-color: #8a563f;
    border-color: #8a563f; }
    .footprint .footprint-marron .btn:hover {
      background-color: #000000;
      border-color: #000000; }
  .footprint .footprint-marron .footprint-image {
    background: #8a563f; }
  .footprint strong {
    display: block;
    font-family: "cocorette";
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 2.825rem; }

#hp-1-dossier {
  position: absolute;
  background: transparent url("../img/hp-1-dossier.png") center center no-repeat;
  width: 444px;
  height: 366px;
  top: 40px;
  left: 26%; }

#hp-1-stylo {
  position: absolute;
  background: transparent url("../img/hp-1-stylo.png") center center no-repeat;
  width: 444px;
  height: 366px;
  top: 40px;
  left: 26%; }

#hp-2-poulailler {
  position: absolute;
  background: transparent url("../img/hp-2-poulailler.png") center center no-repeat;
  width: 557px;
  height: 321px;
  top: 66px;
  right: 16%; }

#hp-2-poules {
  position: absolute;
  background: transparent url("../img/hp-2-poules.png") center center no-repeat;
  width: 557px;
  height: 321px;
  top: 66px;
  right: 16%; }

#hp-3-bottes {
  position: absolute;
  background: transparent url("../img/hp-3-bottes.png") center center no-repeat;
  width: 503px;
  height: 245px;
  top: 98px;
  left: 8%; }

#hp-3-poule {
  position: absolute;
  background: transparent url("../img/hp-3-poule.png") center center no-repeat;
  width: 503px;
  height: 245px;
  top: 98px;
  left: 8%; }

#hp-4-nid {
  position: absolute;
  background: transparent url("../img/hp-4-nid.png") center center no-repeat;
  width: 448px;
  height: 309px;
  top: 64px;
  right: 22%; }

#hp-4-oeufs {
  position: absolute;
  background: transparent url("../img/hp-4-oeufs.png") center center no-repeat;
  width: 448px;
  height: 309px;
  top: 64px;
  right: 22%; }

.banner {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 51px;
  padding-bottom: 51px; }
  .banner.postheader {
    padding-top: 171px; }
  .banner strong {
    display: inline-block;
    position: relative;
    font-family: "cocorette";
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 48px;
    line-height: 2.825rem; }
  .banner.banner-promo {
    font-size: 21px;
    font-size: 1.325rem;
    text-align: left;
    padding-left: 50%;
    overflow: hidden; }
    .banner.banner-promo strong {
      font-size: 62px;
      font-size: 3.875rem;
      line-height: 62px;
      line-height: 3.875rem; }
    .banner.banner-promo::before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 50%;
      height: 100%;
      /* background-image:url('../img/bg-hp-promo.png'); */
      background-position: right center;
      background-repeat: no-repeat;
      background-size: contain; }
  .banner.banner-caquetage {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-image: url("../img/bg-hp-caquetage.png");
    background-position: 25% center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden; }
    .banner.banner-caquetage strong:before {
      content: '';
      position: absolute;
      background: transparent url("../img/arr-tlb.png") right top no-repeat;
      left: -90px;
      top: 10px;
      width: 70px;
      height: 70px; }
    .banner.banner-caquetage strong:after {
      content: '';
      position: absolute;
      background: transparent url("../img/arr-trb.png") left top no-repeat;
      right: -90px;
      top: 10px;
      width: 70px;
      height: 70px; }
  .banner.banner-questions {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-image: url("../img/bg-hp-questions.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden; }
    .banner.banner-questions strong:before {
      content: '';
      position: absolute;
      background: transparent url("../img/arr-lbr.png") right top no-repeat;
      left: -90px;
      top: 34px;
      width: 70px;
      height: 70px; }
    .banner.banner-questions strong:after {
      content: '';
      position: absolute;
      background: transparent url("../img/arr-rbl.png") left top no-repeat;
      right: -90px;
      top: 34px;
      width: 70px;
      height: 70px; }
  .banner.banner-faq-contact {
    background-image: url("../img/bg-faq-contact.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }

.reseaux {
  height: 137px;
  overflow: hidden; }
  .reseaux .container {
    height: 137px;
    width: 100%; }
    .reseaux .container a {
      display: block;
      float: left;
      background-position: 44px 47px;
      background-size: 50px 50px;
      background-repeat: no-repeat;
      width: 33.33%;
      height: 137px;
      line-height: 137px;
      font-family: "cocorette";
      font-size: 28px;
      font-size: 1.75rem;
      margin: 0px; }
      .reseaux .container a:after {
        right: inherit;
        margin-left: 20px;
        top: 54%; }
      .reseaux .container a:before {
        content: url("");
        position: absolute;
        background-image: url("../img/ico-oeuf.png");
        background-position: center center;
        background-repeat: no-repeat;
        left: 0px;
        top: 0px;
        height: 137px;
        width: 137px; }
      .reseaux .container a.bg-cocobook {
        background-image: url("../img/ico-facebook.png"); }
      .reseaux .container a.bg-cocogram {
        background-image: url("../img/ico-instagram.png"); }
      .reseaux .container a.bg-cocotube {
        background-image: url("../img/ico-youtube-play.png"); }

.slidevideos {
  background-color: #000000;
  height: 332px;
  overflow: hidden;
  line-height: 1; }
  .slidevideos strong {
    font-family: "cocorette";
    font-size: 21px;
    font-size: 1.325rem;
    line-height: 21px;
    line-height: 1.325rem; }
  .slidevideos .container {
    height: 332px;
    width: 100%; }
    .slidevideos .container .slideshow, .slidevideos .container ul, .slidevideos .container li {
      height: 332px; }
    .slidevideos .container li {
      background-color: #000000;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      position: relative;
      text-align: left; }
      .slidevideos .container li div {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 17px; }
        .slidevideos .container li div strong, .slidevideos .container li div p {
          display: block;
          width: 50%; }
        .slidevideos .container li div a.btn {
          position: absolute;
          right: 17px;
          bottom: 17px;
          padding: 0.8rem 3rem 0.8rem 1rem; }

.slideshow ul, .slideshow li, .slidefeed ul, .slidefeed li {
  padding: 0px;
  margin: 0px;
  list-style: none; }
.slideshow ul, .slidefeed ul {
  position: absolute;
  left: 0%;
  width: 1000%;
  transition: 1s; }
.slideshow li, .slidefeed li {
  display: block;
  float: left;
  width: 10%; }
.slideshow.slideshow3 li, .slidefeed.slideshow3 li {
  width: 3.333%; }
.slideshow .slideshow-nav, .slidefeed .slideshow-nav {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%; }
  .slideshow .slideshow-nav.slideshow-nav-prev, .slidefeed .slideshow-nav.slideshow-nav-prev {
    left: 0px;
    background-image: url("../img/ico-arr-l.png"); }
  .slideshow .slideshow-nav.slideshow-nav-next, .slidefeed .slideshow-nav.slideshow-nav-next {
    right: 0px;
    background-image: url("../img/ico-arr-r.png"); }

.slidefeed ul {
  position: relative;
  width: 100%; }
.slidefeed li {
  float: none;
  width: 100%;
  margin-bottom: 40px; }

.paragraph h1 {
  font-family: "cocorette";
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 58px;
  line-height: 3.625rem;
  margin: 0px; }
.paragraph h2 {
  font-family: "cocorette";
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  padding: 8.5px;
  margin: 0px; }
.paragraph h3 {
  font-family: "cocorette";
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  padding: 8.5px;
  margin: 0px; }
.paragraph p {
  padding: 8.5px; }
.paragraph.bg-bleu, .paragraph.bg-bleuL {
  color: #fff; }
  .paragraph.bg-bleu h2, .paragraph.bg-bleuL h2 {
    color: #276383; }
  .paragraph.bg-bleu em, .paragraph.bg-bleuL em {
    color: #276383; }
.paragraph.paragraph-valeurs {
  background-image: url("../img/bg-valeurs.png");
  background-position: 100% 140px;
  background-repeat: no-repeat; }
.paragraph.bg-vert, .paragraph.bg-vertL {
  color: #fff; }
  .paragraph.bg-vert h2, .paragraph.bg-vertL h2 {
    color: #1e3b1d; }
  .paragraph.bg-vert em, .paragraph.bg-vertL em {
    color: #1e3b1d; }
.paragraph.paragraph-poules {
  background-image: url("../img/bg-poules.png");
  background-position: 96% 140px;
  background-repeat: no-repeat; }
.paragraph.bg-jaune, .paragraph.bg-jauneL {
  color: #fff; }
  .paragraph.bg-jaune h2, .paragraph.bg-jauneL h2 {
    color: #ffeda4; }
  .paragraph.bg-jaune em, .paragraph.bg-jauneL em {
    color: #ffeda4; }
.paragraph.paragraph-eleveurs {
  background-image: url("../img/bg-eleveurs.png");
  background-position: 88% 200px;
  background-repeat: no-repeat; }
.paragraph.paragraph-oeufs {
  background-image: url("../img/bg-oeufs.png");
  background-position: 92% 160px;
  background-repeat: no-repeat; }
.paragraph.bg-marron, .paragraph.bg-marronL, .paragraph.bg-marronV {
  color: #fff; }
  .paragraph.bg-marron h2, .paragraph.bg-marronL h2, .paragraph.bg-marronV h2 {
    color: #432110; }
  .paragraph.bg-marron em, .paragraph.bg-marronL em, .paragraph.bg-marronV em {
    color: #432110; }
.paragraph.paragraph-programme {
  padding-top: 85px;
  padding-bottom: 85px; }
  .paragraph.paragraph-programme h2 {
    color: #fff; }
  .paragraph.paragraph-programme em {
    color: #000000; }
.paragraph.paragraph-recettes {
  background-image: url("../img/bg-recettes.png");
  background-position: 92% 160px;
  background-repeat: no-repeat; }
.paragraph.bg-cocorette, .paragraph.bg-cocoretteL2 {
  color: #fff; }
  .paragraph.bg-cocorette h2, .paragraph.bg-cocoretteL2 h2 {
    color: #000000; }
.paragraph.paragraph-recette em {
  color: #000000; }
.paragraph.paragraph-faq {
  background-image: url("../img/bg-faq.png");
  background-position: 95% 160px;
  background-repeat: no-repeat; }
  .paragraph.paragraph-faq .container {
    text-align: left;
    max-width: 1000px;
    padding: 0 10px;
    margin: auto; }
    .paragraph.paragraph-faq .container h1 {
      text-align: center;
      margin: 0 auto 4rem 0; }

.footprint-poules {
  /* background-image: url('../img/img-poules-1.jpg'); */
  /* background-image: url('../img/img-poules-2.jpg'); */ }
  .footprint-poules p {
    padding: 12.75px 0; }
  .footprint-poules #poules-1 .footprint-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .footprint-poules #poules-2 .footprint-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.banner-eleveurs {
  background-image: url("../img/img-eleveurs-0.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 535px; }
  .banner-eleveurs strong {
    font-size: 67px;
    font-size: 4.1875rem;
    line-height: 67px;
    line-height: 4.1875rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.footprint-eleveurs {
  /* background-image: url('../img/img-eleveurs-1.jpg'); */
  /* background-image: url('../img/img-eleveurs-2.jpg'); */ }
  .footprint-eleveurs p {
    padding: 12.75px 0; }
  .footprint-eleveurs #eleveurs-1 .footprint-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .footprint-eleveurs #eleveurs-2 .footprint-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.footprint-concours big {
  font-weight: bold; }
.footprint-concours .footprint-row, .footprint-concours .footprint-image {
  min-height: 100vh;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover; }
.footprint-concours .footprint-texte {
  min-height: 100vh; }

.banner-programme {
  background-image: url("../img/img-programme-0.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 535px;
  z-index: 2; }
  .banner-programme strong {
    display: inline-block;
    background-image: url("../img/tit-nospoules.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 595px;
    max-width: 80vw;
    height: 277px; }
  .banner-programme em {
    display: block;
    position: absolute;
    background-image: url("../img/tit-cocorette-leprogramme.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 86px;
    left: 0px;
    bottom: -48px; }

.footprint-programme {
  /* background-image: url('../img/img-programme-1.jpg'); */ }
  .footprint-programme p {
    padding: 12.75px 0; }
  .footprint-programme em {
    color: #000000; }
  .footprint-programme #programme-1 .footprint-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.footprint-oeufs {
  /* .slideshow ul li.slide1 { background:transparent url('../img/img-oeufs-slide1.png') center center no-repeat; background-size:contain; } */
  /* .slideshow ul li.slide2 { background:transparent url('../img/img-oeufs-slide2.png') center center no-repeat; background-size:contain; } */
  /* .slideshow ul li.slide3 { background:transparent url('../img/img-oeufs-slide3.png') center center no-repeat; background-size:contain; } */ }
  .footprint-oeufs strong {
    color: #602615; }
  .footprint-oeufs .footprint-image {
    background-image: url("../img/img-oeufs-slide.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .footprint-oeufs .slideshow, .footprint-oeufs ul, .footprint-oeufs li {
    height: 434px; }
  .footprint-oeufs .slideshow .slideshow-nav {
    background-color: #e8e8e8; }
  .footprint-oeufs .slideshow ul li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }
  .footprint-oeufs .slideshow ul li span {
    display: block;
    width: 60%;
    position: absolute;
    top: 80%;
    left: 20%; }

.banner-oeufs {
  width: 100%;
  height: 43vw;
  padding: 0px;
  overflow: hidden; }
  .banner-oeufs #oeufs-lire, .banner-oeufs #oeufs-lire-arr, .banner-oeufs #oeufs-lire-txt {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .banner-oeufs #oeufs-lire {
    background-image: url("../img/img-oeufs-lire.jpg"); }
  .banner-oeufs #oeufs-lire-arr {
    background-image: url("../img/img-oeufs-lire-arr.png"); }
  .banner-oeufs #oeufs-lire-txt {
    background-image: url("../img/img-oeufs-lire-txt.png"); }

.banner-recettes {
  background-image: url("../img/img-recettes-0.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "cocorette"; }
  .banner-recettes a.btn {
    background-color: #7388a1;
    border-color: #7388a1; }
    .banner-recettes a.btn:hover {
      background-color: #000000;
      border-color: #000000; }

.sliderecettes {
  overflow: hidden;
  /*&:before {
    content:'';
    position:absolute;
    right:50%;
    bottom:0;
    width:50%;
    border-bottom:40px solid $blanc;
    border-right:80px solid $cocoretteL2;
  }
  &:after {
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:50%;
    border-bottom:40px solid $blanc;
    border-left:80px solid $cocoretteL2;
  }*/ }
  .sliderecettes .slideshow, .sliderecettes .slidefeed {
    margin-bottom: 51px;
    height: 350px; }
    .sliderecettes .slideshow ul, .sliderecettes .slideshow li, .sliderecettes .slidefeed ul, .sliderecettes .slidefeed li {
      height: 350px; }
    .sliderecettes .slideshow li, .sliderecettes .slidefeed li {
      overflow: hidden;
      position: relative; }
      .sliderecettes .slideshow li .sliderecettes-image, .sliderecettes .slidefeed li .sliderecettes-image {
        position: absolute;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 15%;
        top: 0;
        width: 33%;
        height: 350px; }
      .sliderecettes .slideshow li .sliderecettes-text, .sliderecettes .slidefeed li .sliderecettes-text {
        position: absolute;
        text-align: left;
        left: 52%;
        top: 0;
        width: 35%;
        height: 350px;
        overflow: hidden; }
        .sliderecettes .slideshow li .sliderecettes-text strong, .sliderecettes .slidefeed li .sliderecettes-text strong {
          display: block;
          font-size: 1.55rem;
          padding: 1rem 0rem;
          line-height: 1.55rem;
          border-bottom: 3px solid #fff;
          margin-bottom: 20px; }
        .sliderecettes .slideshow li .sliderecettes-text .btn, .sliderecettes .slidefeed li .sliderecettes-text .btn {
          background-color: #000000;
          border-color: #000000; }
          .sliderecettes .slideshow li .sliderecettes-text .btn:hover, .sliderecettes .slidefeed li .sliderecettes-text .btn:hover {
            background-color: transparent; }
  .sliderecettes .slidefeed {
    height: auto; }
    .sliderecettes .slidefeed ul {
      height: auto; }

.salesucre {
  text-transform: uppercase; }
  .salesucre a.active {
    color: #c20e1a; }

.footprint .footprint-row.footprint-recette {
  height: 634px;
  text-align: left; }
  .footprint .footprint-row.footprint-recette > div {
    height: 634px; }
  .footprint .footprint-row.footprint-recette p {
    margin: 16px 0px; }
  .footprint .footprint-row.footprint-recette ul {
    padding: 0px; }
  .footprint .footprint-row.footprint-recette li {
    list-style-position: inside; }
  .footprint .footprint-row.footprint-recette .slideshow, .footprint .footprint-row.footprint-recette .slideshow ul, .footprint .footprint-row.footprint-recette .slideshow li {
    height: 100%; }
  .footprint .footprint-row.footprint-recette .slideshow li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.social-fourchette,
.social-horloge {
  display: inline-block;
  line-height: 40px;
  margin-right: 30px;
  position: relative;
  padding-left: 50px; }
  .social-fourchette:before,
  .social-horloge:before {
    content: '';
    position: absolute;
    display: block;
    background: #000000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: 0px;
    top: 0px; }

.social-fourchette:before {
  background-image: url("../img/ico-fourchette.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%; }

.social-horloge:before {
  background-image: url("../img/ico-horloge.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%; }

.social-telephone:before {
  background-image: url("../img/ico-telephone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%; }

.social-fax:before {
  background-image: url("../img/ico-fax.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%; }

.social-adresse:before {
  background-image: url("../img/ico-adresse.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%; }

.recette-part4 {
  border-top: 3px solid #000000; }

.social-share {
  list-style-type: none;
  display: inline-block; }
  .social-share a {
    width: 30px;
    height: 30px;
    background-color: #686868; }

.galerie-recettes {
  padding: 0px 10px;
  text-align: left;
  padding-bottom: 51px; }
  .galerie-recettes ul, .galerie-recettes li {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .galerie-recettes li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    margin: 0;
    padding: 10px; }
    .galerie-recettes li a {
      position: relative;
      display: block;
      height: 300px;
      overflow: hidden; }
      .galerie-recettes li a div {
        height: 300px;
        width: 100%; }
        .galerie-recettes li a div strong {
          position: absolute;
          display: block;
          color: #fff;
          font-family: "cocorette";
          font-size: 1.325rem;
          text-align: center;
          bottom: 10px;
          width: 100%; }
        .galerie-recettes li a div span {
          display: none; }
      .galerie-recettes li a:hover > div {
        display: table;
        background: rgba(0, 0, 0, 0.3); }
        .galerie-recettes li a:hover > div > * {
          display: table-cell;
          vertical-align: middle; }
        .galerie-recettes li a:hover > div strong {
          position: relative; }
        .galerie-recettes li a:hover > div span.btn {
          background-color: #c20e1a;
          border-color: #c20e1a;
          display: inline; }

.galerie-eleveurs {
  height: 660px; }
  .galerie-eleveurs ul, .galerie-eleveurs li {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .galerie-eleveurs li {
    position: relative;
    float: left;
    background-color: #deab52;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    width: 20%;
    height: 220px; }
    .galerie-eleveurs li:nth-child(2n) {
      background-color: #906a28; }
    .galerie-eleveurs li span {
      visibility: hidden;
      position: absolute;
      color: #fff;
      text-align: left;
      font-family: "cocorette";
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px;
      line-height: 1.125rem;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      left: 0px;
      bottom: 0px;
      padding: 17px; }
    .galerie-eleveurs li:hover {
      background-blend-mode: normal; }
      .galerie-eleveurs li:hover span {
        visibility: visible; }

.videoyoutube {
  height: 56.25vw;
  width: 100%;
  overflow: hidden; }
  .videoyoutube .container {
    height: 100%;
    width: 100%; }
    .videoyoutube .container iframe {
      height: 100%;
      width: 100%; }

.form-cocorette {
  background-image: url("../img/bg-contact-form.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 781px; }
  .form-cocorette form {
    width: 600px;
    max-width: 100%;
    margin: auto;
    padding-top: 30px; }

.form-cocorette p, .form-cocorette2 p {
  /* display:inline-block;*/ }
.form-cocorette .wpcf7-form-control-wrap, .form-cocorette2 .wpcf7-form-control-wrap {
  width: 100%; }
.form-cocorette .wpcf7-form-control-wrap.name,
.form-cocorette .wpcf7-form-control-wrap.email, .form-cocorette2 .wpcf7-form-control-wrap.name,
.form-cocorette2 .wpcf7-form-control-wrap.email {
  width: 50%; }
.form-cocorette input, .form-cocorette select, .form-cocorette textarea, .form-cocorette2 input, .form-cocorette2 select, .form-cocorette2 textarea {
  box-sizing: border-box;
  border: 3px solid #000000;
  padding: 8px;
  display: inline-block;
  width: 100%; }
  .form-cocorette input.wpcf7-submit, .form-cocorette select.wpcf7-submit, .form-cocorette textarea.wpcf7-submit, .form-cocorette2 input.wpcf7-submit, .form-cocorette2 select.wpcf7-submit, .form-cocorette2 textarea.wpcf7-submit {
    background: #c20e1a;
    border-color: #c20e1a;
    color: #fff;
    text-transform: uppercase; }
.form-cocorette .input_file, .form-cocorette2 .input_file {
  display: inline-block;
  padding: 0;
  border: 0;
  opacity: 0;
  width: 1px; }
.form-cocorette .input_file_label, .form-cocorette2 .input_file_label {
  color: #fff;
  margin-top: -30px;
  padding: 12px 36px;
  border-radius: 30px; }
.form-cocorette .input_file_label_post, .form-cocorette2 .input_file_label_post {
  padding-top: 30px; }

.screen-reader-response {
  display: none; }

.coord-cocorette {
  overflow: hidden; }
  .coord-cocorette .coord-text {
    display: block;
    float: left;
    width: 30%;
    height: 350px;
    color: #fff; }
    .coord-cocorette .coord-text .coord-text-1 {
      padding: 20px 0px; }
      .coord-cocorette .coord-text .coord-text-1 p {
        padding: 0px 0px 0px 70px;
        min-height: 40px;
        text-align: left;
        width: 85%;
        margin: 10px auto;
        position: relative;
        line-height: 40px; }
        .coord-cocorette .coord-text .coord-text-1 p.social-adresse {
          line-height: 20px; }
        .coord-cocorette .coord-text .coord-text-1 p:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -20px;
          left: 15px;
          background-color: #000000;
          width: 40px;
          height: 40px;
          border-radius: 20px; }
    .coord-cocorette .coord-text .coord-text-2 {
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 20px; }
      .coord-cocorette .coord-text .coord-text-2 strong {
        text-transform: uppercase; }
    .coord-cocorette .coord-text a:hover {
      color: #fff;
      text-decoration: underline; }
  .coord-cocorette .coord-map {
    display: block;
    float: right;
    width: 70%;
    height: 350px;
    background: #e8e8e8; }
    .coord-cocorette .coord-map #map {
      width: 100%;
      height: 350px; }

@media screen and (max-width: 1350px) {
  .header-menu ul li.menu-oeuf, .header-menu ul li.menu-oeuf.current-menu-item, .footer-menu ul li.menu-oeuf, .footer-menu ul li.menu-oeuf.current-menu-item {
    width: 110px; }

  .header-menu {
    font-size: 14px; } }
@media screen and (max-width: 1270px) {
  .header-menu {
    font-size: 13px; } }
@media screen and (max-width: 1350px) {
  header {
    height: auto; }
    header .header-logo {
      float: none;
      text-align: left;
      width: 100%; }
      header .header-logo br {
        display: inline; }
      header .header-logo .logo {
        /*height:80px;
        width:$cocorettew/7;*/ }
      header .header-logo .claim {
        /*display:none;*/
        font-size: 1.5rem; }
    header .header-menu {
      float: none;
      text-align: center;
      padding-top: 0 17px; }
      header .header-menu:before {
        content: "MENU";
        display: block;
        position: absolute;
        right: 0px;
        top: -80px;
        width: 80px;
        height: 80px;
        font-size: 1.2rem;
        line-height: 40px;
        cursor: pointer;
        text-align: right; }
      header .header-menu:hover:before {
        width: 350px; }
      header .header-menu:hover ul {
        display: block; }
      header .header-menu ul {
        display: none;
        border-top: 1px solid #000000; }
      header .header-menu ul li.menu-oeufno,
      header .header-menu ul li.menu-oeufno.current-menu-item {
        width: 100%;
        height: auto;
        font-size: 1.8rem;
        line-height: 4rem;
        border-bottom: 1px solid #000000; }
      header .header-menu li.social, header .header-menu li.social.social-mail {
        float: none;
        display: inline-block;
        margin: 0 8.5px; } }
@media screen and (max-width: 1250px) {
  html {
    font-size: 14px; }

  .header-menu ul li.menu-oeuf, .header-menu ul li.menu-oeuf.current-menu-item, .footer-menu ul li.menu-oeuf, .footer-menu ul li.menu-oeuf.current-menu-item {
    width: 100px; } }
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px; } }
@media screen and (max-width: 1150px) {
  .header-menu ul li.menu-oeuf, .header-menu ul li.menu-oeuf.current-menu-item, .footer-menu ul li.menu-oeuf, .footer-menu ul li.menu-oeuf.current-menu-item {
    width: 90px; } }
@media screen and (max-width: 1000px) {
  .footprint p br {
    display: none; }

  .footprint p strong br {
    display: inline; } }
@media screen and (max-device-width: 600px) {
  html {
    font-size: 10px; }

  body, .banner {
    font-size: 1.5rem; }

  header {
    line-height: 90px;
    height: auto;
    padding: 0 17px; }
    header .header-logo {
      float: none;
      text-align: left;
      width: 100%; }
      header .header-logo br {
        display: inline; }
      header .header-logo .logo {
        height: 80px;
        width: 140.14286px; }
      header .header-logo .claim {
        display: none;
        font-size: 1.5rem; }
    header .header-menu {
      float: none;
      text-align: center;
      padding-top: 0 17px; }
      header .header-menu:before {
        content: "MENU";
        display: block;
        position: absolute;
        right: 0px;
        top: -80px;
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
        line-height: 80px;
        cursor: pointer; }
      header .header-menu:hover ul {
        display: block; }
      header .header-menu ul {
        display: none;
        border-top: 1px solid #000000; }
      header .header-menu ul li.menu-oeufno,
      header .header-menu ul li.menu-oeufno.current-menu-item {
        width: 100%;
        height: auto;
        font-size: 1.8rem;
        line-height: 4rem;
        border-bottom: 1px solid #000000; }
      header .header-menu li.social, header .header-menu li.social.social-mail {
        float: none;
        display: inline-block;
        margin: 0 8.5px; }
    header.header-top {
      display: none; }

  br {
    display: none; }

  .feature .logo {
    height: 114.75px;
    width: 245.25px; }
  .feature h1 {
    font-family: "cocorette";
    font-size: 56px;
    font-size: 3.5rem;
    margin: 0px; }

  .footprint .footprint-row {
    min-height: 434px;
    height: auto; }
    .footprint .footprint-row > div {
      width: 100%;
      min-height: 217px;
      height: auto;
      float: none; }

  .footprint-animation {
    display: none; }

  .footprint-image * {
    zoom: 0.5; }

  .banner.banner-promo {
    padding-left: 17px;
    padding-right: 17px;
    text-align: center; }
    .banner.banner-promo:before {
      content: none; }

  .reseaux, .reseaux .container {
    height: auto; }

  .slideshow.slideshow3 li {
    width: 10%; }

  .paragraph.paragraph-valeurs, .paragraph.paragraph-poules, .paragraph.paragraph-eleveurs, .paragraph.paragraph-oeufs, .paragraph.paragraph-recettes {
    background-image: none; }

  .reseaux .container a {
    float: none;
    width: 100%; }

  .galerie-eleveurs li {
    width: 100%; }
    .galerie-eleveurs li:nth-child(1n+4) {
      display: none; }

  .banner-programme em {
    height: 62px;
    bottom: -35px; }

  .banner.banner-faq-contact {
    background-image: none; }

  .coord-cocorette .coord-text {
    width: 100%;
    float: none; }
  .coord-cocorette .coord-map {
    display: none; }

  .sliderecettes .slideshow li .sliderecettes-image, .sliderecettes .slidefeed li .sliderecettes-image {
    position: relative;
    height: 100px; }

  .sliderecettes .slideshow li .sliderecettes-text, .sliderecettes .slidefeed li .sliderecettes-text {
    position: relative;
    left: 15%;
    width: 70%;
    height: auto; }

  .sliderecettes-text br {
    display: inline; }

  .footprint.footprint-concours .footprint-row > div.footprint-image {
    min-height: 397px; }

  .footprint-concours .footprint-image {
    min-height: 397px; }
  .footprint-concours .footprint-texte {
    padding: 17px 0; }
    .footprint-concours .footprint-texte img {
      width: 100%; }

  .form-cocorette2 p {
    width: 100% !important; } }

@media screen and (max-width: 768px) {
	
	footer{
		flex-direction: column;
	}
	
	.footer container{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-logo{
		margin:0;
		float: none;
	}
	.footer-logo .claim{
		display: none;
	}
	
	.footer-menu{
		float: none;
		line-height: 80px;
	}
	.footer-menu ul{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.footer-menu ul li.social{
		margin: 0 10px;
	}
}
/*# sourceMappingURL=style.css.map */
