@charset "UTF-8";
/*@bg-fondation: #c1240b;
@bg-corpo: #95a200;*/
.container-borderbox {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/*.slick-loading .slick-list{
    background: #fff url('@{slick-loader-path}ajax-loader.gif') center center no-repeat;
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 43px;
  width: 23px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  background-image: url("../png/carousel-arrow-right.png");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: -24px;
  transform: rotate(180deg) translate(0, 50%);
}
.slick-next {
  right: -24px;
}
/*!* Dots *!

.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
    li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            &:hover, &:focus {
                outline: none;
                &:before {
                    opacity: @slick-opacity-on-hover;
                }
            }
            &:before {
                position: absolute;
                top: 0;
                left: 0;
                content: @slick-dot-character;
                width: 20px;
                height: 20px;
                font-family: @slick-font-family;
                font-size: @slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: @slick-dot-color;
                opacity: @slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }
        &.slick-active button:before {
            color: @slick-dot-color-active;
            opacity: @slick-opacity-default;
        }
    }
}*/
.cover-small {
  color: #ffffff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  min-height: 466px;
}
.cover-small__inner {
  max-width: 40%;
  margin-top: -10px;
  color: inherit;
  display: block;
  text-decoration: inherit;
}
.cover-small__title {
  color: inherit;
  font-family: 'HelveticaNeueW01-Thin', Arial, sans-serif;
  font-size: 60px;
  text-transform: inherit;
  line-height: 1;
}
.cover-small__body {
  color: inherit;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
.cover-small__buttons {
  margin-top: 20px;
  max-width: 40%;
}
.cover-small__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-family: 'HelveticaNeueW01-65Medi', Arial, sans-serif;
  color: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
}
.cover-small__button > svg {
  margin-left: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cover-small__button > svg path {
  transition: fill 0.4s ease;
}
.cover-small__button > svg #back {
  fill: transparent;
}
.cover-small__button:hover > svg #chevron {
  fill: transparent;
}
.cover-small__button:hover > svg #back {
  fill: #ffffff;
}
.about {
  color: #000000;
  text-align: center;
  padding: 88px 0;
}
.about__inner {
  max-width: 65.8%;
  margin: -12px auto 0;
}
.about__title {
  color: inherit;
  text-transform: inherit;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 44px;
}
.about__body {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 20px;
  margin-top: 24px;
}
.about__body > p {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}
.split-3-blocks {
  display: -ms-flexbox;
  display: flex;
  height: 466px;
}
.split-3-blocks__item {
  position: relative;
  -ms-flex: 1 1 33.33333333%;
  flex: 1 1 33.33333333%;
}
.split-2-blocks {
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}
.split-2-blocks__item {
  position: relative;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.split-2-blocks .card-link {
  font-size: 38px;
}
.card-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;
    align-items: center;*/
  overflow: hidden;
  padding: 70px 50px;
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
.card-link:hover .card-link__image {
  transform: scale(1.05);
}
.card-link h3 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.card-link__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.01);
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */
  /* easeOutExpo */
  /*&:hover {
            transform: scale(1.05);
        }*/
}
.card-link__content {
  position: relative;
}
.card-link__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}
.card-link__icon > img {
  width: 100%;
  height: auto;
}
.products-carousel {
  padding: 74px 0;
}
.products-carousel__container {
  position: relative;
}
.products-carousel__item {
  text-align: center;
  outline: none;
}
.products-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.products-carousel .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: center;
  justify-content: center;
}
.products-carousel .product-carousel {
  width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}
.products-carousel .product-carousel__image {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 250px;
}
.products-carousel .product-carousel__image img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
}
.products-carousel .product-carousel__caption {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  color: #000000;
  text-decoration: inherit;
  font-size: 24px;
  margin-top: 49px;
}
.cards-container {
  background-color: #f7f7f7;
  padding: 80px 0 59px;
}
.cards-container__row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
}
.cards-container__col {
  width: 100%;
  min-height: 1px;
  padding-right: 18px;
  padding-left: 18px;
}
.cards-container__title {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 70px;
}
.cards-container__links {
  margin-top: 55px;
}
.cards-container__links > a {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  color: #f38f10;
  text-decoration: none;
  font-size: 14px;
}
.card-community {
  text-decoration: none;
  color: inherit;
}
.card-community__image {
  padding-top: 100%;
  position: relative;
  background-color: #f7f7f7;
}
.card-community__image > img {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  max-width: 100%;
}
.card-community__body {
  margin-top: 30px;
}
.card-community__body h3 {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
  text-decoration: inherit;
}
.card-community__body p {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 16px;
  color: #939292;
  text-decoration: inherit;
}
.home-univers {
  box-sizing: border-box;
}
.home-univers *,
.home-univers *::before,
.home-univers *::after {
  box-sizing: inherit;
}
