body {
  background-color: #f4f6f9;
  font-family: "Montserrat", sans-serif;
}

.text-sm .card-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.brand-link {
  background-color: #007bff;
  color: #ffffff !important;
}

.navbar-nav>.user-menu>.dropdown-menu {
  width: auto !important;
}

.dropdown.user-menu a.dropdown-toggle {
  color: #ffffff;
}

.dropdown.user-menu a.dropdown-toggle::after {
  content: none;
}

.main-footer {
  padding: 0px;
}

.cta {
  position: absolute;
  bottom: 0;
  padding-bottom: 48px;
}

#landing-nav button.navbar-toggler {
  color: #fff !important;
  font-size: .8rem;
  background-color: white;
}

#marchand-nav 

/* Login page */

.login-form {
  background-color: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
}

@media (min-width: 576px) {
  .navbar-nav>.user-menu .user-image {
    margin-top: -3px;
  }
}

/* step wizard */
.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs>li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

/* Global styles */
.sp-card {
  padding: 1rem;
}

.sp-tabs>li.nav-item a {
  font-size: 1.2rem;
}

.sp-tabs>li.nav-item a.active {
  font-weight: bold;
}

.sp-zamani {
  background-color: #ce067d;
  color: #fff;
  border: none;
}

/* end global style */

/* Step wizard */
.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  padding-top: 12px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  margin-top: 12px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step button {
  border-radius: 50%;
}

/* Card payment type */
.card-pay {
  min-height: 300px;
  background: #fff;
  border-radius: 10px;
  transition: 0.5s;
}

.card-pay:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.card-pay .box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.card-pay .box .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.card-pay .box .img img {
  width: 100%;
  height: 100%;
}

.card-pay .box h2 {
  font-size: 20px;
  color: #262626;
  margin: 20px auto;
}

.card-pay .box h2 span {
  font-size: 14px;
  background: #e91e63;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 15px;
}

.card-pay .box p {
  color: #262626;
}

.card-pay .box span {
  display: inline-flex;
}

.card-pay .box ul {
  margin: 0;
  padding: 0;
}

.card-pay .box ul li {
  list-style: none;
  float: left;
}

.card-pay .box ul li a {
  display: block;
  color: #aaa;
  margin: 0 10px;
  font-size: 20px;
  transition: 0.5s;
  text-align: center;
}

.card-pay .box ul li:hover a {
  color: #e91e63;
  transform: rotateY(360deg);
}

.box .btn-default {
  background-color: #fa8d00;
  color: #fff;
  border: none;
}

.box .btn-default:hover {
  background-color: #ffffff;
  color: #fa8d00;
  border: 1px solid #fa8d00;
}

.page-wrap {
  min-height: 100vh;
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.subcontent {
  padding-top: 12px;
}

section.content.admin {
  min-height: 70vh;
}

.btn-primary {
  background-color: #007acc;
  border: 1px solid #007acc;
}

.color-primary {
  color: #007acc;
}

hr.underline {
  width: 15%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

hr.footer-line {
  border-top: 1px solid #666;
}

.search-sec {
  padding: 0.7rem;
  position: relative;
  background: rgba(44, 44, 40, 0.664);
  z-index: 2;
}

.search-sec .input-group-text {
  padding: 0px 12px 0px 12px;
}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(2rem + 2px) !important;
  border-radius: 0;
  border-left: none;
  border-color: #fd8b06;
}

.nav-sec {
  margin-top: -42px;
  height: 50px;
  z-index: 2048;
  position: absolute;
  left: 8%;
}

.search-slt:focus {
  box-shadow: none;
  border-color: #fd8b06;
}

.home-form.input-group-text {
  background-color: #fff;
  border-right: none;
  border-color: #fd8b06;
  font-weight: bold;
}

.home-form.input-group-text.end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.option {
  padding: 12px;
  background-color: #fff;
  height: 48px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  border-radius: 8px;
}

.option:hover {
  cursor: pointer;
}

.option>.option-image {
  max-width: 30%;
  height: auto;
  float: left;
  padding-right: 12px;
  border-right: 3px solid #000;
}

.option.document-item>.option-info {
  float: left;
  padding-left: 12px;
  max-width: 70%;
}

.option>.option-info {
  float: left;
  padding-left: 12px;
  max-width: 50%;
}

.option>.option-check {
  max-width: 20%;
  float: right;
  margin-right: 12px;
}

.bus-stop {
  border: #fff 1px solid;
}

.bus-stop:hover {
  border: #a1a1a1 1px solid;
  cursor: pointer;
}

.navigation .nav-item {
  font-weight: 700;
}

.navigation .nav-item {
  font-weight: 700;
  color: #007acc;
}

.navigation .nav-item:hover {
  border: none;
  border-bottom: 3px solid #007acc;
  color: #ffffff;
}

.navigation .nav-item.nav-link.active {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #007acc;
  color: #007acc;
}

.nav-tabs {
  border-bottom: none;
}

/* Footer */

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007acc;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #007acc;
}

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}

