/* Click submenus */
.clicky-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Raleway, sans-serif;
}

.clicky-menu > li {
  position: relative;
}

.clicky-menu > li > button {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
}

.clicky-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 100%;
  padding: 10px 20px;
  list-style: none;
  background-color: #DDD;
}

.clicky-menu ul[aria-hidden=false] {
  position: static;
  width: 100%;
  flex: 0 0 auto;
  visibility: visible;
}

.clicky-menu ul a {
  display: block;
  border-bottom: 1px solid #CECECE;
  padding: 16px 0;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}

.clicky-menu ul a:hover,
.clicky-menu ul a:focus,
.clicky-menu ul a.current,
.nav-link:hover,
.nav-link.w--current,
.nav-link.w--current:hover {
  color: #333;
  text-decoration: underline;
}

.clicky-menu ul li:last-child a {
  border-bottom: none;
}

svg[hidden] {
  display: none;
  position: absolute;
}

.clicky-menu svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}

.clicky-menu [aria-expanded=true] svg {
  transform: scaleY(-1);
}

.clicky-menu.no-js li:hover > ul {
  visibility: visible;
}

.clicky-menu.no-js li:focus-within > ul {
  visibility: visible;
}

@media (min-width: 992px) {
  .clicky-menu {
    display: flex;
  }
  
  .clicky-menu ul {
    padding: 10px 24px;
    margin-top: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  }
  
  .clicky-menu ul a {
    font-size: 18px;
    text-transform: none;
  }
  
  .clicky-menu ul[aria-hidden=false] {
    position: absolute;
    width: auto;
  }
  
  .clicky-menu ul a:hover,
  .clicky-menu ul a:focus,
  .clicky-menu ul a.current,
  .nav-link.w--current,
  .nav-link.w--current:hover {
    color: #abb200;
    text-decoration: none;
  }
  
  .nav-link:hover {
    background-color: #000;
    color: #abb200;
    text-decoration: none;
  }
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  font-family: Raleway, sans-serif;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar {
  padding-top: 0px;
  margin: 15px 0 25px;
  background-color: #fff;
}

.columns {
  width: 80%;
}

.div-block {
  display: none;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.blocksocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-left: 0px;
}

.langue {
  margin-top: 7px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.body {
  text-align: center;
}

.sectionheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.07))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.47)), to(hsla(0, 0%, 100%, 0.47))), url('../images/Image-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.47), hsla(0, 0%, 100%, 0.47)), url('../images/Image-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-24 {
  padding: 75px 75px 50px;
}

.text-block-2 {
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.blockimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image1 {
  width: 33.33333%;
  height: 300px;
  background-image: url('../images/kusmayadi-sasmitha-D1qP82AevMA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image1.homepage {
  width: 33.33333%;
  background-image: url('../images/819.png');
}

.image2 {
  width: 25%;
  height: 300px;
  background-image: url('../images/littlegirltree.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image2.homepage2 {
  width: 33.33333333%;
  background-image: url('../images/client-1.jpg');
  background-size: cover;
}

.image3 {
  width: 33.333333%;
  height: 300px;
  background-image: url('../images/Webp.net-resizeimage---2019-07-02T151332.716.jpg');
  background-position: 90% 50%;
  background-size: cover;
}

.image3.homepageimage3 {
  width: 33.333333%;
  background-image: url('../images/instabarista.png');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-45 {
  width: 33.3333333%;
  height: 300px;
  background-image: url('../images/Webp.net-resizeimage---2019-07-04T132123.802.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-25 {
  padding: 50px 75px 100px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
}

.italic-text {
  color: #000;
  font-size: 25px;
  font-weight: 300;
}

.text-span-39 {
  color: #000;
}

.soustitre {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.soustitre.middle {
  margin-bottom: 50px;
  text-align: center;
}

.paragraph-10 {
  margin-top: 25px;
  padding-right: 100px;
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: left;
}

.paragraph-10.centered {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 0px;
  text-align: left;
}

.barrecafe {
  width: 350px;
  height: 12px;
  margin-top: 0px;
  background-color: #43230a;
}

.barrecafe.cups {
  border: 1px solid #000;
  background-color: #fff;
}

.barrecafe.cafe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 325px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.text-block-6._2.recyclage {
  margin-top: 25px;
}

.text-block-7 {
  width: auto;
  margin-bottom: 5px;
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  text-align: left;
}

.image-3 {
  margin-bottom: 5px;
  margin-left: 5px;
}

.bold-text-2 {
  color: #000;
}

.text-block-8 {
  margin-top: 50px;
  margin-bottom: 75px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 25px;
  font-style: italic;
  font-weight: 300;
}

.text-block-8.apropros {
  margin-bottom: 50px;
}

.section-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2 {
  margin-left: 15px;
}

.image-4 {
  margin-bottom: 25px;
}

.form-block {
  width: 50%;
  margin-top: 0px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 50px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px 3px;
  border-color: #000 rgba(67, 35, 10, 0.31);
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.8) 52%, transparent 76%), url('../images/IMG-6070.JPG');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.submit-button {
  margin-top: 25px;
  background-color: #333;
}

.submit-button:hover {
  background-color: #abb200;
}

.tagform {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-align: left;
}

.column-71 {
  padding-left: 0px;
}

.column-72 {
  padding-right: 0px;
}

.form {
  text-align: left;
}

.text-block-10 {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.bold-text-4 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
}

.column-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-11 {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-span-42 {
  color: #fff;
  font-weight: 700;
}

.text-block-11 {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.text-span-43 {
  color: #fff;
  font-weight: 700;
}

.image-5 {
  margin-right: 5px;
}

.image-6 {
  margin-left: 5px;
}

.div-block-50 {
  margin-top: 20px;
}

.sectionqualite {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 25px;
}

.section-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-28.propos {
  height: 700px;
}

.leftblock {
  width: 50%;
  height: 100%;
  background-image: url('../images/www.instabarista.com868fb8059da4989e2732942dea54ef7d372ca2e3dmv2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.leftblock.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/About-us.JPG');
  background-position: 50% 0%;
  background-size: cover;
}

.rightblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 50px 250px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/coffee_beans_PNG9271.png');
  background-position: 100% 50%;
  background-size: 200px;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.rightblock.propos {
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  background-position: 130% 50%;
}

.text-block-13 {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.text-block-13.l {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-14 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: center;
  text-transform: none;
}

.text-block-14.produits {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.paragraph-13 {
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  color: #000;
}

.button-9 {
  margin-top: 15px;
  background-color: #333;
  cursor: pointer;
}

.button-9:hover {
  background-color: #abb200;
}

.machinesv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  padding: 100px 0px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.gauche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  height: auto;
  padding: 24px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.middleblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  height: auto;
  padding: 24px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #CECECE !important;
  border-left: 1px solid #CECECE !important;
}

.blocdroit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333%;
  height: auto;
  padding: 24px 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-16 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  color: #abb200;
  font-size: 16px;
  font-weight: 700;
}

.section-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 110px 75px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 40px;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-53.listitem {
  margin-top: 15px;
}

.text-block-17 {
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.9);
}

.columns-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-18 {
  margin-top: 7px;
  margin-right: 5px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.div-block-56 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-34 {
  padding: 100px 75px;
}

.paragraph-15 {
  width: 550px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: center;
}

.hero-buttons-wrapper {
  margin-top: 25px;
}

.button-4 {
  margin-top: 10px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.button-4:hover {
  background-color: #abb200;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.button-4.soloaboutus {
  margin-top: 50px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}

.hero-title.word {
  display: inline-block;
  margin-right: 14px;
  font-family: Raleway, sans-serif;
  font-size: 58px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

.hero-title.word._1 {
  margin-top: 5px;
  font-weight: 500;
  text-shadow: 0 0 6px #000;
}

.hero-text-block {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  margin-top: 0px;
}

.newsletterblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 75px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-bottom: 1px none #000;
}

.text-block-20 {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

.paragraph-16 {
  text-align: left;
}

.paragraph-16.textinfolettre {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 250px;
  margin-right: 10px;
  margin-bottom: 0px;
  text-align: left;
}

.column-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  padding-left: 5px;
  border: 1px none #000;
  background-color: transparent;
  font-family: Raleway, sans-serif;
}

.submit-button-2:hover {
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.paragraph-5 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  text-align: left;
}

.container-6 {
  position: relative;
  z-index: 10000;
  text-align: center;
}

.info-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: normal;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.section-title.center {
  text-align: center;
}

.section-title.solo {
  margin-bottom: 25px;
}

.section-title.titremachine {
  margin-top: 20px;
}

.section-title.aiva {
  margin-top: 20px;
}

.section-title.joey {
  margin-top: 20px;
}

.section-title.blogtext {
  text-align: center;
}

.section-title.centered {
  text-align: center;
}

.section-title.sololo.l {
  text-align: center;
}

.section-title.middlesolo {
  text-align: center;
}

.section-title.onsite {
  text-align: center;
}

.section-title.titleblog {
  text-align: center;
}

.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}

.photo-section-overlay {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.photo-section-overlay.avantageproduit {
  height: 70vh;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #000;
}

.photo-section-overlay.avantageproduit.desktop {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.column-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.column-title.subtitle {
  margin-bottom: 12px;
  color: #abb200;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}

.column-title.solo {
  color: #000;
}

.check-list-item {
  margin-bottom: 10px;
}

.check-list {
  margin-top: 25px;
}

.check-list-icon {
  width: 20px;
  margin-right: 13px;
  float: left;
}

.column-right.thankyou {
  height: 100%;
}

.section-divider-line-2 {
  display: inline-block;
  width: 175px;
  height: 2px;
  background-color: #abb200;
}

.column-left {
  padding-right: 90px;
}

.checklist-title {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #26acc7;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #383838;
}

.button.dark {
  background-color: #43230a;
}

.button.dark:hover {
  background-color: rgba(67, 35, 10, 0.72);
}

.button.dark.special {
  background-color: #abb200;
}

.button.dark.special:hover {
  background-color: #fff;
  color: #000;
}

.column-title-block {
  margin-bottom: 21px;
}

.bold-text-8 {
  color: #abb200;
}

.check-list-block {
  padding: 35px;
  border-radius: 3px;
  background-color: #fff;
  color: #fff;
}

.paragraph-17 {
  font-family: Raleway, sans-serif;
}

.features-block {
  position: relative;
  padding-top: 4px;
  padding-left: 44px;
}

.feature-paragraph {
  font-family: Raleway, sans-serif;
  color: rgba(0, 0, 0, 0.77);
  text-align: left;
}

.feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  opacity: 0.3;
}

.content-features-row {
  margin-top: 75px;
}

.content-features-row._2 {
  margin-top: 30px;
}

.content-features-column {
  padding-right: 15px;
}

.feature-block-title {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
}

.barreinterieur {
  width: 5%;
  height: 12px;
  background-color: #abb200;
}

.div-block-57 {
  width: 5%;
  height: 10px;
  background-color: #abb200;
}

.facts-section {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #000;
}

.facts-column {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c1c1c;
  text-align: center;
}

.facts-column:hover {
  color: #e31064;
}

.facts-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 38px;
  font-weight: 900;
}

.facts-title.description {
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-block-16 {
  margin-top: 5px;
}

.text-block-76 {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.78);
  cursor: pointer;
}

.text-block-76:hover {
  color: #fff;
}

.text-block-76.madeby {
  display: inline-block;
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: right;
}

.image-19 {
  margin-bottom: 2px;
  margin-left: 2px;
}

.column-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-9 {
  width: auto;
  height: auto;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

.html-embed-10 {
  width: auto;
  height: auto;
  margin-bottom: 3px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  text-align: right;
}

.image-20 {
  margin-top: 15px;
}

.div-block-193 {
  width: 100%;
  height: 3px;
}

.bold-text-9 {
  color: #abb200;
}

.bold-text-10 {
  color: #abb200;
}

.bold-text-11 {
  color: #abb200;
}

.div-block-194 {
  text-align: center;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #000;
  cursor: pointer;
}

.imagestatic {
  margin-top: -5px;
  margin-right: 2px;
}

.imagehover {
  display: none;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/coffeee.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-197 {
  width: 50%;
  height: auto;
  padding: 50px;
  background-color: hsla(0, 0%, 100%, 0.88);
}

.paragraph-19 {
  font-family: Raleway, sans-serif;
  color: #000;
}

.text-span-44 {
  color: #abb200;
  font-weight: 800;
}

.bold-text-12 {
  color: #abb200;
}

.paragraph-20 {
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #000;
}

.div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  margin-right: 20px;
  margin-left: 20px;
}

.bold-text-13 {
  color: #abb200;
}

.bold-text-14 {
  color: #abb200;
}

.bold-text-15 {
  color: #abb200;
}

.bold-text-16 {
  color: #abb200;
}

.text-block-77 {
  font-family: Raleway, sans-serif;
}

.link-block-17 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
  font-family: Raleway, sans-serif;
  color: #000;
}

.link-block-18 {
  text-decoration: none;
}

.link-block-19 {
  text-decoration: none;
}

.text-span-46 {
  color: #abb200;
  font-size: 25px;
  font-style: italic;
}

.bold-text-17 {
  color: #abb200;
}

.bold-text-18 {
  color: #abb200;
}

.bold-text-19 {
  color: #abb200;
}

.bold-text-20 {
  color: #abb200;
}

.bold-text-21 {
  color: #abb200;
}

.bold-text-22 {
  color: #abb200;
}

.bold-text-23 {
  color: #abb200;
}

.bold-text-24 {
  color: #abb200;
}

.div-block-199 {
  padding: 50px 75px;
  background-color: #000;
}

.div-block-200 {
  display: none;
}

.text-block-79 {
  font-family: Raleway, sans-serif;
}

.text-block-80 {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.success-message {
  background-color: #000;
}

.bold-text-25 {
  color: #abb200;
}

.bold-text-26 {
  color: #abb200;
}

.bold-text-27 {
  color: #abb200;
}

.bold-text-28 {
  color: #abb200;
}

.text-span-47 {
  color: #abb200;
  font-weight: 700;
}

.text-span-48 {
  color: #abb200;
  font-weight: 700;
}

.bold-text-29 {
  color: #abb200;
}

.text-span-49 {
  color: #abb200;
  font-weight: 700;
}

.bold-text-30 {
  color: #abb200;
}

.bold-text-31 {
  color: #abb200;
}

.text-span-50 {
  color: #abb200;
  font-weight: 700;
}

.bold-text-32 {
  color: #abb200;
}

.text-span-51 {
  color: #abb200;
  font-weight: 700;
}

.grid-3 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-35 {
  padding: 50px 75px 75px;
}

.section-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-36._1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-82 {
  margin-top: 5px;
  font-family: Raleway, sans-serif;
}

.image-34 {
  margin-top: 25px;
}

.text-block-83 {
  width: 700px;
  margin-top: 25px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  text-align: center;
}

.button-10 {
  margin-top: 25px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.button-10:hover {
  background-color: #abb200;
}

.section-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-22 {
  width: 800px;
  font-family: Raleway, sans-serif;
}

.paragraph-22._2 {
  margin-top: 0px;
}

.paragraph-22._2.special {
  margin-top: 25px;
}

.paragraph-22._2.special.solo {
  width: 800px;
}

.paragraph-22._2.special.solo.side {
  width: auto;
}

.paragraph-22._2.special.solo.spec {
  margin-top: 0px;
}

.paragraph-22._2.special.solo.speciall {
  width: auto;
}

.paragraph-22._2.special.solo.par {
  margin-bottom: 0px;
}

.paragraph-22._2.special.solo.sololo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-22._2.special.solo.partab {
  width: auto;
  margin-top: 0px;
}

.paragraph-22._2.solothing {
  margin-top: 25px;
}

.paragraph-22._2.speciall {
  width: auto;
}

.paragraph-22._2.speciall.llll {
  margin-bottom: 0px;
}

.paragraph-22._2.par {
  margin-bottom: 0px;
}

.paragraph-22.auto {
  text-align: center;
}

.image-35 {
  margin-top: 25px;
}

.text-block-84 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-block-84._2 {
  margin-top: 25px;
}

.text-block-84._2.special {
  margin-top: 35px;
}

.text-block-84.spec {
  margin-top: 25px;
}

.text-block-84.spec.no25 {
  margin-top: 0px;
}

.text-block-84.sppc {
  margin-top: 25px;
}

.bold-text-34 {
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.text-span-52 {
  color: #000;
  font-size: 22px;
}

.div-block-201 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-35 {
  color: #abb200;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #abb200;
  text-decoration: none;
}

.link-3 {
  color: #abb200;
}

.merci.thanks {
  padding-right: 0px;
}

.column-title-2 {
  margin-top: 0px;
  margin-bottom: 6px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}

.column-title-2.merci {
  margin-top: 10px;
}

.slide {
  background-image: url('../images/fffc5286e439288c840bfbb110bdd83d.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  display: none;
}

.container-4 {
  margin-top: -50px;
}

.slide-nav {
  display: none;
}

.icon-3 {
  display: none;
}

.slider-2 {
  width: 100%;
  height: 300px;
}

.success-message-2 {
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.success-message-3 {
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.success-message-4 {
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.success-message-5 {
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.success-message-6 {
  background-color: #000;
  color: #fff;
}

.bold-text-36 {
  color: #abb200;
}

.italic-text-2 {
  color: #abb200;
}

.text-span-53 {
  color: #abb200;
  font-style: italic;
}

.text-span-54 {
  color: #abb200;
  font-weight: 700;
}

.text-span-55 {
  color: #abb200;
  font-style: italic;
}

.text-span-56 {
  color: #abb200;
  font-weight: 700;
}

.italic-text-3 {
  color: #abb200;
}

.text-span-57 {
  color: #abb200;
  font-weight: 700;
}

.bold-text-37 {
  color: #abb200;
}

.div-block-202 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-20 {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
  color: #abb200;
  font-style: italic;
  text-decoration: none;
}

.div-block-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-58 {
  color: #abb200;
  font-weight: 700;
}

.text-span-59 {
  color: #000;
  font-weight: 700;
}

.text-block-86 {
  margin-bottom: 50px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.shareblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-4 {
  color: #abb200;
  font-weight: 700;
}

.link-5 {
  color: #abb200;
  font-weight: 700;
}

.link-6 {
  color: #abb200;
  font-weight: 700;
}

.link-7 {
  color: #abb200;
  font-weight: 700;
}

.link-8 {
  color: #abb200;
  font-weight: 700;
}

.link-9 {
  color: #abb200;
  font-weight: 700;
}

.link-10 {
  color: #abb200;
  font-weight: 700;
}

.link-11 {
  color: #abb200;
  font-weight: 700;
}

.link-12 {
  color: #abb200;
  font-weight: 700;
}

.heading {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  font-weight: 600;
}

.facebook {
  padding-left: 0px;
}

.bold-text-38 {
  color: #abb200;
}

.bold-text-39 {
  color: #abb200;
}

.text-span-60 {
  font-weight: 700;
}

.text-span-61 {
  color: #abb200;
  font-weight: 700;
}

.text-span-62 {
  color: #abb200;
  font-weight: 700;
}

.text-span-63 {
  color: #abb200;
  font-weight: 700;
}

.text-span-64 {
  color: #abb200;
  font-weight: 700;
}

.text-span-65 {
  color: #abb200;
  font-weight: 700;
}

.text-span-66 {
  color: #abb200;
  font-weight: 700;
}

.youtube {
  display: none;
}

.youtube-2 {
  display: none;
}

.image-36 {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.columns-24 {
  width: 100%;
}

.column-83 {
  padding-top: 20px;
  text-align: right;
}

.lightbox-link {
  margin-top: 15px;
}

.youtube-3 {
  margin-top: 15px;
}

.columns-25 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.columns-26 {
  width: 800px;
  margin-top: 25px;
}

.column-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-85 {
  padding-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-85.solo {
  padding-top: 0px;
}

.columns-27 {
  width: 100%;
}

.image-37 {
  margin-left: 20px;
}

.image-38 {
  margin-left: 20px;
}

.columns-28 {
  width: 800px;
  margin-top: 25px;
}

.columns-28.fix {
  margin-bottom: 25px;
}

.columns-28.no25 {
  margin-top: 0px;
  margin-bottom: 25px;
}

.column-86 {
  padding-left: 0px;
}

.image-39 {
  margin-top: 25px;
}

.bold-text-40 {
  color: #000;
}

.bold-text-41 {
  color: #000;
}

.bold-text-42 {
  color: #000;
}

.bold-text-43 {
  color: #000;
}

.bold-text-44 {
  color: #000;
}

.bold-text-45 {
  color: #000;
}

.bold-text-46 {
  color: #000;
}

.bold-text-47 {
  color: #000;
}

.bold-text-48 {
  color: #000;
}

.bold-text-49 {
  color: #000;
}

.bold-text-50 {
  color: #000;
}

.bold-text-51 {
  color: #000;
}

.bold-text-52 {
  color: #000;
}

.bold-text-53 {
  color: #000;
}

.bold-text-54 {
  color: #000;
}

.bold-text-55 {
  color: #000;
}

.bold-text-56 {
  color: #000;
}

.bold-text-57 {
  color: #000;
}

.bold-text-58 {
  color: #000;
}

.bold-text-59 {
  color: #000;
}

.bold-text-60 {
  color: #000;
}

html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

@media (max-width: 991px) {
  .section-24 {
    padding: 100px 25px 50px;
  }
  .text-block-2 {
    text-align: center;
  }
  .section-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-10 {
    padding-right: 0px;
  }
  .paragraph-10.centered {
    text-align: center;
  }
  .column-70 {
    padding-top: 0px;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-49 {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-4 {
    font-size: 12px;
  }
  .text-block-11 {
    margin-top: 0px;
    font-size: 12px;
  }
  .section-28.propos {
    height: 800px;
  }
  .leftblock.team {
    background-position: 0% 0%;
  }
  .rightblock {
    padding-right: 50px;
    background-image: none;
  }
  .rightblock.propos {
    padding-right: 50px;
    padding-left: 20px;
  }
  .paragraph-13 {
    font-size: 13px;
  }
  .button-9 {
    margin-top: 15px;
  }
  .gauche {
    padding: 24px 0;
  }
  .middleblock {
    padding: 24px 0;
    border: none !important;
  }
  .blocdroit {
    padding: 24px 0;
  }
  .section-30 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-53 {
    margin-top: 25px;
  }
  .hero-title {
    font-size: 17px;
  }
  .hero-title.word {
    font-size: 47px;
  }
  .hero-text-block {
    width: 400px;
  }
  .newsletterblock {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-78 {
    height: 150px;
  }
  .info-column-left {
    margin-top: 0px;
    padding-right: 50px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .photo-section-overlay {
    padding: 90px 45px;
  }
  .photo-section-overlay.avantageproduit.desktop {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block {
    padding: 25px;
  }
  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .facts-title.description {
    font-size: 16px;
  }
  .link-block-18 {
    font-size: 12px;
  }
  .div-block-199 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section-37 {
    width: auto;
  }
  .contentblock {
    width: 100%;
  }
  .paragraph-22 {
    width: auto;
  }
  .paragraph-22._2.special.solo {
    width: auto;
  }
  .slider-2 {
    display: block;
  }
  .div-block-17 {
    text-align: center;
  }
  .youtube {
    display: none;
  }
  .youtube-2 {
    display: none;
  }
  .columns-26 {
    width: 100%;
  }
  .columns-28 {
    width: auto;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .section-28.propos {
    height: 900px;
  }
  .rightblock.propos {
    padding-right: 20px;
  }
  .hero-buttons-wrapper {
    margin-top: 16px;
  }
  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }
  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }
  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-text-block {
    width: 100%;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .photo-section-overlay {
    padding: 25px;
  }
  .column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .facts-section {
    padding: 25px;
  }
  .facts-column {
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 0px;
    text-align: left;
  }
  .facts-title {
    display: inline-block;
    width: 150px;
    margin-right: 22px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
    float: left;
    border-radius: 2px;
    background-color: #292828;
    color: #fff;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }
  .facts-title.description {
    width: auto;
    margin-top: 7px;
    margin-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .image-34 {
    height: 300px;
  }
  .text-block-83 {
    width: auto;
  }
  .column-title-2 {
    font-size: 6vw;
    line-height: 6vw;
  }
  .facebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .linkedin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-23.solosave {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .sectionheader {
    height: 400px;
  }
  .container-2 {
    padding-bottom: 0px;
  }
  .section-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blockimage {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image1 {
    width: 100%;
    height: 200px;
  }
  .image1.homepage {
    width: 100%;
  }
  .image2.homepage2 {
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
  }
  .image3 {
    width: 100%;
    height: 200px;
  }
  .image3.homepageimage3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 40% 50%;
  }
  .div-block-45 {
    width: 100%;
    height: 200px;
  }
  .section-25 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-47 {
    padding: 25px 15px;
  }
  .text-block-5 {
    margin-top: 10px;
  }
  .paragraph-10.centered {
    width: 90%;
  }
  .barrecafe.cups {
    width: 250px;
  }
  .barrecafe.cafe {
    width: 250px;
  }
  .text-block-6 {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-6._2.recyclage {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-7 {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .image-3 {
    display: none;
  }
  .text-block-8 {
    margin-top: 0px;
    margin-bottom: 75px;
  }
  .text-block-8.apropros {
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
    line-height: 30px;
  }
  .div-block-49 {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 0px 0px, 70% 50%;
  }
  .column-71 {
    padding-right: 0px;
  }
  .column-72 {
    padding-left: 0px;
  }
  .column-73 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .column-74 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-50 {
    margin-top: 10px;
  }
  .section-28 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-28.propos {
    height: auto;
  }
  .leftblock {
    width: 100%;
    height: 300px;
  }
  .leftblock.team {
    height: 300px;
  }
  .rightblock {
    width: 100%;
    padding: 50px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rightblock.propos {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-14.produits {
    color: #abb200;
    text-align: center;
  }
  .paragraph-13 {
    margin-bottom: 5px;
    text-align: center;
  }
  .machinesv1 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gauche {
    width: 100%;
    padding: 50px 25px;
  }
  .middleblock {
    width: 100%;
    padding: 50px 25px;
    border-right-style: none;
    border-left-style: none;
  }
  .blocdroit {
    width: 100%;
    padding: 50px 25px 100px;
  }
  .section-30 {
    padding: 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-53 {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-53.listitem {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-17 {
    margin-left: 0px;
    text-align: center;
  }
  .column-75 {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-76 {
    padding-right: 0px;
  }
  .section-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-15 {
    width: auto;
  }
  .button-4 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .button-4:hover {
    background-color: #abb200;
  }
  .button-4.soloaboutus {
    margin-top: 35px;
    background-color: #000;
  }
  .button-4.soloaboutus:hover {
    background-color: #abb200;
  }
  .hero-title {
    font-size: 16px;
    line-height: 12px;
  }
  .hero-title.word {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-title.word._1 {
    font-size: 30px;
    line-height: 30px;
  }
  .column-16 {
    padding-top: 0px;
  }
  .hero-text-block {
    width: 100%;
  }
  .newsletterblock {
    display: none;
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .globalnewletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button-2:hover {
    background-color: transparent;
  }
  .paragraph-5 {
    margin-top: 20px;
    text-align: center;
  }
  .info-column-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .photo-section-overlay.avantageproduit.desktop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .photo-section-overlay.avantageproduit.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .photo-section-overlay.avantageproduit.mobile.solonewsletter {
    height: 70vh;
  }
  .column-title.subtitle {
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 6vw;
  }
  .check-list-item {
    margin-bottom: 7px;
  }
  .check-list-icon {
    width: 18px;
  }
  .checklist-title {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
  .button.dark.special {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #abb200;
  }
  .column-title-block {
    margin-bottom: 14px;
  }
  .features-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .facts-section {
    padding: 40px 10px;
  }
  .facts-column {
    padding-right: 0px;
  }
  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }
  .facts-title.description {
    float: left;
    font-size: 14px;
  }
  .column-14 {
    padding-left: 0px;
  }
  .link-block-16 {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-76 {
    text-align: center;
  }
  .column-80 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .html-embed-9 {
    margin-bottom: 9px;
    font-size: 20px;
  }
  .html-embed-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-196 {
    height: auto;
  }
  .div-block-197 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    background-color: hsla(0, 0%, 100%, 0.69);
  }
  .div-block-199 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-82 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-78 {
    margin-bottom: 10px;
    font-family: Raleway, sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }
  .paragraph-21 {
    margin-bottom: 20px;
    font-family: Raleway, sans-serif;
  }
  .div-block-200 {
    display: block;
    padding: 50px 20px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #000;
  }
  .image-22 {
    margin-bottom: 10px;
  }
  .image-23 {
    margin-bottom: 10px;
  }
  .image-24 {
    margin-bottom: 10px;
  }
  .image-25 {
    margin-bottom: 10px;
  }
  .image-26 {
    margin-bottom: 10px;
  }
  .image-27 {
    margin-bottom: 10px;
  }
  .image-28 {
    margin-bottom: 10px;
  }
  .image-29 {
    margin-bottom: 10px;
  }
  .image-30 {
    margin-bottom: 10px;
  }
  .image-31 {
    margin-bottom: 10px;
  }
  .image-32 {
    margin-bottom: 10px;
  }
  .image-33 {
    margin-top: 10px;
  }
  .section-35 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-36 {
    padding: 50px 15px;
  }
  .section-36._1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-82 {
    text-align: center;
  }
  .image-34 {
    height: 250px;
  }
  .text-block-83 {
    width: auto;
  }
  .section-37 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .contentblock {
    width: 100%;
  }
  .paragraph-22 {
    width: auto;
  }
  .paragraph-22._2.special.solo {
    width: auto;
  }
  .column-title-2.merci {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .paragraph-6 {
    text-align: center;
  }
  .div-block-17 {
    padding-top: 50px;
  }
  .success-message-7 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-8 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-9 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-10 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-11 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-12 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-13 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-14 {
    background-color: #000;
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .success-message-15 {
    background-color: #000;
  }
  .text-block-85 {
    font-family: Raleway, sans-serif;
    color: #fff;
  }
  .text-block-86 {
    line-height: 30px;
  }
  .shareblock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .facebook {
    padding-right: 10px;
    padding-left: 0px;
  }
  .linkedin {
    padding-right: 10px;
  }
  .columns-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-23.solosave {
    margin-top: 25px;
  }
  .youtube {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .youtube-2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-84 {
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .image-37 {
    margin-left: 0px;
  }
  .image-38 {
    margin-left: 0px;
  }
  .column-87 {
    padding-top: 25px;
  }
  .column-88 {
    padding-top: 25px;
  }
}

#w-node-115fb6ec1179-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8392d722e779-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bb22683f425d-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb22683f4261-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5bf2aaf4bf-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7e5bf2aaf4c3-12e4d06b {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-115fb6ec1179-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8392d722e779-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bb22683f425d-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bb22683f4261-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5bf2aaf4bf-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7e5bf2aaf4c3-f13c44cb {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

