
@font-face {
    font-family: 'Droid Serif';
    src: url('fnt/DroidSerif.eot');
    src: url('fnt/DroidSerifd41d.eot?#iefix') format('embedded-opentype'),
         url('fnt/DroidSerif.html') format('woff2'),
         url('fnt/DroidSerif.woff') format('woff'),
         url('fnt/DroidSerif.ttf') format('truetype'),
         url('fnt/DroidSerif.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fnt/DroidSerif-Bold.eot');
    src: url('fnt/DroidSerif-Boldd41d.eot?#iefix') format('embedded-opentype'),
         url('fnt/DroidSerif-Bold.html') format('woff2'),
         url('fnt/DroidSerif-Bold.woff') format('woff'),
         url('fnt/DroidSerif-Bold.ttf') format('truetype'),
         url('fnt/DroidSerif-Bold.svg#DroidSerif') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fnt/DroidSerif-BoldItalic.eot');
    src: url('fnt/DroidSerif-BoldItalicd41d.eot?#iefix') format('embedded-opentype'),
         url('fnt/DroidSerif-BoldItalic.html') format('woff2'),
         url('fnt/DroidSerif-BoldItalic.woff') format('woff'),
         url('fnt/DroidSerif-BoldItalic.ttf') format('truetype'),
         url('fnt/DroidSerif-BoldItalic.svg#DroidSerif') format('svg');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fnt/DroidSerif-Italic.eot');
    src: url('fnt/DroidSerif-Italicd41d.eot?#iefix') format('embedded-opentype'),
         url('fnt/DroidSerif-Italic.html') format('woff2'),
         url('fnt/DroidSerif-Italic.woff') format('woff'),
         url('fnt/DroidSerif-Italic.ttf') format('truetype'),
         url('fnt/DroidSerif-Italic.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Chela one';
    src: url('fnt/chelaone-regular-webfont.eot');
    src: url('fnt/chelaone-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fnt/chelaone-regular-webfont.woff2') format('woff2'),
         url('fnt/chelaone-regular-webfont.woff') format('woff'),
         url('fnt/chelaone-regular-webfont.ttf') format('truetype'),
         url('fnt/chelaone-regular-webfont.svg#chela_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
  height: 100%;
}

body {
  font-family: 'Droid Serif', Sans-serif;
  font-size: 14px;
  line-height: 1.4em;
    background: #fcfcfc;
    color: #212121;
  letter-spacing: 0.05em;
}
footer {
  font-size: 12px;
}

nav,
.wrap {
  opacity: 0;
  transition: .3s opacity ease-out;
  -webkit-transition: .3s opacity ease-out;
}
.loaded nav,
.loaded .wrap {
  opacity: 1;
}
article {
  opacity: 0;
  transform: translateY(5em);
  -webkit-transform: translateY(5em);
  transition: .6s opacity ease-out, 1s transform ease-out;
  -webkit-transition: .6s opacity ease-out, 1s transform ease-out;
  transition-delay: .6s;
}

.prestations article,
.les-bonnes-occasions article,
.contact-et-acces article {
  transform: translateX(-5em);
  -webkit-transform: translateX(-5em)
}
.contact-et-acces article > div {
    margin-top: 0;
	height: 62vh;
    overflow-y: auto;
}
.loaded article {
  transform: translateX(0);
  -webkit-transform: translateX(0);
    opacity: 1;
}
a:hover{
}
.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2.5em;
}

header {
  font-size: .8em;
  position: relative;
  background-color: #f1f1f1;
}
footer {
    background-color: #f7f7f7;
    color: #212121;
}
footer div {

  font-size: .8em;
    padding: .4em;
}

p, li, blockquote, h3, h4 {
  margin-bottom: 1em;
  max-width: 44em;
  margin: 0 auto;
}


p img {
  max-width: 100%;
    margin: 1em auto;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
h2, h3 {
  font-family: 'Droid Serif';
  font-weight: bold;
  max-width: 27.7em;
  margin: 0 auto .6em auto;
  line-height: 1.2em;
  font-weight: 100;
}
h2 {  color: #8e8e8e}
h3 {
    color: #444444;
        font-family: 'Chela one';
}
h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 900;
}
a {
  text-decoration: none;
  color: #aaaaaa;
}

  article > div p   {
    margin-bottom: 1em;
    text-align: justify;
  }
  article > div h3 p {
    margin-bottom: 0;
  }

header, footer, section {
  margin: 0 auto;
  position: relative;
}
section {}
article {
}
.item {
  position: fixed;
  right: .6em;
  top: .6em;
    z-index: 14;
}

input[name="tap"] + nav {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity ease-out;
  -webkit-transition: 0.2s opacity ease-out;
}

input[name="tap"]:checked + nav {
  opacity: 1;
  pointer-events: auto;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
  font-family: 'Droid Serif';
  font-weight: bold;
  z-index: 10;
}

nav > div {
  position: relative;
  height: 100%;
}

nav > div > menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav > div > menu > li {
  list-style-type: none;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  line-height: 4em;
}

nav > div > menu > li a {
  display: inline-block;
  font-weight: normal;
  color: #777;
}
nav > div > menu > li ul li{
  display: none;
  line-height: 1.6em;
  padding: 1em;
}
nav > div > menu ul {
  font-size: .8em;
}

section {
  overflow: hidden;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

form {
  max-width: 44em;
  margin: 0 auto;
}

form input[type="text"], form input[type="submit"], form button, form textarea {
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  background: #f1f1f1;
  padding: .3em .6em;
  border: 0;
  margin: .6em auto;
  width: 100%;
  color: #212121;
}

form input[type="text"].erreur, form textarea.erreur {
  border: .25em solid #FF9D9D;
}

form input[type="submit"], form button {
  border: 0;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

form input[type="submit"]:hover, form button:hover {
  background: #212121;
  color: #f5f5f5;
}

.succes { text-align: center; color: #3FBD67; }

footer {
text-align: center;
}

h1 img {
    width: 7em;
    height: 2.45em;
}

.slick-slider {
  margin-bottom: 0
}

.index article {
  position: relative;
  z-index: 4;
}
.index article > div {
  background-color: rgba(11,11,11,0.9);
}
.index article > div p,
.index article > div h3 {
  text-align: center;
  color: #f1f1f1;
}

article {
    padding: 2em 2em 3em 2em;
}
article h3, article p, article li  {
  color: #212121;
}
article h3 {
  font-weight: 400;
    font-size: 1.9em;
}
article li {
  display: block;
  vertical-align: top;
  text-align: ce  nter;
  list-style-type: none;
  line-height: 1.9em;
}
.savoir-faire  article p {
  text-align: justify;
}
.index article p {
  text-align: justify;
}

.savoir-faire-container {
  background: #B9343F;
}

.savoir-faire article {
  position: relative;
  z-index: 2
}
.savoir-faire article h3 {
    margin-top: -1.9em;
    font-weight: 700;
    letter-spacing: -.05em;
}
.savoir-faire article h3 p {
color: #B9343F;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 51vw;
    z-index: 16;
}
.slick-prev {
  left: 1.6vw
}

.slick-next {
  right:  1.6vw
}

.historique { background: #fcfcfc; color: #444;  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 3em 1em 1em 1em;
}
.date > span {
  display: none;
}

.date > div > div > div {
  margin-bottom: 2em;
}



  .galerie-container {
    padding: 0;
    padding-bottom: 4em;
  }
  /* ---- isotope ---- */

  .grid {
  }

  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  /* ---- .grid-item ---- */

  .grid-sizer,
  .grid-item {
    width: 100%;
  }


  .grid-item {
    position: relative;
    float: left;
  }

  .grid-item a {
    outline: none;
  }

  .grid-item img {
    display: block;
    max-width: 100%;
      width: 100%;
      opacity: .6;
      transition: .3s opacity ease-out;
  }

  .grid-item a:hover img {
    opacity: 1;
  }

  .acces {
    background-color: #fff;
  }
  .acces p {
    color: #212121;
  }
  .access-map {
        min-height: 100vh;
        min-height: calc(100vh - 2.5em);
        z-index: 1;
        position: relative;
  }

  div#galerie {
    width: 100%;
    position: relative;
    padding: 0;
  }

  .img {
    width: 23em;
    height: 23em;
    border-radius: 23em;
      background-size: cover;
      background-position: 50%;
      opacity: .8;
    margin: 0 auto;

  }
  .img:hover {
    opacity: 1;
    }
  .inlineBlock:hover .alt {
    display: block;
  }
  .inlineBlock {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 2em;

  }
  .inlineBlock .alt {
    pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2em;
        margin: auto;
        text-align: center;
        color: #fcfcfc;
        font-size: 1.6em;
        text-shadow: 0px 0px 5px #212121;
display: none;
  }
footer img {
  width: 2em;
  height: 2em;
  vertical-align: -.5em
}

.slick-dots {
    position: absolute;
    bottom: 1em;
  }
  .slick-dots li {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 .2em;
  }
  .slick-dots li button {
    height: 1.6rem;
    width: 1.6rem;
    border: 0;
    background-color: transparent;
    background-image: url('../img/dot_vide.svg');
background-size: contain;
background-repeat: no-repeat;
outline: 0;
  }
  .slick-dots li.slick-active button {
  background-image: url('../img/dot_plein.svg');
  }

  .intro {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #111111;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

.intro img {
  max-width: 100%;
    width: 30em;
    height: 30em;
}
  .savoir-faire img {
    display: inline-block;
    margin: 0
  }

  .contact-et-acces.contact h3 {
    margin-bottom: 0
  }
.contact-et-acces.contact h3 + p {
  display: none;
}
.contact-et-acces.contact article:first-child {
  padding-bottom: 0;
}


.index article.texte + article.texte p{
  text-align: center;
}
  footer, .push {
      height: 5em;
  }
  .wrap {
      margin: 0 auto -5em;
  }
  .index article.texte + article.texte {
    background: #7c6e65
  }
  .historique .date h4 { color: #B9343F; }

  header {
    position: absolute;
    width: 100%;
  }

h4 {
  width: auto;
  color: #444444;
  display: inline-block;
  font-family: 'Droid Serif';
  font-weight: bold;
  max-width: 27.7em;
  margin: 0 auto 1em auto;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
}
  .actualite .date {
  color: #212121;
}
.actualite {
  clear: both;
}
.actualite:after {
  content: '';
display: block;
  width: 100%;
  height: 1px;
  margin: 1em;
  float: right;
  background-color: #ccc;
}
.actualite:last-of-type:after {
  display: none;
}


.actualite .date  {
  background: transparent;
  margin: 2em 0;
  height: 2em;
  font-size: 1.2em  !important;
}

.actualite .date  {
  background: transparent;
  margin: 2em 0;
  height: 2em;
  font-size: 1.2em  !important;
}

.zoom {
  outline: none;
}

.mentions-legales article {
    align-items: center;
    justify-content: center;
}
.actualite .texte p {
    font-size: .8em;
    line-height: 1.4em;
}
.nos-fabrications article {
    display: flex;
    align-items: center;
    justify-content: center;
}
.actualites.fabrications {
}
.fabrications .date {
  display: none;
}


.actualite .thumb  {
  width: 7em;
  height: 7em;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 3em 0 1em;
}
.actualite .date  {
 height: 2em;
 color: #fff;
 background-size: cover;
 background-position: 50%;
 background-repeat: no-repeat;
 margin: 1em 1em 1em 1em;
}
.actualite .thumb img {
  width: 7em;
  height: 7em;
}
.actualite:after {
    margin: 0;
    float: none;
  }

.actualite .thumb  {
  width: 16em;
  height: 16em;
}

.actualite .thumb {
  margin: 1.5em auto;
}
.actualite, .actualite .texte p  {
  text-align: center;
}
.contact-et-acces article {
  position: absolute;
    z-index: 2;
}
footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.une-passion-familiale img, .qu-est-ce-qu-un-artisans-fromager img {
    padding: .6em;
    border: 1px solid #eee;
    box-shadow: .6em .6em 1em #ddd;
    height: 16em;
        background: #fff;
}


    .tel + span { display: none!important;}

	.contact-et-acces article > div p {
	text-align:center;
	}
	.contact-et-acces article > div p img  {
	margin: .6em 0 0 0;
	}

  .suivez-nous article {
    min-height: auto;
  }
  .dcsns {
      max-width: 80em;
      margin: 0 auto;
      }

      .dcsns-toolbar .filter li a {
        float: none;
        display: inline-block;
        vertical-align: top;
          height: 3em;
      }
      .dcsns-toolbar .filter {
        text-align: center;
        display: none;
      }
      .dcsns-toolbar .filter .link-all {
        height: 3em;
      }
      .dcsns {
    background: transparent;
    padding-bottom: 1 em;
    }
    .stream li {

    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    }
    .stream li .section-intro {
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: .8em;
    vertical-align: middle;
    height: 2.2em;
    }


            .nos-produits .grid-item .alt.gall{
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                text-align: center;
                width: 100%;
                height: 2em;
                font-size: 1.6em;
                color: #fff;
                text-shadow: 0 0 3px #212121;
                pointer-events: none;
display: none;
            }
                    .nos-produits .grid-item:hover .alt.gall{
                      display: block;
                }


                    .nos-produits .grid-item {
                      position: relative;
                    padding: 1em;
                    float: none;
                    display: inline-block;
                    vertical-align: middle;
                    }
@media only screen and (min-width : 500px) {
  body {
  font-size:3vw;
  }
}

@media only screen and (min-width : 900px) {

  body { font-size: 16px; font-size: 1.1vw;}

  footer, .push {
      height: 2.5em;
  }
  .wrap {
      margin: 0 auto -2.5em;
  }

  footer {
    font-size: 1em;
  }
  input[name="tap"] + nav {
    opacity: 1;
    pointer-events: auto;
  }
    nav {
      position: absolute;
      bottom: auto;
      letter-spacing: .08em;
      background-color: transparent;

    }
    nav a {
    color: #aaaaaa;
  }
  nav > div > menu {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: .8em;
    text-align: center;
}
nav > div > menu:after {
    display: block;
    content: '';
    height: 4.3em;
    width: 100%;
    background-color: #111111;
    position: absolute;
    top: 7.3em;
    z-index: -1;
}

    nav > div > menu > li > a {
      color: #eeeeee;
      display: inline-block;
      position: relative;
    }
    nav > div > menu > li > ul li a {
	  transition: .3s color ease-out;
	  -webkit-transition: .3s color ease-out;
    }
    nav > div > menu > li > ul li a:hover {
      color: #212121;
    }
  nav > div > menu > li > a:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 1.38em;
    left: 0;
    right: 0;
    margin: auto;
      background-color: #fcfcfc;
    transition: .3s width ease-out;
    -webkit-transition: .3s width ease-out;
  }
  nav > div > menu > li > a:hover:after {
    width: 100%;

  }
  nav > div > menu > li.index a:hover:after {

    display: none;
  }
  nav > div > menu > li {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;s
    height: 3em;
    margin: 0 .6em;
    line-height: 4.5em;
  }
  nav > div > menu > li img {
    width: 19em;
    height: 8em;
    margin-top: 2em;
  }
  nav > div > menu > li {
    position: relative;
  }


  nav > div > menu > li > ul > li {
    width: 22em;
    text-align: left;
    background-color: #fff;
  }

        nav ul li a::before {
        	position: absolute;
        	top: 35%;
        	left: 50%;
        }
        section,.background-container, .qui-sommes-nous.slick-slide {
            min-height: 100%;
            min-height: calc(100vh - 2.5em);
        }

  .item {
    display: none;
  }
  .background-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.0);

  }
    article > div {
    position: relative;
    font-size: .9em;
    line-height: 1.4em;
    padding: 2em;
    margin-top: 4em;
    align-self: center;
    min-width: 25em;
    background-color: rgba(252,252,255,0.9);
    }

  .index .background-container + article {
    justify-content: flex-start;
  }


      .historique .date,
        .historique .date:before {width:3em; height: 3em;border-radius: 3em; }
  .historique .date { position: relative;
    -webkit-flex: initial;
    flex: initial;
    display: list-item;
    list-style: none;
  margin-top: -1.2em;
-webkit-transition: .3s width ease-out;
transition: .3s width ease-out;

}

.historique .date h4 { color: #212121; }

    .historique .date:before {
    content: '';
    display: block;

    border: 6px solid #B9343F;
    background-color: #fff;}
  .historique .dates-container  {
    height: 80vh;
  }
  .historique .dates  {
    position: relative;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
      display: flex;
    list-style-type: disc;
    padding: 0 10em;
      }

    .historique .dates:before  {
    content: '';
    display: block;
    height: 6px;
    background-color: #B9343F;
    right: -1em;
    position: absolute;
    left: -1em;
  }
  .historique .date > span  {
    display: block;
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: -2em;
    color: #212121;
  }
  .historique .date > div  {
    position: absolute;
    border-radius: 3em;
    padding: 2em;
    margin-top: -4em;
    margin-left: -1em;
    background: #fff;
    width: 3em;
    height: 3em;
        border: 6px solid #B9343F;z-index: 2;
        overflow: hidden;
        -webkit-transition: .6s width ease-out, .6s height ease-out, .6s margin-top ease-out, .6s margin-left ease-out, .6s border-radius ease-out;
        transition:.6s width ease-out, .6s height ease-out, .6s margin-top ease-out, .6s margin-left ease-out, .6s border-radius ease-out;
        opacity: 0;pointer-events: none;

  }
  .historique .date:hover > div  {
  margin-top: -10.5em;
  margin-left: -6em;
  border-radius:18em;
  width: 18em;
  height: 18em;
  z-index: 3;
    opacity: 1;
  }
  .historique .date:hover{
    width: 6em;
  }
  .historique .date > div > div  {
    position: relative;
    width: 13em;
    height: 13em;
  }
  .historique .date > div > div > div  {
    position: relative;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }

    .grid-sizer,
    .grid-item {
      width: 25%;
    }
    .slick-prev, .slick-next  {
      bottom: 50%;
      top: auto;
    }
    .qui-sommes-nous, .slick-initialized .slick-slide {
      z-index: 4;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .qui-sommes-nous .background-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

    .contact-et-acces.contact {
      min-height: 0;
    }
    article h3 {
    width: auto;
    color: #444444;
    display: inline-block;
    text-align: center;
    width: 100%;
    }
    article h3 p{
      color: #444444;
    }
    article p {

        color: #212121;
    }

    .historique {
      padding-top: 1em;
    }

    .slick-slide, .slick-track {
      max-height: calc(100vh - 6.8em);
    }
    .partenaires article div { text-align: center;
    max-width: 72em;
    }
    .partenaires article li {
      display: inline-block;
    width: 17em;
      text-align: left;
    }
    .terroirs article div { text-align: center;
    max-width: 63em;
    }
    .terroirs article li {
      display: inline-block;
      width: 13em;
      text-align: left;
    }

    p, li, blockquote {
      max-width: 49em;
    }
    .savoir-faire article h3 {
      margin-top: 0;
    }

    .background-container {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    article {
      min-height: calc(100vh - 2.5em);
      padding: 9em 0em 3em 0em;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #index article {
        justify-content: flex-start;
    }

    .les-bonnes-occasions article,
    .prestations article,
    .contact-et-acces article {
      justify-content: flex-start;
    }

    nav > div > menu > li:hover ul{
      position: absolute;
      background-color: rgba(0,0,0,0.4);
      width: 100%;
    }
    nav > div > menu > li:hover ul li {
      display: block;
      color: #fff;
    }


    .actualite .thumb {
      background-color: #fff;
    }
    .actualite .thumb, .actualite .date  {
      width: 7em;
      height: 7em;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
      float: left;
      margin: 0 3em 0 1em;
      text-align: center;
    }
    .actualite .thumb img {
      width: 7em;
      height: 7em;
    }
    .actualite .texte {
      float: left;
    }

    .actualite:after {
      margin: 1em;
        float: left;
      }

    .actualite .thumb  {
      width: 7em;
      height: 7em;
    }

    .actualite .thumb {
      margin: 0 3em 0 1em;
    }
    .actualite .date {
      background: transparent;
      margin: 2em 0;
      height: 2em;
      font-size: 1.2em !important;
      color: #212121;
    }

    .actualite, .actualite .texte p  {
      text-align: left;
    }

        .une-passion-familiale p:nth-of-type(2) img {
          transform: rotate(5deg);
          -webkit-transform: rotate(5deg);
        float: right;
        margin: 2em;
        margin-right: -10em;
        }

    .une-passion-familiale p:nth-of-type(3) img {
      transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg);
    float: left;
    margin: 2em;
    margin-left: -10em;
    }
    .une-passion-familiale p:nth-of-type(4) img {
      transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
    float: right;
    margin: 2em;
    margin-right: -10em;
    }

    .qu-est-ce-qu-un-artisans-fromager p:nth-of-type(1) img {
      transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
    float: left;
    margin: 2em;
    margin-left: -10em;
    }

    .qu-est-ce-qu-un-artisans-fromager p:nth-of-type(2) img {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    float: left;
    margin: 1em 0em;
    margin-right: 2em;
    height: 11em;
    }

    .qu-est-ce-qu-un-artisans-fromager p:nth-of-type(3) img {
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        float: right;
        margin: 2em;
        margin-left: 2em;
    }
    .qu-est-ce-qu-un-artisans-fromager p:nth-of-type(4) img {
        transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        float: left;
        margin: 2em;
        margin-left: 2em;
    }

    .nos-produits {
      padding-top: 12em;
    }

        .nos-produits .grid-item .img {
          margin: 0 auto;
          }

      .tel + span { display: inline-block!important;}
    .tel {
        position: absolute;
        font-size: 2em;
        background: #212121;
        padding: .6em;
        color: #fcfcfc;
        bottom: 0;
        margin-left: -.6em;
    }

    .tel::before {
      content: '';
      display: inline-block;
      width: 1.6em;
      height: 1.6em;
      background-image: url(../img/telephone.svg);
      background-size: contain;
        vertical-align: middle;
    }

}
@media only screen and (min-width : 1450px) {

  body { font-size: 16px; }
}
.index-container {
	margin-top: 400px;
	margin-top: 70vh;
}
@media only screen and (max-width : 900px) {
  .background-container {
    height: 50vw;
    position: relative;
  }
  nav {
    background-color: #ddd;
  }
  footer {

    height: 7em;
  }
  input[name="tap"]:checked + nav {
    min-height: 100vh;
  }
	.index-container {
		margin-top: 50px;
	}
}
