/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
#brand-history #center_column {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #brand-history #center_column {
    width: 100%;
    margin: 0;
  }
}
/* HISTORY
   ========================================================================= */
.dn-brand-history {
  position: relative;
}

/* STORIES
   ========================================================================= */
.dn-brand-story {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: top left;
  background-repeat: no-repeat;
  /* STORIES DETAILS
     ========================================================================= */
}
.dn-brand-story:before, .dn-brand-story:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dn-brand-story:after {
  clear: both;
}
.dn-brand-story__wrapper {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
}
.dn-brand-story__background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.dn-brand-story__background-container {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.dn-brand-story__background-container > div {
  height: 100%;
  width: 100%;
}
.dn-brand-story.dn-brand-story--brand-5 .dn-brand-story__background {
  background-position: 20% top;
}
.dn-brand-story__close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: 0;
}
.dn-brand-story__prev, .dn-brand-story__next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: none;
  border: 0;
}
.dn-brand-story__prev--grey, .dn-brand-story__next--grey {
  top: 215px;
  margin-top: 0;
}
.dn-brand-story__prev {
  left: 12px;
}
.dn-brand-story__next {
  right: 12px;
}
.dn-brand-story[data-emblematique="false"] .dn-brand-story__prev,
.dn-brand-story[data-emblematique="false"] .dn-brand-story__next {
  display: none;
}
.dn-brand-story__container {
  width: 560px;
  margin-top: 35px;
  margin-right: 3rem;
  float: right;
  color: #717171;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dn-brand-story-content--white .dn-brand-story-content__middle {
  border-color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__border--top {
  border-color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__border--bottom {
  border-color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__corner--tl {
  background-image: url(../img/brand/corner-white-tl.png);
}
.dn-brand-story-content--white .dn-brand-story-content__corner--tr {
  background-image: url(../img/brand/corner-white-tr.png);
}
.dn-brand-story-content--white .dn-brand-story-content__corner--br {
  background-image: url(../img/brand/corner-white-br.png);
}
.dn-brand-story-content--white .dn-brand-story-content__corner--bl {
  background-image: url(../img/brand/corner-white-bl.png);
}
.dn-brand-story-content--white .dn-brand-story-content__title {
  color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__subtitle {
  color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__body {
  color: white;
}
.dn-brand-story-content--white .dn-brand-story-content__link {
  color: white;
}
.dn-brand-story-content__middle {
  position: relative;
  border-left: 1px solid #e1765a;
  border-right: 1px solid #e1765a;
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dn-brand-story-content__top:before, .dn-brand-story-content__top:after, .dn-brand-story-content__bottom:before, .dn-brand-story-content__bottom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dn-brand-story-content__top:after, .dn-brand-story-content__bottom:after {
  clear: both;
}
.dn-brand-story-content__border {
  float: left;
  position: relative;
  height: 16px;
  width: calc(100% - 32px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dn-brand-story-content__border--top {
  border-top: 1px solid #e1765a;
}
.dn-brand-story-content__border--bottom {
  border-bottom: 1px solid #e1765a;
}
.dn-brand-story-content__corner {
  float: left;
  width: 16px;
  height: 16px;
}
.dn-brand-story-content__corner--tl {
  background-image: url(../img/brand/corner-orange-tl.png);
}
.dn-brand-story-content__corner--tr {
  background-image: url(../img/brand/corner-orange-tr.png);
}
.dn-brand-story-content__corner--br {
  background-image: url(../img/brand/corner-orange-br.png);
}
.dn-brand-story-content__corner--bl {
  background-image: url(../img/brand/corner-orange-bl.png);
}
.dn-brand-story-content__title {
  font-family: "SaveurSans-Regular";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  color: #e1765a;
  line-height: 22px;
}
.dn-brand-story-content__subtitle {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}
.dn-brand-story-content__body {
  padding: 16px 0;
  line-height: 16px;
  color: #717171;
}
.dn-brand-story-content__body > p {
  margin-bottom: 5px;
}
.dn-brand-story-content__body > p > a {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 15px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dn-brand-story-content__body > p > a:hover {
  text-decoration: none;
}
.dn-brand-story-content__stamp {
  position: absolute;
  left: 50%;
  width: 109px;
  height: 97px;
  margin-left: -54px;
  top: -75px;
  background: url(../img/brand/stamp-pink.jpg);
}
.dn-brand-story--brand-1 {
  background-color: #fcf2f3;
}
.dn-brand-story--brand-1 .dn-brand-story__background {
  background-image: url(../img/brand/brand-1.jpg);
}
.dn-brand-story--brand-2 {
  background-color: #fde6ec;
}
.dn-brand-story--brand-2 .dn-brand-story__background {
  background-image: url(../img/brand/brand-2.jpg);
}
.dn-brand-story--brand-3 {
  background-color: #fde6ec;
}
.dn-brand-story--brand-3 .dn-brand-story__background {
  background-image: url(../img/brand/brand-3.jpg);
}
.dn-brand-story--brand-3 .dn-brand-story__container {
  padding-top: 70px;
}
.dn-brand-story--brand-4 {
  background-color: #f9ced7;
}
.dn-brand-story--brand-4 .dn-brand-story__background {
  background-image: url(../img/brand/brand-4.jpg);
}
.dn-brand-story--brand-5 {
  background-color: #d9eef3;
}
.dn-brand-story--brand-5 .dn-brand-story__background {
  background-image: url(../img/brand/brand-5.jpg);
}
.dn-brand-story--brand-6 {
  background-color: #faaf30;
}
.dn-brand-story--brand-6 .dn-brand-story__background {
  background-image: url(../img/brand/brand-6.jpg);
}
.dn-brand-story--brand-7 {
  background-color: #fcf2f3;
}
.dn-brand-story--brand-7 .dn-brand-story__background {
  background-image: url(../img/brand/brand-7.jpg);
}

@media only screen and (max-width: 768px) {
  .dn-brand-story {
    background-color: transparent !important;
    margin-bottom: 30px;
  }
  .dn-brand-story__prev--grey, .dn-brand-story__next--grey {
    top: 6px;
    margin-top: 0;
  }
  .dn-brand-story--decorated .dn-brand-story__prev--grey,
  .dn-brand-story--decorated .dn-brand-story__next--grey {
    top: 327px;
    margin-top: 0;
  }
  .dn-brand-story__wrapper {
    margin: 0;
    background: white;
    width: 92%;
    padding: 0 4% 2rem;
    min-height: 400px;
  }
  .dn-brand-story .invisible_pc {
    display: block;
  }
  .dn-brand-story__background {
    background-size: cover;
  }
  .dn-brand-story__background-container {
    position: relative;
    height: 320px;
  }
  .dn-brand-story__container {
    width: 100%;
    background: white;
    height: 100%;
    float: none;
    margin-top: 0;
    padding-top: 35px;
  }
  .dn-brand-story--brand-1 .dn-brand-story__background {
    background-image: url(../img/brand/brand-1--mobile.jpg);
  }
  .dn-brand-story--brand-2 .dn-brand-story__background {
    background-image: url(../img/brand/brand-2--mobile.jpg);
  }
  .dn-brand-story--brand-3 .dn-brand-story__background {
    background-image: url(../img/brand/brand-3--mobile.jpg);
  }
  .dn-brand-story--brand-3 .dn-brand-story-content__stamp {
    background-image: url(../img/brand/stamp-white.jpg);
  }
  .dn-brand-story--brand-3 .dn-brand-story__container {
    padding-top: 90px;
  }
  .dn-brand-story--brand-4 .dn-brand-story__background {
    background-image: url(../img/brand/brand-4--mobile.jpg);
  }
  .dn-brand-story--brand-5 .dn-brand-story__background {
    background-image: url(../img/brand/brand-5--mobile.jpg);
  }
  .dn-brand-story--brand-6 .dn-brand-story__background {
    background-image: url(../img/brand/brand-6--mobile.jpg);
  }
  .dn-brand-story--brand-7 .dn-brand-story__background {
    background-image: url(../img/brand/brand-7--mobile.jpg);
  }
  .dn-brand-story-content__middle {
    border-color: #e1765a !important;
  }
  .dn-brand-story-content__border--top {
    border-color: #e1765a !important;
  }
  .dn-brand-story-content__border--bottom {
    border-color: #e1765a !important;
  }
  .dn-brand-story-content__corner--tl {
    background-image: url(../img/brand/corner-orange-tl.png) !important;
  }
  .dn-brand-story-content__corner--tr {
    background-image: url(../img/brand/corner-orange-tr.png) !important;
  }
  .dn-brand-story-content__corner--br {
    background-image: url(../img/brand/corner-orange-br.png) !important;
  }
  .dn-brand-story-content__corner--bl {
    background-image: url(../img/brand/corner-orange-bl.png) !important;
  }
  .dn-brand-story-content__title {
    color: #e1765a !important;
  }
  .dn-brand-story-content__subtitle {
    color: #e1765a !important;
  }
  .dn-brand-story-content__body {
    color: #717171 !important;
  }
  .dn-brand-story-content__link {
    color: #e1765a !important;
  }
}
/* SCENE
   ========================================================================= */
.dn-brand-scene {
  width: 100%;
  height: 446px;
  background: #fffdf8;
  position: relative;
  overflow: hidden;
}
.dn-brand-scene__background {
  margin: 0 auto;
  z-index: 1;
  max-width: 1250px;
  width: 100%;
  height: 100%;
  position: relative;
}
.dn-brand-scene__picture {
  position: absolute;
  margin-left: -625px;
  top: 0;
  left: 50%;
}
.dn-brand-scene__picture-mobile {
  display: none;
}
.dn-brand-scene__container {
  width: 768px;
  height: 446px;
  top: 0;
  left: 50%;
  margin-left: -384px;
  position: absolute;
  z-index: 2;
}
.dn-brand-scene__trigger {
  position: absolute;
  cursor: pointer;
  padding: 0 5px;
  height: 31px;
  line-height: 31px;
  width: 31px;
  white-space: nowrap;
  text-align: left;
  background: #E3328B;
  border: 0;
  -webkit-box-shadow: 0px 0px 2px 0px white;
  -moz-box-shadow: 0px 0px 2px 0px white;
  box-shadow: 0px 0px 2px 0px white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 50ms;
  transition: all 50ms;
}
.dn-brand-scene__trigger-text {
  display: none;
  position: absolute;
  left: 30px;
  top: 0;
}
.dn-brand-scene__trigger-icon {
  float: left;
  display: block;
}
.dn-brand-scene__trigger svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.dn-brand-scene__trigger svg * {
  fill: #491c0f;
}
.dn-brand-scene__trigger:hover {
  width: 240px;
}
.dn-brand-scene__trigger:hover .dn-brand-scene__trigger-text {
  display: block;
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dn-brand-scene__trigger--brand-1 {
  top: 220px;
  left: calc(700px - 116px);
}
.dn-brand-scene__trigger--brand-2 {
  top: 286px;
  left: calc(539px - 116px);
}
.dn-brand-scene__trigger--brand-3 {
  top: 60px;
  left: calc(395px - 116px);
}
.dn-brand-scene__trigger--brand-4 {
  top: 335px;
  left: calc(160px - 116px);
}

@media only screen and (max-width: 768px) {
  .dn-brand-scene {
    height: auto;
  }
  .dn-brand-scene__trigger {
    display: none;
  }
  .dn-brand-scene__picture {
    display: none;
  }
  .dn-brand-scene__picture--mobile {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
/* SCENE NAVIGATION
   ========================================================================= */
.dn-brand-scene-navigation {
  display: none;
}

@media only screen and (max-width: 768px) {
  .dn-brand-scene-navigation {
    display: block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
  }
  .dn-brand-scene-navigation__link {
    position: relative;
    width: 200px;
    display: block;
    margin: 0 auto 2rem;
    color: #717171;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }
  .dn-brand-scene-navigation__link:last-child .dn-brand-scene-navigation__border {
    display: none;
  }
  .dn-brand-scene-navigation__border {
    width: 50px;
    height: 1px;
    background: #E3328B;
    margin: 1rem auto 0;
    display: block;
  }
}

/*# sourceMappingURL=brand-history.css.map */
