@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img, embed, iframe, object, video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

@font-face {
  font-family: "test";
  src: url(assets/lib/fontawesome-webfont.eot);
}
body {
  font-family: "ralewayregular", Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  background-color: #fff;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
  color: initial;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: initial;
}

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

input,
input:focus {
  border: 0;
  outline: 0;
  width: 100%;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #32c5d2;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.opaque-bubbles {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .opaque-bubbles {
    display: block;
  }
}

.bubble1 {
  position: absolute;
  left: -10%;
  top: -160px;
  width: 200px;
}

.bubble3 {
  position: absolute;
  top: 350px;
  left: 250px;
  width: 450px;
}

/*======================================
  //--//-->   NAVBAR
  ======================================*/
.navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-brand img {
  width: 134px;
}

.fixed-top {
  z-index: 99;
}

.navbar-default.open-box-collapse {
  background-color: #fff;
}

.navbar-default.navbar-reduce {
  background: #fff;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
  cursor: pointer;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before,
.section-intro h2:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 20px;
  height: 2px;
  z-index: 0;
  background-color: #ff1c67;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before,
.section-intro h2:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #ff1c67;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #fff;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #ff1c67;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000;
}

.navbar-default .dropdown .dropdown-menu {
  border-left: 4px solid #ff1c67;
  box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
  }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 500;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #ff1c67;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #ff1c67;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  display: block;
  opacity: 1;
  left: 0;
  filter: alpha(opacity=1);
}

.banner_area::before {
  content: "";
  background: url(../img/background/banner-bg.svg) no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-size: 1919px;
}
@media screen and (min-width: 992px) {
  .banner_area::before {
    background-size: 100% !important;
  }
}

.nav-flag .nav-link:hover:before {
  display: none;
}

@media screen and (max-width: 992px) {
  .nav-flag .dropdown-menu {
    left: 0;
  }
}

.flag-active {
  max-width: 30px;
}

.flag {
  max-width: 20px;
}

/*======================================
//--//-->   INTRO
======================================*/
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.intro .intro-content {
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fbc531;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fbc531;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
  background-position: center;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.btn-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid #fbc531;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 37px;
  text-transform: uppercase;
}

.intro-subtitle {
  font-size: 13px;
  font-weight: 300;
}

