@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* Intro texte */
section#texte-intro.histoire-intro {
  background: #fff url("../images/histoire-bg-intro.jpg") no-repeat top right;
}
section#texte-intro.histoire-intro .container {
  max-width: 1060px;
}

/* Textes centre */
section.center-histoire {
  padding: 90px 0 125px;
  float: left;
  width: 100%;
}
section.center-histoire .items {
  max-width: 920px;
  margin: auto;
}
section.center-histoire .items h2 {
  text-align: center;
  margin-bottom: 62px;
}
section.center-histoire .all-items {
  position: relative;
  float: left;
  width: 100%;
}
section.center-histoire .all-items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 100%;
  background: #a39161;
  z-index: 0;
}
section.center-histoire .items .all-items:before {
  content: "";
  position: absolute;
  bottom: -28px;
  height: 34px;
  width: 34px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: transparent url("../images/icons/bullet-top.svg") no-repeat top
    center;
  z-index: 99;
}
section.center-histoire .items .btn-top {
  text-align: center;
  margin: 85px 0 0;
}
section.center-histoire .items .btn-top .btn.style2 {
  width: auto !important;
  float: none;
  margin-bottom: 100px;
  z-index: 99;
  position: relative;
}
section.center-histoire .items .btn.style2:after {
  bottom: -100px;
  height: 100px;
}
section.center-histoire .items .btn-top:before {
  content: "";
  position: absolute;
  top: -28px;
  height: 34px;
  width: 34px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background: transparent url("../images/icons/bullet-top.svg") no-repeat top
    center;
  z-index: 99;
}
section.center-histoire .items .item h2 {
  color: #a39161;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  transition: opacity 1s;
}
section.center-histoire .items .item h2.is-visible,
section.center-histoire .items .item .div-text span.is-visible {
  opacity: 1;
}

section.center-histoire .items .item h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 35px;
  text-transform: uppercase;
}

section.center-histoire .items .item .div-text span {
  color: #a39161;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  transition: opacity 1s;
}
section.center-histoire .items .item .div-text span:after,
section.center-histoire .items .item h3:after {
  content: "";
  display: block;
  background: #a39161;
  height: 1px;
  width: 60px;
  margin: 10px auto;
}
section.center-histoire .items .item {
  margin-bottom: 200px;
  float: left;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  z-index: 1;
}
section.center-histoire .items span.flesh-scroll {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: -122px;
  margin: auto;
  z-index: 99;
  left: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  background: transparent url("../images/icons/icon-slider-smaller_on.svg")
    no-repeat top center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

section.center-histoire .items .item:last-child {
  margin-bottom: 100px;
}
section.center-histoire .items .div-img .img-container {
  overflow: hidden;
}
section.center-histoire .items .div-img .img-container img {
  -webkit-transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  transition: transform 0.7s;
}
section.center-histoire .items .div-img .img-container:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
section.center-histoire .items .div-text {
  max-width: 425px;
  min-height: 365px;
  width: 100%;
  background: #fff;
  float: left;
  position: relative;
  z-index: 99;
  padding: 50px 40px;
  margin-top: 40px;
  text-align: center;
}
section.center-histoire .items .div-img {
  max-width: 525px;
  width: 100%;
  background: transparent;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
section.center-histoire .items .style1 .div-img {
  margin-left: -30px;
}
section.center-histoire .items .style2 .div-text {
  margin-left: -30px;
}

@media (max-width: 930px) {
  section.center-histoire .items span.flesh-scroll {
    bottom: -92px;
  }
  section.center-histoire .items .item {
    margin-bottom: 140px;
  }
  section.center-histoire .items .item-inner {
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  section.center-histoire .items .div-img {
    margin: auto !important;
    padding: 0 !important;
    max-width: 500px !important;
    order: 2;
    text-align: center;
  }
  section.center-histoire .items .div-text {
    padding: 15px;
    min-height: auto !important;
    max-width: 500px !important;
    margin: auto !important;
    position: relative !important;
    right: 0 !important;
    order: 1;
  }
}

@media screen and (max-width: 640px) {
  section.center-histoire .items .btn-top .btn.style2 {
    padding: 18px 20px 18px 50px !important;
    background-position: 15px !important;
  }
  section.center-histoire .items h2 {
    padding: 0 15px;
  }
}
