/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn-outline-success {
  color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
.clickable {
  cursor: pointer;
}
.customer-card,
.customer-card .card-header {
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.customer-card .profile,
.customer-card .card-header .profile {
  background-size: cover;
  background-position: center !important;
}
.drop-zone {
  border: 2px dashed #6c757d;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  cursor: pointer;
  transition: background-color 0.2s;
}
.drop-zone.dragover {
  background-color: #e9ecef;
}
.drop-zone p {
  color: #6c757d;
  margin-bottom: 0;
}
.drop-zone input[type="file"] {
  display: none;
}
.fc-event.booking-ouverte {
  border-style: dashed !important;
  border-width: 2px !important;
  border-color: lightgoldenrodyellow !important;
  background-color: #ffc107 !important;
  /* jaune warning */
  color: #000 !important;
  font-style: italic;
}
li.nav-item.dropdown.active {
  background-color: rgba(63, 135, 245, 0.15);
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  opacity: 1;
  border-right: 2px solid #3f87f5;
}
.list-group-item-danger {
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding: 0;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding: 1em;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding: 1em;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding: 1em;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.page-container .main-content {
  padding-top: 70px !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
#page-wrap {
  height: 100%;
  height: auto !important;
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header a {
  cursor: pointer;
}
#page-wrap header .dropdown-menu.account-menu {
  left: auto;
  right: 0px;
}
#page-wrap .ajax-button .button-loader,
#page-wrap .ajax-button .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page-wrap .ajax-button .button-loader .loading-dot.dot1,
#page-wrap .ajax-button .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot2,
#page-wrap .ajax-button .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot3,
#page-wrap .ajax-button .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#page-wrap .ajax-button .button-loader .loading-dot.dot4,
#page-wrap .ajax-button .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
#page-wrap .ajax-button .button-loader .loading-dot,
#page-wrap .ajax-button .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
#page-wrap .ajax-button.syncing .button-loader,
#page-wrap .ajax-button.syncing .button-loading {
  display: inline-block;
}
#page-wrap .ajax-button.syncing .button-text {
  display: none;
}
#page-footer {
  height: 40px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
}
#homepage {
  /* Text styling within the carousel */
}
#homepage html {
  margin: 0 !important;
  padding: 0 !important;
}
#homepage body {
  color: #4A4A4A !important;
  margin: 0 !important;
  padding: 0 !important;
}
#homepage a:not(.btn) {
  color: #5b5e64;
}
#homepage a:not(.btn):hover {
  color: #06C4FE;
}
#homepage li {
  list-style-type: none;
}
#homepage [purpose='ship'] {
  -moz-animation-name: skid;
  -webkit-animation-name: skid;
  -ms-animation-name: skid;
  -o-animation-name: skid;
  animation-name: skid;
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes skid {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  30% {
    -webkit-transform: translate(-3px, -2px);
  }
  40% {
    -webkit-transform: translate(-4px, -1px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 1px);
  }
  70% {
    -webkit-transform: translate(-3px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, 2px);
  }
  90% {
    -webkit-transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes skid {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-1px, -1px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  30% {
    -moz-transform: translate(-3px, -2px);
  }
  40% {
    -moz-transform: translate(-4px, -1px);
  }
  50% {
    -moz-transform: translate(-5px, 0px);
  }
  60% {
    -moz-transform: translate(-4px, 1px);
  }
  70% {
    -moz-transform: translate(-3px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, 2px);
  }
  90% {
    -moz-transform: translate(-1px, 1px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@-o-keyframes skid {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-1px, -1px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  30% {
    -o-transform: translate(-3px, -2px);
  }
  40% {
    -o-transform: translate(-4px, -1px);
  }
  50% {
    -o-transform: translate(-5px, 0px);
  }
  60% {
    -o-transform: translate(-4px, 1px);
  }
  70% {
    -o-transform: translate(-3px, 2px);
  }
  80% {
    -o-transform: translate(-2px, 2px);
  }
  90% {
    -o-transform: translate(-1px, 1px);
  }
  100% {
    -o-transform: translate(0, 0px);
  }
}
@keyframes skid {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-1px, -1px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  30% {
    transform: translate(-3px, -2px);
  }
  40% {
    transform: translate(-4px, -1px);
  }
  50% {
    transform: translate(-5px, 0px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  70% {
    transform: translate(-3px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  90% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#homepage #apps,
#homepage #hero {
  background: linear-gradient(180deg, #EAF3FF 0%, #FFFFFF 50%, #F7FBFF 100%);
  background-position: fixed !important;
}
#homepage .accordion-collapse {
  transition: all 0.3s ease-in-out;
}
#homepage .accordion-button.collapsed i {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
#homepage .accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
#homepage .button {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
#homepage .logo-image {
  height: 50px;
  max-height: 100%;
}
#homepage .navbar {
  max-height: none;
}
#homepage .nav-custom-styles {
  background-color: white !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#homepage .navbar-toggler {
  border: none;
  background-color: transparent;
  padding: 0;
}
#homepage .navbar-toggler-icon {
  transition: all 0.3s ease;
}
#homepage .image-stack {
  position: relative;
  display: inline-block;
}
#homepage .shadow-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
#homepage .main-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
}
#homepage .custom-underline span {
  color: #06C4FE !important;
  text-decoration: underline;
}
#homepage .custom-btn-color {
  color: white;
  background-color: #06C4FE;
}
#homepage .market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 20px;
}
#homepage .market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 1.125rem;
}
#homepage .market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #888;
  font-size: 0.75rem;
}
#homepage .market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
#homepage .apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
#homepage .google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
#homepage .custom-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
#homepage #vertical-carousel-batela-apps .carousel-title {
  color: #06C4FE !important;
}
#homepage #vertical-carousel-batela-apps .carousel-content-text {
  color: #4A4A4A !important;
}
@media (min-width: 576px) {
  #homepage .bgTitle {
    height: 30%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    top: 0;
  }
  #homepage .content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #homepage .bgTitle {
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 992px) {
  #homepage .navbar {
    max-height: 70px;
    overflow: hidden;
  }
  #homepage .logo-image {
    height: 100px;
    max-height: 100%;
  }
}
#homepage .pricing-btn {
  color: #06C4FE;
  border-color: #06C4FE;
}
#homepage .pricing-standard-btn {
  color: white;
  border-color: #06C4FE;
  background-color: #06C4FE;
}
#homepage .contact-card {
  border-radius: 15px;
  border-color: white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
