@import url('https://fonts.googleapis.com/css?family=Roboto');

.product_details_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: space-between;
}

.product_details_header.open {
  z-index: 300;
}

.product_details_header .logo_holder {
  padding: 1em;
}

.first-bar-description, .first-bar-ingredients {
    background-color: #1F9C90;
  	background-repeat: no-repeat;
  	background-position: right 0% bottom 0%;
}

.second-bar-description, .second-bar-ingredients {
    background-color: #67AE00;
  	background-repeat: no-repeat;
  	background-position: right 0% bottom 0%;
}

.third-bar-description, .third-bar-ingredients {
    background-color: #c53232;
  	background-repeat: no-repeat;
  	background-position: right 0% bottom 0%;
}


.forth-bar-description, .forth-bar-ingredients {
    background-color: #DBA300;;
    background-repeat: no-repeat;
    background-position: right 0% bottom 0%;
}

.cross-holder {
  position: absolute;
  right: 2%;
  top: 2%;
  height: 4em;
  width: 4em;
  display: flex;
  justify-content: center;
  cursor: pointer;

  -vendor-animation-duration: 2s;
  -vendor-animation-delay: .6s;

  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .6s;

  -moz-animation-duration: 2s;
  -moz-animation-delay: .6s;
}

.cross-holder, .arrow-holder {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: .6s;

  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .6s;

  -moz-animation-duration: 2s;
  -moz-animation-delay: .6s;
}

.cross-holder > a {
  display: flex;
  justify-content: center;
}
.cross-holder > a > img {
  width: 40%;
}
.logo_holder {
  cursor: pointer;
}
.logo_holder img {
  width: 4em;
}
.fp-tableCell {
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 16vw;
  padding-right: 16vw;
}
.image-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 4vw;
}

.image-holder > .bar {
  position: relative;
  width: 14em;
}

.image-holder > .almond, .image-holder > .banana  {
  position: relative;
  width: 55%;
}

.image-holder > h1 {
  color: #fbf9e1;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5em;
  font-weight: bold;
}
.details-holder {
    
}
.description-holder {
  color: #fbf9e1;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  width: 60%;
}

.description-holder h1 {
  font-size: 1.8em;
  font-weight: 800;
}

.description-holder > p > span:first-child {
  font-size: 1.5em;
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: .2s;

  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .2s;

  -moz-animation-duration: 2s;
  -moz-animation-delay: .2s;
  line-height: normal;
}

.description-holder > p > span:last-child {
  font-size: 1em;
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: .4s;

  -webkit-animation-duration: 2s;
  -webkit-animation-delay: .4s;

  -moz-animation-duration: 2s;
  -moz-animation-delay: .4s;
  margin-top: 1em;
}

.arraow-holder {
  position: absolute;
  bottom: 1%;
  height: 4em;
  width: 4em;
  background-color: #fbf9e1;
  border: 2px solid #fbf9e1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arraow-holder > span {
  color: #2aa79a;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  position: relative;
  font-size: 1.5em;
}

.second-bar-ingredients > .fp-tableCell > .arrow-to-top > span {
  color: #57d23b;
}

.third-bar-ingredients > .fp-tableCell > .arrow-to-top > span {
  color: #c53232;
}

.forth-bar-ingredients > .fp-tableCell > .arrow-to-top > span {
  color: #dd9900;
}

.arraow-holder > img {
  position: relative;
  width: 60%;
  /* -webkit-animation: float 2s infinite; /* Safari, Opera, Chrome */
  /* animation: float 2s infinite; /* Tous les autres navigateurs */ */ */
}
.fp-tableCell > h1 {
  color: #fbf9e1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 3.5em;
  position: absolute;
  top: 0;
}

.ingredients-holder {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 80%;
  flex-wrap: wrap;
}

#first_bar_date > img, #second_bar_date > img, #third_bar_date > img, #fourth_bar_date > img  {
  position: absolute;
  width: 60%;
  left: 18%;
  top: 20%;
}


#first_bar_almond > img, #second_bar_almond > img, #fourth_bar_almond > img {
  position: absolute;
width: 90%;
left: 9%;
top: 27%;
}

#first_bar_cashew  > img, #second_bar_cashew  > img , #third_bar_cashew  > img, #fourth_bar_cashew > img {
  position: absolute;
  width: 58%;
  left: 21%;
  top: 30%;
}

#first_bar_coconut > img  {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 25%;
}

#first_bar_cacao > img  {
  position: absolute;
  width: 90%;
  left: 3%;
  top: 19%;
}

#first_bar_banana > img, #fourth_bar_banana > img  {
  position: absolute;
  width: 58%;
  left: 26%;
  top: 21%;
}

@keyframes float {
    0% {
				-webkit-transform: translateY(0em);
        transform: translateY(0em) ;
    }

    50% {
				-webkit-transform: translateY(2em) ;
				transform: translateY(1em) ;
    }

    100% {
				-webkit-transform: translateY(0em) ;
				transform: translateY(0em) ;
    }
}

.single-ingredient {
  width: 5em;
  height: 5em;
  margin: 1em;
}
.ingredients-wrapper h1 {
  font-size: 1.5em;
  color: #fbf9e1;
font-family: 'Roboto', sans-serif;
}

#container > svg {
    width: 100%;
    display: block;
}

.progressbar-text {
  position: relative !important;
  top: 24% !important;
  text-align: center;
  font-size: 1em;
  width: auto;
  font-family: 'Roboto', sans-serif;
  color: #fbf9e1 !important;
}

.arrow-to-top {
  height: 4em;
  position: absolute;
  bottom: 0;
  width: 8em;
  background-color: #fbf9e1;
  border: 2px solid #fbf9e1;
  border-top-right-radius: 50em;
  border-top-left-radius: 50em;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-to-top > span {
  color: #2aa79a;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  line-height: 2;
  position: relative;
  font-size: 1.5em;
}

/******** RESPONSIVNESS ********/
@media screen and (max-width: 800px) {
  .description-holder > p > span:first-child, .ingredients-wrapper h1 {
    font-size: 1em;
  }
  .description-holder > p > span:last-child {
    font-size: .8em;
  }
  .single-ingredient {
    width: 4em;
    height: 4em;
  }
}
@media screen and (max-width: 600px) {
  /* First section */
  .image-holder > h1 {
    font-size: 3em;
  }
  /* Second section */
  .fp-tableCell > h1 {
    font-size: 3em;
  }
  .progressbar-text {
    font-size: 1em;
    top: 17% !important;
  }
}
@media screen and (max-width: 500px) {
  .description-holder {
    font-size: 1em;
    width: 100%;
  }
  .image-holder {
    margin-right: 0;
  }
  .image-holder > .bar {
    width: 10em;
  }

  .image-holder > .coconut {
    width: 5em;
  }
  .description-holder > p > span:first-child, .ingredients-wrapper h1 {
    font-size: 1.5em;
  }
  .description-holder > p > span:last-child {
    font-size: 1em;
  }
  .details-holder {
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 4em;
    width: auto;
  }
  .details-holder.with_max_three_ingredients {
    margin-top: 0em;
  }
  .single-ingredient {
    width: 3em;
    height: 3em;
}
}
.next-button >a > img {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	height: 6em;
	width: 6em;
}



.next-button > a > img  {
  width: 4em;
  height: 4em;
}
