@font-face {
  font-family: 'Franklin Gothic Book Regular';
  font-style: normal;
  font-weight: normal;
  src: url("../../Fonts/Franklin-Gothic-Book-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Franklin Gothic Demi';
  font-weight: bold;
  src: url("../../Fonts/Franklin-Gothic-Demi.woff") format("woff"); }

* {
  outline: none;
  box-shadow: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  padding: 27px 0px 6px 20px;
  width: 100%;
  color: #464e4f;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px;
  border-bottom: 1px solid #464e4f !important; }

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  padding: 27px 0px 6px 20px;
  border-radius: 0px;
  /*margin-bottom: 10px;*/
  border: 1px solid transparent !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 1px solid #464e4f !important; }

input[type='text']:hover,
input[type='text']:focus,
textarea:hover,
textarea:focus,
input:hover,
input:focus {
  border-bottom: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important; }

input[type='submit'] {
  margin-top: 35px;
  padding: 5px 40px;
  transition: all .2s ease-in-out;
  background-color: transparent;
  color: #E53526 !important;
  border: 1px solid #E53526 !important;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-size: .9em; }
input[type='submit']:hover {
  background-color: #E53526;
  color: white !important;
  border: 1px solid #E53526 !important; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .6;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .6;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .6;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .6;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .6;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: .6; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: .6; }

textarea {
  background-color: white !important;
  border-radius: 0px !important; }

input[type='text']:hover, input[type='text']:focus, textarea:hover, textarea:focus, input:hover, input:focus {
  border-bottom: 1px solid #464e4f !important; }

.powermail_fieldwrap_type_input,
.powermail_fieldwrap_type_textarea {
  position: relative; }

.powermail_fieldset_3 .control-label {
  position: absolute;
  top: 23px;
  left: 33px;
  font-size: 1em;
  font-weight: 200;
  color: #464e4f;
  transition: all 0.5s ease;
  pointer-events: none; }

.control-label.touched {
  left: 33px;
  position: absolute;
  color: darkgrey;
  top: 8px;
  font-size: 12px; }
@media screen and (max-width: 576px) {
  .control-label.touched {
    left: 15px; } }

input[type=text]:focus + .enter {
  background-color: #E53526;
  position: absolute;
  content: ' ';
  height: 1px;
  right: 45%;
  top: 42px;
  transform: scaleX(5); }

.enter {
  transition: all ease 0.5s;
  width: 10.1%;
  transform: scaleX(1); }

.form-control {
  padding: 30px 0px 15px 20px; }

.form-check-input:checked {
  background-color: #E53526;
  border-color: #E53526; }

input[type='radio'] {
  transition: all 0.3s ease-in-out; }

input[type='radio']:hover,
input[type='radio']:focus {
  border: 1px solid #E53526 !important; }

.form-check-input {
  border: 1px solid #464e4f; }

.parsley-errors-list {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  margin-top: 10px; }
.parsley-errors-list li {
  color: #E53526;
  font-size: 13px; }

.powermail_fieldwrap_type_radio .mandatory {
  display: none; }

input[type='submit']:focus {
  border: 1px solid #E53526 !important; }

a.home-more-link {
  display: inline-block;
  margin-top: 30px !important; }

.radio-container input:checked ~ .checkmark {
  background-color: white;
  border: 5px solid #464e4f; }

.radio-container .checkmark {
  transition: border .2s ease-in;
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #464e4f;
  border-radius: 50%; }

.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check {
  padding-left: 0px; }

.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #464e4f; }

label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #464e4f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.radio-container input:checked ~ .checkmark:after {
  display: block; }

.powermail_fieldwrap input.powermail_input {
  background-color: transparent !important; }

.powermail_fieldwrap_contactdetails div {
  font-size: 25px;
  font-family: "Franklin Gothic Demi", arial;
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 4vw; }

.powermail_fieldset_1 .row {
  justify-content: center; }

.powermail_fieldwrap_enteryourhacoinstantcoffeecode label {
  width: 100%;
  color: #CC833F; }

.powermail_fieldwrap_enteryourhacoinstantcoffeecode input {
  border-bottom: 1px solid #CC833F !important; }

.powermail_fieldwrap_type_submit {
  margin-top: 2vw;
  margin-bottom: 4.5vw; }
@media screen and (max-width: 576px) {
  .powermail_fieldwrap_type_submit {
    margin-bottom: 12.5vw; } }

.tx-powermail .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

body {
  font-family: "Franklin Gothic Book Regular", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: normal;
  color: #464e4f;
  position: relative; }

h1, h2, h3 {
  margin-bottom: 1rem; }

body, html {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p, span {
  font-size: 1em;
  font-size: 17px; }

.image-home {
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-brand img {
  width: 157px;
  height: auto !important;
  padding-bottom: 0px;
  border-bottom: none; }

.navbar {
  background-color: #fbf2eb;
  padding-bottom: 0px; }
.navbar .container {
  padding-bottom: 15px;
  border-bottom: 1px solid #a1a1a1; }

.beige-background {
  background-color: #fbf2eb; }

.beige-button {
  right: 0px;
  top: 10px; }
@media screen and (max-width: 992px) {
  .beige-button {
    right: 37%;
    top: 10px; } }
.beige-button img {
  width: 130px;
  height: 130px; }
@media screen and (max-width: 992px) {
  .beige-button img {
    width: 100px;
    height: 100px; } }
@media screen and (max-width: 576px) {
  .beige-button {
    right: 36%;
    top: 20px; } }

h1 {
  font-size: 53px;
  color: #E53526;
  font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 2vw; }
@media screen and (max-width: 1260px) {
  h1 {
    padding-left: 0px;
    padding-right: 0px; } }
@media screen and (max-width: 992px) {
  h1 {
    font-size: 4.5vw; } }
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4vw; } }
@media screen and (max-width: 576px) {
  h1 {
    font-size: 6vw; } }

.padding-left-right {
  padding-left: 150px;
  padding-right: 150px; }
@media screen and (max-width: 992px) {
  .padding-left-right {
    padding-left: 60px;
    padding-right: 60px; } }
@media screen and (max-width: 768px) {
  .padding-left-right {
    padding-left: 50px;
    padding-right: 50px; } }
@media screen and (max-width: 576px) {
  .padding-left-right {
    padding-top: 20vw;
    padding-left: 20px;
    padding-right: 20px; } }

@keyframes pulse {
  0% {
    transform: rotate(0); }
  15% {
    transform: rotate(5deg); }
  30% {
    transform: rotate(-5deg); }
  45% {
    transform: rotate(4deg); }
  60% {
    transform: rotate(-4deg); }
  75% {
    transform: rotate(2deg); }
  85% {
    transform: rotate(-2deg); }
  92% {
    transform: rotate(1deg); }
  100% {
    transform: rotate(0); } }

.beige-button img {
  transition: all 0.3s ease-in-out; }

.alle-icons {
  display: flex;
  padding: 30px 0px; }
@media screen and (max-width: 1260px) {
  .alle-icons {
    display: flex;
    flex-flow: row;
    justify-content: center; } }
@media screen and (max-width: 992px) {
  .alle-icons {
    align-self: center;
    text-align: center; } }
@media screen and (max-width: 768px) {
  .alle-icons {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-top: 50px; } }
@media screen and (max-width: 576px) {
  .alle-icons {
    display: flex;
    flex-flow: column;
    justify-content: center; } }
.alle-icons .icon {
  padding-left: 45px;
  padding-right: 45px;
  color: #CC833F; }
.alle-icons .icon img {
  margin-right: 6px; }
@media screen and (max-width: 1260px) {
  .alle-icons .icon img {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    margin-bottom: 5px; } }
@media screen and (max-width: 992px) {
  .alle-icons .icon img {
    margin-right: 0px; } }
@media screen and (max-width: 576px) {
  .alle-icons .icon img {
    display: flex;
    flex-flow: column;
    align-content: center;
    align-self: center; } }
@media screen and (max-width: 768px) {
  .alle-icons .icon {
    margin-bottom: 20px; } }
@media screen and (max-width: 576px) {
  .alle-icons .icon {
    display: flex;
    flex-flow: column;
    align-content: center;
    align-self: center; }
  .alle-icons .icon:nth-of-type(2) {
    margin-top: 20px; }
  .alle-icons .icon:nth-of-type(3) {
    margin-top: 20px; } }
@media screen and (max-width: 1260px) {
  .alle-icons .icon {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center; } }

.line-icons {
  border-bottom: 1px solid #CC833F; }

.header .margin-bottom {
  padding-bottom: 5vw; }

.ce-headline-center {
  text-align: center; }

h2 {
  font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
  color: #E53526; }

a.red-button {
  padding: 4px 35px;
  transition: all .2s ease-in-out;
  background-color: #E53526;
  border: 1px solid #E53526;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  font-size: .9em;
  border: 1px solid #E53526;
  border-radius: 20px;
  padding: 7px 43px;
  margin-top: 70px;
  color: #E53526;
  line-height: 40px;
  background-color: transparent;
  transition: all .2s ease-in-out;
  width: auto;
  min-width: 130px;
  text-align: center; }
a.red-button:hover {
  border: 1px solid #E53526;
  background-color: #E53526;
  color: white; }

.frame-layout-4 {
  background-color: #fbf2eb;
  padding-bottom: 5vw; }
.frame-layout-4 h2 {
  color: #CC833F; }

.frame-layout-5 {
  background-color: #fcf8f5; }
.frame-layout-5 img {
  border-radius: 10px;
  margin-bottom: 15px; }
.frame-layout-5 .coffee-types p, .frame-layout-5 .coffee-types h1, .frame-layout-5 .coffee-types h2, .frame-layout-5 .coffee-types h3, .frame-layout-5 .coffee-types h4 {
  text-align: center;
  padding: 0px 2vw; }
.frame-layout-5 .coffee-types h1, .frame-layout-5 .coffee-types h2, .frame-layout-5 .coffee-types h3, .frame-layout-5 .coffee-types h4 {
  margin-top: .8vw;
  margin-bottom: .8vw;
  padding: 0px 3vw; }

.frame-layout-6 {
  background-color: #f1f0f0; }

.frame-layout-8 {
  background-color: #f5ece2; }

@media screen and (max-width: 768px) {
  .padding-for-containers {
    padding: 0px; } }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.image img {
  width: 100% !important;
  height: auto; }

.swiper {
  width: 100%;
  height: 400px;
  margin-bottom: 4vw;
  padding-bottom: 3vw; }
@media screen and (max-width: 992px) {
  .swiper {
    padding-bottom: 6vw; } }
@media screen and (max-width: 768px) {
  .swiper {
    padding-bottom: 8vw; } }
@media screen and (max-width: 576px) {
  .swiper {
    padding-bottom: 10vw; } }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flexus-slider {
  padding: 3vw;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px;
  height: 100%;
  border: 1px solid #CC833F;
  border-radius: 10px;
  margin: 100px; }
.flexus-slider p {
  margin-bottom: 0px; }
@media screen and (max-width: 768px) {
  .flexus-slider {
    margin: 50px; } }
@media screen and (max-width: 576px) {
  .flexus-slider {
    margin: 60px; } }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover; }

.swiper-pagination-bullet-active {
  background: #CC833F !important; }

.swiper-pagination-bullet {
  background: #CC833F !important; }

.flexus-slider p {
  font-size: 1em;
  font-size: 17px;
  padding: 0px 2vw; }

p strong {
  font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
  font-weight: bold; }

h4 {
  font-weight: 700;
  font-weight: bold;
  font-family: "Franklin Gothic Demi", Arial, Helvetica, sans-serif;
  color: #CC833F;
  font-size: 1.2em; }

.coffee-types {
  padding-bottom: 5rem; }
@media screen and (max-width: 576px) {
  .coffee-types {
    padding-bottom: 2rem; } }

.text-beige p {
  color: #CC833F; }

.padding-bottom-packaging .box-one {
  padding-bottom: 2vw; }

.padding-bottom-packaging {
  padding-bottom: 4vw; }
@media screen and (max-width: 576px) {
  .padding-bottom-packaging {
    padding-bottom: 12vw; } }

.frame-team-home img {
  width: 120px;
  height: 120px; }

.team-members a {
  color: #464e4f;
  text-decoration: none; }
.team-members a:hover {
  text-decoration: none;
  color: #464e4f;
  border-bottom: 1px solid #CC833F; }

.team-members img {
  width: 100%;
  height: auto; }

.image-swush {
  margin-bottom: 6vw; }
@media screen and (max-width: 768px) {
  .image-swush {
    margin-bottom: 10vw; } }
@media screen and (max-width: 576px) {
  .image-swush {
    margin-bottom: 13vw; } }

@media screen and (max-width: 768px) {
  footer p, footer ul li {
    text-align: center; } }

footer ul {
  padding-left: 0px; }

footer .d-flex.social {
  display: flex;
  flex-direction: row; }

footer .img-footer {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0px;
  padding-right: 0px; }
@media screen and (max-width: 768px) {
  footer .img-footer {
    width: 200px; } }
@media screen and (max-width: 576px) {
  footer .img-footer {
    padding-left: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 576px) {
  footer .images-footer img {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px; } }

footer .texte-haco-footer {
  margin-top: 20px;
  padding-bottom: 1.5vw; }
footer .texte-haco-footer .line {
  border-top: 1px solid #464e4f;
  padding-top: 20px; }
@media screen and (max-width: 576px) {
  footer .texte-haco-footer {
    padding-bottom: 5vw; } }

footer .p-no-margin-bottom p {
  margin-bottom: 0px; }

@media screen and (max-width: 768px) {
  footer .list-menu {
    padding-bottom: 6vw; } }

@media screen and (max-width: 768px) {
  footer .images-tell-me-baby-how-big-theyare {
    padding-bottom: 8vw; } }

footer .images-tell-me-baby-how-big-theyare .social {
  margin-top: 15px; }

footer .images-tell-me-baby-how-big-theyare img {
  width: 39px !important;
  margin-right: 15px; }

footer .middle-row-footer {
  padding-top: 1vw;
  padding-bottom: 3vw; }
@media screen and (max-width: 992px) {
  footer .middle-row-footer {
    padding-top: 4vw;
    padding-bottom: 6vw; } }
@media screen and (max-width: 576px) {
  footer .middle-row-footer {
    padding-top: 5vw;
    padding-bottom: 6vw; } }

footer .list-menu ul {
  list-style-type: none;
  transition: all 0.3s ease-in-out; }
footer .list-menu ul li {
  transition: all 0.3s ease-in-out; }
footer .list-menu ul a {
  color: #464e4f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 3px;
  display: inline-block;
  border-bottom: 1px solid transparent; }
footer .list-menu ul a:hover {
  color: #464e4f;
  text-decoration: none;
  border-bottom: 1px solid #464e4f; }

footer .list-menu a {
  color: #464e4f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-top: 3px;
  display: inline-block;
  border-bottom: 1px solid transparent; }
footer .list-menu a:hover {
  color: #464e4f;
  text-decoration: none;
  border-bottom: 1px solid #464e4f; }

@media screen and (max-width: 576px) {
  footer .images-tell-me-baby-how-big-theyare img {
    margin-right: 8px;
    margin-left: 8px; } }

@media screen and (max-width: 992px) {
  footer .d-flex.social {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-self: start; } }

@media screen and (max-width: 768px) {
  footer .d-flex.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center; } }

.powermail_fieldwrap_type_input, .powermail_fieldwrap_type_textarea {
  position: relative; }

label {
  position: absolute;
  top: 23px;
  left: 33px;
  font-size: 1em;
  font-weight: 200;
  color: #3f4f47;
  transition: all 0.5s ease;
  pointer-events: none; }
@media screen and (max-width: 576px) {
  label {
    left: 15px; } }

@media screen and (max-width: 576px) {
  nav .container.px-0 {
    padding-right: 15px !important;
    padding-left: 15px !important; } }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow .15s ease-in-out; }

.navbar-light .navbar-toggler {
  color: white;
  border-color: transparent; }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: black;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: black;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.is-active .navbar-toggler {
  color: white;
  border-color: transparent; }

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none; }

@media screen and (max-width: 992px) {
  .frame-indent {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 768px) {
  .frame-indent {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 576px) {
  .frame-indent {
    margin-left: 15px;
    margin-right: 15px; } }

label.col-sm-2 {
  width: 100%; }
@media screen and (max-width: 576px) {
  label.col-sm-2 {
    width: 80%; } }

input[type='text'], input[type='tel'], input[type='email'], textarea {
  padding: 32px 0px 12px 20px; }

#c68 p {
  font-size: 14px; }

.texte-haco-footer p a,
.texte-haco-footer div,
.texte-haco-footer p {
  font-size: 14px; }
@media screen and (max-width: 768px) {
  .texte-haco-footer p a,
  .texte-haco-footer div,
  .texte-haco-footer p {
    text-align: center; } }

img.logo-haco-footer {
  width: 220px;
  margin-bottom: 4px; }
@media screen and (max-width: 992px) {
  img.logo-haco-footer {
    width: 100%; } }
@media screen and (max-width: 768px) {
  img.logo-haco-footer {
    width: 200px; } }

a.no-border {
  text-decoration: none;
  border-bottom: 1px solid transparent; }
a.no-border:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent; }

footer .list-menu a.no-border:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent; }
footer .list-menu a.no-border:hover:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent; }

footer a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #464e4f; }
footer a:hover {
  text-decoration: none;
  color: #464e4f;
  border-bottom: 1px solid #464e4f; }

@media screen and (max-width: 576px) {
  .frame-space-after-large {
    margin-bottom: 4em; } }

@media screen and (max-width: 576px) {
  .frame-space-before-extra-large {
    margin-top: 4.5em; } }

@media screen and (max-width: 992px) {
  .coffee-types .coffee-one {
    margin-bottom: 1.3em; } }

@media screen and (max-width: 768px) {
  .coffee-types .coffee-one {
    margin-bottom: 1.5em; } }

@media screen and (max-width: 576px) {
  .coffee-types .coffee-one {
    margin-bottom: 2em; } }

@media screen and (max-width: 576px) {
  .sample-box {
    margin-bottom: 0px; } }

.sample-box {
  padding-top: 2vw;
  padding-bottom: 2vw; }
@media screen and (max-width: 992px) {
  .sample-box {
    padding-top: 6vw;
    padding-bottom: 6vw; } }
@media screen and (max-width: 576px) {
  .sample-box {
    padding-top: 9vw;
    padding-bottom: 4vw; } }
@media screen and (max-width: 768px) {
  .sample-box p, .sample-box a, .sample-box h1, .sample-box h2, .sample-box h3, .sample-box h4, .sample-box h5 {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .sample-box {
    padding-top: 7vw; } }

.coffee-types a {
  padding: 7px 35px; }

#c36 img {
  margin-bottom: 3vw; }

.padding-top-header-container {
  padding-top: 6vw; }
@media screen and (max-width: 992px) {
  .padding-top-header-container {
    padding-top: 240px;
    padding-top: 40px;
  } }
@media screen and (max-width: 768px) {
  .padding-top-header-container {
    padding-top: 240px;
    padding-top: 40px;
  } }
@media screen and (max-width: 576px) {
  .padding-top-header-container {
    padding-top: 40px;
  }
  .padding-top-header-container-big {
    padding-top: 240px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #CC833F; }

div.image-home {
  position: relative; }
div.image-home .button {
  position: absolute;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  bottom: 40px;
  animation: pulsehome 2s linear infinite;
  cursor: pointer; }

@keyframes pulsehome {
  0%, 100% {
    bottom: 50px; }
  50% {
    bottom: 80px; } }

.sticky {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  padding: 0px;
  background-color: white;
  transition: top 0.3s; }

.nav-link.active {
  color: #E53526 !important; }

.fixed {
  position: fixed;
  height: 68px;
  top: 0px;
  width: 100%;
  display: block;
  transition: top 0.3s; }

/* Space */
/* Space */
.frame-space-before-extra-small {
  margin-top: 0px; }

.frame-space-before-extra-small {
  padding-top: 1em; }

.frame-space-before-small {
  margin-top: 0px; }

.frame-space-before-small {
  padding-top: 2em; }

.frame-space-before-medium {
  margin-top: 0px; }

.frame-space-before-medium {
  padding-top: 3em; }

.frame-space-before-large {
  margin-top: 0px; }

.frame-space-before-large {
  padding-top: 4em; }

.frame-space-before-extra-large {
  margin-top: 0px; }

.frame-space-before-extra-large {
  padding-top: 5em; }

.frame-space-after-extra-small {
  margin-bottom: 0px; }

.frame-space-after-extra-small {
  padding-bottom: 1em; }

.frame-space-after-small {
  margin-bottom: 0px; }

.frame-space-after-small {
  padding-bottom: 2em; }

.frame-space-after-medium {
  margin-bottom: 0px; }

.frame-space-after-medium {
  padding-bottom: 3em; }

.frame-space-after-large {
  margin-bottom: 0px; }

.frame-space-after-large {
  padding-bottom: 4em; }

.frame-space-after-extra-large {
  margin-bottom: 0px; }

.frame-space-after-extra-large {
  padding-bottom: 5em; }

@media screen and (max-width: 992px) {
  .navbar-nav {
    padding-top: 30px; } }

@media screen and (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
    align-self: center;
    font-size: 21px; } }

@media screen and (max-width: 992px) {
  .nav-item:last-of-type {
    padding-bottom: 30px; } }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.text-coffee-type {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column; }

.button-coffee-type {
  bottom: 3px;
  width: 100%; }

.modal-header {
  border-bottom: 1px solid transparent; }

.modal-content {
  background-color: #fcf8f5; }
.modal-content img {
  margin-bottom: 0px; }

#c33 img {
  transition: all 0.3s ease-in-out; }
#c33 img:hover {
  transform: scale(1.07); }

.swiper-button-next, .swiper-button-prev {
  background-color: #fcf8f5;
  width: 60px;
  height: 60px;
  border-radius: 50px; }
@media screen and (max-width: 576px) {
  .swiper-button-next, .swiper-button-prev {
    width: 47px;
    height: 47px; } }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 27px; }
@media screen and (max-width: 576px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 21px; } }

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -30px; } }

@media screen and (max-width: 576px) {
  .swiper-button-next {
    right: 0px; } }

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -30px; } }

@media screen and (max-width: 576px) {
  .swiper-button-prev {
    left: 0px; } }

/*# sourceMappingURL=app.css.map */