#homepage .media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#homepage .media-29101 .text {
  padding: 50px;
}
@media (max-width: 991.98px) {
  #homepage .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}
#homepage .media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}
#homepage .media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
#homepage .media-29101 .text h2 a {
  color: #000;
}
#homepage .pricing .btn-info-gradiant {
  background: #96C9F4;
  background: -webkit-linear-gradient(legacy-direction(to right), #96C9F4 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#96C9F4), to(#188ef4));
  background: -webkit-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: linear-gradient(to right, #96C9F4 0%, #188ef4 100%);
}
#homepage .pricing1 {
  color: #8d97ad;
  font-weight: 300;
}
#homepage .pricing1 h1,
#homepage .pricing1 h2,
#homepage .pricing1 h3,
#homepage .pricing1 h4,
#homepage .pricing1 h5,
#homepage .pricing1 h6 {
  color: #3e4555;
}
#homepage .pricing1 .font-weight-medium {
  font-weight: 500;
}
#homepage .pricing1 .bg-light {
  background-color: #f4f8fa !important;
}
#homepage .pricing1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}
#homepage .pricing1 .font-14 {
  font-size: 14px;
}
#homepage .pricing1 h5 {
  line-height: 22px;
  font-size: 18px;
}
#homepage .pricing1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
#homepage .pricing1 .on-hover {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#homepage .pricing1 .on-hover:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}
#homepage .pricing1 .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}
#homepage .pricing1 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
#homepage .pricing1 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}
#homepage .pricing1 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
#homepage .pricing1 .onoffswitch-inner::before,
#homepage .pricing1 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#homepage .pricing1 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #FFFFFF;
}
#homepage .pricing1 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}
#homepage .pricing1 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#homepage .pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#homepage .pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
#homepage .pricing1 .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}
#homepage .pricing1 .badge-inverse {
  background-color: #3e4555;
}
#homepage .pricing1 .display-5 {
  font-size: 3rem;
  color: #263238;
}
#homepage .pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}
#homepage .pricing1 .pricing .yearly {
  display: none;
}
#homepage .product .img-thumbnail {
  border: none;
}
#homepage .product .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#homepage .carousel-controls {
  text-align: center;
}
#homepage .product-carousel-control-prev,
#homepage .product-carousel-control-next {
  align-items: center;
  justify-content: center;
  display: inline-block;
  margin: 0 10px;
  height: 22px;
  width: 40px;
  background: #06C4FE;
  border-radius: 4px;
  text-decoration: none;
}
#homepage .product-carousel-control-prev i,
#homepage .product-carousel-control-next i {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#homepage .product-carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}
#homepage .product-carousel .thumb-wrapper {
  padding: 25px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#homepage .product-carousel .item .img-box {
  height: 170px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#homepage .product-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#homepage .product-carousel .item h4 {
  font-size: 18px;
}
#homepage .product-carousel .item h4,
#homepage .product-carousel .item p,
#homepage .product-carousel .item ul {
  margin-bottom: 5px;
}
#homepage .product-carousel .thumb-content .btn {
  color: #06C4FE;
  font-size: 11px;
  font-weight: bold;
  background: none;
  border: 1px solid #06C4FE;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}
