
.centerx,.header__basic--black .header__img,.section__crazy__color .wrapper__color .wrapper__panel .color .color__el h3,.section__handsketch__color .wrapper__audrio .color .color__el h3,.section__handsketch__color .wrapper__audrio img,.section__woy__color .wrapper__audrio .color .color__el h3,.section__woy__color .wrapper__audrio img {
position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.centery,.header__basic--studio .header__img,.section__404 .title__block,.section__jobs .jobs__ul .jobs__ul__li .jobs__ul__li__a i,.section__site .site__template .site__template__bar .template__button {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.centerxy,.flux__el--twitter p,.job__title .close--profil i,.job__title .title__block,.loading .loading__elements #display,.loading .loading__elements #progress,.navigation__project .navigation__project__block .content__text,.navigation__project .navigation__project__block:nth-child(2) .link,.other__team .profil__team .profil__team__li a img,.section__404 .overlay__404,.section__about .background__about .play i,.section__customer .customers .customers__li img,.section__projets .awards .awards__li a img,.section__projets .swiper-projets .swiper-slide .swiper-slide-block-content .text__content,.section__team .swiper-slide .slide__img .overlay,nav .center__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.main__title {margin: 0;}
.main__subtitle {margin: 2px 0;}

.link {display: inline-block;width: auto;position: relative;text-decoration: none;color: #D80012;font-size: .7em;letter-spacing: 1px;text-transform: uppercase;transition: all .3s ease-in-out;}
.link:hover {letter-spacing: 2px;}
.link__apply {
  display: block;
  width: 150px;
  padding: 16px 12px;
  background-color: #D80012;
  border: 2px solid #D80012;
  border-radius: 1px;
  color: #f2f3f3;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: .813em;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}
.link__apply:hover {background-color: transparent;letter-spacing: 3px;border-radius: 1px;}
.link__apply:active {background-color: transparent;letter-spacing: 3px;border-radius: 1px;}
.link__apply:focus {background-color: transparent;letter-spacing: 3px;border-radius: 1px;}


.home-swiper {overflow: hidden;}
.home-swiper.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width:992px) {.home-swiper.swiper-container {height: 650px;}}
.home-swiper .swiper-button-next i,.home-swiper .swiper-button-prev i {display: none;}
.home-swiper .swiper-button-next,.home-swiper .swiper-button-prev {z-index: 2;cursor: pointer;}

@keyframes arrowRight {
  0% {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  50% {
    -webkit-transform: translate(-10px,-50%);
    transform: translate(-10px,-50%);
  }
  100% {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}

.home-swiper .swiper-button-next {position: absolute;top: auto;right: 0;margin-top: 0px;}
@media (min-width:992px) {
  .home-swiper .swiper-button-next {
    /*right: 300px;margin-right: -1.25rem; right: 11rem;bottom: calc(122px + 3rem);*/bottom: 53px;right: 300px
  }
}

.home-swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: auto;right: 360px;display: none;
}


.home-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide__block {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: left;
}

.swiper-slide__block .swiper-slide__block__img {
  width: 100%;
  height: auto;border-radius: 8px;
  overflow: hidden;border-bottom-left-radius: 6rem;
}

.swiper-slide__block .swiper-slide__block__img a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width:992px) {
  .swiper-slide__block .swiper-slide__block__img {
    width: 65%;
    max-height: 576px;
    height: 576px;
    max-width: 835px;
    overflow: hidden;
    position: relative;
  }
}

.swiper-slide__block .swiper-slide__block__img img {
  width: 100%;
  height: auto;
  transition: all .3s ease-in-out;
}

@media (min-width:992px) {
  .swiper-slide__block .swiper-slide__block__img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;height: 100%;
    max-width: none;
    -webkit-filter: saturate(1.3);
  filter: saturate(1.3);transform: translate(-50%,0);
  }
}

.swiper-slide__block a .swiper-slide__block__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
}

.swiper-slide__block .swiper-slide__block__text {
  width: 85%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;

}

@media (min-width:768px) {
  .swiper-slide__block .swiper-slide__block__text {
    /*margin-top: 100px;*/margin-top: 4rem;margin-bottom: 4rem;
  }
}

@media (min-width:992px) {
  .swiper-slide__block .swiper-slide__block__text {
    width: 40%;
    height: 100%;
    max-height: 576px;
    max-width: 400px;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    margin-top: 0;
    padding: 0;}

  .swiper-slide__block .swiper-slide__block__text:before {
    content: "";
    display: block;
    width: 200px;
    max-width: 408px;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    left: -100px;

  }
}

.swiper-slide__block .main__title {margin: 0;line-height: 1;}



@media (min-width:768px) {
  .swiper-slide__block .main__title {
    /*font-size: 3em;*/
  }
}

@media (min-width:992px) {
  .swiper-slide__block .main__subtitle {
    margin-top: /*60px;*/3rem;margin-bottom: 0.5rem;display: block;
  }
}

.swiper-slide__block .main__subtitle {
  /*font-weight: 500;
  font-size: 1.1em;
  color: #f2f3f3;*/
}

@media (min-width:768px) {
 /* .swiper-slide__block .main__subtitle {
    font-size: .9em;
  }*/
}

.swiper-slide__block .main__subtitle span {
  /*font-style: normal;
  color: #D80012;
  letter-spacing: 1px;*/
}

.swiper-slide__block .main__subtitle,.swiper-slide__block .main__title,.swiper-slide__block .paragraphe {
  /*color: #21272b;*/
  z-index: 2;
  position: relative;
}

.swiper-slide__block .paragraphe {
  max-width: 413px;
  /*text-shadow: 7px 7px 16px #d2d2d2;*/
  margin-top: 1rem;margin-bottom: 2rem;color: #000;
}

.swiper-slide__block .number {
  font-size: 12em;
  font-weight: 900;
  width: 100%;
  display: block;
  color: rgba(16,47,65,.04);
  position: /*relative;*/ absolute;
  bottom: /*100px;-130px;*/-35px;
  z-index: 1;
  text-align: right;
  margin: 0;
  line-height: 120px;
}

@media (min-width:992px) {
  .swiper-slide__block .number {
    margin-top: 100px;
    font-size: 15em;
  }
}


.loading {
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  overflow: hidden;
}

.loading .loading__elements {
  width: 100%;
  height: 50%;
}

.loading .loading__elements #progress {
  display: block;
  width: 300px;
  height: 30px;
  z-index: 1;
  background-color: #000;
  transition: all .3s ease-in-out;
}