.intro-subtitle.intro-btn {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/
.intro-single {
  padding: 12rem 0 3rem;
}

.text-caption {
  font-size: 16px;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #fbc531;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 9px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fbc531;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #fbc531;
  width: 35px;
}

.intro .owl-theme .owl-dots {
  right: 200px;
}

@media (min-width: 768px) {
  .intro .owl-theme .owl-dots {
    right: 200px;
  }
}
.contact-bg-section {
  background-color: #06d7f3;
  padding: 68px 0;
}
.contact-bg-section a {
  color: #fff;
}

.text-background {
  position: absolute;
  left: 50%;
  bottom: -49px;
  width: 100%;
  font-size: 5em;
  line-height: 0.1;
  opacity: 0.3;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .text-background {
    max-width: 1140px;
    font-size: 11em;
  }
}
@media screen and (min-width: 992px) {
  .text-background {
    max-width: 940px;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .text-background {
    max-width: 710px;
    font-size: 8em;
  }
}

.title-section-contact {
  font-size: 2.1em;
  font-weight: 600;
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.navbar-collapse {
  max-height: 84vh;
  overflow: hidden auto;
  margin: 1.3rem 0px;
  transition: all 300ms ease 0s;
}

@media (min-width: 768px) {
  .navbar-collapse {
    max-height: initial;
    overflow: initial;
    margin: initial;
  }

  .navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
}
/*======================================
  //--//-->   BANNER
  ======================================*/
.banner {
  margin-top: 150px;
}
.banner .wrap-banner {
  z-index: 1;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .banner {
    margin-top: 80px;
  }
}

.title_banner_desc .item {
  height: 170px;
  padding-left: 15px;
  overflow: hidden;
}
.title_banner_desc .item div {
  position: relative;
  height: 170px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.title_banner_desc .item .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.title_banner_desc .item .title span {
  color: #32c5d2;
}
.title_banner_desc .item .title:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  transform-origin: bottom;
  transform: rotateX(180deg);
  line-height: 0.856em;
  background: linear-gradient(0deg, #000 0, transparent 80%);
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .title_banner_desc .item .title:before {
    line-height: 1.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .title_banner_desc .item .title:before {
    line-height: 1em;
  }
}
@media screen and (max-width: 576px) {
  .title_banner_desc .item .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .title_banner_desc .item .title {
    font-size: 20px;
  }
}
.title_banner_desc .item .slider-text1 {
  animation: slide 20s linear infinite;
}
.title_banner_desc .item .details {
  font-size: 17px;
  margin-top: 35px;
}
@media screen and (max-width: 476px) {
  .title_banner_desc .item .details {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .title_banner_desc .item .details {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .title_banner_desc {
    height: 200px;
  }
}

@keyframes slide {
  0% {
    margin-top: -590px;
  }
  5% {
    margin-top: -440px;
  }
  33% {
    margin-top: -440px;
  }
  38% {
    margin-top: -220px;
  }
  66% {
    margin-top: -220px;
  }
  71% {
    margin-top: 0px;
  }
  95% {
    margin-top: 0px;
  }
  100% {
    margin-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .img-banner {
    margin-top: 40px;
  }
}

/*======================================
//--//-->   BUTTONS
======================================*/
.btn_discover_solutions,
.btn_produit {
  border-radius: 28px;
  background: linear-gradient(217deg, #06d7f3, #27beff);
  width: 240px;
  height: 40px;
  padding: 0.5em 1.25em 0.5em 0.25em;
  margin: 15px 0 0 15px;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.wrap_why_us .card:nth-child(2):before, .wrap_why_us .card:nth-child(1):before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #27beff;
  opacity: 0.5;
  position: absolute;
}

.btn_discover_solutions,
.btn_produit {
  position: relative;
  cursor: pointer;
}
.btn_discover_solutions a,
.btn_produit a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11.5px;
}
.btn_discover_solutions a > span:last-child,
.btn_produit a > span:last-child {
  margin-left: 50px;
  transition: all 0.75s ease;
}
.btn_discover_solutions:hover .wrap-icon,
.btn_produit:hover .wrap-icon {
  transform: translateX(195px) rotate(360deg);
  cursor: pointer;
}
.btn_discover_solutions:hover a > span:last-child,
.btn_produit:hover a > span:last-child {
  margin-left: 0;
  padding-left: 5px;
  margin-right: 45px;
}
.btn_discover_solutions .wrap-icon,
.btn_produit .wrap-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 2px;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
  margin-right: 5px;
  background: linear-gradient(-170deg, #06d7f3, #27beff);
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
  transition: all 0.75s ease;
}

.empty_space {
  margin-top: 150px;
}

.empty_space_footer {
  margin-top: 90px;
}

#our_values .w_card, .solutions .card-solutions, .wrap_contact .card, .card, #solutions .card, .wrap_why_us .card, .wrap_presentation .card {
  font-weight: 400;
  border: 0;
  border-radius: 0.25rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.section-intro {
  margin-left: auto;
}

.section-intro-right {
  margin-left: initial;
}

@media (min-width: 768px) {
  .section-intro-right h2 {
    float: initial !important;
  }

  .section-intro h2 {
    position: relative;
    float: right;
    font-size: 45px;
    text-align: initial;
  }
  .section-intro h2:before {
    bottom: 2px;
    left: 2px;
    height: 4px;
  }
}
.section-intro h2 {
  font-weight: 600;
  font-family: sans-serif;
  color: #262959;
}
@media screen and (max-width: 768px) {
  .section-intro h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section-intro h2::before {
    display: none;
  }
}

.wrap_presentation .card {
  max-width: 700px;
  margin: auto;
  background-image: url(../img/background/bg_gradient.png);
  color: #fff;
  line-height: 1.9;
}
@media screen and (max-width: 476px) {
  .wrap_presentation p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  #why_us {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../img/background/EvolutionCA_AnnuelDemoLoc3.png);
  }
}

.wrap_why_us {
  position: relative;
}
.wrap_why_us .card {
  max-width: 400px;
  margin: 15px;
  opacity: 0.7 !important;
}
.wrap_why_us .card h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrap_why_us .card p {
  color: #000;
}
@media screen and (max-width: 476px) {
  .wrap_why_us .card p {
    font-size: 12px;
  }
}
.wrap_why_us .card:nth-child(1):before {
  top: -68px;
  left: -215px;
}
@media screen and (max-width: 992px) {
  .wrap_why_us .card:nth-child(1):before {
    left: 380px;
    top: 0;
  }
}
@media screen and (max-width: 576px) {
  .wrap_why_us .card:nth-child(1):before {
    display: none;
  }
}
@media screen and (min-width: 772px) {
  .wrap_why_us .card:nth-child(1) {
    left: 180px;
  }
}
@media screen and (min-width: 992px) {
  .wrap_why_us .card:nth-child(1) {
    left: 500px;
  }
}
.wrap_why_us .card:nth-child(2):before {
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 576px) {
  .wrap_why_us .card:nth-child(2):before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .wrap_why_us .card:nth-child(2) {
    bottom: 55px;
  }
}
@media screen and (min-width: 772px) {
  .wrap_why_us .card:nth-child(3) {
    left: 280px;
  }
}
@media screen and (min-width: 992px) {
  .wrap_why_us .card:nth-child(3) {
    bottom: 25px;
    left: 300px;
  }
}
@media screen and (max-width: 768px) {
  .wrap_why_us {
    margin: auto;
  }
}

.text li {
  display: inline-block;
  float: left;
  font-weight: 700;
  opacity: 1;
  color: #000;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  max-width: 2em;
  margin: 0;
}
.text .start_word,
.text .spaced {
  color: #ff1c67;
}

.text.hidden li.spaced {
  padding-left: 0;
}

.text li.spaced {
  padding-left: 0.5em;
}

.text.hidden li.ghost {
  opacity: 0;
  max-width: 0;
}

.kiosque_app .bg-section, #deployment .bg-section {
  background-size: 100% 250px;
  top: 0;
  margin-top: -1px;
  display: block;
  position: absolute;
  width: 100%;
  pointer-events: none;
  background-repeat-y: no-repeat;
}

.kiosque_app .et_parallax_bg, #deployment .et_parallax_bg {
  height: 500px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url(../img/background/design_bg.png);
  height: 883.1px;
  transform: translate(0px, 153.536px);
}

#deployment .wrap-bg {
  position: relative;
  height: 780px;
  background-image: linear-gradient(130deg, #06d7f3 25%, #19c1da 100%) !important;
}
@media screen and (max-width: 768px) {
  #deployment .wrap-bg {
    height: 858px;
  }
}
#deployment .et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#deployment .bg-section {
  background-image: url(../img/background/bg2.svg);
  transform: rotateX(180deg) rotateY(180deg);
  height: 250px;
}
#deployment .desc h2 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
#deployment .desc p {
  color: #fff;
  line-height: 30px;
}
#deployment .desc .wrap-list-unstyled {
  padding-left: 0;
  list-style: none;
  max-width: 800px;
}
#deployment .desc .white-list-item {
  background-image: url(https://uploads-ssl.webflow.com/5c93901939f21ebf812cec22/5c9b6dc8ce34854c8139362f_check.svg);
  color: #fff;
  margin-top: 20px;
  padding-left: 40px;
  font-size: 14px;
  background-position: 0 3%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.video_ui_img {
  max-width: 550px;
  cursor: pointer;
}
.video_ui_img .carousel-inner {
  border-radius: 15px;
}
.video_ui_img:hover .play-btn:before {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_ui_img .play-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video_ui_img .play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
.video_ui_img .play-btn span {
  background-image: url(../img/icon_play.png);
  background-size: 135px 140px;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  display: block;
}
.video_ui_img .w_control_icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  font-size: 30px;
  color: black;
  padding: 3px;
  border-radius: 25px;
}
.video_ui_img .w_control_icon._left {
  left: -20px;
}
.video_ui_img .w_control_icon._right {
  right: -20px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.7);
    opacity: 0;
  }
}
#videoModal .modal-dialog {
  margin-top: 150px;
}
#videoModal .modal-content {
  background: transparent !important;
  border: none !important;
}

#solutions {
  position: relative;
}
#solutions .mockup_img {
  max-width: 600px;
  position: relative;
  top: -115px;
  height: 200px;
}
@media screen and (max-width: 992px) {
  #solutions .mockup_img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #solutions .mockup_img {
    max-width: 800px;
    position: absolute;
    top: -200px;
    left: -150px;
  }
}
@media screen and (min-width: 768px) {
  #solutions .w-card {
    margin-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  #solutions .w-card {
    margin-top: 200px;
  }
}
#solutions .card {
  height: 290px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
  cursor: pointer;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
