/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   @font-face {
       font-family: "GtSuper";
       src: url("../font/GT-Super-Display-Light.woff") format("woff"),
              url("../font/GT-Super-Display-Light.woff2") format("woff2");
      }
   
  *{
    font-family: "GtSuper", serif;
    }

    body, html{
      width: 100vw;
      overflow-x: hidden;
    }

    body{
      animation: body .5s ease-out forwards;
    }

    @keyframes body {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1 !important;
      }
    }

  .text, .text p, .text a {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
  }

  .text p{
    margin-bottom: 23px;
  }

  .text strong{
    font-family: "Roboto", serif;
    font-weight: 400;
  }

   .grid-x{
    width: 90vw;
    margin: 0 auto;
   }

   a, a:visited, a:focus{
    color: #fff;
    transition: all .3s ease-out;
   }

   a:hover{
    color: #E05828;
   }

   ul, li, p{
    margin: 0;
   }

   h2, h2 p{
    font-size: 45px;
    line-height: 50px;
    color: #fff;
   }

   h3, h3 p{
    font-size: 35px;
    line-height: 40px;
    color: #fff;
   }
   h3{
    margin-bottom: 30px;
   }

   h4, h4 p{
    font-size: 17px;
    line-height: 20px;
    color: #fff;
   }

   img{
    width: 100%;
   }

   button{
    margin: 0;
    padding: 10px;
    position: absolute;
    transition: all .3s ease-out;
   }

   button p{
    z-index: 2;
    position: relative;
   }

   button ellipse{
    fill: #e0592800;
    transition: all .3s ease-out;
   }

   button:hover ellipse{
    stroke: #ffffff00;
    transition: all .3s ease-out;
    fill: #E05828;
   }

   button:hover a p{
    color: #fff !important;
   }

   .honeypot {
    position: absolute;
    left: -9999px;
  }

   /*
 * header
 */

   header{
    height: 100vh;
    min-height: 800px;
    position: relative;
   }

   header #navigation{
    border-bottom: 0.5px solid #fff;
    background: #40240115;
   }

   header nav, header .boutiquelink{
    border-left: 0.5px solid #fff;
   }

   header .boutiquelink{
    padding-left: 5vw;
    display: flex;
    align-items: center;
   }

   header nav ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }

   header nav ul div:first-child{
    opacity: 0;
   }

   header nav .separator{
    position: relative;
    width: 0.5px;
    height: 75px;
    background: #fff;
   }

   header nav ul li::before{
    width: 0.5px;
    height: 100%;
    background: #fff;
    display: inline-block;
   }

   header ul li{
    list-style-type: none;
    display: inline-block;
    position: relative;
   }
   header ul li a, header ul li a:hover{
    color: #fff !important;
   }
   header ul li .libutton{
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
   }
   header ul li .litext{
    z-index: 2;
    position: relative;
   }

   header ul li svg{
    position: absolute;
    margin-top: 4px;
    width: 100%;
    height: 100%;
    transform: scale(2, 2);
   }

   header ul .boutiquelinkli svg{
    transform: scale(2.9, 2);
   }

   header ul li svg ellipse{
    stroke: none;
    fill: #e0592800;
    transition: all .3s ease-out;
   }

   header ul li:hover svg ellipse{
    stroke: none;
    fill: #E05828;
    transition: all .3s ease-out;
   }
   header ul li .active svg ellipse{
    fill: #E05828;
    transition: all .3s ease-out;
   }

   header .Eyecatcher{
    height: 90%;
   }

   header .logo{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   }
   header .logo svg{
    width: 95%;
    max-width: 140px;
    height: auto;
   }

   header svg path{
    transition: all .3s ease-out;
   }
   header svg:hover path{
    fill: #402401;
    transition: all .3s ease-out;
   }

   header .headerline1{
    position: absolute;
    top: 0;
    width: 0.5px;
    height: calc(100% + 80px);
    background: #fff;
    z-index: 2;
   }

   header .headerline2{
    height: calc(100% + 700px);
   }

   header #TitreIntro{
    display: flex;
    align-items: flex-end;
   }

   header h2{
    padding-top: 30px;
    padding-left: 5vw;
    padding-bottom: 23px;
   }

   header button{
    position: absolute;
    bottom: 45px;
    right: 5vw;
   }

   header .languages{
    margin-bottom: 41px;
   }
   
   header .languages li{
    border: 0.5px solid #fff;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    padding-top: 2px;
    padding-left: 5px;
    margin-right: 10px;
    background: #e0592800;
    transition: all .3s ease-out;
   }

   header .languages li:hover{
    border: 0.5px solid #e0592800;
    background: #E05828;
    transition: all .3s ease-out;
   }
   header .languages li:hover a{
    color: #fff;
   }

   button span{
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
   }

   button svg{
    position: absolute;
    margin-top: 4px;
    width: 100%;
    height: 100%;
    transform: scale(2, 2);
   }

   header #background{
    position: absolute;  
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;  
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
   }

   header #background img{
    object-fit: cover;
    height: 100%;
    width: 100%;
   }
   header #background video{
    object-fit: cover;
    height: 100%;
    width: 100%;
   }

   /* ----- HOMEPAGE ----- */

   #homepage{
    background: #7B4D2C;
   }

   #HomepageIntroText{
    position: relative;
    background: #D5AE88;
    padding: 200px 0;
   }

   #HomepageIntroText p{
    color: #402401;
   }

  /*  NEWS HOMEPAGE  */

   #HomepageLastNews{
    background: #E05828;
    width: 34vw;
    position: absolute;
    top: -30px;
    right: 0;
    padding: 75px 5vw 120px 50px;
   }

   #HomepageLastNews p{
    color: #fff;
   }

   #HomepageLastNews button{
    right: 5vw;
    bottom: 40px;
   }

   #HomepageLastNews button ellipse{
    transition: all .3s ease-out;
   }

   #HomepageLastNews button a p{
    transition: all .3s ease-out;
   }

   #HomepageLastNews button:hover a p{
    color: #402401 !important;
   }

   #HomepageLastNews button:hover ellipse{
    stroke: #402401;
   }

   /*  PRODUITS HOMEPAGE  */

   #HomepageProduits{
    position: relative;
    margin-bottom: 100px;
   }

   #HomepageProduits .HomeProduit{
    position: relative;
   }

   #HomepageProduits .HomeProduit1{
    margin-top: -40px;
    z-index: 1;
   }

   #HomepageProduits h3{
    text-align: right;
    margin-top: 80px;
   }

   #HomepageProduits h4{
    margin-top: 15px;
    margin-left: 44px;
   }

   #HomepageProduits .decorrond{
    position: absolute;
    bottom:  9px;
    left: -34px;
    width: 68px;
    height: 68px;
    border-radius: 200px;
    border: 0.5px solid #fff;
   }

   #HomepageProduits .text{
    margin-top: 75px;
   }

   #HomepageProduits .HomeProduit2{
    margin-top: 120px;
   }

   #HomepageProduits .HomeProduit3{
    margin-top: -120px;
    height: fit-content;
   }

   #HomepageProduits .produitsbouton{
    margin-top: 40px;
   }

   #HomepageProduits .produitsboutonsavoirplus button svg{
    transform: scale(2.5, 2.5);
   }

   #HomepageProduits .produitsboutonshop{
    display: flex;
    justify-content: right;
   }

   #HomepageProduits .produitsboutonshop button svg{
    transform: scale(2.7, 2.7);
   }

   /*  VALEURS HOMEPAGE  */

   #HomepageValeurs{
    background: #402401;
    position: relative;
    padding: 180px 0 80px 0;
   }

   #HomepageValeurs .homepagevaleur{
    margin-bottom: 120px;
   }

   #HomepageValeurs .valeuricon, #HomepageValeurs .valeurtext{
    display: flex;
   }

   #HomepageValeurs .valeuricon div:nth-child(2){
    margin-left: 30%;
    margin-top: -15px;
   }

   #HomepageValeurs h3{
    margin-bottom: 5px;
   }

   #HomepageValeurs .valeurtext{
    margin-top: 5px;
   }

   #HomepageValeurs .valeurtext .text{
    margin-right: 50px;
   }

   #HomepageValeurs .valeurlink div{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 0.5px #fff solid;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    transition: all .3s ease-out;
   }
   #HomepageValeurs .valeurlink:hover div{
    border: 0.5px #E05828 solid;
   }
   #HomepageValeurs .valeurlink div p{
    font-size: 50px;
    line-height: 35px;
   }

   #HomepageValeurs .valeurstitre{
    position: absolute;
    right: 12px;
    bottom: 250px;
   }
   #HomepageValeurs .valeurstitre h2{
    transform: rotate(-90deg);
   }

   #HomepageValeurs .valeursline{
    position: absolute;
    width: 0.5px;
    height: 70%;
    right: 67px;
    bottom: 360px;
    background: #fff;
   }
   
   #HomepageCallToPages{
    position: relative;
    display: flex;
   }

   #HomepageCallToPages div{
    width: 50%;
    position: relative;
   }

   #HomepageCallToPages button{
    position: absolute;
    right: 5vw;
    bottom: 30px;
   }

   #HomepageCallToPages .fab button svg{
    margin-top: 13px;
   }

   #HomepageCallToPages button p{
    color: #402401;
    transition: all .3s ease-out;
   }
   #HomepageCallToPages button:hover p{
    color: #E05828;
   }

   #HomepageCallToPages button ellipse{
    stroke: #402401;
    transition: all .3s ease-out;
   }
   #HomepageCallToPages button:hover ellipse{
    stroke: #E05828;
   }
   
   /* ----- FOOTER -----  */

   footer{
    padding: 120px 0 30px 0;
    background: #7B4D2C;
   }

   footer p{
    margin-bottom: 23px;
   }

   footer .footerbottom{
    margin-top: 120px;
   }

   footer .socials{
    display: flex;
   }

   footer .socials div{
    margin-right: 30px;
   }

   footer svg path{
    transition: all .3s ease-out;
   }
   footer svg:hover path{
    fill: #E05828;
    transition: all .3s ease-out;
   }

   footer .copyright .text{
    display: flex;
   }

   footer .copyright .text p:first-child{
    margin-right: 5px;
   }

  /* ----- MAGASIN -----  */

  #magasin{
    background: #402401;
  }

  #magasin header .headerline1 {
    height: calc(100% + 40px);
  }

  #magasin header .headerline2 {
    height: calc(100% + 80px);
  }

  #magasin .bottomline{
    position: absolute;
    top: calc(-150px);
    left: 12%;
    width: 0.5px;
    height: calc(100%);
    background: #fff;
    z-index: 2;
   }

  #magasin .themes{
    position: relative;
  }

  #magasin .topic{
    margin: 0;
    position: relative;
    width: 100vw;
  }

  #magasin .themes .topic:nth-child(even) .imagebefore {
    display: none;
  }
  #magasin .themes .topic:nth-child(odd) .imageafter {
    display: none;
  }

  #magasin .themes .topic .topictext{
    padding: 0 5vw;
    display: flex;
    align-items: center;
    position: relative;
  }

  #magasin .themes .topic .topictext .topicblocktext{
    margin-top: -75px;
  }

  #magasin .themes .topic button {
    bottom: 60px;
    right: 5vw;
  }

  #magasin .themes .topic:nth-child(3) button {
    display: none;
  }

  #magasin .themes .topic:last-child button svg {