.loading .loading__elements #progress::-webkit-progress-bar {
  display: block;
  width: 100%;
  transition: all .3s;
}

.loading .loading__elements #progress::-webkit-progress-value {
  background-color: rgba(131,201,207,.8);
  background: -webkit-linear-gradient(#D80012,#83c9cf);
}

.loading .loading__elements progress[value]::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 2px;
  box-shadow: none;
}

.loading .loading__elements #display {
  display: block;
  font-size: 5em;
  z-index: 2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  color: #21272b;
}


.section__slider {
  width: 100%;
  height: auto;
}

@media (min-width:992px) {
  .section__slider {
    padding: 6rem 0 0;
  }
}

.section__slider .container__center {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:992px) {
  .section__slider .container__center {
    max-width: 992px;
    width: 85%;
  }

  .section__slider .container__center:after {
    content: "";
    display: none;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to top,#fff,rgba(248,248,248,0));
  }
}

@media (min-width:992px) {
  .section__slider .container__center {
    /*max-width: 1170px;*/max-width: 1210px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
.section__slider {padding: 3rem;}
}



@media (max-width: 991px) {
.home-swiper .swiper-button-next {margin-top: -1.5rem;right: 2rem;background:#fff;}
}

@media (max-width: 767px) {
.swiper-slide__block .swiper-slide__block__text {width: auto;padding:0 2rem;max-width: 480px;}
.pane-home-lines .item-line {padding:2.5rem 2rem;}
.pane-home-lines .item-line .col:first-child{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;left: -1rem;}
.pane-home-lines .item-line .col:first-child img {width: 230%;left: -100%;margin: 0 auto;}
.pane-home-lines .item-line .col {padding: 0 !important;}
.pane-home-lines .item-line .flex-column img {right: -1rem;top: -2rem;}
.pane-home-lines .item-hover-shadow {margin-bottom: 0;margin-top: 2rem}
.pane-home-lines .item-hover-shadow:first-child {margin-top: 0;}
.swiper-slide__block .number {display: none;}

.swiper-slide__block .swiper-slide__block__img {border-bottom-left-radius: 2.5rem;}

}