#solutions .card:hover {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
#solutions .card h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#solutions .card p {
  font-size: 14px;
  color: #666;
}

.animation-custom .animated {
  -webkit-animation-duration: 3000ms !important;
  animation-duration: 3000ms !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animation-custom .owl-animated-in {
  z-index: 0;
}
.animation-custom .owl-animated-out {
  z-index: 1;
}
.animation-custom .owl-stage {
  transition: 2s !important;
  transition-timing-function: ease !important;
}
.animation-custom .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animation-custom .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.produits-carousel {
  height: 350px;
  overflow: hidden;
}
.produits-carousel .owl-dots {
  display: none;
}
.produits-carousel .owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.produits-carousel .owl-carousel.owl-loaded {
  display: block;
}
.produits-carousel .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.produits-carousel .owl-carousel.owl-hidden {
  opacity: 0;
}
.produits-carousel .owl-carousel .owl-refresh .owl-item {
  display: none;
}
.produits-carousel .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.produits-carousel .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.produits-carousel .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.produits-carousel .owl-item {
  width: 100%;
}
.produits-carousel .carousel_item {
  cursor: pointer;
  height: 350px;
  width: 100%;
  position: relative;
  padding: 0 !important;
  display: block;
  overflow: hidden;
}
.produits-carousel .carousel_item .box-image {
  height: 352px;
  position: relative;
  width: 100%;
  display: block;
}
.produits-carousel .carousel_item .box-image:after {
  content: no-close-quote;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/metabg.png) repeat-x;
  background-size: auto 100%;
  opacity: 0.8;
}
.produits-carousel .carousel-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  box-sizing: border-box;
}
.produits-carousel .carousel_item .carousel-content {
  padding: 15px;
  text-align: center;
  height: 198px;
}
.produits-carousel .carousel_item .recent-title {
  margin: 10px 0 5px;
  font-size: 19px;
  font-weight: 400;
}
.produits-carousel .carousel_item .recent-title {
  color: #fff;
  display: block;
  line-height: 1.4em;
  text-shadow: 0 0.5px 0.5px rgba(34, 34, 34, 0.3);
}
.produits-carousel .carousel-tag .icon {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
}
.produits-carousel .carousel-tag .icon:before {
  content: "";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  padding-right: 4px;
}
.produits-carousel .content {
  color: #fff;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 1.5;
}
.produits-carousel .carousel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 35, 40, 0.05);
}
.produits-carousel .owl-item:hover .carousel-overlay {
  background-color: #202020;
  opacity: 0.5;
}
.produits-carousel .carousel-overlay:before {
  z-index: 3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.produits-carousel .carousel-overlay:after {
  z-index: 3;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.produits-carousel .carousel-overlay:before,
.produits-carousel .carousel-overlay:after {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.produits-carousel .owl-item:hover .carousel-overlay:before,
.produits-carousel .owl-item:hover .carousel-overlay:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card.card-cascade .view.view-cascade {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.card {
  padding: 0;
}

.info_sup {
  border-top: 1px solid #dee2e6;
  padding-top: 5px;
}
.info_sup > div {
  display: inline-block;
  color: gray;
}
.info_sup > div:last-child {
  float: right;
}

.article_img {
  height: 186px;
  margin-top: -2.25rem;
  margin-right: 4%;
  margin-left: 4%;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.article_img img {
  height: 183px;
}

.iner_img_article {
  max-width: 370px;
}

.article_bg {
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto;
}

._sfv > * {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 26px;
}

.tag_name {
  position: absolute;
  top: -30px;
  right: 20px;
  background-color: #fbc531;
  border-radius: 15px;
  padding: 2px 10px;
  font-weight: 600;
}

.card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0 !important;
}
.card-body .card-title {
  font-size: 20px;
  height: 48px;
}

.page_news .card {
  margin-bottom: 70px;
}

.date_to_come_up .wrap_item {
  position: relative;
  border-left: 2px solid #262959;
  padding-left: 8px;
  min-height: 70px;
  margin: 20px 0;
  transition: all 0.3s;
}
.date_to_come_up .wrap_item:hover {
  border-left: 2px solid #ff1c67;
}
.date_to_come_up .wrap_item:hover .text-heading {
  color: #ff1c67;
}
.date_to_come_up .text-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-right: -0.25px;
  font-family: sans-serif;
  color: #262959;
  transition: all 0.3s;
}
.date_to_come_up .text_small {
  color: #1E0A3C;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 10px;
}
.date_to_come_up .text_date {
  color: #6F7287;
  text-transform: uppercase;
}

#eventsModal .date-info-events p.date_tg {
  font-size: 18px;
  text-align: center;
  color: #6F7287;
  font-weight: 600;
}
#eventsModal .iframe_map iframe {
  width: 100%;
  height: 335px;
}

#footer {
  position: relative;
  background-image: url(../img/background/footer.svg);
  background-position: 50% 0;
  background-size: 1919px;
  background-repeat: no-repeat;
}
#footer .social-container {
  text-align: center;
}
#footer .social-container {
  margin-top: 45px;
}
#footer .logo {
  padding-top: 100px;
}
#footer .social-icons {
  padding: 0;
  list-style: none;
}
#footer .social-icons li {
  display: inline-block;
  margin: 0.15em 1em;
  position: relative;
  font-size: 1.2em;
}
#footer .social-icons i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
  transition: all 265ms ease-out;
}
#footer .social-icons a {
  display: inline-block;
}
#footer .social-icons a:before {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg, #29b2ab, #17b4ed);
  transition: all 265ms ease-out;
}
#footer .social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}
#footer .social-icons a:hover i {
  transform: scale(2.2);
  -ms-transform: scale(2.2);
  -webkit-transform: scale(2.2);
  color: #06d7f3;
  background: -webkit-linear-gradient(45deg, #29b2ab, #17b4ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}
#footer .w_copyright {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  margin-top: 45px;
  padding-bottom: 50px;
}
#footer .w_copyright a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.legal_notice h3 {
  color: #262959;
}
.legal_notice a:hover {
  cursor: pointer;
}

#pagination-wrapper {
  padding: 7px 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