.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}

.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }

  50% {
    width: 0%;
  }

  100% {
    width: 80%;
  }
}

.dk-footer {
  padding: 25px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2;
}

.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
  margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}

.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {
  z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook-f {
  background-color: #3b5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
  background-color: #55acee;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin-in {
  background-color: #0976b4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
  background-color: #b7242a;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 40px;
}

.footer-widget .section-heading {
  margin-bottom: 15px;
}

.footer-widget h5 {
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 10px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
}

.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 16px 6px 12px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #007acc;
  background: #007acc;
  color: #fff;
}

.dk-footer-form button:hover {
  cursor: pointer;
}

/* Login page */

.login-form {
  background-color: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
}

/* navbar */
nav.navbar.admin {
  background-color: #007acc !important;
  position: relative;
  width: 100%;
  z-index: 1024;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
}

/* boar menu */

.boar-menu {
  background-color: #fff;
  min-height: 100px;
}

.boar-menu.admin {
  height: 14vh;
}

.menu-title-section.admin {
  min-height: 14vh;
  height: 14vh;
  max-height: 14vh;
}

.menu-button-section {
  line-height: 100px;
}

.menu-button-section {
  vertical-align: middle;
  padding-top: 40px;
}

.brand-name {
  padding-left: 12px;
  align-content: center;
}

.brand-name .title,
.brand-name .subtitle {
  margin-bottom: 0;
}

ul.nav.nav-tabs.sub-menu .nav-link {
  color: #495057;
  background-color: #fff;
  border: none;
}

ul.nav.nav-tabs.sub-menu .nav-link.active {
  color: #007acc;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 3px solid #007acc;
}

.arret-list {
  border-left: #000 solid 2px;
}

/* Search form */
.searchbar {
  margin: 12px 0px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #007acc;
}

.search_input {
  border: 0;
  outline: 0;
  background: none;
  line-height: 35px;
  padding-left: 24px;
  width: calc(100% - 40px);
  font-weight: bold;
}

.search_icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #007acc;
  text-decoration: none;
}

.search_icon:hover {
  text-decoration: none;
  color: #007acc;
}

/* card */

.info-box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

.info-box .progress {
  background-color: rgba(0, 0, 0, 0.125);
  height: 2px;
  margin: 5px 0;
}

.info-box .progress .progress-bar {
  background-color: #ffffff;
}

.info-box .info-box-icon {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-icon>img {
  max-width: 100%;
}

.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 120%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}

.info-box .progress-description,
.info-box .info-box-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .8rem;
}

.document .card-img {
  height: 50px;
  line-height: 40px;
  width: auto;
  margin: auto;
  text-align: center;
}

.document .option-image {
  border: none;
}

.document .option {
  box-shadow: none;
  padding: 12px;
  min-height: 84px;
  max-height: fit-content;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.59);
  border-radius: 8px;
}

.full-width {
  padding-right: 0px;
  padding-left: 0px;
}

/* .navbar {
  padding: 0 1rem;
} */

.navbar-nav.profil li>a {
  font-size: 0.8em;
}

.top-menu li>a {
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 450;
  color: #fff;
  /* padding: 0 1rem; */
}

.top-menu>li>a.nav-link {
  padding: 0.5rem 1rem !important;
}

