@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* image path */
/* font path */
@font-face {
  font-family: 'icomoon_timeline';
  src: url('../font/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_timeline' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-play:before {
  content: "\e905";
}
.icon-doublearrow:before {
  content: "\e906";
}
body > br,
body > b {
  display: none !important;
}
html {
  margin: 0 !important;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #ab7658;
}
html.noScroll {
  height: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yr_timeline {
  background-color: #fff;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .yr_timeline {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .yr_timeline {
    font-size: 16px !important;
  }
}
.yr_timeline .landing {
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.yr_timeline .landing .landingBg {
  background: url("../img/mobile_flower.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.yr_timeline .landing h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: #60472e;
  text-align: center;
  position: relative;
  margin: 4em auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.yr_timeline .landing h1 strong {
  font-weight: inherit;
}
.yr_timeline .landing h1 strong:before {
  background: url("../img/img_60_yrs.png") no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  padding-bottom: 80%;
}
.yr_timeline .landing a {
  background: url("../img/btn_landing.png") no-repeat;
  background-size: 100%;
  color: #fff;
  width: 5em;
  height: 5em;
  font-size: 1.2em;
  font-weight: 800;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 1vh;
  right: 0;
  left: 0;
}
.yr_timeline .landing a:before {
  content: "\e900";
  font-weight: normal;
  font-family: "icomoon_timeline";
  display: block;
  margin-top: -0.9em;
}
.yr_timeline .landing.active h1 {
  opacity: 1;
}
.yr_timeline .menuWrap {
  background-color: #eeefe4;
  padding: 1.3em 0.5em;
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  transition: font-size 0.3s, padding 0.3s;
}
.yr_timeline .menuWrap.float {
  position: fixed;
}
.yr_timeline .menuWrap nav {
  margin: auto;
  max-width: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  transition: max-width 0.3s;
}
.yr_timeline .menuWrap a {
  width: 4.5em;
  background-image: url("../img/sprite_menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
}
.yr_timeline .menuWrap a:before {
  content: "";
  display: block;
  padding-bottom: 98%;
}
.yr_timeline .menuWrap a.active {
  opacity: 1;
}
.yr_timeline .menuWrap a.products {
  background-position: 0 25%;
}
.yr_timeline .menuWrap a.biodiversity {
  background-position: 0 50%;
}
.yr_timeline .menuWrap a.gacilly {
  background-position: 0 75%;
}
.yr_timeline .menuWrap a.patronage {
  background-position: 0 100%;
}
.yr_timeline .cardContentBox {
  text-align: center;
  padding: 0 20px;
}
.yr_timeline .cardContentBox .head1 {
  margin: 1em auto;
  text-align: center;
}
.yr_timeline .cardContentBox figure {
  margin: 1.5em 0;
}
.yr_timeline .cardContentBox figure.video {
  position: relative;
  cursor: pointer;
}
.yr_timeline .cardContentBox figure.video:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.yr_timeline .cardContentBox figure.video:before {
  content: "\e905";
  font-family: "icomoon_timeline";
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 4em;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.yr_timeline .cardContentBox figure.video:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.yr_timeline .cardContentBox ul {
  margin: 1em 0;
}
.yr_timeline .cardContentBox ul img {
  width: 100%;
  vertical-align: middle;
}
.yr_timeline .cardContentBox li {
  margin-top: 3em;
}
.yr_timeline .cardContentBox li ul {
  display: block;
  text-align: left;
  padding-left: 1.5em;
}
.yr_timeline .cardContentBox li ul li {
  display: list-item;
  list-style: disc;
  width: 100%;
  color: #ab7658;
  padding: 0;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.yr_timeline .cardContentBox .head2 {
  margin: 1.2em auto;
}
.yr_timeline .cardContentBox .truncate,
.yr_timeline .cardContentBox p {
  color: #ab7658;
  font-size: 1.1em !important;
  line-height: 1.4;
  margin: 1.5em 0;
  white-space: normal;
  text-overflow: unset;
}
.yr_timeline .textContentBox {
  text-align: center;
  margin: 3em 0;
  padding: 0 20px;
}
.yr_timeline .textContentBox .contentBox {
  padding: 0 10%;
}
.yr_timeline .textContentBox .head1 {
  margin: 1em 0;
}
.yr_timeline .textContentBox .head2 {
  margin: 1em 0;
}
.yr_timeline .textContentBox .truncate,
.yr_timeline .textContentBox p {
  color: #ab7658;
  margin: 0 0 2em;
  line-height: 1.4;
  white-space: normal;
  text-overflow: unset;
}
@media only screen and (min-width: 600px) {
  .yr_timeline .cardContentBox ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .yr_timeline .cardContentBox ul li {
    width: 50%;
    margin-top: 0;
    padding: 0 1em;
  }
  .yr_timeline .cardContentBox ul h3 {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timeline .menuWrap {
    font-size: 1.4em;
  }
  .yr_timeline .menuWrap.float {
    font-size: 1.1em;
    padding: 1em;
  }
  .yr_timeline .menuWrap.float nav {
    max-width: 480px;
  }
  .yr_timeline .cardContentBox ul li {
    width: 33%;
  }
  .yr_timeline .landing h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .landing {
    min-height: calc(100vh - 48px);
  }
  .yr_timeline .landing .landingBg {
    background-image: url("../img/desktop_flower.png");
    background-size: 100%;
    background-position: center;
  }
  .yr_timeline .landing .btnGo {
    bottom: 2vh;
  }
  .yr_timeline .menuWrap a {
    transition: opacity 0.3s;
  }
  .yr_timeline .menuWrap a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .landing h1 {
    font-size: 2.3em;
  }
}
.yr_timelineWrap .actBeautiful {
  text-align: center;
  position: relative;
  padding: 4em 60px;
  width: 100%;
  overflow: hidden;
}
.yr_timelineWrap .actBeautiful figure img {
  width: 100%;
  max-width: 300px;
}
.yr_timelineWrap .actBeautiful img.logo {
  width: 90%;
  max-width: 250px;
  margin: 0 0 2em;
}
.yr_timelineWrap .actBeautiful a {
  display: inline-block;
  margin: 0.5em 0;
}
.yr_timelineWrap .actBeautiful .truncate,
.yr_timelineWrap .actBeautiful p {
  color: #ab7658;
  font-size: 1.1em !important;
  line-height: 1.4;
  margin: 1.5em 0;
}
.yr_timelineWrap .actBeautiful .plant {
  position: absolute;
}
.yr_timelineWrap .actBeautiful .buds {
  left: -4.7em;
  bottom: -2.5em;
  font-size: 1.1em;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.yr_timelineWrap .actBeautiful .stem {
  display: none;
}
.yr_timelineWrap .actBeautiful svg {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
}
.yr_timelineWrap .actBeautiful svg path {
  fill: none;
  stroke: #889b3f;
  stroke-width: 3px;
  transition: stroke-dashoffset 3s;
}
.yr_timelineWrap .actBeautiful svg image {
  opacity: 0;
  transition: opacity 0.4s;
}
.yr_timelineWrap .actBeautiful svg.mobile path {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}
.yr_timelineWrap .actBeautiful svg.desktop {
  display: none;
}
.yr_timelineWrap .actBeautiful svg.desktop path {
  stroke-dasharray: 540;
  stroke-dashoffset: -540;
}
.yr_timelineWrap .actBeautiful.active svg path {
  stroke-dashoffset: 0;
}
.yr_timelineWrap .actBeautiful.active svg image {
  opacity: 1;
}
.yr_timelineWrap .actBeautiful.active svg .l1 {
  transition-delay: 260ms;
}
.yr_timelineWrap .actBeautiful.active svg .l2 {
  transition-delay: 360ms;
}
.yr_timelineWrap .actBeautiful.active svg .l4 {
  transition-delay: 1.5s;
}
.yr_timelineWrap .actBeautiful.active svg .l3 {
  transition-delay: 1.9s;
}
.yr_timelineWrap .cardContentBox {
  position: relative;
  width: 100%;
}
.yr_timelineWrap .cardContentBox .plant {
  position: absolute;
}
.yr_timelineWrap .mission .stem {
  font-size: 0.9em;
  right: -5em;
  top: 34%;
}
.yr_timelineWrap .mission .buds {
  left: -4em;
  top: 66%;
  font-size: 1em;
}
.yr_timelineWrap .mark .stem {
  font-size: 0.9em;
  right: -5em;
  top: 45%;
}
.yr_timelineWrap .mark .buds {
  left: -4em;
  top: -10%;
  font-size: 1em;
}
@media only screen and (min-width: 480px) {
  .yr_timelineWrap .actBeautiful svg.desktop {
    top: 35%;
    display: block;
  }
  .yr_timelineWrap .actBeautiful svg.desktop path {
    stroke-width: 1px;
  }
  .yr_timelineWrap .actBeautiful svg.mobile {
    display: none;
  }
  .yr_timelineWrap .actBeautiful .buds {
    font-size: 1.2em;
    bottom: auto;
    top: 3em;
    left: -2.6em;
  }
  .yr_timelineWrap .actBeautiful .stem {
    display: block;
    right: -4em;
    top: 20em;
    font-size: 1.2em;
  }
  .yr_timelineWrap .mission svg.vines {
    top: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timelineWrap .actBeautiful .plant {
    font-size: 1.8em;
  }
  .yr_timelineWrap .mission h3.head2,
  .yr_timelineWrap .mark h3.head2 {
    min-height: 2.3em;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timelineWrap .actBeautiful svg.desktop {
    height: 60%;
  }
  .yr_timelineWrap .mark .plant {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timelineWrap .mission {
    overflow: visible;
  }
  .yr_timelineWrap .mission .plant {
    font-size: 1.5em;
  }
  .yr_timelineWrap .mission .plant.buds {
    top: 2em;
  }
  .yr_timelineWrap .mission .plant.stem {
    top: 16em;
  }
  .yr_timelineWrap .mark .plant {
    font-size: 1.7em;
  }
  .yr_timelineWrap .mark .stem {
    right: -2em;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .yr_timelineWrap .actBeautiful img.logo {
    max-width: 420px;
  }
  .yr_timelineWrap .actBeautiful figure img {
    max-width: 500px;
  }
}
.yr_timeline .yr_history {
  position: relative;
  padding: 3em 40px;
  text-align: center;
}
.yr_timeline .yr_history .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.yr_timeline .yr_history .bg .plant {
  position: absolute;
}
.yr_timeline .yr_history .bg .stem:first-child {
  right: -6em;
  -webkit-transform: rotate(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
  top: -5em;
}
.yr_timeline .yr_history .bg .stem:last-of-type {
  bottom: 0;
  font-size: 0.9em;
  right: -6em;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.yr_timeline .yr_history .bg .sprout {
  left: -0.3em;
  top: 50%;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.yr_timeline .yr_history .bg .buds {
  bottom: 0%;
  left: -4em;
  font-size: 1em;
}
.yr_timeline .yr_history .bg .stem:last-child {
  bottom: 0;
  right: -7em;
  font-size: 1.1em;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.yr_timeline .yr_history svg image {
  opacity: 0;
  transition: opacity 0.5s;
}
.yr_timeline .yr_history svg path {
  fill: none;
  stroke: #889b3f;
  stroke-width: 1px;
  transition: stroke-dashoffset 2s linear;
}
.yr_timeline .yr_history svg.desktop {
  display: none;
}
.yr_timeline .yr_history svg.desktop path {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
}
.yr_timeline .yr_history svg.mobile path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.yr_timeline .yr_history .rocher:before {
  content: "";
  background: url("../img/sprite_plants.svg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  width: 150%;
  padding-bottom: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.yr_timeline .yr_history .rocher i {
  background: url("../img/sprite_rocher.jpg") no-repeat;
  background-size: 100%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
}
.yr_timeline .yr_history .rocher i:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.yr_timeline .yr_history .rocher.jacques i {
  background-position: 0 50%;
}
.yr_timeline .yr_history .rocher.bris i {
  background-position: 0 100%;
}
.yr_timeline .yr_history .head2 {
  margin: 1em;
}
.yr_timeline .yr_history ul {
  margin-bottom: 25%;
}
.yr_timeline .yr_history ul span {
  color: #ab7658;
  display: block;
  font-size: 1.3em;
  margin-top: 0.8em;
}
.yr_timeline .yr_history ul li {
  width: 12em;
  margin: auto;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition: all 0.5s;
}
.yr_timeline .yr_history ul li:first-child {
  margin-top: 20%;
  margin-left: 10%;
}
.yr_timeline .yr_history ul li:first-child span {
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}
.yr_timeline .yr_history ul li:nth-child(2) {
  margin-top: 40%;
  left: 20%;
}
.yr_timeline .yr_history ul li:nth-child(2) span {
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
}
.yr_timeline .yr_history ul li:last-child {
  margin-top: 50%;
  left: 10%;
}
.yr_timeline .yr_history ul li:last-child span {
  -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
          transform: translateX(20%);
}
.yr_timeline .yr_history p,
.yr_timeline .yr_history .truncate {
  color: #ab7658;
  font-size: 1.1em !important;
  line-height: 1.4;
  margin: 1.5em auto;
  white-space: normal;
  text-overflow: unset;
}
.yr_timeline .yr_history.active svg.mobile path {
  stroke-dashoffset: 0;
}
.yr_timeline .yr_history.active svg.mobile image {
  opacity: 1;
}
.yr_timeline .yr_history.active svg.mobile .spr1 {
  transition-delay: 280ms;
}
.yr_timeline .yr_history.active svg.mobile .spr2 {
  transition-delay: 750ms;
}
.yr_timeline .yr_history.active svg.mobile .spr3 {
  transition-delay: 1.20s;
}
.yr_timeline .yr_history.active .historyBox li {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.yr_timeline .yr_history.active .historyBox li:first-of-type {
  transition-delay: 440ms;
}
.yr_timeline .yr_history.active .historyBox li:nth-of-type(2) {
  transition-delay: 1s;
}
.yr_timeline .yr_history.active .historyBox li:last-of-type {
  transition-delay: 1.5s;
}
@media only screen and (min-width: 480px) {
  .yr_timeline .yr_history {
    padding-top: 4em;
  }
  .yr_timeline .yr_history svg.mobile {
    display: none;
  }
  .yr_timeline .yr_history .head2 {
    margin: 0.4em;
  }
  .yr_timeline .yr_history svg.desktop {
    display: block;
    margin-top: 9.5em;
  }
  .yr_timeline .yr_history .contentBox ul {
    margin-bottom: 0;
  }
  .yr_timeline .yr_history .contentBox ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-size: 0.6em;
    margin: 0 5%;
  }
  .yr_timeline .yr_history .contentBox ul li span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .yr_timeline .yr_history .contentBox ul li:first-child {
    margin-top: 5%;
  }
  .yr_timeline .yr_history .contentBox ul li:nth-of-type(2) {
    margin-top: 15%;
    left: 0;
  }
  .yr_timeline .yr_history .contentBox ul li:last-child {
    margin-top: 19%;
    left: 0;
  }
  .yr_timeline .yr_history.active svg.desktop path {
    stroke-dashoffset: 0;
  }
  .yr_timeline .yr_history.active svg.desktop image {
    opacity: 1;
  }
  .yr_timeline .yr_history.active svg.desktop .l1 {
    transition-delay: 250ms;
  }
  .yr_timeline .yr_history.active svg.desktop .l2 {
    transition-delay: 750ms;
  }
  .yr_timeline .yr_history.active svg.desktop .l3 {
    transition-delay: 1.2s;
  }
  .yr_timeline .yr_history.active .historyBox li {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .yr_timeline .yr_history.active .historyBox li:first-of-type {
    transition-delay: 630ms;
  }
  .yr_timeline .yr_history.active .historyBox li:nth-of-type(2) {
    transition-delay: 1s;
  }
  .yr_timeline .yr_history.active .historyBox li:last-of-type {
    transition-delay: 1.5s;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timeline .yr_history .contentBox ul li {
    font-size: 0.75em;
  }
  .yr_timeline .yr_history p {
    width: 80%;
  }
  .yr_timeline .yr_history .plant {
    font-size: 2em;
  }
  .yr_timeline .yr_history .buds {
    font-size: 1.5em;
    bottom: -4em;
  }
  .yr_timeline .yr_history .stem {
    right: -5em;
    top: 0em;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .yr_history .bg {
    height: 77%;
  }
  .yr_timeline .yr_history .contentBox ul li {
    font-size: 1em;
    margin: 0 6%;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .yr_history .head2 {
    font-size: 1.8em;
  }
  .yr_timeline .yr_history p,
  .yr_timeline .yr_history .truncate {
    font-size: 1.2em !important;
  }
  .yr_timeline .yr_history .contentBox ul li {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1600px) {
  .yr_timeline .yr_history .contentBox ul li {
    font-size: 1.45em;
  }
}
.yr_timeline .mainMenu {
  position: relative;
  overflow-x: hidden;
}
.yr_timeline .mainMenu .plant {
  font-size: 1.3em !important;
  position: absolute;
}
.yr_timeline .mainMenu .stem {
  right: -4.4em;
  top: 3em;
  font-size: 1.5em !important;
}
.yr_timeline .mainMenu .buds:first-of-type {
  top: 8em;
  left: -2.5em;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.yr_timeline .mainMenu .buds:last-of-type {
  bottom: 1em;
  left: -2em;
}
.yr_timeline .mainMenu h1 {
  color: #889b3f;
  font-weight: 300;
  font-size: 2.5em !important;
  text-align: center;
  margin: 1em 0;
}
.yr_timeline .mainMenu svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.yr_timeline .mainMenu svg path {
  fill: none;
  stroke: #889b3f;
  stroke-width: 4px;
  transition: stroke-dashoffset 2s;
}
.yr_timeline .mainMenu svg image {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s;
}
.yr_timeline .mainMenu svg text {
  fill: #ab7658;
  font-weight: normal;
  font-size: 3em;
  opacity: 0;
  transition: opacity 0.5s;
}
.yr_timeline .mainMenu .menuMobile {
  position: relative;
  overflow: hidden;
}
.yr_timeline .mainMenu .menuMobile:before {
  content: "";
  display: block;
  padding-bottom: 180%;
}
.yr_timeline .mainMenu .menuMobile .mBiodiverse path {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
}
.yr_timeline .mainMenu .menuMobile .mProducts path {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
}
.yr_timeline .mainMenu .menuMobile .mGacilly path {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
}
.yr_timeline .mainMenu .menuMobile .mPatronage path {
  stroke-dasharray: 230;
  stroke-dashoffset: 230;
}
.yr_timeline .mainMenu .menuMobile .mVision {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.yr_timeline .mainMenu .menuMobile .mVision path {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1450;
}
.yr_timeline .mainMenu .menuDesktop {
  display: none;
  position: relative;
  overflow: hidden;
}
.yr_timeline .mainMenu .menuDesktop text {
  font-size: 2.4em;
}
.yr_timeline .mainMenu .menuDesktop:before {
  content: "";
  display: block;
  padding-bottom: 48%;
}
.yr_timeline .mainMenu .menuDesktop .dBiodiverse path {
  stroke-dasharray: 690;
  stroke-dashoffset: 690;
}
.yr_timeline .mainMenu .menuDesktop .dProducts path {
  stroke-dasharray: 750;
  stroke-dashoffset: 750;
}
.yr_timeline .mainMenu .menuDesktop .dGacilly path {
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
}
.yr_timeline .mainMenu .menuDesktop .dPatronage path {
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
}
.yr_timeline .mainMenu .menuDesktop .dVision path {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
}
.yr_timeline .mainMenu.foot .menuMobile:before {
  padding-bottom: 150%;
}
.yr_timeline .mainMenu.foot .menuDesktop:before {
  padding-bottom: 40%;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile image,
.yr_timeline .mainMenu .menuContainer.active .menuMobile text {
  opacity: 1;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile path {
  stroke-dashoffset: 0;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile path.stPatron {
  transition-delay: 345ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile path.stGaci,
.yr_timeline .mainMenu .menuContainer.active .menuMobile path.stProd,
.yr_timeline .mainMenu .menuContainer.active .menuMobile path.stBio {
  transition-delay: 500ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l10 {
  transition-delay: 340ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l1 {
  transition-delay: 375ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l8 {
  transition-delay: 690ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l2 {
  transition-delay: 768ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l9 {
  transition-delay: 800ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l3 {
  transition-delay: 875ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l5 {
  transition-delay: 1.03s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l4 {
  transition-delay: 1.08s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l6 {
  transition-delay: 1.25s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .l7 {
  transition-delay: 1.45s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision .flower {
  transition-delay: 1.8s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mVision text {
  transition-delay: 2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mPatronage .l1 {
  transition-delay: 867ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mPatronage .l2 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mPatronage .l3 {
  transition-delay: 1.33s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mPatronage .flower {
  transition-delay: 1.7s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mPatronage text {
  transition-delay: 1.9s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .l1 {
  transition-delay: 1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .l2 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .l4 {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .l3 {
  transition-delay: 1.45s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .l5 {
  transition-delay: 1.7s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly .flower {
  transition-delay: 2.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mGacilly text {
  transition-delay: 2.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l1 {
  transition-delay: 1.04s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l2 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l5 {
  transition-delay: 1.25s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l3 {
  transition-delay: 1.35s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l6 {
  transition-delay: 1.5s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .l4 {
  transition-delay: 1.6s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts .flower {
  transition-delay: 2.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mProducts text {
  transition-delay: 2.4s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .l1 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .l2 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .l2 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .l3 {
  transition-delay: 1.5s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .l4 {
  transition-delay: 1.7s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse .flower {
  transition-delay: 2.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuMobile .mBiodiverse text {
  transition-delay: 2.3s;
}
body.MSIE .yr_timeline .mainMenu .menuContainer.active .menuDesktop image,
body.MSIE .yr_timeline .mainMenu .menuContainer.active .menuDesktop text,
body.MSIE .yr_timeline .mainMenu .menuContainer.active .menuDesktop path {
  transition-delay: 0 !important;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop image,
.yr_timeline .mainMenu .menuContainer.active .menuDesktop text {
  opacity: 1;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop path {
  stroke-dashoffset: 0;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop path.stPatron,
.yr_timeline .mainMenu .menuContainer.active .menuDesktop path.stGaci,
.yr_timeline .mainMenu .menuContainer.active .menuDesktop path.stProd,
.yr_timeline .mainMenu .menuContainer.active .menuDesktop path.stBio {
  transition-delay: 610ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l4 {
  transition-delay: 500ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l3 {
  transition-delay: 545ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l1 {
  transition-delay: 865ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l5 {
  transition-delay: 900ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l2 {
  transition-delay: 950ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l8 {
  transition-delay: 1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l6 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l9 {
  transition-delay: 1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l7 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .l10 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision .flower {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dVision text {
  transition-delay: 1.4s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .l1 {
  transition-delay: 890ms;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .l2 {
  transition-delay: 1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .l4 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .l3 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .l5 {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage .flower {
  transition-delay: 1.35s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dPatronage text {
  transition-delay: 1.5s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .l3 {
  transition-delay: 1.05s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .l1 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .l4 {
  transition-delay: 1.25s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .l2 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .l5 {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly .flower {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dGacilly text {
  transition-delay: 1.5s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l1 {
  transition-delay: 0.9s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l4 {
  transition-delay: 1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l2 {
  transition-delay: 1.05s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l5 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l3 {
  transition-delay: 1.25s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .l6 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts .flower {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dProducts text {
  transition-delay: 1.5s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .l1 {
  transition-delay: 1.1s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .l4 {
  transition-delay: 1.15s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .l2 {
  transition-delay: 1.2s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .l5 {
  transition-delay: 1.25s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .l3 {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse .flower {
  transition-delay: 1.3s;
}
.yr_timeline .mainMenu .menuContainer.active .menuDesktop .dBiodiverse text {
  transition-delay: 1.5s;
}
@media only screen and (min-width: 480px) {
  .yr_timeline .mainMenu h1 br {
    display: none;
  }
  .yr_timeline .mainMenu .menuDesktop {
    display: block;
  }
  .yr_timeline .mainMenu .menuMobile {
    display: none;
  }
  .yr_timeline .mainMenu.foot .stem {
    top: auto;
    bottom: 0;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .yr_timeline .mainMenu.foot .buds {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timeline .mainMenu h1 {
    margin: 1.5em 0;
  }
  .yr_timeline .mainMenu .plant {
    font-size: 1.8em !important;
  }
  .yr_timeline .mainMenu .stem {
    font-size: 2em !important;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .mainMenu.foot .plant {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  .yr_timeline .mainMenu .menuDesktop {
    font-size: 0.7em !important;
  }
  .yr_timeline .mainMenu h1 {
    font-size: 3em !important;
  }
}
/* BUTTON */
.yr_timeline .btnLink {
  text-decoration: underline;
  font-size: 1.1em;
}
.yr_timeline .btnLink.arrow {
  position: relative;
  padding-left: 1.3em;
}
.yr_timeline .btnLink.arrow:before {
  content: "\e906";
  font-family: "icomoon_timeline";
  line-height: 1.3;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.yr_timeline .btnLink.moreless:after {
  content: attr(data-more);
}
.yr_timeline .btnLink.moreless.active {
  font-size: 2.4em;
  text-decoration: none;
  line-height: 0.7;
}
.yr_timeline .btnLink.moreless.active:after {
  content: attr(data-less);
}
.yr_timeline .head1 {
  font-size: 1.6em;
}
.yr_timeline .head2 {
  font-size: 1.5em;
}
.yr_timeline .green {
  color: #889b3f;
  background: transparent;
}
.yr_timeline .brown {
  color: #ab7658;
  background: transparent;
}
.yr_timeline .darkbrown {
  color: #63462b;
  background: transparent;
}
.yr_timeline .contentBox {
  position: relative;
}
.yr_timeline .truncate {
  color: #ab7658;
  overflow: hidden;
  max-height: 0;
  margin: 0 !important;
  transition: max-height 0.6s;
}
.yr_timeline .truncate:after {
  content: '';
  display: block;
  padding-bottom: 1.5em;
}
.yr_timeline .truncate.show {
  max-height: 500px;
}
.yr_timeline .plant {
  font-size: 22px;
  -webkit-mask-image: url(../img/mask-image.png);
          mask-image: url(../img/mask-image.png);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.yr_timeline .plant i {
  background: url("../img/sprite_plants.svg") no-repeat;
  background-size: 17em;
  display: block;
}
.yr_timeline .plant i:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.yr_timeline .plant[class*="stem"] i {
  background-position: -8.63636364em 0;
  width: 8.40545455em;
  height: 12.63636364em;
}
.yr_timeline .plant[class*="buds"] i {
  background-position: 0 0;
  width: 8.45113636em;
  height: 8.09090909em;
}
.yr_timeline .plant[class*="sprout"] i {
  background-position: 0 -9.63636364em;
  width: 2.01em;
  height: 1.45454545em;
}
.yr_timeline .plant.active {
  -webkit-animation: revealMask 4s forwards;
          animation: revealMask 4s forwards;
}
@media only screen and (min-width: 768px) {
  .yr_timeline .contentBox {
    width: 96%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .contentBox {
    width: 90%;
  }
}
@-webkit-keyframes revealMask {
  0% {
    -webkit-mask-position: 0 0%;
            mask-position: 0 0%;
  }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
@keyframes revealMask {
  0% {
    -webkit-mask-position: 0 0%;
            mask-position: 0 0%;
  }
  100% {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
  }
}
@-webkit-keyframes swing1 {
  0% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
}
@keyframes swing1 {
  0% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
}
@-webkit-keyframes swing2 {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
@keyframes swing2 {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
}
/* POPUP */
.popupWrap {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.popupWrap.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popupBox {
  background: #fff;
  width: 100vw;
  max-width: 530px;
  margin: auto 1em;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 80vh;
}
.popupBox a.close {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 3.8em;
  font-weight: 100;
  line-height: 0.5;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  padding: 0.1em;
  right: 0;
  top: 0;
}
.popupBox video {
  width: 100%;
  max-height: 80vh;
  background-color: #000;
}
@media only screen and (min-width: 1600px) {
  .popupBox {
    max-width: 760px;
  }
}
/* VINES */
.vines {
  display: none;
}
body.MSIE .vines {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .vines {
    display: block;
    margin: 0 -20px;
    position: absolute;
  }
  .vines path {
    fill: none;
    stroke: #889b3f;
    stroke-width: 1px;
    transition: stroke-dashoffset 3s;
    stroke-dasharray: 560;
    stroke-dashoffset: 560;
  }
  .vines image {
    opacity: 0;
    transition: opacity 0.4s;
  }
  .vines.grow path {
    stroke-dashoffset: 0;
  }
  .vines.grow image {
    opacity: 1;
  }
  .vines.grow.ltr .s1 {
    transition-delay: 200ms;
  }
  .vines.grow.ltr .s2 {
    transition-delay: 450ms;
  }
  .vines.grow.ltr .s3 {
    transition-delay: 880ms;
  }
  .vines.grow.ltr .s4 {
    transition-delay: 1.4s;
  }
  .vines.grow.ltr .s5 {
    transition-delay: 2s;
  }
  .vines.grow.ltr .s6 {
    transition-delay: 2.2s;
  }
  .vines.grow.rtl .s1 {
    transition-delay: 250ms;
  }
  .vines.grow.rtl .s2 {
    transition-delay: 480ms;
  }
  .vines.grow.rtl .s3 {
    transition-delay: 870ms;
  }
  .vines.grow.rtl .s4 {
    transition-delay: 1.35s;
  }
  .vines.grow.rtl .s5 {
    transition-delay: 1.7s;
  }
  .vines.grow.rtl .s6 {
    transition-delay: 2s;
  }
}
.yr_timeline .yr_gacillyWrap .cardContentBox {
  position: relative;
  width: 100%;
}
.yr_timeline .yr_gacillyWrap .cardContentBox .plant {
  position: absolute;
  font-size: 1em;
}
.yr_timeline .laGacilly .head1 {
  width: 80%;
}
.yr_timeline .laGacilly .b1 {
  left: -4em;
  top: 2em;
}
.yr_timeline .laGacilly .s1 {
  right: -6em;
  top: 0;
}
.yr_timeline .laGacilly .s2 {
  right: -6.5em;
  top: 34em;
}
.yr_timeline .laGacilly .b2 {
  left: -4.1em;
  top: 63em;
}
.yr_timeline .factories .stem {
  right: -6em;
  top: -5em;
}
@media only screen and (min-width: 480px) {
  .yr_timeline .laGacilly .b2 {
    display: none;
  }
  .yr_timeline .laGacilly p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timeline .laGacilly {
    padding-top: 2em;
  }
  .yr_timeline .laGacilly .s1,
  .yr_timeline .laGacilly .s2 {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .yr_gacillyWrap .cardContentBox .plant {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .laGacilly .vines {
    top: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .yr_timeline .yr_gacillyWrap .cardContentBox .plant {
    font-size: 1.7em;
  }
  .yr_timeline .yr_gacillyWrap .factories .stem {
    right: -3em;
  }
}
.yr_timeline .yr_productsWrap .textContentBox,
.yr_timeline .yr_productsWrap .cardContentBox {
  position: relative;
  width: 100%;
}
.yr_timeline .yr_productsWrap .plant {
  position: absolute;
  font-size: 1em;
}
.yr_timeline .iconicProducts .head1,
.yr_timeline .iconicProducts h2.head2 {
  width: 70%;
}
.yr_timeline .iconicProducts h2.head2 {
  margin-top: 2em;
}
.yr_timeline .iconicProducts li:first-of-type {
  margin-top: 0;
}
.yr_timeline .iconicProducts .b1 {
  left: -3em;
  top: 4em;
}
.yr_timeline .iconicProducts .s1 {
  right: -5em;
}
.yr_timeline .textContentBox .b1 {
  left: -3em;
  top: 4em;
}
.yr_timeline .textContentBox .s1 {
  top: 11em;
  right: -5em;
}
.yr_timeline .innovations .b1 {
  left: -5em;
  top: 34em;
}
.yr_timeline .innovations .s1 {
  right: -6em;
  top: 62em;
}
.yr_timeline .innovations li:first-of-type {
  margin-top: 0;
}
.yr_timeline .reducePlastic .b1 {
  left: -6em;
  top: 33em;
}
.yr_timeline .reducePlastic .s1 {
  right: -7em;
  top: 61em;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.yr_timeline .reducePlastic li:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .yr_timeline .yr_productsWrap .plant {
    font-size: 1.3em;
  }
  .yr_timeline .yr_productsWrap .head2.green {
    margin: 1em auto 0;
  }
  .yr_timeline .yr_productsWrap .cardContentBox li p {
    margin: 0.5em 0;
  }
  .yr_timeline .yr_productsWrap .iconicProducts .s1,
  .yr_timeline .yr_productsWrap .iconicProducts .b1 {
    top: -1em;
  }
  .yr_timeline .yr_productsWrap .iconicProducts .head1 {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .yr_timeline .yr_productsWrap .textContentBox h3.head2 {
    margin-bottom: 0.5em;
  }
  .yr_timeline .yr_productsWrap .textContentBox .s1 {
    right: -2em;
    top: 30em;
  }
  .yr_timeline .yr_productsWrap .reducePlastic {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 960px) {
  .yr_timeline .iconicProducts .vines {
    top: 15%;
  }
  .yr_timeline .iconicProducts .s1 {
    top: 14em;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .yr_productsWrap .plant {
    font-size: 1.5em;
  }
  .yr_timeline .iconicProducts .s1 {
    top: 20em;
  }
  .yr_timeline .reducePlastic .plant,
  .yr_timeline .textContentBox .plant {
    display: none;
  }
  .yr_timeline .innovations .s1 {
    right: -2em;
    top: 17em;
  }
  .yr_timeline .innovations .b1 {
    left: -3em;
    top: 2em;
  }
}
.yr_timeline .yr_biodiversityWrap .textContentBox,
.yr_timeline .yr_biodiversityWrap .cardContentBox {
  position: relative;
  width: 100%;
}
.yr_timeline .yr_biodiversityWrap .plant {
  position: absolute;
  font-size: 1em;
}
.yr_timeline .newBiodiversity .head1 {
  width: 70%;
  margin-bottom: 4em;
}
.yr_timeline .newBiodiversity .buds {
  left: -3em;
  top: 6em;
}
.yr_timeline .newBiodiversity .stem {
  right: -5.3em;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.yr_timeline .commitments_2 h2.head2,
.yr_timeline .commitments_1 h2.head2 {
  margin: 2em auto 0;
}
.yr_timeline .commitments_2 li:first-of-type,
.yr_timeline .commitments_1 li:first-of-type {
  margin-top: 1em;
}
.yr_timeline .commitments_2 .stem,
.yr_timeline .commitments_1 .stem {
  right: -6em;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  top: -5em;
}
.yr_timeline .commitments_2 .buds,
.yr_timeline .commitments_1 .buds {
  left: -5em;
  top: 29em;
}
@media only screen and (min-width: 480px) {
  .yr_timeline .newBiodiversity .head1 {
    margin-bottom: 2em;
  }
  .yr_timeline .commitments_1 li {
    margin-top: 0 !important;
  }
  .yr_timeline .commitments_1 h2.green {
    margin-bottom: 1.5em;
  }
  .yr_timeline .commitments_1 h3.head2 {
    margin-top: 0;
  }
  .yr_timeline .commitments_1 figure {
    margin: 0;
  }
  .yr_timeline .commitments_2 li {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .yr_timeline .yr_biodiversityWrap .plant {
    font-size: 1.5em;
  }
  .yr_timeline .newBiodiversity .head1 {
    margin: 3em auto;
  }
  .yr_timeline .newBiodiversity .head2 {
    margin: auto;
  }
  .yr_timeline .newBiodiversity .buds {
    top: -2em;
  }
  .yr_timeline .newBiodiversity .stem {
    top: 12em;
    right: -3em;
  }
  .yr_timeline .commitments_1 .buds {
    top: 12em;
    left: -4em;
  }
  .yr_timeline .commitments_1 .stem {
    display: none;
  }
  .yr_timeline .commitments_2 .buds {
    display: none;
  }
  .yr_timeline .commitments_2 .stem {
    right: -4.5em;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .newBiodiversity .vines {
    top: 15%;
  }
}
.yr_timeline .yr_patronageWrap .textContentBox,
.yr_timeline .yr_patronageWrap .cardContentBox {
  position: relative;
  width: 100%;
}
.yr_timeline .yr_patronageWrap .plant {
  position: absolute;
  font-size: 1em;
}
.yr_timeline .patron .s1 {
  right: -4em;
  top: 0;
}
.yr_timeline .patron .buds {
  left: -5em;
  top: 4em;
}
.yr_timeline .patron .s2 {
  right: -6em;
  top: 33em;
}
.yr_timeline .edition .b1 {
  left: -5em;
  top: -5em;
}
.yr_timeline .edition .s1 {
  right: -5em;
  top: 22em;
}
.yr_timeline .edition .b2 {
  left: -5em;
  top: 56em;
}
.yr_timeline .edition .s2 {
  right: -6em;
  top: 78em;
}
.yr_timeline .edition .truncate ul {
  display: block;
  text-align: left;
  padding-left: 1.5em;
  margin: 0;
  color: #ab7658;
}
.yr_timeline .edition .truncate ul li {
  width: 100%;
  display: list-item;
  list-style: disc outside;
  padding: 0;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .yr_timeline .yr_patronageWrap .plant {
    font-size: 1.5em;
  }
  .yr_timeline .yr_patronageWrap h3.head2 {
    margin-bottom: 0;
  }
  .yr_timeline .yr_patronageWrap figure {
    margin-bottom: 0;
  }
  .yr_timeline .patron h2.head1 {
    margin: 2em auto 1em;
    font-size: 2em;
  }
}
@media only screen and (min-width: 1280px) {
  .yr_timeline .patron .s2 {
    display: none;
  }
  .yr_timeline .patron .s1 {
    top: 15em;
  }
  .yr_timeline .edition .b1 {
    top: 16em;
  }
  .yr_timeline .edition .s1,
  .yr_timeline .edition .s2,
  .yr_timeline .edition .b2 {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .YR-Act-Beautiful.birdcms .yr_timeline {
    font-size: 13px !important;
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .landing {
    min-height: 0;
    font-size: 0.9em;
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .mainMenu h1 {
    font-size: 2.5em !important;
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .mainMenu .menuContainer {
    font-size: 1.5em;
    padding-bottom: 10%;
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .menuWrap.float {
    width: 980px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .yr_history .historyBox {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 959px) {
  .YR-Act-Beautiful.birdcms .yr_timeline .landing {
    min-height: calc(100vh - 100px);
  }
  .YR-Act-Beautiful.birdcms .yr_timeline .menuWrap.float {
    z-index: 100;
  }
}
@media only screen and (min-width: 960px) {
  .YR-Act-Beautiful.easycms .yr_timeline {
    max-width: 1248px;
    margin: auto;
    font-size: 14px !important;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .landing {
    min-height: 0;
    font-size: 0.9em;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .landing .landingBg {
    background-size: 130%;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .mainMenu h1 {
    font-size: 2.5em !important;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .mainMenu .menuContainer {
    font-size: 1.3em;
    padding-bottom: 10%;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .menuWrap.float {
    max-width: 1248px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .yr_history .historyBox {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 959px) {
  .YR-Act-Beautiful.easycms .yr_timeline .landing {
    min-height: calc(100vh - 165px);
  }
  .YR-Act-Beautiful.easycms .yr_timeline .landing .landingBg {
    background-position: 0 50%;
  }
  .YR-Act-Beautiful.easycms .yr_timeline .menuWrap.float {
    z-index: 100;
    top: 110px;
  }
}
@media only screen and (max-width: 959px) {
  .YR-Act-Beautiful.easycms .popupBox {
    position: relative;
  }
}
@media only screen and (max-width: 959px) {
  html.ui-mobile [data-role=page] {
    position: static !important;
  }
}