#pagination-wrapper .page.active {
  background-color: #fbc531;
}

.b_news .w_tagName h3, .b_news .w_categories h3 {
  font-family: initial, serif;
  font-size: 22px;
  font-weight: 600;
}
.b_news .w_search {
  display: inline-block;
  width: 166px;
  height: 42px;
  padding: 6px 8px;
  background-color: #fff;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.b_news .w_icon_search {
  display: inline-block;
  height: 42px;
  width: 40px;
  padding: 6px 8px;
  background: #e4f7fc;
  position: relative;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}
.b_news .w_categories ul li {
  margin-bottom: 15px;
}
.b_news .w_categories ul li a {
  text-transform: uppercase;
  color: #808080;
  font-family: initial, serif;
  transition: all 0.2s ease-in-out;
}
.b_news .w_categories ul li a:hover {
  color: #000;
}
.b_news [type=checkbox]:checked,
.b_news [type=checkbox]:not(:checked),
.b_news [type=radio]:checked,
.b_news [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.b_news .checkbox-tag:checked + label,
.b_news .checkbox-tag:not(:checked) + label {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-right: 6px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.b_news .checkbox-tag:not(:checked) + label::before,
.b_news .checkbox-tag:not(:checked) + label:hover::before,
.b_news .checkbox-tag:checked + label::before {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.b_news .checkbox-tag:checked + label::before,
.b_news .checkbox-tag:not(:checked) + label::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 4px;
  z-index: -2;
  background-color: #fbc531;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.b_news .checkbox-tag:checked + label::after,
.b_news .checkbox-tag:not(:checked) + label::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 4px;
  z-index: -2;
  background-color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.b_news .checkbox-tag:checked + label::after {
  opacity: 0;
}
.b_news .checkbox-tag:checked + label .uil,
.b_news .checkbox-tag:not(:checked) + label .uil {
  font-size: 20px;
}
.b_news .checkbox-tag:checked + label .text,
.b_news .checkbox-tag:not(:checked) + label .text {
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.b_news .checkbox-tag:checked + label .text {
  color: #000;
  opacity: 0.6;
}

.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-cover-image div {
  z-index: 1;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  color: #fff;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  padding: 14px;
  text-align: center;
}

.wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.wp-block-cover-image {
  background-attachment: fixed;
  background-position: 50% 0;
}

.w_content {
  border-radius: 5px;
}
.w_content .w_img {
  width: 150px;
  height: 150px;
  margin: 0 15px 15px 0;
}
.w_content .w_img img {
  vertical-align: initial;
  border-radius: 5px;
  height: -webkit-fill-available;
}
.w_content .desc_info {
  vertical-align: top;
}
.w_content .desc_info p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #262959;
}

.rating {
  border: none;
  display: inline-block;
}

.rating_points {
  bottom: 20px;
  margin-left: 5px;
  position: relative;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.rating > .half:before {
  content: "";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating .color_rating {
  color: #FFD700;
}

.bx_wrap, .card_produits .w_card_carousel,
.card_produits_clients .w_card_carousel {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 119px;
  width: 290px;
}
.bx_wrap .w_card_img, .card_produits .w_card_carousel .w_card_img,
.card_produits_clients .w_card_carousel .w_card_img {
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  height: 120px;
  width: 120px;
}
.bx_wrap .w_card_img img, .card_produits .w_card_carousel .w_card_img img,
.card_produits_clients .w_card_carousel .w_card_img img {
  height: -webkit-fill-available;
}
.bx_wrap .content, .card_produits .w_card_carousel .content,
.card_produits_clients .w_card_carousel .content {
  flex: 0 0 auto;
}
.bx_wrap .content h4, .card_produits .w_card_carousel .content h4,
.card_produits_clients .w_card_carousel .content h4 {
  font-size: 20px;
}
.bx_wrap .content p, .card_produits .w_card_carousel .content p,
.card_produits_clients .w_card_carousel .content p {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.card_produits,
.card_produits_clients {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0px -5px 8px rgba(100, 100, 100, 0.3);
}
.card_produits .carousel_item,
.card_produits_clients .carousel_item {
  display: block;
}
.card_produits .item_active,
.card_produits_clients .item_active {
  display: none;
}
.card_produits .owl-stage,
.card_produits_clients .owl-stage {
  width: max-content !important;
}
.card_produits .rating > label:before,
.card_produits_clients .rating > label:before {
  margin: 5px 2px;
}

.btn_store a,
.btn_ a {
  position: relative;
  border: 0;
  text-decoration: none;
  line-height: 38px;
  display: inline-block;
  padding: 0px 20px 0px 36px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin: 10px;
}
.btn_store a:hover,
.btn_ a:hover {
  color: #fff;
  transform: scale(1.02);
}
.btn_store a i,
.btn_ a i {
  font-size: 16px;
  position: absolute;
  margin-top: 11px;
  margin-left: -20px;
}
.btn_store a.playstore, .btn_store a.send,
.btn_ a.playstore,
.btn_ a.send {
  background: -webkit-linear-gradient(45deg, #29b2ab, #17b4ed);
}
.btn_store a:after,
.btn_ a:after {
  content: "";
  position: absolute;
  width: 200px;
  left: -200px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.14), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.14), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.14), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(255, 255, 255, 0.14), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.14), transparent);
  height: 50px;
}
.btn_store a:hover:after,
.btn_ a:hover:after {
  -webkit-animation: shine 0.8s ease;
  -moz-animation: shine 0.8s ease;
  -o-animation: shine 0.8s ease;
  -ms-animation: shine 0.8s ease;
  animation: shine 0.8s ease;
}
@-moz-keyframes shine {
  to {
    left: 200px;
  }
}
@-webkit-keyframes shine {
  to {
    left: 200px;
  }
}
@-o-keyframes shine {
  to {
    left: 200px;
  }
}
@keyframes shine {
  to {
    left: 200px;
  }
}

.btn_store .playstore {
  margin: 0 10px 10px 0;
}

.aside view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.aside .overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.aside .title_recap {
  font-family: initial, serif;
  font-size: 24px;
  font-weight: 600;
}
.aside .actualities_aside div {
  cursor: pointer;
}

.kiosque_app .wrap-bg {
  position: relative;
  background-image: linear-gradient(130deg, #06d7f3 25%, #19c1da 100%) !important;
}
.kiosque_app h3,
.kiosque_app span {
  font-weight: 700;
}
.kiosque_app h3,
.kiosque_app p {
  font-family: sans-serif;
}
.kiosque_app .et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.kiosque_app .bg-section {
  background-image: url(../img/background/bg2.svg);
  transform: rotateX(180deg);
  height: 250px;
}
.kiosque_app .content {
  margin: auto;
}
.kiosque_app .content .playstore {
  background: #000;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .kiosque_app .content {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.tfxp_card .card {
  height: 313px;
}

.newsletter {
  margin-bottom: 100px;
}
.newsletter .title_newsletter h3 {
  font-weight: 700;
  font-family: sans-serif;
  text-align: center;
  color: #262959;
}
.newsletter .title_newsletter p {
  text-align: center;
  color: #262959;
}
.newsletter .btn_ a.send {
  background: #000;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
}

input[type=submit],
._pdgt {
  color: #fff;
  background: linear-gradient(-170deg, #06d7f3, #27beff);
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  outline: 0;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.025em;
  font-weight: 600;
  border-radius: 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 4px 21px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
input[type=submit]:hover,
._pdgt:hover {
  background: #000;
  color: #fff !important;
  cursor: pointer;
}

._pdgt {
  margin-left: 25px;
  background: #f2f2f2;
  color: #000;
}

.other_way_auth {
  text-align: center;
  max-width: 340px;
}
.other_way_auth .login_social {
  display: flex;
  justify-content: center;
}
.other_way_auth .login100-social-item {
  font-size: 25px;
  color: #3b5998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.other_way_auth .login100-social-item:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.wrap_form ._input {
  position: relative;
  max-width: 340px;
  margin: 0 auto 20px;
}
.wrap_form ._input input,
.wrap_form .textarea {
  background-color: rgba(110, 130, 208, 0.08);
  border-color: #bec2d8;
  border-left-width: 3px;
  border-left: 2px solid #bec2d8;
  padding: 14px 4%;
  margin-top: 20px;
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  -webkit-appearance: none;
}
.wrap_form .btn_ {
  max-width: 340px;
  margin: auto;
}
.wrap_form .btn_ a {
  width: 100%;
  margin-left: 0;
  padding: 0.3em 1em;
  text-align: center;
  background: #000;
  box-shadow: 0px 20px 30px -10px rgba(110, 130, 208, 0.28);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.wrap_form .wrap_icon_input {
  position: absolute;
  right: 0;
  height: -webkit-fill-available;
  width: 49px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap_form .wrap_icon_input i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  color: #bec2d8;
}
.wrap_form .input_pdt {
  padding-right: 50px !important;
  margin-top: 0 !important;
}

.partenaire_client {
  background-color: #f8f8f8;
}
.partenaire_client .item_gtd {
  background-position: center center;
  background-size: 87px;
  height: 150px;
  background-repeat: no-repeat;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.partenaire_client .item_gtd:hover {
  cursor: pointer;
  -webkit-filter: initial;
  filter: initial;
  transform: scale(1.02);
}
.partenaire_client .wrap_img {
  width: 24.5em;
  margin: auto;
}
.partenaire_client .md-imac {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .partenaire_client .md-imac {
    font-size: 8px;
  }
}
@media screen and (max-width: 576px) {
  .partenaire_client .md-imac {
    font-size: 4px;
  }
}

.wrap_contact h3 {
  font-weight: 700;
  font-family: sans-serif;
  text-align: center;
  color: #262959;
}
.wrap_contact p {
  text-align: center;
  color: #262959;
}
.wrap_contact .card {
  box-shadow: 0px 2px 70px 0px rgba(110, 188, 208, 0.28);
}
.wrap_contact .card .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.05);
}
.wrap_contact .card .icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wrap_contact .card .info {
  text-align: center;
}
.wrap_contact ._input {
  max-width: initial;
}
.wrap_contact .textarea {
  width: 100%;
  padding: 15px;
}
.wrap_contact .btn_ {
  margin: initial;
}

#single_page .card.card-cascade.wider {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#single_page .card-body {
  z-index: 3;
  background-color: #fff;
  margin-top: -1rem;
  margin-right: 4%;
  margin-left: 4%;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18);
}
#single_page .info_sup {
  border: none;
  text-align: left;
}
#single_page .info_sup div {
  margin-left: 20px;
}
#single_page .nbr_reader {
  float: none;
}
#single_page input,
#single_page .textarea {
  margin-top: 0;
}
#single_page .btn_ {
  margin: initial;
}
#single_page .view.view-cascade {
  height: 360px;
}

