/* line 2, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 7, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #121CB2;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
}
/* line 18, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro a:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #121CB2;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 50%;
}
/* line 31, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f061";
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  color: #31DCBE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  opacity: 0;
}
/* line 47, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro a:hover:after {
  opacity: 1;
}
/* line 51, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .intro a:hover:before {
  width: 100%;
  left: 10;
}
/* line 59, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur {
  position: relative;
}
/* line 62, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 484px;
}
/* line 68, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 81, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #070C4D;
  opacity: 0.8;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* line 97, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  background: #121CB2;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
/* line 112, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content {
  position: relative;
  z-index: 1;
  padding: 0 80px;
}
/* line 117, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-client {
  color: #FFFFFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  line-height: 39px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
/* line 126, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-title {
  padding: 0 160px 0 0;
}
/* line 128, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-title p {
  color: #FFFFFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 30px;
  line-height: 39px;
}
/* line 136, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link {
  padding-top: 50px;
}
/* line 140, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
}
/* line 151, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a:before {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0%;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
  transition: width 0.3s ease 0s, right 0.3s ease 0s;
  width: 50%;
}
/* line 164, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f061";
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  color: #31DCBE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  opacity: 0;
}
/* line 184, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a:hover .card-bg::before {
  opacity: 1;
}
/* line 189, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a:hover:after {
  opacity: 1;
}
/* line 193, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-link a:hover:before {
  width: 100%;
  left: 10;
}
/* line 205, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee .conteneur #succes-stories .card:hover .card-bg::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/* line 214, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee #arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #121CB2;
  background-color: white;
  height: 66px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/* line 227, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
.template-succes-stories-liee #arrows .slick-arrow {
  font-size: 17px !important;
  color: #121CB2;
  display: block;
  padding: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 320px) {
  /* line 242, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
  .template-succes-stories-liee .conteneur #succes-stories .card .card-content {
    padding: 20px;
  }
  /* line 244, ../../../../../templates/_global/sass/old_succes-stories-liee.scss */
  .template-succes-stories-liee .conteneur #succes-stories .card .card-content .card-title {
    padding: 0;
  }
}