transform: scale(2.5, 2);
  }

  #magasin .themes .topic:first-child button p, #magasin .themes .topic:first-child .text p, #magasin .themes .topic:first-child h3 p, #magasin .themes .topic:last-child button p, #magasin .themes .topic:last-child .text p, #magasin .themes .topic:last-child h3 p{
    color: #402401;
  }

  #magasin .themes .topic:first-child button ellipse, #magasin .themes .topic:last-child button ellipse {
    stroke: #402401;
  }
  #magasin .themes .topic:first-child button:hover ellipse, #magasin .themes .topic:last-child button:hover ellipse {
    stroke: #40240100;
  }

  #magasin #automate{
    background: #402401;
    padding: 100px 0;
  }

  #magasin #magasindurabilite{
    background: #7B4D2C;
    padding: 100px 0;
    position: relative;
  }
  #magasin #magasindurabilite .grid-x{
    align-items: center;
  }

  #magasin #magasindurabilite h3 {
    position: absolute;
    right: 0;
    top: calc(50% + -20px);
  }
  #magasin #magasindurabilite h3 p{
    transform: rotate(-90deg);
  }

  #magasin #magasindurabilite .text p{
    margin-bottom: 23px;
  }

  #magasin #magasinstaff{
    position: relative;
  }

  #magasin .textstaff{
    left: calc(5vw + 4%);
    bottom: -30px;
    width: 50%;
    padding: 50px 100px;
    position: absolute;
    background: #E05828;
  }

  #magasin #plateauformulaire{
    background: #7B4D2C;
  }
  #magasin #plateauformulaire #plateauform{
    display: none;
    padding: 100px 0;
  }
  #magasin #plateauformulaire .plateausuccess{
    padding: 100px 0;
  }
  #magasin #plateauformulaire .field{
    padding: 0 30px 0 0;
    margin-bottom: 20px;
  }

  #magasin #plateauformulaire input, #magasin #plateauformulaire select, #magasin #plateauformulaire option, #magasin #plateauformulaire textarea{
    color: #402401 !important;
    text-align: left;
    border: none;
  }

  #magasin #plateauformulaire .attention{
    font-weight: bold;
    color: #E05828 !important;
  }

  #magasin #plateauformulaire input{
    margin-bottom: 0;
  }

  #magasin #plateauformulaire .submit input{
    background: #402401;
    color: #fff !important;
    width: 100%;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
  }
  #magasin #plateauformulaire .submit input:hover{
    background: #E05828;
    transition: all .3s ease-out;
  }

  .formvisible{
    display: block !important;
  }

  /* ----- FROMAGERIE -----  */

  #fromagerie{
    background:#402401;
  }

  #fromagerie header .headerline1 {
    height: calc(100% + 200px);
  }

  #fromagerie header .headerline2 {
    height: calc(100% + 20px);
  }

  #fromagerie #fabrication, #fromagerie .etape{
    position: relative;
  }

  #fromagerie #fabtitle{
    background: #402401;
    height: 100px;
  }
  #fromagerie #fabtitle .grid-x{
    align-items: center;
    height: 100%;
  }
  #fromagerie #fabtitle h3{
    margin: 0;
  }
  #fromagerie #fabtitle h3 p{
    text-align: right;
  }

  #fromagerie .etape{
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
  }

  #fromagerie .etape .grid-x{
    position: absolute;
    margin: 0 5vw;
    max-width: 90vw;
    bottom: 80px;
  }

  #fromagerie .etapeimage{
    height: 100%;
  }

   #fromagerie .etape h3{
    margin-right: 40px;
  }

  #fromagerie .etape img{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  #fromagerie #fabrication #fabnumeros{
    position: absolute;
    width: 16%;
    height: 80%;
    right: 0;
    bottom: 0;
    background: #E05828;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #fromagerie #fabrication #fabnumeros div{
    border: 0.5px solid #fff;
    border-radius: 300px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease-out;
  }
  #fromagerie #fabrication #fabnumeros div:nth-child(3) p, #fromagerie #fabrication #fabnumeros div:nth-child(4) p, #fromagerie #fabrication #fabnumeros div:nth-child(5) p{
    margin-top: -25px;
  }
  #fromagerie #fabrication #fabnumeros div:nth-child(6) p{
    margin-top: 0;
    margin-left: -5px;
  }

  .fabnumeroactif{
    border: 0.5px solid #402401 !important;
    transition: all .3s ease-out;
  }
  .fabnumeroactifp{
    color: #402401 !important;
    transition: all .3s ease-out;
  }

  #fromagerie #fabrication #fabnumeros div p{
    color: #fff;
    font-size: 85px;
    line-height: 80px;
    margin-top: -15px;
    transition: all .3s ease-out;
  }

  #fromagerie #producteurs{
    background: #402401;
    padding: 70px 0;
  }

  #fromagerie #producteurs .producteursmap{
    position: relative;
  }

  #fromagerie #producteurs h3 p{
    color: #7B4D2C;
  }

  #fromagerie #producteurs .pinproducteur{
    position: absolute;
    display: flex;
    flex-direction: column;
    transform: translate(-50%,0);
    z-index: 1;
    text-wrap-mode: nowrap;
  }
  #fromagerie #producteurs .pinproducteur .text{
    padding: 20px;
    background: #7B4D2C;
    display: none;
  }
  #fromagerie #producteurs .pinproducteur .text p{
    margin-bottom: 0;
  }

  .pinapparait{
    display: block !important;
  }
  .pinindex{
    z-index: 3 !important;
  }

  #fromagerie #iconlaiterie{
    position: absolute;
    height: 25px;
    top: 60%;
    left: 68%;
  }

  #fromagerie #producteurs .prod1{
    left: 49%;
    top: 74%;
  }
  #fromagerie #producteurs .prod2{
    left: 43%;
    top: 87%;
  }
  #fromagerie #producteurs .prod3{
    left: 78%;
    top: 68%;
  }
  #fromagerie #producteurs .prod4{
    left: 42%;
    top: 93%;
  }
  #fromagerie #producteurs .prod5{
    left: 39%;
    top: 60%;
  }
  #fromagerie #producteurs .prod6{
    left: 36%;
    top: 66%;
  }
  #fromagerie #producteurs .prod7{
    left: 56%;
    top: 49%;
  }
  #fromagerie #producteurs .prod8{
    left: 62%;
    top: 82%;
  }
  #fromagerie #producteurs .prod9{
    left: 91%;
    top: 16%;
  }
  #fromagerie #producteurs .prod10{
    left: 87%;
    top: 25%;
  }
  #fromagerie #producteurs .prod11{
    left: 85%;
    top: 11%;
  }
  #fromagerie #producteurs .prod12{
    left: 14%;
    top: 70%;
  }
  #fromagerie #producteurs .prod13{
    left: 11%;
    top: 75%;
  }
  #fromagerie #producteurs .prod14{
    left: 85%;
    top: 19%;
  }
  #fromagerie #producteurs .prod15{
    left: 23%;
    top: 53%;
  }
  #fromagerie #producteurs .prod16{
    left: 17%;
    top: 6%;
  }
  #fromagerie #producteurs .prod17{
    left: 10%;
    top: 80%;
  }

  #fromagerie #producteurs .dot{
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    align-self: center;
    transition: all .3s ease-out;
  }

  #fromagerie #producteurs .dot:hover{
    background: #E05828;
    transition: all .3s ease-out;
  }

  #fromagerie #producteurs svg{
    width: 100%;
    height: 100%;
  }

  #fromagerie #fromageriedurabilite{
    padding: 100px 0;
    position: relative;
    background: #D5AE88;
  }

  #fromagerie #fromageriedurabilite .slowfoodimage{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  #fromagerie #fromageriedurabilite .slowfoodimage img{
    height: 100%;
  }

  #fromagerie #fromageriedurabilite h3 p{
    color: #402401;
  }
  #fromagerie #fromageriedurabilite .text p{
    color: #402401;
    margin-bottom: 23px;
  }
  #fromagerie #fromageriedurabilite svg path, #fromagerie #fromageriedurabilite svg line{
    stroke: #402401;
  }

  #fromagerie #fromageriedurabilite .slowfoodtitle, #fromagerie #fromageriedurabilite2 .durabilitetitle {
    display: flex;
    align-items: center;
  }

  #fromagerie #fromageriedurabilite h3, #fromagerie #fromageriedurabilite2 .durabilitetitle1 h3 {
    position: absolute;
    left: 0;
    top: calc(50% + -20px);
  }
  #fromagerie #fromageriedurabilite h3 p, #fromagerie #fromageriedurabilite2 .durabilitetitle1 h3 p{
    transform: rotate(-90deg);
  }
  #fromagerie #fromageriedurabilite svg, #fromagerie #fromageriedurabilite2 .durabilitetitle1 svg{
    margin-left: 35%;
  }

  #fromagerie #fromageriedurabilite2{
    padding: 100px 0;
    position: relative;
    background: #7B4D2C;
  }

  #fromagerie #fromageriedurabilite2 .durabilitetitle2 h3 {
    position: absolute;
    right: 0;
    top: calc(50% + -20px);
  }
  #fromagerie #fromageriedurabilite2 .durabilitetitle2 h3 p{
    transform: rotate(-90deg);
  }

  #fromagerie #fromstaff{
    position: relative;
  }

  #fromagerie .textstaff{
    right: 5vw;
    bottom: -30px;
    width: 50%;
    padding: 50px 100px;
    position: absolute;
    background: #E05828;
  }

  #fromagerie .bottomline{
    position: absolute;
    top: calc(-50px);
    right: 8%;
    width: 0.5px;
    height: calc(90%);
    background: #fff;
    z-index: 2;
   }

   #fromagerie #histoire{
    padding: 100px 0;
    position: relative;
   }

   #fromagerie #histoire .mainhistoiretitle h3{
    margin-bottom: 100px;
   }

   #fromagerie #histoire .mainhistoiretitle h3 p{
    color: #7B4D2C;
   }

   #fromagerie .historyline{
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.5px;
    height: calc(100% + 50px);
    background: #fff;
   }

   #fromagerie #histoire .date:nth-child(even) .imagebefore {
    display: none;
  }
  #fromagerie #histoire .date:nth-child(odd) .imageafter {
    display: none;
  }

  #fromagerie #histoire .date{
    margin-bottom: 100px;
    position: relative;
  }

  #fromagerie #histoire .datetext{
    position: relative;
  }

  #fromagerie #histoire .dateline{
    position: absolute;
    top: 20px;
    width: 12%;
    height: 0.5px;
    background: #fff;
  }

  #fromagerie #histoire .imagebefore .dateline{
    left: -20%;
  }
  #fromagerie #histoire .imageafter .dateline{
    right: -20%;
  }

  /* ----- NEWS -----  */

  #news, #new{
    background: #402401;
  }

  #news  header svg:hover path{
    fill: #E05828;
    transition: all .3s ease-out;
   }

  #news header .headerline1 {
    height: calc(100% + 50px);
  }

  #news header .headerline2 {
    height: calc(100% + 80px);
  }

  #news #blog{
    padding: 120px 0;
  }

  #news #blog button svg {
    margin-top: 8px;
  }

  #news .article{
    position: relative;
    padding-bottom:70px;
    margin-bottom: 100px;
  }

  #news .newsline{
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 60%;
    height: 0.5px;
    background: #fff;
    z-index: 2;
   }

   #news .article img{
    margin-bottom: 30px;
   }

   #news .article button{
    bottom: 0;
    right: 0;
  }

  /* ----- NEW -----  */

  #new header, #impressum header{
    height: 50vh;
    min-height: 400px;
  }

  #new  header svg:hover path{
    fill: #E05828;
    transition: all .3s ease-out;
   }

  #new header #TitreIntro {
    display: flex;
    align-items: center;
    padding-right: 50px;
  }

  #new header .headerline1 {
    height: calc(100% - 38%);
  }
  #new header .headerline2 {
    height: 100%;
  }

  #new #ContactHeader {
    position: relative;
    overflow: hidden;
  }

  #new #ContactHeader img{
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 0;
  }

  #new #blocks{
    padding-bottom: 100px;
  }

  #new #blocks .block{
    padding-left: 5vw;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #new .block-type-video iframe{
    width: 100%;
    aspect-ratio: 16/9;
  }
  #new .block-type-image img{
    width: 100%;
  }

  #new .text strong{
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
  }
  #new .text em{
    font-family: "Roboto", serif;
    font-style: italic;
  }

  #impressum{
    background: #7B4D2C;
  }

  #impressum .infodetailpage{
    padding-left: 8.5vw;
  }

  #impressum .headerline2{
    display: none;
  }

  #impressum h2{
    margin-bottom: 50px;
  }

  #impressum .infodetails .txt p{
    color: #fff;
    margin-bottom: 20px;
        font-family: "Roboto", serif;
  }

  #impressum .infodetails{
    margin-bottom: 100px;
  }

  #impressum .datenschutz{
    margin-top: 50px;
  }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