#page_produits_clients .w_desc_tools,
#page_produits_clients .wrap_ {
  display: table-cell;
  vertical-align: top;
}
#page_produits_clients .w_desc_tools {
  padding: 0 0 0 13px;
}
#page_produits_clients .w_desc_tools h4 {
  margin-top: 27px;
  font-family: sans-serif;
  font-weight: 600;
}
#page_produits_clients .w_desc_tools p {
  margin: 13px 0 0;
}
#page_produits_clients .w_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(-170deg, #06d7f3, #27beff);
  box-shadow: -2px 4px 5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.2s;
  cursor: pointer;
}
#page_produits_clients .w_icon i {
  color: #ffffff;
  font-size: 37px;
  position: relative;
}
#page_produits_clients .w_icon i:before {
  display: block;
  line-height: 1.8;
}
#page_produits_clients .w_icon:hover {
  transform: translate3d(0, -6px, 0);
}
#page_produits_clients .w_mockup {
  max-width: 348px;
  margin: auto;
}
#page_produits_clients .box_ {
  padding: 135px 0 0 44px;
}
#page_produits_clients .img-wrapper {
  position: relative;
  margin-top: 15px;
  max-width: 171px;
}

.bg_on {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.bg_on_num {
  position: absolute;
  display: inline-block;
  top: -123px !important;
  left: -15% !important;
  z-index: -15;
  font-family: sans-serif;
  font-size: 215px;
  line-height: 0.8;
  letter-spacing: -0.01em;
  color: #f3f3f3;
  font-weight: 700;
}
.bg_on_num span {
  opacity: 1;
}

.list_menu_hover {
  width: fit-content;
}
.list_menu_hover li {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list_menu_hover li:hover {
  padding-left: 25px;
}
.list_menu_hover li:hover:before {
  left: 0;
}
.list_menu_hover li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.3rem;
  width: 0.3rem;
  background-color: #35dacc;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#price_section {
  margin-top: 80px;
}
#price_section .box_price_dft {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.07);
  padding: 52px 33px 50px;
  box-sizing: border-box;
  border-radius: 20px;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.2s;
}
@media screen and (min-width: 768px) {
  #price_section .box_price_dft {
    height: 680px;
  }
}
@media screen and (min-width: 992px) {
  #price_section .box_price_dft {
    height: 757px;
  }
}
@media screen and (min-width: 1200px) {
  #price_section .box_price_dft {
    height: 658px;
  }
}
#price_section .box_price_dft:hover {
  box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.07);
}
#price_section .box_price_dft:hover .price_value {
  color: #262959;
}
#price_section .box_header_price {
  position: relative;
  margin-top: 0;
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #price_section .box_header_price {
    height: 67px;
  }
}
#price_section .box_price_pt {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
#price_section .box_price_pt .price_value,
#price_section .box_price_pt .price_symbole {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 40px;
  font-family: Cambria, Times, "Times New Roman", serif;
  line-height: 1em;
  font-weight: 700;
  color: #151515;
  letter-spacing: 0.03em;
}
#price_section .box_price_btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
#price_section .box_price_btn a {
  padding: 9px 50px 11px 50px;
  color: #fff;
  background: linear-gradient(-170deg, #06d7f3, #27beff);
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 164px;
  outline: 0;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.025em;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  padding: 9px 17px 11px;
  cursor: pointer;
}