#homepage .product-carousel .thumb-content .btn:hover,
#homepage .product-carousel .thumb-content .btn:focus {
  color: #fff;
  background: #06C4FE;
  box-shadow: none;
}
#homepage .product-carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
#homepage .product-carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
#homepage .product-carousel .item-sub-content {
  opacity: 0.7;
  margin-right: 5px;
}
#homepage .service-card {
  animation: fadeInUp 0.5s ease-in-out both;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px;
  border-radius: 15px;
}
#homepage .service-card-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  padding: 10px;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
}
#homepage .service-card-icon {
  font-size: 20px;
  color: #121826;
  line-height: 1;
}
#homepage .service-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #121826;
}
#homepage .service-card-text {
  font-size: 0.875rem;
  color: #4A4A4A;
}
#homepage .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#homepage .service-card:hover .service-card-icon {
  background-color: #f9fcff;
  transform: scale(1.2);
}
#homepage #customers .customer-logo {
  width: 120px;
  height: 70px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}
#homepage #customers .customer-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#homepage #customers .customer-logo:hover {
  transform: scale(1.05);
}
#homepage #customers .carousel-inner {
  min-height: 100px;
}
#homepage #hero {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#homepage #hero h1 {
  animation-delay: 0.4s;
}
#homepage #hero .hero-tag,
#homepage #hero h1,
#homepage #hero .subtitle,
#homepage #hero .cta-button {
  opacity: 0;
  animation: fade-slide-up 0.6s ease-out forwards;
}
#homepage #hero .hero-tag {
  animation-delay: 0.2s;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  color: #06C4FE;
  margin-bottom: 0.5rem;
}
#homepage #hero .subtitle {
  animation-delay: 0.6s;
  font-weight: 500;
  font-size: 1.1rem;
}
#homepage #hero .btn.cta-button {
  animation-delay: 0.8s;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
}
#homepage #hero .text-center.small.text-muted {
  font-size: 0.875rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #homepage #hero .main-image {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  #homepage #hero .main-image {
    max-height: 450px;
    object-fit: contain;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#homepage #pricing .scale-up {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  z-index: 2;
}
#homepage #pricing .card.on-hover:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#welcome {
  padding-top: 75px;
  padding-bottom: 75px;
}
[v-cloak] {
  display: none;
}
#register {
  /* Container principal avec une hauteur fixe */
  /* Zone scrollable uniquement verticalement */
  /* Scrollbar stylisée optionnelle */
  /* Contour doré spécial Freemium */
  /* Badge Freemium */
}
#register .card-hover {
  transition: all 0.3s ease;
  cursor: pointer;
}
#register .card-hover:hover {
  background-color: #f1f8ff;
  transform: translateY(-3px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#register .card-hover.selected {
  border: 2px solid #06C4FE;
}
#register .card-selected {
  border: 2px solid #007bff;
  background-color: #eaf4ff;
}
#register .container {
  height: 90vh;
  max-height: 90vh;
  overflow: hidden;
}
#register .form-wrapper {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* Désactive le scroll horizontal */
  padding-right: 10px;
  /* pour éviter de cacher le contenu derrière la scrollbar */
  box-sizing: border-box;
}
#register .form-wrapper::-webkit-scrollbar {
  width: 6px;
}
#register .form-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
#register .progressbar .step {
  text-align: center;
  flex: 1;
  position: relative;
}
#register .progressbar .step::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  height: 2px;
  width: 100%;
  background: #ccc;
  z-index: -1;
}
#register .progressbar .step:last-child::after {
  display: none;
}
#register .progressbar .step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  color: white;
  line-height: 30px;
  font-weight: bold;
}
#register .progressbar .step.active .step-number {
  background: #007bff;
}
#register .progressbar .step-title {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
#register .register {
  background-image: url('/images/register-visual.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#register .register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  z-index: 1;
}
#register .logo-top-right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-height: 60px;
  z-index: 2;
}
#register .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}
#register .badge-inverse {
  position: absolute;
  top: -12px;
  /* ajuste pour la sortir un peu de la carte */
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #3B82F6, #06B6D4);
  /* bleu dégradé comme sur l'exemple */
  color: white;
  font-size: 10px;
  font-weight: 600;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