.top-menu>li.nav-item:hover,
.top-menu>li.nav-item.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.164);
}

.nav-link.menu {
  font-weight: 450 !important;
}

.doc-info {
  background-color: #fff;
  padding: 1.7rem;
  border-radius: 6px;
}

.doc-info p {
  text-align: justify;
  line-height: 2em;
  margin: 0;
  padding: 0;
}

.subtitle {
  font-weight: 500;
  font-size: 0.9rem;
}

.subtitle>.block {
  padding: 0 1rem;
}

.page-header {
  background-color: #ffffff;
  padding: 12px 0;
  padding: 1rem 0;
}

.brand-image {
  width: 100%;
  height: auto;
  /* max-height: 250px; */
}

.menu-head.admin .subtitle {
  color: #007acc;
}

.chart {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

section.submenu-section {
  min-height: 42px;
  height: 42px;
}

.dropdown-menu.admin {
  padding: 0 0;
  min-width: auto;
}

.dropdown-menu.admin>.dropdown-item {
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Loading view */
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 160px;  /* Increased width */
  height: 160px; /* Increased height */
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 80px 80px; /* Adjusted for new size */
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 14.4px;  /* Increased size */
  height: 14.4px; /* Increased size */
  border-radius: 50%;
  background: currentColor;
  margin: -7.2px 0 0 -7.2px; /* Adjusted for new size */
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 125.25484px;  /* Adjusted for new size */
  left: 125.25484px; /* Adjusted for new size */
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 135.42562px; /* Adjusted for new size */
  left: 112px;      /* Adjusted for new size */
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 141.81926px; /* Adjusted for new size */
  left: 96.56442px; /* Adjusted for new size */
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 144px;       /* Adjusted for new size */
  left: 80px;       /* Adjusted for new size */
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 141.81926px; /* Adjusted for new size */
  left: 63.43558px; /* Adjusted for new size */
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 135.42562px; /* Adjusted for new size */
  left: 48px;       /* Adjusted for new size */
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 125.25484px; /* Adjusted for new size */
  left: 34.74516px; /* Adjusted for new size */
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 112px;       /* Adjusted for new size */
  left: 24.57438px; /* Adjusted for new size */
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Landing page */
.navbar-brand b {
  color: #fff;
}

.scrolling .navbar-brand>b {
  color: #0a2540;
}

.navbar .login-btn,
.navbar .register-btn {
  border-radius: 50px;
  padding: 0 6px;
  border: 0.12em solid #fff;
}

.navbar .register-btn {
  background-color: #fff;
}

.navbar.scrolling .login-btn,
.navbar.scrolling .register-btn {
  border: 0.12em solid #0a2540;
  color: #0a2540;
}

.navbar.scrolling .register-btn {
  background-color: #0a2540;
}

.navbar .login-btn>.nav-link,
.navbar .login-btn>.nav-link:hover {
  color: #fff;
}

.navbar .register-btn>.nav-link {
  color: #0a2540;
}

.navbar.scrolling .register-btn>.nav-link {
  color: #fff;
}

.navbar.scrolling .login-btn>.nav-link {
  color: #0a2540;
}

.scrolling.navbar {
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.8rem;
}

.scrolling.navbar {
  -webkit-box-shadow: 5px 7px 5px 1px rgba(104, 98, 98, 0.59);
  -moz-box-shadow: 5px 7px 5px 1px rgba(104, 98, 98, 0.59);
  box-shadow: 5px 3px 5px 1px rgba(104, 98, 98, 0.59);
  transition: 1s all;
}

.img-pin {
  border-radius: 50%;
  margin-left: 12px;
}

.header-image {
  width: 100%;
  height: auto;
  text-align: center;
}

.main-header {
  background-color: #0a2540;
  /* background-color: #0069d9; */
}

.btn-cta {
  background-color: #fa8d00;
}

/* Service card */

.services-box {
  padding: 30px;
  /* background-color: #fff;
  border-left: 2px solid #fff; */
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.services-icon {
  font-size: 40px;
  color: #0069d9;
}

.service-name {
  margin-bottom: 15px;
  margin-top: 15px;
}

.text-small {
  font-size: 16px;
  color: #333;
}

.h3 {
  font-size: 24px;
}

.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 100;
  color: #fff;
}

.form-control::placeholder {
  font-size: .8rem;
}

#dropZone {
  cursor: pointer;
}

/* Login, register pages styles */

.main-head {
  height: 150px;
  background: #FFF;

}

.sidenav {
  height: 100%;
  background-color: #0a2540;
  overflow-x: hidden;
  vertical-align: bottom;
  display: inline-block;
  padding: 120px;
  /* padding-top: 20px; */
}

.login-main-text h2 {
  font-weight: 300;
}

.btn-black {
  background-color: #000 !important;
  color: #fff;
}

.register-form .form-check-label {
  font-size: .8rem;
  font-weight: 300;
}

label {
  font-size: .8rem;
  font-weight: bold;
}

.wallet-none {
  background-color: #fff;
  margin-top: 20vh;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.wallet-none span {
  font-size: 4rem;
  color: #e0e3e5;
}

.info-box.wallet .info-box-icon {
  width: 120px !important;
}

.info-box.wallet {
  cursor: pointer;
}

/* Market buttons */

.market-btn {
  display: inline-block;
  padding: 0.3125rem 0.875rem;
  padding-left: 2.8125rem;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  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;
}

.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==);
}