.box_price_content, .solutions {
  margin-bottom: 26px;
  font-size: 13px;
}

ul.list_menu_hover {
  padding-left: 25px;
}
ul.list_menu_hover li {
  overflow: initial;
  margin: 0;
}
ul.list_menu_hover li:hover {
  padding: initial;
}
ul.list_menu_hover li:hover::before {
  left: -15px;
}

.search_bar {
  width: 282px;
  height: 100%;
  min-height: 100%;
  position: fixed;
  right: -282px;
  top: 0;
  z-index: 995;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.search_bar._active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.14);
}
.search_bar .pcgt_w {
  height: calc(100% - 30px - 11px);
  font-weight: 400;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 13px 29px 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: -18px;
}
.search_bar .pcgt_bottom {
  height: 40px;
  background: #000;
  width: 100%;
  display: block;
  position: relative;
  bottom: 0;
  cursor: pointer;
  padding-top: 5px;
  box-shadow: 0 0 7.28px 0.72px rgba(199, 199, 199, 0.2);
  text-align: center;
}
.search_bar .pcgt_bottom a {
  color: #fff;
}
.search_bar .ion-ios-close {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.search_bar .title_search {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  width: fit-content;
}
.search_bar .title_search:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #ff1c67;
  bottom: -2px;
  left: 0;
}
.search_bar .w_chat,
.search_bar .search_icon {
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(73px);
  cursor: pointer;
  position: absolute;
  left: -114px;
  height: 42px;
  width: 42px;
  box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.1);
}
.search_bar .w_chat i,
.search_bar .w_chat span,
.search_bar .search_icon i,
.search_bar .search_icon span {
  top: 40%;
  transform: translateX(97%) translateY(-50%);
  position: relative;
}
.search_bar .w_chat {
  bottom: 69px;
  background: #fbc531;
}
.search_bar .search_icon {
  bottom: 115px;
  background: #000;
  color: #fff;
}

._item_slt ._link {
  min-height: auto;
  height: initial;
  text-align: center;
  box-shadow: rgba(0, 9, 44, 0.1) 0px 10px 50px 0px;
  display: block;
  padding: 1.875rem;
  transition: all 0.3s linear 0s;
  border-radius: 1.647rem;
  background: white;
  margin: 1.2rem 0px;
  text-decoration: none !important;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  border-image: initial;
}
@media screen and (min-width: 576px) {
  ._item_slt ._link {
    height: 426px;
  }
}
._item_slt ._link:hover {
  box-shadow: rgba(0, 9, 44, 0.1) 0px 10px 50px 0px;
  border-color: transparent;
}
._item_slt ._link .hdr_svg {
  height: 100px;
}
._item_slt ._link .img_svg {
  width: 150px;
  margin: auto;
}
._item_slt ._link p.text-center {
  font-weight: 600;
}