#register .freemium-card {
  border: 2px solid #FFD700;
  /* doré */
  position: relative;
  /* nécessaire pour le badge */
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
}
#register .badge-freemium {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #FFD700, #FFC300);
  /* dégradé doré */
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  padding-top: 75px;
  padding-bottom: 75px;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#pricings {
  /* Carousel indicators */
  /* Text styling within the carousel */
}
#pricings html {
  margin: 0 !important;
  padding: 0 !important;
}
#pricings body {
  margin: 0 !important;
  padding: 0 !important;
}
#pricings a:not(.btn) {
  color: #5b5e64;
}
#pricings a:not(.btn):hover {
  color: #63A8DB;
}
#pricings li {
  list-style-type: none;
}
#pricings .btn-success-gradiant {
  background: #63A8DB;
  background: -webkit-linear-gradient(legacy-direction(to right), #63A8DB 0%, #5097C7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#63A8DB), to(#5097C7));
  background: -webkit-linear-gradient(left, #63A8DB 0%, #5097C7 100%);
  background: -o-linear-gradient(left, #63A8DB 0%, #5097C7 100%);
  background: linear-gradient(to right, #63A8DB 0%, #5097C7 100%);
}
#pricings .btn-success-gradiant:hover {
  background: #5097C7;
  background: -webkit-linear-gradient(legacy-direction(to right), #5097C7 0%, #63A8DB 100%);
  background: -webkit-gradient(linear, left top, right top, from(#5097C7), to(#63A8DB));
  background: -webkit-linear-gradient(left, #5097C7 0%, #63A8DB 100%);
  background: -o-linear-gradient(left, #5097C7 0%, #63A8DB 100%);
  background: linear-gradient(to right, #5097C7 0%, #63A8DB 100%);
}
#pricings .logo-image {
  height: 50px;
  max-height: 100%;
}
#pricings .navbar {
  max-height: none;
}
#pricings .nav-custom-styles {
  background-color: white !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#pricings .navbar-toggler {
  border: none;
  background-color: transparent;
  padding: 0;
}
#pricings .navbar-toggler-icon {
  transition: all 0.3s ease;
}
#pricings .image-stack {
  position: relative;
  display: inline-block;
}
#pricings .shadow-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
#pricings .main-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
}
#pricings .custom-underline span {
  color: #63A8DB;
  text-decoration: underline;
}
#pricings .custom-btn-color {
  color: white;
  background-color: #63A8DB;
}
#pricings .market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 20px;
}
#pricings .market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 1.125rem;
}
#pricings .market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #888;
  font-size: 0.75rem;
}
#pricings .market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
#pricings .apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
#pricings .google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
#pricings .custom-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
#pricings .vertical-carousel-container {
  padding: 0;
  margin: 0;
}
#pricings #vertical-carousel-batela-apps .carousel-item-next.carousel-item-left,
#pricings #vertical-carousel-batela-apps .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#pricings #vertical-carousel-batela-apps .carousel-item-next,
#pricings #vertical-carousel-batela-apps .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#pricings #vertical-carousel-batela-apps .carousel-item-prev,
#pricings #vertical-carousel-batela-apps .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
#pricings #vertical-carousel-batela-apps .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  left: 0px;
  right: auto;
  width: auto;
  transform: rotate(90deg);
}
#pricings #vertical-carousel-batela-apps .carousel-indicators li {
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  transition: all 0.6s ease;
}
#pricings #vertical-carousel-batela-apps .carousel-indicators li.active {
  background: white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
