/*----------------   COLORS   ----------------*/
/*----------------   FONT SIZE CALIBRATION   ----------------*/
html {
  font-size: 62.5%; }

/*----------------   ICONS   ----------------*/
@font-face {
  font-family: 'prosol';
  src: url("../fonts/prosol.eot?kupzmx");
  src: url("../fonts/prosol.eot?kupzmx#iefix") format("embedded-opentype"), url("../fonts/prosol.ttf?kupzmx") format("truetype"), url("../fonts/prosol.woff?kupzmx") format("woff"), url("../fonts/prosol.svg?kupzmx#vq") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'prosol' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file:before {
  content: "\e900"; }

.icon-town:before {
  content: "\e901"; }

.icon-people:before {
  content: "\e902"; }

.icon-plus:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-eye:p {
  content: "\e906"; }

/*----------------   GENERIC STYLES   ----------------*/
*:focus {
  outline: 0 !important; }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  background-color: #E9E9ED;
  overflow-x: hidden; }

/*----------------   BUTTONS   ----------------*/
button,
.button {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  padding: 10px 20px;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  button:hover, button:focus, button:active,
  .button:hover,
  .button:focus,
  .button:active {
    text-decoration: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.button-xl {
  padding: 15px 80px; }

.button-yellow {
  background-color: #F5CD20;
  color: #676779; }
  .button-yellow:hover, .button-yellow:focus {
    color: #676779; }

.button-blue {
  background-color: #676779;
  color: #FFFFFF; }
  .button-blue:hover, .button-blue:focus {
    color: #FFFFFF; }

.button-discover {
  border-radius: 40px;
  font-size: 4rem;
  width: 50vw; }

/*----------------   HEADER   ----------------*/
header {
  min-height: 120px;
  background: linear-gradient(to bottom, #676779 0%, #E9E9ED 100%);
  position: relative;
  z-index: 3; }
  header .header-container {
    position: relative; }
    header .header-container .logo {
      line-height: 120px; }
      header .header-container .logo img {
        display: inline-block;
        vertical-align: middle; }
    header .header-container .navbar {
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      min-height: 120px;
      padding: 0;
      font-size: 0;
      justify-content: space-between; }
      header .header-container .navbar #menu-collapse {
        flex-grow: 0; }
        header .header-container .navbar #menu-collapse a,
        header .header-container .navbar #menu-collapse span {
          color: #FFFFFF;
          background-color: #676779;
          cursor: pointer;
          font-size: 1.8rem;
          font-weight: 700;
          display: inline-block;
          border-radius: 30px;
          padding: 10px 20px;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          margin-left: 1.5rem;
          margin-right: 1.5rem; }
          header .header-container .navbar #menu-collapse a:hover,
          header .header-container .navbar #menu-collapse span:hover {
            text-decoration: none;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          header .header-container .navbar #menu-collapse a.active,
          header .header-container .navbar #menu-collapse span.active {
            background-color: #F5CD20;
            color: #676779; }
      header .header-container .navbar .navbar-toggle {
        height: 4rem;
        width: 4rem;
        padding: 0;
        background-color: transparent !important;
        border: none;
        display: none;
        margin-right: 15px; }
        header .header-container .navbar .navbar-toggle .icon-bar {
          display: block;
          margin: auto;
          width: 3.5rem;
          height: 0.3rem;
          border-radius: 0;
          background-color: #FFFFFF;
          transition: all 0.2s ease-in-out; }
        header .header-container .navbar .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 0.5rem; }
        header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child {
          background-color: #FFFFFF !important; }
        header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
          width: 3.5rem;
          -webkit-transform: translate(0, 0.5rem) rotate(45deg);
          -ms-transform: translate(0, 0.5rem) rotate(45deg);
          -o-transform: translate(0, 0.5rem) rotate(45deg);
          transform: translate(0, 0.37rem) rotate(45deg);
          background-color: #FFFFFF; }
        header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
          display: none; }
        header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
          width: 3.5rem;
          -webkit-transform: translate(0, -0.5rem) rotate(-45deg);
          -ms-transform: translate(0, -0.5rem) rotate(-45deg);
          -o-transform: translate(0, -0.5rem) rotate(-45deg);
          transform: translate(0, -0.37rem) rotate(-45deg);
          background-color: #FFFFFF; }

body#homepage header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*----------------   SLIDER DOTS   ----------------*/
.owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    margin: 15px;
    background-color: #FFFFFF !important; }
    .owl-dots .owl-dot.active {
      background-color: #D4AF37 !important; }

/*----------------   HERO   ----------------*/
.hero-slider .hero-slide {
  height: 100vh;
  /*min-height: 700px;*/
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .hero-slider .hero-slide .hero-slide-infos {
    top: 30%;
    left: 0;
    min-height: 50%;
    width: 55%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 2rem;
    color: #1C1C21;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .hero-slider .hero-slide .hero-slide-infos h2, .hero-slider .hero-slide .hero-slide-infos h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 3.2rem;
      font-weight: 300;
      color: #676779; }
    .hero-slider .hero-slide .hero-slide-infos h2 {
      text-transform: uppercase;
      font-weight: 700; }
    .hero-slider .hero-slide .hero-slide-infos .hero-slide-text {
      line-height: 3rem; }
    .hero-slider .hero-slide .hero-slide-infos .hero-slide-button {
      text-align: right; }
  .hero-slider .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*----------------   PANEL SECTIONS   ----------------*/
.panel {
  background-color: #FFFFFF; }

.panel-news {
  padding-bottom: 60px;
  margin: 0 !important; }
  .panel-news h2 {
    background-color: #676779;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    font-size: 4.2rem; }
  .panel-news .news-date {
    display: block;
    font-size: 2rem;
    color: #D4AF37;
    margin: 40px 0 10px; }
  .panel-news h3 {
    font-size: 2rem;
    color: #676779;
    text-transform: uppercase;
    margin: 20px 0; }

.panel-sample {
  /* height: 500px;*/
  height: calc(100vh);
  display: flex;
  flex-direction: row;
  position: relative; }
  .panel-sample .name-container {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 0; }
    .panel-sample .name-container #samplename {
      text-transform: uppercase;
      color: #FFF;
      font-size: 3.6rem; }
  .panel-sample #button-container {
    position: absolute;
    top: calc(50vh - 65px);
    left: 0;
    display: block;
    width: 100%;
    height: 0; }
    .panel-sample #button-container .button {
      display: flex !important;
      flex-direction: row;
      justify-content: space-around;
      padding: 25px 30px;
      margin: 0 auto;
      text-align: left;
      border-radius: 40px;
      width: 600px;
      font-size: 4rem;
      font-weight: 500;
      display: block;
      color: #FFFFFF;
      text-transform: none;
      line-height: 4rem; }
      .panel-sample #button-container .button::before {
        font-family: 'prosol' !important;
        content: "\e906";
        font-size: 5rem;
        color: #FFFFFF;
        line-height: 8rem; }
  .panel-sample > a {
    height: 100%;
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative; }
    .panel-sample > a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .panel-sample > a:hover::before {
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.panel-customer {
  padding-top: 40px;
  padding-bottom: 40px; }
  .panel-customer h2 {
    background-color: transparent;
    color: #676779;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    font-size: 4.2rem;
    padding-bottom: 40px; }
  .panel-customer .customer-slider {
    padding: 0 0 60px; }
  .panel-customer .customer {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-content: space-evenly;
    margin-left: 60px; }

.panel-editorial {
  padding-bottom: 40px; }
  .panel-editorial .panel-editorial-visual {
    height: 580px;
    width: 100%;
    object-fit: cover; }
  .panel-editorial h2 {
    background-color: transparent;
    color: #676779;
    font-size: 3.2rem;
    margin: 3rem 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: normal; }

.panel-timeline {
  padding-bottom: 40px;
  background-color: #E9E9ED; }
  .panel-timeline h2 {
    background-color: #676779;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    font-size: 4.2rem;
    font-weight: 400;
    margin-bottom: 80px; }

/*----------------   TIMELINE   ----------------*/
.main-timeline::after {
  content: '';
  display: block;
  clear: both; }
.main-timeline::before {
  content: '';
  background-color: #676779;
  height: 100%;
  width: 4px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: calc(50%); }
.main-timeline .timeline {
  width: 50%;
  padding: 0 100px 0 0;
  margin: 0 10px 20px 0;
  float: left;
  position: relative;
  z-index: 1; }
  .main-timeline .timeline .timeline-year {
    color: #D4AF37;
    background-color: #868698;
    font-size: 4.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 85px;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    position: absolute;
    right: -47.5px;
    border: 8px solid #D4AF37;
    top: 0;
    z-index: 1; }
    .main-timeline .timeline .timeline-year span {
      margin-left: 100px; }
  .main-timeline .timeline .timeline-year:before {
    content: '';
    height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1; }
  .main-timeline .timeline .timeline-content {
    color: #1C1C21;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 12px;
    visibility: hidden; }
    .main-timeline .timeline .timeline-content::before {
      content: '';
      background-color: #FFFFFF;
      height: 35px;
      width: 35px;
      transform: rotate(45deg);
      position: absolute;
      right: -17.5px;
      top: 20px;
      z-index: -1; }
  .main-timeline .timeline .title {
    color: #676779;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px; }
  .main-timeline .timeline .description {
    font-size: 16px;
    margin: 0 15px; }
.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 100px;
  margin: 0 0 20px 10px;
  float: right; }
.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -17.5px; }
.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -50px; }
  .main-timeline .timeline:nth-child(even) .timeline-year span {
    margin-left: -210px; }

/*----------------   FOOTER   ----------------*/
footer {
  background-color: #E9E9ED; }
  footer .footer-main .footer-address {
    background-color: #E9E9ED;
    color: #676779; }
    footer .footer-main .footer-address p {
      margin-top: 20px;
      font-weight: bold; }
  footer .footer-main .footer-contact {
    background-color: #F5CD20;
    color: #676779; }
    footer .footer-main .footer-contact:hover, footer .footer-main .footer-contact:focus {
      text-decoration: none; }
    footer .footer-main .footer-contact p {
      margin-top: 20px;
      font-size: 2.4rem;
      text-align: center;
      font-weight: 500; }
      footer .footer-main .footer-contact p::before {
        display: block;
        content: "\e905";
        font-family: 'prosol' !important;
        font-size: 8rem;
        color: #FFFFFF; }
  footer .footer-main .footer-map {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 380px; }
  footer .footer-main .footer-address > div,
  footer .footer-main .footer-contact > div {
    min-height: 380px;
    padding-top: 20px;
    padding-bottom: 20px; }
  footer .footer-baseline {
    background-color: #FFFFFF;
    min-height: 50px;
    font-size: 1.4rem;
    text-align: center;
    padding: 20px 0 60px; }
    footer .footer-baseline span {
      cursor: pointer; }
      footer .footer-baseline span:hover, footer .footer-baseline span:focus {
        text-decoration: underline; }

#map-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50vw - 7.5px); }

#map {
  height: 380px; }

/*----------------   PRODUCTS   ----------------*/
.col-custom {
  flex: 0 0 20%;
  max-width: 20%; }

.ss-menu-product {
  display: block;
  width: 100%;
  background-color: #868698;
  border: 5px solid #FFFFFF;
  position: relative; }
  .ss-menu-product .ss-menu-product-title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .ss-menu-product .ss-menu-product-title:hover, .ss-menu-product .ss-menu-product-title:focus {
      background: rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .ss-menu-product .ss-menu-product-title h2 {
      align-items: center;
      color: #FFFFFF;
      font-size: 2.6rem;
      text-align: center; }

.product-title {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0;
  color: #676779;
  margin: 0; }
  .product-title p {
    margin: 0; }

.product-description {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  justify-content: space-evenly;
  padding-bottom: 60px; }
  .product-description.opened {
    padding-bottom: 0; }
  .product-description p {
    font-size: 2rem; }
  .product-description .product-type {
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold; }
    .product-description .product-type > span {
      margin-right: 15px; }
      .product-description .product-type > span::before {
        font-family: 'prosol' !important;
        margin-right: 0.3rem;
        font-weight: 400; }
      .product-description .product-type > span.public::before {
        content: "\e902"; }
      .product-description .product-type > span.pro::before {
        content: "\e901"; }
  .product-description h2 {
    background-color: transparent;
    font-size: 3.2rem;
    color: #676779;
    text-transform: uppercase;
    text-align: left; }

.product-information {
  margin: 0 -15px;
  background-color: #FFFFFF; }
  .product-information .product-open {
    height: 60px;
    top: -60px;
    position: absolute;
    z-index: 2; }
    .product-information .product-open > div {
      background-color: #F5CD20;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      cursor: pointer;
      -webkit-transition: width 0.2s ease;
      transition: width 0.2s ease; }
      .product-information .product-open > div span {
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 6rem;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .product-information .product-open > div::before {
        display: inline;
        content: "\e903";
        font-family: 'prosol' !important;
        font-size: 3.6rem;
        display: inline-block;
        margin: -2.5px 2.5px 0 0;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .product-information .product-open[aria-expanded="true"] {
    top: 0;
    position: absolute;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
    .product-information .product-open[aria-expanded="true"] > div {
      height: 40px;
      width: 100%;
      text-align: right;
      background-color: transparent;
      color: #1C1C21; }
      .product-information .product-open[aria-expanded="true"] > div::before {
        margin-right: 10px;
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .product-information .product-open[aria-expanded="true"] > div span {
        display: none; }
  .product-information .product-information-container {
    padding: 50px 15px 30px; }
  .product-information .product-information-container.show .product-information-chapeau {
    color: #676779;
    font-size: 2rem; }
  .product-information .product-information-container.show .product-information-text {
    column-count: 2; }
  .product-information .product-information-container.show .product-information-bt {
    margin-top: 1.5rem;
    cursor: pointer; }

.panel-product {
  background-color: transparent;
  margin-top: 0; }
  .panel-product .product-item {
    margin-bottom: 40px; }
    .panel-product .product-item > div:first-child {
      background: #FFFFFF; }
    .panel-product .product-item .slideshow-container {
      padding: 0;
      margin: 0;
      min-height: 430px;
      position: relative; }
      .panel-product .product-item .slideshow-container .product-slideshow {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(50vw + 182.5px);
        overflow: hidden; }
        .panel-product .product-item .slideshow-container .product-slideshow .owl-next {
          position: absolute;
          top: calc(50% - 37.5px);
          right: -37.5px; }
          .panel-product .product-item .slideshow-container .product-slideshow .owl-next .next {
            display: none;
            width: 75px;
            height: 75px;
            padding-left: 10px;
            font-size: 3em;
            font-weight: 600;
            line-height: 7.5rem;
            text-align: left;
            color: #1C1C21;
            border-radius: 50%;
            background-color: #E9E9ED; }
            .panel-product .product-item .slideshow-container .product-slideshow .owl-next .next::before {
              content: '>'; }
        .panel-product .product-item .slideshow-container .product-slideshow:hover .next, .panel-product .product-item .slideshow-container .product-slideshow:focus .next, .panel-product .product-item .slideshow-container .product-slideshow:active .next {
          display: block; }
        .panel-product .product-item .slideshow-container .product-slideshow .product-slide {
          /*display: flex;*/
          height: 430px;
          border-right: 4px solid #E9E9ED; }
          .panel-product .product-item .slideshow-container .product-slideshow .product-slide img {
            height: 100%;
            width: auto; }

/*----------------   MODAL  ----------------*/
.modal-backdrop {
  background-color: #FFFFFF; }

.modal-backdrop.show {
  opacity: 1; }

.modal .modal-dialog .modal-content {
  background-color: #E9E9ED;
  color: #676779;
  border: 0;
  border-radius: 0; }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 50px 75px 0;
    position: relative;
    border: 0; }
    .modal .modal-dialog .modal-content .modal-header .modal-close {
      color: #1C1C21;
      font-family: 'prosol';
      font-size: 6rem;
      position: absolute;
      top: 3rem;
      right: 3rem;
      cursor: pointer;
      font-weight: bold; }
      .modal .modal-dialog .modal-content .modal-header .modal-close:before {
        content: "\e904"; }
    .modal .modal-dialog .modal-content .modal-header h2 {
      font-family: 'Roboto', sans-serif;
      color: #676779;
      font-size: 4.2rem;
      font-weight: 400;
      line-height: 1.1;
      margin-top: 1.5rem;
      margin-bottom: 3rem;
      max-width: 85%; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 75px 25px;
    font-size: 1.8rem; }
    .modal .modal-dialog .modal-content .modal-body a {
      color: #676779;
      text-decoration: underline;
      font-weight: bold; }
    .modal .modal-dialog .modal-content .modal-body h3 {
      font-size: 2.4rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }
      .modal .modal-dialog .modal-content .modal-body h3.title-green {
        color: #676779; }
      .modal .modal-dialog .modal-content .modal-body h3.title-white {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 2.4rem; }
  .modal .modal-dialog .modal-content .modal-footer {
    border: 0;
    padding: 50px 20px 20px 75px; }

/*----------------   FORM   ----------------*/
#modalform {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E9E9ED;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999; }

#modalform iframe {
  height: 100%;
  width: 100%;
  border: 0; }

body.modalform-open {
  overflow: hidden; }

.form-close {
  color: #676779;
  font-weight: bold;
  font-family: 'prosol';
  font-size: 6rem;
  position: absolute;
  top: 2rem;
  right: 4rem;
  cursor: pointer;
  z-index: 2; }
  .form-close:before {
    content: "\e904"; }

.form-content {
  min-height: 100vh; }
  .form-content .form-header {
    padding: 15px;
    position: relative;
    border: 0; }
    .form-content .form-header h2 {
      font-family: 'Roboto', sans-serif;
      color: #FFFFFF;
      font-size: 5rem;
      font-weight: 900;
      line-height: 1.1;
      margin-top: 1.5rem;
      margin-bottom: 3rem;
      max-width: 85%; }
  .form-content .form-body {
    /*padding: 15px 75px 25px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #1C1C21; }
    .form-content .form-body a.formlink {
      color: #676779;
      text-decoration: none;
      font-size: 2.8rem;
      font-weight: bold; }
    .form-content .form-body .reponse_formulaire_erreur {
      font-weight: bold; }
    .form-content .form-body .reponse_formulaire_erreur,
    .form-content .form-body .erreur_message {
      color: #D4AF37;
      text-transform: none;
      font-size: 1.6rem; }
    .form-content .form-body .formulaire_formidable input[type=submit] {
      background-color: #676779;
      width: 100%;
      color: #FFFFFF; }
  .form-content .form-footer {
    border: 0;
    padding: 50px 20px 20px 75px; }

.formulaire_formidable {
  padding-top: 1.5rem;
  text-align: left; }

.formulaire_formidable label {
  display: none; }

.formulaire_formidable textarea {
  border: 0;
  background-color: #FFFFFF;
  width: 100%;
  padding: 1rem 2.5rem;
  color: #747474;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  border-radius: 30px;
  min-height: 7rem; }

.formulaire_formidable input[type=text],
.formulaire_formidable input[type=email] {
  border: 0;
  background-color: #FFFFFF !important;
  width: 100%;
  padding: 1rem 2.5rem;
  color: #747474 !important;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 3rem;
  min-height: 7rem; }

.formulaire_formidable .saisie_selection {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
  border-radius: 30px; }

.formulaire_formidable input[type=submit] {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  border-radius: 30px;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  background-color: #676779;
  min-height: 7rem; }
  .formulaire_formidable input[type=submit]:hover, .formulaire_formidable input[type=submit]:focus {
    text-decoration: none;
    color: #FFFFFF; }

.formulaire_formidable input::-webkit-input-placeholder,
.formulaire_formidable textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1C1C21; }

.formulaire_formidable input::-moz-placeholder,
.formulaire_formidable textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C1C21; }

.formulaire_formidable input:-ms-input-placeholder,
.formulaire_formidable textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1C1C21; }

.formulaire_formidable input:-moz-placeholder,
.formulaire_formidable textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1C1C21; }

/*----------------   ANIMATIONS   ----------------*/
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/*----------------   RESPONSIVE LAYOUT   ----------------*/
@media only screen and (max-width: 1199px) {
  .navbar-toggle {
    display: block !important; }

  body.active {
    overflow: hidden; }

  .panel-product .product-item .slideshow-container .product-slideshow {
    width: calc(50vw + 152.5px); }

  header.active {
    position: fixed;
    width: 100%;
    overflow-y: scroll; }
    header.active .header-container .navbar {
      position: static; }
      header.active .header-container .navbar .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 120px; }
      header.active .header-container .navbar #menu-collapse a {
        font-size: 0;
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        background-color: transparent; }
      header.active .header-container .navbar #menu-collapse.show {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        justify-content: space-evenly;
        height: calc(100vh - 120px); }
        header.active .header-container .navbar #menu-collapse.show a,
        header.active .header-container .navbar #menu-collapse.show span {
          text-align: center;
          text-transform: uppercase;
          font-size: 3.6rem;
          font-weight: 900;
          line-height: 1.1;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          header.active .header-container .navbar #menu-collapse.show a.active,
          header.active .header-container .navbar #menu-collapse.show span.active {
            color: #F5CD20 !important;
            background-color: transparent; }
          header.active .header-container .navbar #menu-collapse.show a:hover, header.active .header-container .navbar #menu-collapse.show a:focus,
          header.active .header-container .navbar #menu-collapse.show span:hover,
          header.active .header-container .navbar #menu-collapse.show span:focus {
            color: #F5CD20;
            text-decoration: none;
            background-color: transparent; } }
@media only screen and (max-width: 991px) {
  .hero-slider .hero-slide .hero-slide-infos {
    width: 60%; }

  .panel-product .product-item .slideshow-container .product-slideshow {
    width: calc(50vw - 7.5px); }

  footer .container {
    max-width: 100% !important; }

  #map-container {
    width: calc(100vw - 15px); }

  .product-information .product-information-container.show .product-information-text {
    column-count: 1; }

  .panel-product .product-item .slideshow-container .product-slideshow .product-slide {
    /*border-right: 0;*/ } }
@media only screen and (max-width: 767px) {
  .hero-slider .hero-slide .hero-slide-infos {
    width: 75%; }

  .product-description h2 {
    background-color: transparent;
    font-size: 2.8rem; }

  .product-description p {
    font-size: 1.8rem; }

  .product-information-chapeau {
    font-size: 1.6rem !important; }

  .product-information-text {
    font-size: 1.4rem; }

  .panel-sample #button-container .button {
    padding: 20px 10px;
    border-radius: 25px;
    width: 350px;
    font-size: 2.4rem;
    line-height: 2.4rem; }
    .panel-sample #button-container .button::before {
      font-size: 4rem;
      line-height: 4.8rem; }

  .hero-slider .hero-slide .hero-slide-infos {
    background-color: rgba(255, 255, 255, 0.75);
    top: 25%; }

  .hero-slider .hero-slide .hero-slide-infos {
    font-size: 1.8rem; }

  .hero-slider .hero-slide .hero-slide-infos h2,
  .hero-slider .hero-slide .hero-slide-infos h3 {
    font-size: 2.4rem; }

  .hero-slider .hero-slide .hero-slide-infos .hero-slide-text {
    line-height: 2.4rem; }

  .panel h2 {
    font-size: 3.6rem; }

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    float: none;
    padding: 95px 0 0;
    margin: 0; }
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
      margin: 60px 0 40px 0; }

  .main-timeline .timeline .timeline-content:before {
    left: calc(50% - 17.5px) !important;
    right: auto !important;
    top: -17.5px !important; }

  .main-timeline .timeline-year {
    left: 50%;
    transform: translateX(-50%); }

  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 50%;
    transform: translateX(-50%); }

  .panel-product .product-item .slideshow-container .product-slideshow .product-slide {
    display: flex;
    border-right: 0; }

  .panel-product .product-item .slideshow-container .product-slideshow .product-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left bottom; }

  .product-description {
    padding-top: 25px;
    padding-bottom: 75px; }

  .product-information-bt {
    text-align: center; }

  .panel-product .product-item .slideshow-container .product-slideshow {
    position: static;
    width: auto; } }
@media only screen and (max-width: 575px) {
  .hero-slider .hero-slide .hero-slide-infos {
    width: 90%; }

  .footer-address,
  .footer-contact {
    text-align: center; }
    .footer-address > div,
    .footer-contact > div {
      min-height: 0 !important; }

  .panel-sample #samplename {
    font-size: 3.2rem; } }

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