.flip {
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  -ms-perspective: 800;
  perspective: 800;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.flip .card.flipped {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  -sand-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}

.flip .card {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.flip .card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  height: 100%;
}

.flip .card .front {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.flip .card .back {
  -webkit-transform: rotatey(-180deg);
  -moz-transform: rotatey(-180deg);
  -o-transform: rotatey(-180deg);
  -ms-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}

.flip.ie10_ie11 .card.flipped .face {
  backface-visibility: visible;
}

.tools-rentalys .list_wrap {
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.tools-rentalys .list_wrap._color-different {
  background: #32c5d2;
  color: #fff;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .tools-rentalys .list_wrap._color-different {
    transform: none;
  }
}
.tools-rentalys .list_wrap h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.tools-rentalys .list_wrap p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.info_important {
  font-weight: 600;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8%, #f9ed20 0, #f9ed20 66%, rgba(255, 255, 255, 0) 0);
}

.solutions {
  margin-top: 50px;
}
.solutions p.pre_para {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
}
.solutions .card-solutions {
  position: relative;
  padding: 0;
  margin-bottom: 50px !important;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.9s ease 0s;
}
.solutions .card-solutions:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.solutions .card-solutions:hover .footer-card p {
  color: #ff1c67;
}
@media screen and (min-width: 992px) {
  .solutions .card-solutions {
    height: 557px;
  }
}
.solutions .card-solutions .header-card {
  padding: 15px 8px;
}
@media screen and (min-width: 992px) {
  .solutions .card-solutions .header-card {
    height: 90px;
  }
}
.solutions .card-solutions .header-card h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.solutions .card-solutions hr {
  width: 95%;
  margin: auto;
  color: #dee2e6;
}
.solutions .card-solutions .body-card {
  padding: 15px;
}
.solutions .card-solutions .footer-card {
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .solutions .card-solutions .footer-card {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}
.solutions .card-solutions .footer-card p {
  margin: 15px;
  text-transform: uppercase;
  text-align: right;
  transition: 0.2s ease-in all;
}
.solutions .card-solutions ul li {
  list-style: initial;
  margin-left: 15px;
}

.banner_BeeByHertz::before, .banner_AtouLoc::before {
  background: url(../img/background/banner-bg_BeeByHertz.svg) no-repeat;
  background-size: 1919px;
}

._BeeByHertz .w_icon, ._AtouLoc .w_icon {
  background: linear-gradient(-170deg, #ffd101, #e2c02a) !important;
}

.banner_CarIn::before {
  background: url(../img/background/banner-bg_CarIn.svg) no-repeat;
  background-size: 1919px;
}

._CarIn .w_icon {
  background: linear-gradient(-170deg, #fd0097, #bf0072) !important;
}

.banner_MagalocH24::before,
.banner_Magaloc::before,
.banner_Guadaloc::before {
  background: url(../img/background/banner-bg_MagalocH24.svg) no-repeat;
  background-size: 1919px;
}

._MagalocH24 .w_icon,
._Magaloc .w_icon,
._Guadaloc .w_icon {
  background: linear-gradient(-170deg, #fd0097, #bf0072) !important;
}

.banner_RentalysH24::before {
  background: url(../img/background/banner-bg_RentalysH24.svg) no-repeat;
  background-size: 1919px;
}

._RentalysH24 .w_icon {
  background: linear-gradient(-170deg, #2185d0, #19649d) !important;
}

.banner_Nomad::before {
  background: url(../img/background/banner-bg_Nomad.svg) no-repeat;
  background-size: 1919px;
}

._Nomad .w_icon {
  background: linear-gradient(-170deg, #e5550e, #ab400a) !important;
}

.rightModal.fade {
  transition: opacity 0.15s linear;
}
.rightModal .modal-full-height {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 100%;
  margin: 0;
}

/*Styling Selectbox*/
.dropdown_list {
  max-width: 340px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px #cccccc;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
  margin: 0 auto 15px;
}
.dropdown_list:focus {
  outline: none;
}

.dropdown_list .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}
.dropdown_list .select span {
  font-size: 12px;
  text-transform: uppercase;
}

.dropdown_list .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

.dropdown_list:hover {
  box-shadow: 0 0 4px #cccccc;
}

.dropdown_list:active {
  background-color: #f8f8f8;
}

.dropdown_list.active:hover,
.dropdown_list.active {
  box-shadow: 0 0 4px #cccccc;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
}

.dropdown_list.active .select > i {
  transform: rotate(-90deg);
}

.dropdown_list .dropdown-menu_list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px #cccccc;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}

.dropdown_list .dropdown-menu_list li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.dropdown_list .dropdown-menu_list {
  padding: 0;
  list-style: none;
}

.dropdown_list .dropdown-menu_list li:hover {
  background-color: #f2f2f2;
}

.dropdown_list .dropdown-menu_list li:active {
  background-color: #e2e2e2;
}

#keywords:focus + .result {
  display: block;
}

.result {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  list-style-type: none;
  overflow-y: auto;
  width: 100%;
  padding: 5px;
  background: #fff;
  display: none;
}
.result li {
  padding: 10px;
}
.result li::before {
  top: 21px;
}

.chatbox {
  background-color: white;
  box-shadow: 0 0.25rem 2rem rgba(38, 50, 56, 0.1);
  overflow: hidden;
}

.chatbox > .chats {
  position: absolute;
  top: 39px;
  left: 0;
  bottom: 0;
  right: 0;
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 1.5rem 1rem 1rem;
  margin-top: 25px;
  margin-right: -18px;
  margin-bottom: 2.875rem;
  overflow: auto;
}
.chatbox > .chats ul {
  padding: 0;
}
.chatbox > .chats ul > li {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 1.5rem;
  margin: 1rem 0;
  transition: 0.5s all;
}
.chatbox > .chats ul > li:after {
  display: table;
  content: "";
  clear: both;
}

.msg {
  max-width: 85%;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1rem;
  min-height: 2rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}

.msg.him {
  float: left;
  background-color: #E91E63;
  color: #fff;
  border-bottom-left-radius: 0.125rem;
}

.msg.you {
  float: right;
  background-color: #ECEFF1;
  color: #607D8B;
  border-bottom-right-radius: 0.125rem;
}

.msg.load {
  background-color: #F8BBD0;
  border-bottom-left-radius: 0.125rem;
}

.msg > span {
  font-weight: 500;
  position: absolute;
}

.msg > span.partner {
  color: #B0BEC5;
  font-size: 10.5rem;
  top: 0;
  font-size: 0.675rem;
  margin-top: -1rem;
}

.msg > span.time {
  color: #CFD8DC;
  font-size: 0.5rem;
  bottom: -0.35rem;
  display: none;
}

.msg:hover span.time {
  display: block;
}

.msg.him > span {
  left: 0;
}

.msg.you > span {
  right: 0;
}

.sendBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}

.sendBox input {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  display: block;
  width: 100%;
  border: none;
  padding: 0.75rem 0.75rem;
  line-height: 1.25rem;
  border-top: 0.125rem solid #ECEFF1;
  transition: 0.5s ease-in-out;
}
.sendBox input input:hover,
.sendBox input input:focus,
.sendBox input input:active {
  outline: none !important;
  border-top: 0.125rem solid #E91E63;
}

/*  LOADING MESSAGE CSS */
.load .dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  margin-right: 0.125rem;
  background-color: rgba(255, 255, 255, 0.75);
}

.load .dot:nth-last-child(1) {
  animation: loadAnim 1s 0.2s linear infinite;
}

.load .dot:nth-last-child(2) {
  animation: loadAnim 1s 0.4s linear infinite;
}

.load .dot:nth-last-child(3) {
  animation: loadAnim 1s 0.6s linear infinite;
}

@keyframes loadAnim {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -0.25rem);
  }
  50% {
    transform: translate(0, 0);
  }
}
.force-overflow {
  min-height: 450px;
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-right: -39px;
}

#scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#scrollbar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #06d7f3), color-stop(0.72, #27beff), color-stop(0.86, #06d7f3));
}

.error .clip .box-shadow {
  height: 180px;
}

.error .clip:nth-of-type(2) .box-shadow {
  width: 130px;
}

.error .clip:nth-of-type(1) .box-shadow,
.error .clip:nth-of-type(3) .box-shadow {
  width: 155px;
}

.error .digit {
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 120px;
  font-weight: bold;
}

.error h2 {
  font-size: 32px;
}

.error .msg {
  top: -190px;
  left: 11%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}

.error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.error .container-error-404 {
  position: relative;
  height: 203px;
}

.error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}