#pricings #vertical-carousel-batela-apps .carousel-title,
#pricings #vertical-carousel-batela-apps .carousel-content-text {
  color: white !important;
}
@media (min-width: 576px) {
  #pricings .bgTitle {
    height: 30%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    top: 0;
  }
  #pricings .content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #pricings .bgTitle {
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 992px) {
  #pricings .navbar {
    max-height: 70px;
    overflow: hidden;
  }
  #pricings .logo-image {
    height: 100px;
    max-height: 100%;
  }
}
#pricings .table-definition th h5 {
  color: white;
  text-align: center;
}
#pricings .table-definition th p {
  color: white;
  text-align: center;
}
#pricings .pricing-btn {
  color: #63A8DB;
  border-color: #63A8DB;
}
#pricings .pricing-standard-btn {
  color: white;
  border-color: #63A8DB;
  background-color: #63A8DB;
}
#pricings .contact-card {
  border-radius: 15px;
  border-color: white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
#pricings .media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#pricings .media-29101 .text {
  padding: 50px;
}
@media (max-width: 991.98px) {
  #pricings .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}
#pricings .media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}
#pricings .media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
#pricings .media-29101 .text h2 a {
  color: #000;
}
#pricings .pricing .btn-info-gradiant {
  background: #96C9F4;
  background: -webkit-linear-gradient(legacy-direction(to right), #96C9F4 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#96C9F4), to(#188ef4));
  background: -webkit-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: linear-gradient(to right, #96C9F4 0%, #188ef4 100%);
}
#pricings .pricing1 {
  color: #8d97ad;
  font-weight: 300;
}
#pricings .pricing1 h1,
#pricings .pricing1 h2,
#pricings .pricing1 h3,
#pricings .pricing1 h4,
#pricings .pricing1 h5,
#pricings .pricing1 h6 {
  color: #3e4555;
}
#pricings .pricing1 .font-weight-medium {
  font-weight: 500;
}
#pricings .pricing1 .bg-light {
  background-color: #f4f8fa !important;
}
#pricings .pricing1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}
#pricings .pricing1 .font-14 {
  font-size: 14px;
}
#pricings .pricing1 h5 {
  line-height: 22px;
  font-size: 18px;
}
#pricings .pricing1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
#pricings .pricing1 .on-hover {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#pricings .pricing1 .on-hover:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}
#pricings .pricing1 .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}
#pricings .pricing1 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
#pricings .pricing1 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}
#pricings .pricing1 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
#pricings .pricing1 .onoffswitch-inner::before,
#pricings .pricing1 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pricings .pricing1 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #FFFFFF;
}
#pricings .pricing1 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}
#pricings .pricing1 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
#pricings .pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
#pricings .pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
#pricings .pricing1 .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
}
#pricings .pricing1 .badge-inverse {
  background-color: #3e4555;
}
#pricings .pricing1 .display-5 {
  font-size: 3rem;
  color: #263238;
}
#pricings .pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}
#pricings .pricing1 .pricing .yearly {
  display: none;
}
#pricings .product .img-thumbnail {
  border: none;
}
#pricings .product .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
#pricings .carousel-controls {
  text-align: center;
}
#pricings .product-carousel-control-prev,
#pricings .product-carousel-control-next {
  align-items: center;
  justify-content: center;
  display: inline-block;
  margin: 0 10px;
  height: 22px;
  width: 40px;
  background: #63A8DB;
  border-radius: 4px;
  text-decoration: none;
}
#pricings .product-carousel-control-prev i,
#pricings .product-carousel-control-next i {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#pricings .product-carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}
#pricings .product-carousel .thumb-wrapper {
  padding: 25px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#pricings .product-carousel .item .img-box {
  height: 170px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#pricings .product-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#pricings .product-carousel .item h4 {
  font-size: 18px;
}
#pricings .product-carousel .item h4,
#pricings .product-carousel .item p,
#pricings .product-carousel .item ul {
  margin-bottom: 5px;
}
#pricings .product-carousel .thumb-content .btn {
  color: #63A8DB;
  font-size: 11px;
  font-weight: bold;
  background: none;
  border: 1px solid #63A8DB;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}
