@charset "UTF-8";
/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
.part-grey {
  background: #f2f2f2;
}

.heading1 {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
  font-weight: normal;
}

.heading2 {
  font-family: "SaveurSans-Regular";
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1;
  font-weight: normal;
}

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

.left {
  float: left;
  width: 450px;
}

.right {
  float: right;
  width: 415px;
}

.rte {
  line-height: 20px;
}
.rte:before, .rte:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rte:after {
  clear: both;
}
.rte p {
  margin-bottom: 25px;
  overflow: hidden;
}
.rte .heading2 {
  overflow: hidden;
}
.rte .list {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}
.rte .list li {
  padding-left: 1em;
  text-indent: -1em;
}
.rte .list li:before {
  content: "• ";
  margin-right: 5px;
  color: #E3328B;
  font-weight: normal !important;
}
.rte .img-left {
  float: left;
  margin: 0 15px 15px 0;
}
.rte .img-right {
  float: right;
  margin: 0 0 15px 15px;
}

.chocolat-top {
  padding: 32px 0;
}
.chocolat-top .heading1 {
  margin-bottom: 30px;
}
.chocolat-top.is_stuck {
  border-bottom: 1px solid #acacac;
  z-index: 100;
  padding: 10px 0;
}
.chocolat-top.is_stuck .heading1 {
  display: none;
}
@media only screen and (min-width: 1225px) {
  .chocolat-top.is_stuck {
    margin-top: 126px;
  }
  body.with-headline-push-banner .chocolat-top.is_stuck {
    margin-top: 160px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .chocolat-top.is_stuck {
    margin-top: 0;
  }
  body.with-headline-push-banner .chocolat-top.is_stuck {
    margin-top: 0;
  }
}
.chocolat-top .chocolat-navigation {
  list-style: none;
  text-align: center;
}
.chocolat-top .chocolat-navigation li {
  max-width: 130px;
  padding: 0 20px;
  text-align: center;
  line-height: 28px;
  border-right: 1px solid #acacac;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.chocolat-top .chocolat-navigation li.last {
  border-right: 0;
}
.chocolat-top .chocolat-navigation li a {
  line-height: 17px;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.chocolat-top .chocolat-navigation li a:hover {
  text-decoration: none;
  color: #E3328B;
}
.chocolat-top .chocolat-navigation li a.is-current {
  color: #E3328B;
}

.chocolat-history {
  padding: 70px 0;
}
.chocolat-history .heading2 {
  margin: 30px 0 15px;
}

.chocolat-filiere {
  padding: 80px 0 70px;
}
.chocolat-filiere .heading2 {
  margin: 30px 0 15px;
}

.chocolat-formes {
  padding: 80px 0 20px;
}
.chocolat-formes .heading2 {
  margin: 30px 0 15px;
}

.chocolat-lexique {
  padding: 75px 0 85px;
}
.chocolat-lexique .heading2 {
  margin: 20px 0 0;
  font-size: 18px;
  color: #E3328B;
}

.chocolat-deguster {
  padding: 70px 0 40px;
}
.chocolat-deguster .heading2 {
  margin: 30px 0 15px;
  font-size: 24px;
}

/*
* DESKTOP
*/
.only-mobile {
  display: none;
}

.chocolat-top.is_stuck ~ #chocolat-scroll-top {
  display: block;
}

#chocolat-scroll-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
#chocolat-scroll-top a {
  display: inline-block;
  padding: 5px 10px;
  color: #E3328B;
  background-color: white;
  border: 1px solid #E3328B;
  border-radius: 4px;
  font-weight: 600;
}
#chocolat-scroll-top a:hover {
  color: white;
  background-color: #E3328B;
  text-decoration: none;
}

/*
* TABLET
*/
@media (max-width: 1206px) {
  .left {
    width: 100%;
  }

  .right {
    width: 100%;
  }

  .chocolat-top .chocolat-navigation li {
    padding: 0 10px;
  }

  .chocolat-chiffres .c_center {
    width: 760px;
  }

  .chocolat-speakers .description {
    width: 100%;
  }
  .chocolat-speakers .left {
    width: 100%;
  }
  .chocolat-speakers .sf-speakers-bg {
    display: none;
  }

  .sf-offre-1,
  .sf-offre-2 {
    display: none;
  }

  .img-responsive {
    max-width: 100%;
    height: auto;
  }
}
/*
* MOBILE
*/
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }

  .only-mobile {
    display: block;
  }

  .chocolat-top {
    display: none;
  }

  .rte p {
    overflow: auto;
  }
  .rte .img-left,
  .rte .img-right {
    float: none;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

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