.market-btn-light {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0);
}

.market-btn-light .market-button-title {
  color: #fff;
}

.market-btn-light .market-button-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.market-btn-light:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.market-btn-light.apple-btn {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.section-contraste {
  background-color: #0a2540;
}

p.lead,
ul.lead>li {
  font-size: .9rem;
  font-weight: 200;
}

.main-header div.cta>h2 {
  font-weight: bold;
  padding-bottom: 12px;
  color: #fff;
}

.main-header div.cta>h5 {
  padding-bottom: 12px;
  color: #fff;
}

span.logo-text,
span.logo-text:hover,
span.logo-text.light:hover {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

span.logo-text.light {
  color: white;
}

.alert-over {
  position: absolute;
  top: 70px;
  left: 10%;
}

.register-form.login {
  width: 75%;
}

.full-input {
  width: 50%;
}

.lead-text p,
.lead-text ul > li {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

#documentation .topbar {
  display: none !important;
}

#documentation .swagger-ui .info {
  margin-bottom: 0 !important;
}

#documentation .swagger-ui .info {
  margin-bottom: 0 !important;
}

#documentation span.url {
  display: none;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .login-form {
    margin-top: 10%;
  }

  .register-form {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .main.navig {
    margin-left: 40%;
    height: 100vh;
    background-color: #fff;
    overflow-x: scroll;
    padding: 0 7rem;
  }

  .sidenav {
    width: 40%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
}

@media (min-width: 576px) {
  .btn-cta {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .btn-cta {
    margin-top: 0px;
  }
  #marchand-nav {
    height: 35px !important;
  }
}

@media (max-width: 768px) {
  .register-form {
    padding: 12px 24px;
  }

  .register-form.login {
    width: 100%;
    margin-top: 0;
  }

  .full-input {
    width: 100%;
  }

  .main-header {
    height: 100vh;
    min-height: 100vh;
  }

  .main-header div.cta>h2 {
    font-weight: bold;
    font-size: 1.4rem;
  }

  .main-header div.cta>h5 {
    font-size: 1rem;
    font-weight: 300;
  }

  .cta {
    position: relative;
    text-align: center;
  }

  .btn-cta {
    margin-top: 20px;
  }

  #floating-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-sec {
    top: -250px;
  }

  .container.nav-sec {
    margin-top: -82px;
    left: 0;
  }

  .tagline {
    padding-top: 30vh;
  }

  .map-section {
    margin-top: -125px;
  }

  .footer-left-widget {
    padding-left: 0px;
    padding-top: 24px;
  }

  .arret-map {
    height: 70vh;
  }

  .info-box.wallet .info-box-icon {
    width: 80px !important;
  }

  .info-box.wallet .info-box-number {
    font-size: 1.2rem;
  }

  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}