#pricings .product-carousel .thumb-content .btn:hover,
#pricings .product-carousel .thumb-content .btn:focus {
  color: #fff;
  background: #63A8DB;
  box-shadow: none;
}
#pricings .product-carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
#pricings .product-carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
#pricings .product-carousel .item-sub-content {
  opacity: 0.7;
  margin-right: 5px;
}
#products .img-box {
  height: 170px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
#products .img-box-elt {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}
a:not(.btn) {
  color: #5b5e64;
}
a:not(.btn):hover {
  color: #63A8DB;
}
li {
  list-style-type: none;
}
/* === HEADER CUSTOM STYLES === */
.bg-light.py-1.small.text-muted.text-center {
  font-size: 13px;
  letter-spacing: 0.2px;
}
.bg-light.py-1 a {
  text-decoration: underline;
}
.navbar.bg-white.bg-opacity-75 {
  backdrop-filter: blur(6px);
  transition: background-color 0.3s ease-in-out;
}
.btn-success-gradiant,
.btn-outline-success-gradiant {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.animated-link {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #5b5e64;
  transition: color 0.2s ease-in-out;
}
.animated-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #06C4FE;
  transition: width 0.3s;
}
.animated-link:hover::after {
  width: 100%;
}
.animated-link:hover {
  color: #06C4FE;
}
/* === HEADER CUSTOM STYLES END === */
#functionalities .avatar-lg.avatar-icon {
  font-size: 3rem;
}
#functionalities .avatar-lg {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}
.cta-button,
.btn-success-gradiant {
  background: linear-gradient(90deg, #06C4FE 0%, #32c7d5 100%);
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-outline-success-gradiant {
  border: 2px solid #06C4FE !important;
  background-color: transparent !important;
  color: #5b5e64 !important;
}
.cta-button:hover,
.btn-success-gradiant:hover {
  background: linear-gradient(90deg, #32c7d5 0%, #06C4FE 100%);
  color: #fff !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.logo-image {
  height: 50px;
  max-height: 100%;
}
.navbar {
  max-height: none;
}
.nav-custom-styles {
  background-color: white !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.navbar-toggler {
  border: none;
  background-color: transparent;
  padding: 0;
}
.navbar-toggler-icon {
  transition: all 0.3s ease;
}
.image-stack {
  position: relative;
  display: inline-block;
}
.shadow-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}
.main-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
}
.custom-underline span {
  color: #63A8DB;
  text-decoration: underline;
}
.custom-btn-color {
  color: white;
  background-color: #63A8DB;
}
.market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-position: center left 0.75rem;
  background-color: #fff;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 20px;
}
.market-btn .market-button-title {
  display: block;
  color: #222;
  font-size: 1.125rem;
}
.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #888;
  font-size: 0.75rem;
}
.market-btn:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.google-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: auto;
  text-align: center;
  height: 100%;
}
.service-card:hover {
  box-shadow: var(--bs-box-shadow) !important;
  cursor: pointer;
}
.service-card:hover .service-card-icon-container {
  background-color: white;
}
.service-card-icon-container {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
}
.service-card-icon {
  width: 20px;
  height: 20px;
  color: #121826;
}
.service-card-body {
  align-items: center;
  margin-top: auto;
}
.service-card-title {
  color: #121826;
  transition: color 0.3s ease;
}
.service-card-text {
  color: #121826;
  transition: color 0.3s ease;
}
.custom-container {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.vertical-carousel-container {
  padding: 0;
  margin: 0;
}
#vertical-carousel-batela-apps .carousel-item-next.carousel-item-left,
#vertical-carousel-batela-apps .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#vertical-carousel-batela-apps .carousel-item-next,
#vertical-carousel-batela-apps .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#vertical-carousel-batela-apps .carousel-item-prev,
#vertical-carousel-batela-apps .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
/* Carousel indicators */
#vertical-carousel-batela-apps .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  left: 0px;
  right: auto;
  width: auto;
  transform: rotate(90deg);
}
#vertical-carousel-batela-apps .carousel-indicators li {
  display: block;
  border: 2px solid #96c9f4;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: transparent;
  transition: all 0.6s ease;
}
#vertical-carousel-batela-apps .carousel-indicators li.active {
  background: white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
