/**
* Template Name: Arsha
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #F9F9F9;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  body {
    max-width: 1600px;
  }
}

a {
  color: #4540DF;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.bg-primary {
  background: var(--Green-500, #4540DF) !important;
}

.text-primary {
  color: var(--Green-500, #4540DF) !important;
}

.bg-danger-light {
  background: var(--Red-100, #F9869D) !important;
}

.bg-danger-light:hover {
  background: var(--Red-100, #f2728c) !important;
}

.btn-primary {
  border-radius: 17px;
  border: 2px solid #F3F3F3;
  background: var(--Green-500, #4540DF);
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 212.5% */
  letter-spacing: 0.768px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover,
.btn-primary:focus {
  border-radius: 17px;
  border: 2px solid #F3F3F3;
  background: var(--Green-500, #4540DF);
  color: #FFF !important;
  opacity: 0.7;
}

.btn-light-primary {
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 212.5% */
  letter-spacing: 0.768px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--Green-300, #918DEC);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
}

.btn-light-primary:focus,
.btn-light-primary:hover {
  background: var(--Green-300, #918DEC);
  color: #FFF;
  opacity: 0.7;
}

.btn-primary.gradient {
  border-radius: 17px;
  border: 2px solid #F3F3F3;
  background: var(--Green-600, #2621C5);
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.16);
  min-height: 48px;
}

.btn-danger {
  border-radius: 17px;
  border: 2px solid #F3F3F3;
  background: var(--Red-500, #F5365C);
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: normal;
}

.btn-rect {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-rect i {
  font-size: 1.5rem;
}

.btn-outline-primary {
  border-radius: 14px;
  border: 2px solid var(--Green-400, #6A66E5);
  color: var(--Green-700, #1D1995);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  border-radius: 14px;
  border: 2px solid var(--Green-400, #6A66E5);
  color: var(--Green-700, #1D1995);
  background-color: transparent;
  opacity: 0.7;
}

.btn-1 {
  color: var(--Green-500, #4540DF);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  /* 173.684% */
  letter-spacing: 0.931px;
}

.btn.fs-sm {
  font-size: 12px !important;
}

.btn-secondary {
  border-radius: 17px;
  border: 2px solid #F3F3F3;
  background: var(--Green-600, #2621C5);
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* 170% */
  letter-spacing: 0.96px;
  min-height: 37px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--Green-600, #2621C5);
  color: #FFF;
  opacity: 0.7;
}

.dropdown-filter .dropBtn {
  display: flex;
  align-items: center;
  justify-content: start;
  color: var(--600, #C4C4C4);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.588px;
  border-radius: 10px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
  min-height: 48px;
}

.dropdown-filter .btn svg {
  margin-right: 5px;
}

.dropdown-filter .dropdown-menu {
  border-radius: 10px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
  width: 100%;
  max-width: 284px;
  min-height: 163px;
}

.dropdown-filter .dropdown-menu h5 {
  color: var(--Green-500, #4540DF);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.784px;
  margin-bottom: 10px;
}

.dropdown-filter .dropdown-menu .form-check label {
  color: var(--GrayScale-Text-Subtitle, #383838);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.588px;
}

.dropdown-filter .dropdown-menu .form-check input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid var(--600, #C4C4C4);
  background: var(--50, #FFF);
}

.dropdown-filter .dropdown-menu .form-check input:checked {
  border: 2px solid var(--Green-500, #4540DF);
  box-shadow: none !important;
}

.dropdown-filter .dropdown-menu .btn {
  min-height: auto !important;
}

@media(max-width:992px) {

  .btn-primary,
  .btn-secondary,
  .btn-danger {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 10px;
  }

  .btn-rect {
    width: 36px;
    height: 36px;
  }

  .btn-rect i {
    font-size: 1.2rem;
  }

  .btn-outline-primary,
  .btn-1 {
    font-size: 14px;
  }
}

@media(max-width:570px) {

  .btn-primary,
  .btn-secondary,
  .btn-danger {
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 10px;
  }

  .btn-rect {
    width: 30px;
    height: 30px;
  }

  .btn-rect i {
    font-size: 1rem;
  }

  .btn-outline-primary,
  .btn-1 {
    font-size: 12px;
  }
}

.pagination .page-link {
  background-color: transparent;
  border: none;
  color: #707070;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pagination .page-link.active {
  border-radius: 6px;
  border: 1px solid var(--Green-700, #1D1995);
  color: #1D1995;
}

@media(max-width:992px) {
  .pagination .page-link {
    font-size: 12px;
  }
}

a:hover,
a {
  text-decoration: none !important;
}

.pagination .page-link {
  border-radius: 5px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
  color: #707070;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item.active .page-link {
  border-radius: 5px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
  color: var(--Vilolet-Pupule-500, #2621C5);
}

@media(max-width:992px) {
  .pagination .page-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media(max-width:570px) {
  .pagination .page-link {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

.card,
.card-body,
.card-header,
.card-footer {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: none;
  }
}

@media (max-width: 576px) {

  .container,
  .container-md,
  .container-sm {
    max-width: none;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #4540DF;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #4540DF;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4540DF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: transparent;
}

#hero .container {
  padding-top: 72px;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

}

@media (max-width: 768px) {
  #hero {
    height: 100%;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero p {
    font-size: 15px;
  }

  #hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }

  #hero p {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  font-family: "Montserrat";
  font-size: 37px;
  font-style: normal;
  text-align: center;
  color: #4540DF;
}

/*
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #4540DF;
  bottom: 0;
  left: calc(50% - 20px);
}*/

.section-title p {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #979797;
}

@media(max-width:768px) {
  .section-title h2 {
    font-size: 25px;
  }

  .section-title p {
    font-size: 15px;
  }

  section {
    padding: 30px 0 !important;
  }
}

@media(max-width:570px) {
  .section-title h2 {
    font-size: 20px;
  }

  .section-title p {
    font-size: 14px;
  }

  section {
    padding: 30px 0 !important;
  }
}

/*--------------------------------------------
modal-1
*--------------------------------------------*/
.modal-1 .modal-md {
  max-width: 666px !important;
}

.modal-1 .modal-content {
  border-radius: 50px !important;
  border: 1px solid #707070;
  background: #FFF;
}

.modal-1 .modal-header,
.modal-1 .modal-footer {
  border: none;
}

.modal-1 .modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-1 .modal-footer {
  display: flex;
  justify-content: center;
}

.modal-1 .modal-title {
  color: var(--Green-500, #4540DF);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 100% */
  letter-spacing: 0.608px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.modal-1 .modal-desc {
  color: #979797;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
  letter-spacing: 0.304px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*--------------------------------------------
formulaire
*--------------------------------------------*/
.formulaire .form-label {
  color: var(--Green-500, #4540DF);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 170% */
  letter-spacing: 0.98px;
}

.formulaire .form-control {
  border-radius: 17px;
  border: 1.5px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.183) !important;
  color: var(--700, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: 0.672px;
  min-height: 48px;
}

.formulaire .form-control::placeholder {
  color: var(--700, #949494);
}

select {
  appearance: auto !important;
  /* OU commenté */
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

.formulaire .form-select {
  border-radius: 17px;
  border: 1.5px solid #F6F6F6;
  background: #FFF;
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.10);
  color: var(--700, #000);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: 0.672px;
  min-height: 48px;
}

.formulaire .telephone .form-select {
  width: 100px;
}

.formulaire input[type="submit"],
.btn-cnx {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  background-color: #4540DF;
  color: #fff !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.16));
  min-height: 39px !important;
  border: none;
}

.formulaire input[type="submit"]:hover,
.btn-cnx:hover {
  background-color: #4540DF !important;
  color: #fff !important;
  opacity: 0.7;
}

.formulaire a {
  color: #505050;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: 0.672px;
}

.formulaire p {
  color: var(--Green-600, #2621C5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 242.857% */
  letter-spacing: 0.672px;
}

@media(max-width:992px) {

  .modal-1 .modal-title {
    font-size: 25px;
  }

  .modal-1 .modal-desc {
    font-size: 14px;
  }

  .formulaire .form-label,
  .formulaire .form-control,
  .formulaire .form-select,
  .formulaire a {
    font-size: 13px;
  }
}

@media(max-width:768px) {
  .modal-1 .modal-content {
    border-radius: 30px;
  }

  .modal-1 .modal-title {
    font-size: 20px;
  }

  .modal-1 .modal-desc {
    font-size: 13px;
  }

  .formulaire .form-label,
  .formulaire .form-control,
  .formulaire .form-select,
  .formulaire a {
    font-size: 12px;
  }

  .modal-1 .modal-header .btnClose svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/*-------------------------------------------------------
# jointe 
-------------------------------------------------------*/
.fs-sm {
  font-size: 12px !important;
}

.jointe {
  min-height: 118px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  border: 2px dashed var(--Green-200, #B7B5F3);
  background: #FFF;
  box-shadow: 0px 0px 3.5px 0px rgba(0, 0, 0, 0.10);
}

.jointe svg {
  margin-bottom: 10px;
}

.jointe p {
  color: #969696;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 150% */
  margin-bottom: 5px;
  margin-top: 0px;
}

.jointe small {
  color: #969696;
  text-align: center;
  font-family: Lato;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}

.jointe .btn {
  font-weight: 500;
  font-size: 14px;
}

@media(max-width:992px) {

  .jointe p,
  .jointe .btn {
    font-size: 12px;
  }

  .jointe svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media(max-width:570px) {

  .jointe p,
  .jointe .btn {
    font-size: 10px;
  }

  .jointe svg {
    width: 25px !important;
    height: 25px !important;
  }
}

.modal-1 .modal-content {
  border-radius: 10px;
  background: #FFF;
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
}

/*----------------------------------------------
modal question
------------------------------------------------*/
.modal-Quest .modal-header {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: #F8F8F8;
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
}

.modal-Quest .modal-content .modal-title {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal-Quest .modal-content .btnClose {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 0px 0px;
  position: absolute;
  right: 20px;
}

.modal-Quest .deleteBox .box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Final-Background, #D9D8F8);
  /* Inner Shadow2 */
  box-shadow: -7px -7px 7px 0px #FFF inset, 5px 5px 10px 1px rgba(169, 169, 169, 0.25) inset;
  border-radius: 50%;
  padding: 5px 5px;
}

.modal-Quest h5 {
  color: var(--GrayScale-Text-Subtitle, #383838);
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0px;
}

.modal-Quest .question {
  color: var(--Rouge-500, #F5365C);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
  margin-top: 10px;
  margin-bottom: 0px;
}

.modal-Quest p {
  color: var(--GrayScale-Text-Disabaled, #6B6B6B);
  text-align: center;
  /* Headline/Regular */
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  /* 29.6px */
  margin-top: 10px;
  margin-bottom: 0px;
}

@media(max-width:992px) {
  .modal-Quest .modal-content .modal-title {
    font-size: 20px;
  }

  .modal-Quest .deleteBox .box {
    width: 70px;
    height: 70px;
  }

  .modal-Quest .question {
    font-size: 17px;
  }

  .modal-Quest p {
    font-size: 13px;
  }

  .modal-Quest .modal-content .btnClose {
    width: 20px !important;
    height: 20px !important;
    right: 5px;
    top: 23px;
  }
}

@media(max-width:570px) {
  .modal-1 .modal-content .modal-title {
    font-size: 17px;
  }

  .modal-Quest .deleteBox .box {
    width: 50px;
    height: 50px;
  }

  .modal-Quest .question {
    font-size: 15px;
  }

  .modal-Quest p {
    font-size: 12px;
  }
}

/*-------------------------------------------------------
dropdown-filtre
*-------------------------------------------------------*/
.dropdown-filtre .btn-filtre {
  min-width: 184px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: start !important;
  border-radius: 10px;
  color: var(--600, #C4C4C4);
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.588px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
}

.dropdown-filtre .dropdown-menu {
  border-radius: 10px;
  background: var(--50, #FFF);
  box-shadow: -3px -4px 10px 0px rgba(165, 165, 165, 0.25), 3px 4px 10px 0px rgba(165, 165, 165, 0.25);
  width: 284px;
}

.dropdown-filtre .dropdown-menu h5 {
  color: var(--Green-500, #4540DF);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.784px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdown-filtre .dropdown-menu ul {
  list-style: none;
  padding-left: 0px;
}

.dropdown-filtre .dropdown-menu ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.dropdown-filtre .dropdown-menu ul li label {
  color: var(--GrayScale-Text-Subtitle, #383838);
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.588px;
  margin-left: 5px;
}

.form-check-input {
  border: 1px solid var(--600, #C4C4C4);
  background: var(--50, #FFF);
}

.form-check-input:checked {
  box-shadow: none !important;
  background: var(--Green-500, #4540DF) !important;
  border-color: var(--Green-500, #4540DF) !important;
}

.dropdown-filtre .dropdown-menu .btn-primary {
  min-height: auto !important;
}

@media(max-width:992px) {

  .dropdown-filtre .btn-filtre,
  .dropdown-filtre .dropdown-menu h5 {
    font-size: 15px;
  }
}

@media(max-width:768px) {

  .dropdown-filtre .btn-filtre,
  .dropdown-filtre .dropdown-menu h5 {
    font-size: 14px;
  }
}

@media(max-width:570px) {
  .dropdown-filtre .btn-filtre {
    min-width: none;
    width: 100% !important;
  }

  .dropdown-filtre .btn-filtre,
  .dropdown-filtre .dropdown-menu h5 {
    font-size: 12px;
  }

  .dropdown-filtre .dropdown-menu {
    width: 100%;
  }
}

.cursor-pointer {
  cursor: pointer;
}

/*-------------------------
btnStep
---------------------------*/
.btnStep {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--Green-200, #B7B5F3);
  background: #FFF;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.16);
  padding: 0px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnStep .uk-icon {
  display: none !important;
}
.btnStep svg {
  display: none !important;
}
.btnStep i {
  color: #4540DF !important;
  font-size: 1rem !important;
}