.error .clip .box-shadow {
  overflow: hidden;
}

.error .clip:nth-of-type(2) .box-shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .box-shadow:after,
.error .clip:nth-of-type(1) .box-shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 99;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}

.error .clip:nth-of-type(3) .box-shadow:after {
  left: -8px;
}

.error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #17b4ed;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
  left: -10%;
}

.error .clip:nth-of-type(1) .digit {
  right: -20%;
}

.error .clip:nth-of-type(3) .digit {
  left: -20%;
}

.error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}

.error .msg {
  position: relative;
  z-index: 90;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}

.error .triangle {
  position: absolute;
  z-index: 90;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}

@media screen and (max-width: 992px) {
  .error .container-error-404 {
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .error .clip .box-shadow {
    height: 100px;
  }

  .error .clip:nth-of-type(2) .box-shadow {
    width: 80px;
  }

  .error .clip:nth-of-type(1) .box-shadow,
.error .clip:nth-of-type(3) .box-shadow {
    width: 100px;
  }

  .error .digit {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 52px;
  }

  .error h2 {
    font-size: 24px;
  }

  .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }

  .error .container-error-404 {
    height: 150px;
  }
}
#header_rw {
  background-color: #fafbff;
}
#header_rw .banner {
  margin: 0;
  padding-top: 150px;
}
#header_rw .img-banner {
  max-width: 351px;
  margin: auto;
}

.w_hdr span {
  font-size: 23px;
  font-family: serif;
  color: #fbc531;
}
.w_hdr .title {
  max-width: 506px;
  margin-top: 15px;
}
.w_hdr .title h3 {
  font-weight: 600;
  font-family: "comic Sans MS";
  font-size: 36px;
}

#president_word {
  padding: 50px 0;
}
#president_word .img_ {
  max-width: 520px;
}
#president_word .box_content {
  padding-top: 25px;
}
#president_word .box_card {
  margin-top: 20px;
  padding: 15px 10px;
  background-color: #fff;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
}
#president_word .box_card p::first-letter {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 5px;
}

.section-caption-text {
  max-width: 482px;
  margin: 20px auto 0;
}
.section-caption-text p {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.section_custom {
  background-color: #f1f3ff;
  padding: 50px 0;
}

#our_values .w_card {
  display: flex;
  background: white;
  box-shadow: 0px 2px 70px 0px rgba(110, 130, 208, 0.18);
  margin-bottom: 20px;
}
@media screen and (min-width: 442px) {
  #our_values .w_card {
    min-height: 133px;
  }
}
#our_values .w_card .w_icon {
  position: relative;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 442px) {
  #our_values .w_card .w_icon {
    display: none;
  }
}
#our_values .w_card .w_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#our_values .w_card .w_content {
  margin: auto 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #our_values .w_card .w_content {
    min-width: 558px;
  }
}
#our_values .w_card h4 {
  font-weight: 600;
  font-family: "comic Sans MS";
  font-size: 16px;
  margin-bottom: 10px;
}
#our_values .w_card p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .presse-card .w_card {
    height: 180px;
  }
}

#commitment {
  padding: 50px 0;
}
#commitment .w_d {
  padding: 10px;
  margin-bottom: 15px;
  height: 133px;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
}
#commitment .bg_on {
  margin-left: 15px;
}
#commitment .bg_on_num {
  font-size: 53px;
  top: -8px !important;
  left: -21px !important;
}

.img_ {
  max-width: 450px;
}

.section-caption-text {
  max-width: 574px;
}
.section-caption-text h4 {
  font-weight: 600;
}

#principes {
  margin-bottom: 50px;
}
#principes .wrapper {
  color: #555;
  font-size: 14px;
  line-height: 24px;
}
#principes h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#principes h1 + p {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
}
#principes .tabs {
  max-width: 500px;
  margin: auto;
}
#principes .tabs li {
  float: left;
  width: 33%;
}
#principes .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  padding: 20px 0;
  border-bottom: 2px solid #888;
  background: #f7f7f7;
}
#principes .tabs a:hover, #principes .tabs a.active {
  background: #ddd;
  cursor: pointer;
}
#principes .tabgroup div {
  padding: 20px;
  box-shadow: 0 2px 14px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: none;
}
#principes .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#principes .list_menu_hover {
  margin-top: 30px;
}

#securityPolicy {
  padding: 50px 0;
}

#sect_example {
  padding: 50px 0;
}
#sect_example .w_sple {
  margin-top: 30px;
}
#sect_example .bg_on_num {
  font-size: 63px;
  top: -8px !important;
  left: -21px !important;
}
#sect_example p {
  text-align: justify;
}

.wpb_row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.06) !important;
  margin-top: -270px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  background-color: #ffffff !important;
  border-radius: 5px !important;
}

.wpb_column {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .wpb_column {
    width: 33.33333333%;
  }
}
@media (max-width: 800px) {
  .wpb_column {
    width: 100%;
  }
}

.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: 0px !important;
  border-right-width: 1px !important;
  border-bottom-width: 0px !important;
  padding-top: 40px !important;
  padding-right: 50px !important;
  padding-bottom: 40px !important;
  padding-left: 50px !important;
  border-right-color: #f1f3fc !important;
  border-right-style: solid !important;
  border-bottom-color: #f1f3fc !important;
  border-bottom-style: solid !important;
}
.vc_column-inner .bg_on {
  display: inherit;
  z-index: 1 !important;
}
.vc_column-inner .bg_on_num {
  z-index: 0 !important;
  font-size: 70px;
  top: -30px !important;
  left: -10% !important;
}
.vc_column-inner .ctnt {
  position: relative;
  z-index: 2;
}

#bg_header {
  position: relative;
  top: -162px;
  height: 666px;
  padding-top: 222px;
}
#bg_header::before {
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  z-index: -99;
  background-image: url(https://jevelin.shufflehound.com/hello/wp-content/uploads/sites/22/2016/05/Slider-background-v4.png);
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 36px;
  left: 0px;
  visibility: inherit;
}

.sh_heading b {
  background: linear-gradient(-50deg, #29b2ab, #17b4ed);
  color: #fff;
}
.sh_heading h2 {
  font-family: "comic Sans MS";
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 900 !important;
}

.bx_wrap {
  margin: auto;
}

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