/* Text styling within the carousel */
#vertical-carousel-batela-apps .carousel-title,
#vertical-carousel-batela-apps .carousel-content-text {
  color: white !important;
}
@media (min-width: 576px) {
  .bgTitle {
    height: 30%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    top: 0;
  }
  .content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .bgTitle {
    height: 100%;
    width: 50%;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 992px) {
  .navbar {
    max-height: 70px;
    overflow: hidden;
  }
  .logo-image {
    height: 100px;
    max-height: 100%;
  }
}
.section-alt {
  background-color: #F7FBFF;
}
.section-default {
  background-color: #FFFFFF;
}
.table-definition th h5 {
  color: white;
  text-align: center;
}
.table-definition th p {
  color: white;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
}
.title {
  font-family: 'Poppins', sans-serif;
  color: #06C4FE !important;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.subtitle {
  font-family: 'Roboto', sans-serif;
  color: #4A4A4A !important;
  margin-top: 10px;
}
.pricing-btn {
  color: #63A8DB;
  border-color: #63A8DB;
}
.pricing-standard-btn {
  color: white;
  border-color: #63A8DB;
  background-color: #63A8DB;
}
.contact-card {
  border-radius: 15px;
  border-color: white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.media-29101 .text {
  padding: 50px;
}
@media (max-width: 991.98px) {
  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}
.media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}
.media-29101 .text h2 {
  font-family: "Playfair Display", times, serif;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
.media-29101 .text h2 a {
  color: #000;
}
.pricing .btn-info-gradiant {
  background: #96C9F4;
  background: -webkit-linear-gradient(legacy-direction(to right), #96C9F4 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#96C9F4), to(#188ef4));
  background: -webkit-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #96C9F4 0%, #188ef4 100%);
  background: linear-gradient(to right, #96C9F4 0%, #188ef4 100%);
}
.pricing1 {
  color: #8d97ad;
  font-weight: 300;
}
.pricing1 h1,
.pricing1 h2,
.pricing1 h3,
.pricing1 h4,
.pricing1 h5,
.pricing1 h6 {
  color: #3e4555;
}
.pricing1 .font-weight-medium {
  font-weight: 500;
}
.pricing1 .bg-light {
  background-color: #f4f8fa !important;
}
.pricing1 .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}
.pricing1 .font-14 {
  font-size: 14px;
}
.pricing1 h5 {
  line-height: 22px;
  font-size: 18px;
}
.pricing1 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.pricing1 .on-hover {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.pricing1 .on-hover:hover {
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-font-smoothing: antialiased;
}
.pricing1 .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}
.pricing1 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.pricing1 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}
.pricing1 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.pricing1 .onoffswitch-inner::before,
.pricing1 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing1 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #FFFFFF;
}
.pricing1 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}
.pricing1 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.pricing1 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.pricing1 .price-badge {
  top: -13px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  background: linear-gradient(135deg, #4cafef, #06C4FE);
  border-radius: 12px;
  color: white;
  font-size: 0.8em;
  padding: 5px 10px;
}
.pricing1 .badge-inverse {
  background-color: #3e4555;
}
.pricing1 .display-5 {
  font-size: 3rem;
  color: #263238;
}
.pricing1 .pricing sup {
  font-size: 18px;
  top: -20px;
}
.pricing1 .pricing .yearly {
  display: none;
}
.product .img-thumbnail {
  border: none;
}
.product .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.carousel-controls {
  text-align: center;
}
.product-carousel-control-prev,
.product-carousel-control-next {
  align-items: center;
  justify-content: center;
  display: inline-block;
  margin: 0 10px;
  height: 22px;
  width: 40px;
  background: #63A8DB;
  border-radius: 4px;
  text-decoration: none;
}
.product-carousel-control-prev i,
.product-carousel-control-next i {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.product-carousel .item {
  color: #747d89;
  min-height: 325px;
  text-align: center;
  overflow: hidden;
}
.product-carousel .thumb-wrapper {
  padding: 25px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.product-carousel .item .img-box {
  height: 170px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.product-carousel .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.product-carousel .item h4 {
  font-size: 18px;
}
.product-carousel .item h4,
.product-carousel .item p,
.product-carousel .item ul {
  margin-bottom: 5px;
}
.product-carousel .thumb-content .btn {
  color: #63A8DB;
  font-size: 11px;
  font-weight: bold;
  background: none;
  border: 1px solid #63A8DB;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}
.product-carousel .thumb-content .btn:hover,
.product-carousel .thumb-content .btn:focus {
  color: #fff;
  background: #63A8DB;
  box-shadow: none;
}
.product-carousel .thumb-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.product-carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}
.product-carousel .item-sub-content {
  opacity: 0.7;
  margin-right: 5px;
}
.zoom-hover {
  transition: transform 0.3s ease-in-out;
}
.zoom-hover:hover {
  transform: scale(1.1);
  /* Augmente la taille du logo de 10% */
  cursor: pointer;
  /* Change le curseur pour indiquer une interactivité */
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
.verification-card {
  transition: all 0.3s ease-in-out;
  animation: fadeInUp 0.5s ease-out;
}
.verification-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-input:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}
.card-header.bg-success,
.card-header.bg-warning,
.card-header.bg-danger {
  border-radius: 0.375rem 0.375rem 0 0 !important;
}
.member-photo {
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.subscription-card {
  transition: all 0.2s ease;
  border-left: 4px solid #28a745 !important;
}
.subscription-card:hover {
  border-left-color: #1e7e34 !important;
  background-color: #f8f9fa !important;
}
.error-icon {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.btn {
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
