h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
@media (max-width: 1199px) {
    h1 {
      font-size: 42px;
    }
    h2 {
      font-size: 30px;
    }

    h3 {
      font-size: 24px;
    }

    h4 {
      font-size: 20px;
    }

    h5 {
      font-size: 18px;
    }

    h6 {
      font-size: 14px;
    }
}

.cs_fs_16 {
  font-size: 16px;
  line-height: 1.8em;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}
.b-none{ border:none!important;}

.nk-hide, .hide {display: none !important;}

.clickable {
  cursor: pointer !important;
}
.not-clickable {
  cursor: default !important;
}

.cs_iconbox_icon{
  color: var(--accent-color);
}
.cs_site_branding img{
  height: 80px;
}
.cs_gescout_sticky {
    background-color: #fffffffa;
}
.cs_gescout_sticky .cs_search_toggle_btn {
  color: #122472;
}
/*@media screen and (min-width: 1200px) {*/
  .cs_site_header.cs_gescout_sticky.cs_style_1:not(.cs_heading_color) .cs_nav_list > li > a {
    color: var(--accent-color);
  }
/*}*/

.cs_site_header.cs_gescout_sticky  .cs_menu_toggle{
    color: var(--accent-color);
}

.cs_main_header .cs_nav_icon {
    width: 40px;
    font-size: 30px;
  color: var(--bs-white);
    z-index: 11;
}

.cs_gescout_sticky .cs_main_header .cs_nav_icon,
.cs_gescout_sticky .cs_main_header .cs_nav_icon:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1 .cs_btn.cs_style_1 {
  padding: 12px 30px;
  
}
.cs_site_branding img{
    height: 70px;
}
@media (max-width: 991px) {
      .cs_site_branding img{
        height: 60px;
    }
}
.cs_btn.cs_style_1::after {
  content: "";
  width: 0px
  height: 0px;
  background-color: none; 
  /*var(--heading-color);
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform:  scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bs-white);
  border: 1px solid var(--accent-color);
  border-radius: inherit;
  position: absolute;*/
}
/*.cs_hero.cs_style_1 {*/
  /*width: 100%;
  height: 100vh;*/
/*  max-height: 700px;*/
/*  padding: 80px 0 0;
}*/
/*.cs_site_header.cs_style_1 .cs_btn.cs_style_3{
  padding: 8px 30px;
  background: var(--bs-white);
  color: var(--accent-color);
  border: 1px solid transparent;
}
.cs_site_header.cs_style_1 .cs_btn.cs_style_3:hover {
  background: var(--accent-color);
  color: var(--bs-white);
  border: 1px solid var(--bs-white);
}
.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3 {
  background-color: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3:hover {
  background: var(--accent-color);
  color: var(--bs-white);
  border: 1px solid transparent;
}

@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_btn.cs_style_3{

    z-index: 11;
  }
}*/
.cs_site_header.cs_style_1 .cs_btn.cs_style_3 {
  padding: 8px 20px;
  background: var(--bs-white);
  color: var(--accent-color);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  border-radius: 5px; /* Ajustez selon vos besoins */
  z-index: 1;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 .cs_btn.cs_style_3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  transition: all 0.4s ease;
  border-radius: inherit;
  z-index: 0;
  color: var(--bs-white);
  z-index: -1;
}

.cs_site_header.cs_style_1 .cs_btn.cs_style_3:hover::after {
  left: 0;
}

.cs_site_header.cs_style_1 .cs_btn.cs_style_3:hover {
  background: var(--accent-color);
  color: var(--bs-white);
  border: 1px solid var(--bs-white);
}


/**/

.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3 {
  background-color: var(--bs-white);
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  color: var(--accent-color);
  transition: all 0.4s ease;
  border-radius: inherit;
  z-index: -1;
}
.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3:hover::after {
  left: 0;
}
.cs_site_header.cs_gescout_show.cs_style_1 .cs_btn.cs_style_3:hover {
  background: var(--accent-color);
  color: var(--bs-white);
  border: 1px solid transparent;
  z-index: 0;
}

@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_btn.cs_style_3 {
    z-index: 11;
  }
}


@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list_wrap {
/*    position: fixed;
    width: 100vw;
    left: -100vw;
    color: #fff;*/
    background-color: var(--accent-color);
    padding: 10px 0;
    padding-top: 10px;
    padding-top: 80px;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
/*@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
}*/
@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    margin-right: 46px;
  }
  .cs_nav .cs_nav_list > li > a:hover {
    color: var(--bs-white);
  }
}

.cs_page_heading {
    min-height: 345px;
    /*position: relative;
    padding-top: 150px;*/
    padding-bottom: 0px;
  }
@media (max-width: 1761px) {
  .cs_page_heading {
    min-height: 280px;
    /*position: relative;
    padding-top: 150px;*/
    padding-bottom: 40px;
  }
}
.cs_about.cs_style_1 .cs_about_thumbnail_1 {
   padding-right: 0!important;
}
.cs_about.cs_style_1 .cs_about_thumbnail_1::before {
  border: none!important;
}
.cs_about.cs_style_1 .cs_about_thumbnail {
  padding-bottom: 0!important;
}

.cs_about.cs_style_1 .cs_about_text {
 color: var(--heading-color);
 font-size: 18px;
}

.cs_hero.cs_style_1 .cs_hero_content {
  max-width: 800px;
}
/*.cs_accent_border {
  background: transparent;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
}*/
/**/

.cs_appointment_form_wrapper.cs_type_1 {
    padding: 0px;
    border: none;
    box-shadow: none;
    position: relative;
  }
@media (min-width: 767px) {
    .cs_appointment_form_wrapper.cs_type_1 {
      /*  background-color: #eee;*/
    padding: 30px  40px;
    border:1px solid #e4e6ef;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0 0 1.25rem rgba(2, 0, 181, 0.1);
  }
}
/**/
.payment_methods_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment_methods_icon{
  display: flex;
  justify-content: start;
  min-width:200px;
/*  column-gap: 1rem;*/
}
.payment_methods_icon img{
  
  height: 40px;
}
.payment_methods_description{
  color: var(--heading-color);
  font-size: 14px;
  line-height: 4px;
}
@media (max-width: 991px) {
    .payment_methods_wrapper {
      display: block;
      text-align: center;
    }
    .payment_methods_icon {
      justify-content: center;
    }
    .payment_methods_icon img{
      height: 60px;
      margin-bottom: 10px;
    }
    .payment_methods_description{
      padding: 20px;
      line-height: 0px;
    }
}
/*@media (max-width: 1199px) {
  .cs_appointment_form_wrapper.cs_type_1 {
    margin: 0;
    padding: 30px 40px 40px;
  }
}}*/
.cs_page_heading::before {
  background: var(--accent-color)
}
.cs_hero.cs_style_1 .cs_hero_overlay {
  opacity: 0.95;
  background: var(--accent-color);
}
/**/
.cs_form_field {
/*  padding: 15px 20px;*/
  border-radius: 4px;
  font-size: 16px;
}

.cs_form_field::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}
.cs_form_field::-moz-placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}
.cs_form_field:-ms-input-placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}
.cs_form_field::-ms-input-placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}
.cs_form_field::placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}

.cs_post_details.cs_style_1.done blockquote{

  position: relative;
  background-color: #fff;
/*  border-radius: 5px;*/
/*  font-size: 20px;*/
  color: #00001b;
  border: 1px solid #bcbdbd;
  overflow: hidden;
}

.cs_post_details.cs_style_1.done blockquote:before {

  content: "\f5ab";
/*  "\f05a";*/
    font-family: "Font Awesome 6 Pro";
    color: var(--accent-color);
  font-size: 254px;
    font-weight: 900;
  position: absolute;
  right: -30px;
  top: 45px;
  opacity: .08;
}
.cs_post_details.cs_style_1.done blockquote i{

}

/*.cs_form_field_wrapper::after {
  content: "";
  width: 100%;
  height: 100%;*/
/*  border: 1px solid var(--accent-color);*/
/*  border: 1px solid #bcbdbd;
  opacity: 1;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}*/
.form-control{

  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 16px;
/*  border: 1px solid var(--accent-color);*/
  border: 1px solid #bcbdbd;
  border-radius: 5px;
  top: 0;
  left: 0;
  background-color: white;
  line-height: 1.5em;
  color: var(--accent-color);
  outline: 0;
  box-shadow: none !important;
}
.form-control:focus{
    border: 1px solid var(--accent-color);
    outline: 0;
    box-shadow: none !important;
}
.has-error .form-control{
  border-color: var(--bs-form-invalid-border-color);
}
.form-control::placeholder {
  font-size: 16px;
  color: var(--bs-gray-500);
}

.cs_appointment_form_wrapper.cs_type_1 .cs_appointment_form .cs_btn.cs_style_1 {
  width: auto;
  padding: 8px 30px;
}

.cs_btn.cs_style_1{
  padding: 8px 30px;
  width: auto;
}
.cs_post_details .cs_edit_btn {
/*  padding: 8px 30px ;*/
  width: 30%;
  font-size: 14px;
  border:1px solid var(--bs-secondary);
  background-color: var(--bs-white);
  color: var(--bs-secondary);
  cursor: pointer;
  
}
.cs_post_details .cs_edit_btn:hover {
/*  padding: 8px 30px ;*/
  border:1px solid var(--bs-secondary);
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.cs_iconbox.cs_style_2 {
  border-radius: 18px;
  padding: 30px;
  display: flex;
  gap: 24px;
  background-color: var(--bs-danger);
}
@media (max-width: 991px) {
      .cs_iconbox.cs_style_2 {
      display: block;
    }
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  background-color: transparent;
  color: var(--bs-white);
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon {
  background-color: transparent;
  color: var(--bs-white);
}

.cs_iconbox.cs_style_2.outline,
.cs_iconbox.cs_style_2.outline::after{
  background: transparent!important;
  color: var(--bs-danger)!important;
  border: solid 1px var(--bs-danger);
}
.cs_iconbox.cs_style_2.outline h3,
.cs_iconbox.cs_style_2.outline .cs_text_btn{
  color: var(--bs-danger)!important;
}
.cs_iconbox.cs_style_2.outline .cs_iconbox_icon,
.cs_iconbox.cs_style_2.outline:hover .cs_iconbox_icon {
  background-: transparent!important;
  color: var(--bs-danger)!important;
}
.cs_iconbox.cs_style_2.outline,
.cs_iconbox.cs_style_2.outline::after{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cs_iconbox.cs_style_2.outline .cs_text_btn{
  background-color: var(--bs-danger);
  padding: 9px 15px;
  color: var(--bs-white)!important;
/*  font-size: 14px;*/
}

.cs_iconbox.cs_style_2.info-modal{
  position: relative;

}
.cs_iconbox.cs_style_2.info-modal::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f05a'; 
    font-weight: 900; /* Pour FontAwesome solide */
    position: absolute;
    right: 20px; /* Positionner à gauche */
    top: 30px; /* Centrer verticalement */
/*    transform: translateY(-50%);*/
    font-size: 48px; /* Taille de l'icône */
    color: #FFF;
z-index: 10;
    pointer-events: none; /* Empêche les interactions avec l'icône */

    -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/*OTP*/
.otp_field_wrapper{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cs_form_field.otp-field {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    line-height: 4rem;
    text-align: center;
    border: 2px solid #e4e6ef;
    outline: none;
    padding: 0px;
/*    border-radius: 4px;*/
}
@media (max-width: 1199px) {
    .otp_field_wrapper{
        width: 360px;
    }
    .cs_form_field.otp-field {
        width: 3.25rem;
        height: 3.25rem;
        font-size: 1.2rem;
    }
}
.cs_form_field.otp-field:focus {
    border-color: var(--accent-color);
}

/*SELECT2*/

/* Start Select Two */

.select2-container {
  z-index: 1056;
  display: block;
}
/*.select2-container .select2-selection--single {
  height: 100%;
}
*/
.select2-container--default .select2-selection--single {
  position: relative;
  /*border: none;
  border-radius: 10px;
  background-color: transparent;*/

/*  width: 100%;*/

  padding: 15px 20px;
  font-size: 16px;
/*  border: 1px solid var(--accent-color);*/
  border: 1px solid #bcbdbd;
  border-radius: 5px;

  background-color: white;
  line-height: 1.5em;
  color: var(--accent-color);
  outline: none;
}


.has-error .select2-container--default .select2-selection--single{
  border-color: var(--bs-form-invalid-border-color);
}
/*.select2-container--default .select2-selection--single::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.05;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
}*/

.select2-container .select2-selection--single .select2-selection__rendered {
/*  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
/*  padding: 15px 30px;*/
  padding: 0px;
  /*color: var(--accent-color);
  line-height: 1.31em;*/
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-gray-500);
/* OK */
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
  width: 20px;
}*/
.select2-container--default .select2-selection--single .select2-selection__arrow b::after  {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    color: #bcbdbd;
    transition: all 0.4s ease-in-out;
    font-size: 13px;
    font-weight: 300;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.select2-dropdown {
  border-radius: 5px;
/*  position: relative;
  z-index: 5;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);*/
  padding-bottom: 15px;
}

.select2-search--dropdown {
  padding: 0px 15px 15px 15px;
/*  position: relative;
  z-index: 1;*/
}

.select2-results__option {
  padding: 7px 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px;
}

.select2-search--dropdown .select2-search__field {
  padding: 9px 15px;
  outline: none;
}

.select2-results__option {
  padding: 10px 15px;
  margin: 0 15px;
  border-radius: 5px;
}

/*.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(var(--accent-color), 0.15);
  color: var(--accent-color);
}*/

/*.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--accent-color);
  color: white;
}*/

.select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 0px;
  /*color: var(--heading-color);
  position: relative;
  z-index: 1;*/
}

.select2-container--open .select2-dropdown--above {
/*  border-bottom: 1px solid var(--border-color);*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 5px;
  padding-top: 15px;
}

.select2-container--open .select2-dropdown--below {
/*  border-top: 1px solid var(--border-color);*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 5px;
  padding-top: 15px;
}

/*.select2-container--open .select2-dropdown--below {
    border-color: var(--accent-color);
    outline: 0;
    box-shadow: none !important;
}*/

.modal .form-control, .modal .cs_select2_wrapper::after {
  padding: 13px 20px;
}
.modal .select2-container--default .select2-selection--single  {
  padding: 13px 20px;
}

.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}
/*.app-alert {
  position: absolute;
}*/
.cs_alert_wrapper{
  position: relative;
}

.app-alert {
/*  bottom: 4rem!important;*/
}
.alert {
  border: 0;
}
.alert .progress {
  background-color: transparent;
  box-shadow: none !important;
  height: 3px;
  border-radius: 0;
  margin: 19px 0px -15px -13px;
}
.alert .progress-bar {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.3);
}
.app-alert-message {
  display: inline-block;
  margin-right: 5px;
  max-width: 350px;
  min-width: 165px;
}
.app-alert-message ul{
  margin: 0;
}
.app-alert.animate {
  bottom: 0;
  position: fixed;
  z-index: 100;
  border-radius: 5px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  opacity: 0.25;
  right: -350px;
  bottom: 2rem!important;
}
.app-alert.alert-info {
  background-color: #38a4f8;
  color: #fff;
}
.app-alert.alert-success {
  background-color: #485BBD;
  color: #fff;
}
.app-alert.alert-danger {
  background-color: #f5325c;
  color: #fff;
}
.app-alert.alert-warning {
  background-color: #ffb822;
  color: #fff;
}
.app-alert a {
  color: #4e5e6a;
}

.app-alert .close {
  position: absolute;
  right: 10px;
  top: 5px;
}



/**/
.help-block{
  font-size: 12px;
  color: var(--bs-danger);
}
/*MODAL*/

@media (min-width: 992px) {
  .modal-dialog {
    top: 10%;
  }
}

/*LOADER*/
.modal-mask {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow:hidden;
  /*width: 100%!important;
  padding: 0px!important;*/
}
.dark-mode .modal-mask {
  background-color: #141c26;
}
.modal-loader {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
/*    padding-bottom: 5%;*/
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-loader{
    z-index: 1057!important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: #fffffff0;;
    display: flex;
    align-items: center;
    justify-content: center; /*center;*/
    border-radius: var(--bs-modal-border-radius);
}
.body-loader{
    position: fixed;
    top: -20%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffd6;
/*    padding-left: 430px;*/
/*     #f5f6fa; */
}

.dark-mode .body-loader{
    background: #0d141d !important;
}
[data-loader="circle-side"]{
  width: 80px;
  height: 80px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #364a63;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
[data-loader="circle-side-xl"] {
  width: 100px;
  height: 100px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #364a63;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.modal-lg .circle-done {
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px rgba(220, 230, 235, 0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 60px;
    color: #3c8efe; 
}
.modal-lg .circle-done.check svg{
    height: 90px;
    width: 90px;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.circle-done{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 5px rgba(220, 230, 235, 0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 60px;
    color: #3c8efe; 
}
.circle-done.check svg{
    height: 70px;
    width: 70px;
    margin-top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.circle-done i {
    display: inline-block;
/*    max-width: 0%;*/
    overflow: hidden; 
    color: var(--accent-color);
}


.inline-loader,
.inline-loader.sm{
  display: flex!important;
  align-items: center;
  justify-content: left;
  background-color: #ffffffc9;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 1rem;
}

.inline-loader.center,
.inline-loader.sm.center{
  justify-content: center;
  padding: 0px!important;
  margin: 0px!important
}
.inline-loader::before,
.inline-loader.sm::before{
    content: "";
    width: 30px;
    height: 30px;
/*    background-color: #ffffffc9;*/
    z-index: 3;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #364a63;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
.inline-loader.sm::before{
  width: 20px;
  height: 20px;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cs_cta.cs_style_1 .cs_cta_info.before_none::before {
  display: none;
}




.badge {
  position: relative;
  border: 1px solid currentColor;
  line-height: 1.125rem;
  font-family: Roboto, sans-serif;
  font-size: 0.675rem;
  letter-spacing: 0.01em;
  vertical-align: middle;
  display: inline-flex;
}

.badge .icon + span, .badge span + .icon {
  padding-left: 4px;
}
.badge.rounded-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.badge-sm {
  padding: 0.3125rem 0.75rem;
  font-size: 0.75rem;
}
.badge-sm.rounded-pill {
  padding: 0.3125rem 0.875rem;
}
.badge-md {
  padding: 0.47rem 1rem;
  font-size: 0.8125rem !important;
}
.badge-md.rounded-pill {
  padding: 0.47rem 1rem;
}
.badge-lg {
  padding: 0.75rem 1.25rem;
  font-size: 0.93rem !important;
}
.badge-lg.rounded-pill {
  padding: 0.75rem 1.25rem;
}
.badge-xl {
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem !important;
}
.badge-xl.rounded-pill {
  padding: 0.875rem 1.5rem;
}
.badge.bg-light {
  color: #364a63;
}
.badge-lighter {
  color: #526484;
}
.badge .icon {
  font-size: 1rem;
}

.bg-primary {
  border-color: #6576ff;
}

.bg-secondary {
  border-color: #364a63;
}

.bg-success {
  border-color: #1ee0ac;
}

.bg-info {
  border-color: #09c2de;
}

.bg-warning {
  border-color: #f4bd0e;
}

.bg-danger {
  border-color: #e85347;
}

.bg-light {
  border-color: #e5e9f2;
}

.bg-dark {
  border-color: #1f2b3a;
}

.bg-gray {
  border-color: #8091a7;
}

.bg-lighter, .dual-listbox .dual-listbox__item:hover {
  border-color: #f5f6fa;
}

.bg-outline-primary {
  color: #6576ff;
  border-color: #a3adff;
}

.bg-outline-secondary {
  color: #364a63;
  border-color: #8692a1;
}

.bg-outline-success {
  color: #1ee0ac;
  border-color: #78eccd;
}

.bg-outline-info {
  color: #09c2de;
  border-color: #6bdaeb;
}

.bg-outline-warning {
  color: #f4bd0e;
  border-color: #f8d76e;
}

.bg-outline-danger {
  color: #e85347;
  border-color: #f19891;
}

.bg-outline-light {
  color: #b7c2d0;
  border-color: #d4dae3;
}

.bg-outline-dark {
  color: #1f2b3a;
  border-color: #798089;
}

.bg-outline-gray {
  color: #8091a7;
  border-color: #b3bdca;
}

.bg-outline-lighter {
  color: #e5e9f2;
  border-color: #eff2f7;
}

.badge-dim.bg-primary {
  color: #6576ff;
  background-color: #eef0ff !important;
  border-color: #eef0ff;
}

.badge-dim.bg-outline-primary {
  color: #6576ff;
  background-color: #eef0ff;
  border-color: #c1c8ff;
}

.badge-dim.bg-secondary {
  color: #364a63;
  background-color: #e9ebee !important;
  border-color: #e9ebee;
}

.badge-dim.bg-outline-secondary {
  color: #364a63;
  background-color: #e9ebee;
  border-color: #afb7c1;
}

.badge-dim.bg-success {
  color: #1ee0ac;
  background-color: #e6fcf6 !important;
  border-color: #e6fcf6;
}

.badge-dim.bg-outline-success {
  color: #1ee0ac;
  background-color: #e6fcf6;
  border-color: #a5f3de;
}

.badge-dim.bg-info {
  color: #09c2de;
  background-color: #e4f8fb !important;
  border-color: #e4f8fb;
}

.badge-dim.bg-outline-info {
  color: #09c2de;
  background-color: #e4f8fb;
  border-color: #9de7f2;
}

.badge-dim.bg-warning {
  color: #f4bd0e;
  background-color: #fef8e4 !important;
  border-color: #fef8e4;
}

.badge-dim.bg-outline-warning {
  color: #f4bd0e;
  background-color: #fef8e4;
  border-color: #fbe59f;
}

.badge-dim.bg-danger {
  color: #e85347;
  background-color: #fceceb !important;
  border-color: #fceceb;
}

.badge-dim.bg-outline-danger {
  color: #e85347;
  background-color: #fceceb;
  border-color: #f6bab5;
}

.badge-dim.bg-light {
  color: #b7c2d0;
  background-color: #f7f8fa !important;
  border-color: #f7f8fa;
}

.badge-dim.bg-outline-light {
  color: #b7c2d0;
  background-color: #f7f8fa;
  border-color: #e2e7ec;
}

.badge-dim.bg-dark {
  color: #1f2b3a;
  background-color: #e6e8e9 !important;
  border-color: #e6e8e9;
}

.badge-dim.bg-outline-dark {
  color: #1f2b3a;
  background-color: #e6e8e9;
  border-color: #a5aab0;
}

.badge-dim.bg-gray {
  color: #8091a7;
  background-color: #f1f3f5 !important;
  border-color: #f1f3f5;
}

.badge-dim.bg-outline-gray {
  color: #8091a7;
  background-color: #f1f3f5;
  border-color: #ccd3dc;
}

.badge-dim.bg-lighter, .dual-listbox .badge-dim.dual-listbox__item:hover {
  color: #e5e9f2;
  background-color: #fcfdfe !important;
  border-color: #fcfdfe;
}

.badge-dim.bg-outline-lighter {
  color: #e5e9f2;
  background-color: #fcfdfe;
  border-color: #f5f6fa;
}

.badge-dot {
  display: inline-flex;
  align-items: center;
  background-color: transparent !important;
  border: none;
  padding-left: 12px;
  padding-right: 0;
  font-size: 12px;
}
.badge-dot:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-top: -1px;
  border-radius: 50%;
  background: currentColor;
}
.badge-dot.badge-sm, .badge-dot.badge-md {
  padding-left: 16px;
}
.badge-dot.badge-sm:before, .badge-dot.badge-md:before {
  height: 8px;
  width: 8px;
  margin-top: 0;
}
.badge-dot.badge-lg, .badge-dot.badge-xl {
  padding-left: 24px;
}
.badge-dot.badge-lg:before, .badge-dot.badge-xl:before {
  height: 12px;
  width: 12px;
  margin-top: 0;
}

.badge-dot.bg-primary {
  color: #6576ff;
}

.badge-dot.bg-secondary {
  color: #364a63;
}

.badge-dot.bg-success {
  color: #1ee0ac;
}

.badge-dot.bg-info {
  color: #09c2de;
}

.badge-dot.bg-warning {
  color: #f4bd0e;
}

.badge-dot.bg-danger {
  color: #e85347;
}

.badge-dot.bg-light {
  color: #b7c2d0;
}

.badge-dot.bg-dark {
  color: #1f2b3a;
}

.badge-dot.bg-gray {
  color: #8091a7;
}

.badge-dot.bg-lighter, .dual-listbox .badge-dot.dual-listbox__item:hover {
  color: #e5e9f2;
}

.separator {
      border-bottom: 1px solid #FFF;
}

/*

*/
.cs_iconbox.cs_style_8:hover{
  cursor: pointer;
}

.cs_iconbox.cs_style_8 .cs_iconbox_icon {
  min-width: 70px;
  width: 70px;
  height: 70px;
  position: relative;
  margin-bottom: 20px;
}
.cs_iconbox.cs_style_8:hover h3.cs_iconbox_title,
.cs_iconbox.cs_style_8:hover h4.cs_iconbox_title{
  color: var(--bs-white)!important;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle {
  margin-bottom: 15px;
}
.cs_iconbox.cs_style_8 .cs_iconbox_subtitle i{
  font-size: 1.3em;
}

/* Style général pour l'input */
.search-with-icon {
    padding-left: 40px; /* Espace pour l'icône à gauche */
    border: 1px solid #ced4da;
    border-radius: 5px;
/*    height: 38px; */
    font-size: 16px;
    color: #495057;
    box-shadow: none;
    position: relative;
}

/* Ajouter l'icône avec ::after */
.search-with-icon::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f002'; 
    font-weight: 00; /* Pour FontAwesome solide */
    position: absolute;
    left: 10px; /* Positionner à gauche */
    top: 50%; /* Centrer verticalement */
    transform: translateY(-50%);
    font-size: 18px; /* Taille de l'icône */
    color: #aaa; /* Couleur de l'icône */
    pointer-events: none; /* Empêche les interactions avec l'icône */
}

/* Survol de l'input */
.search-with-icon:focus {
    border-color: var(--accent-color);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.cs_cta.cs_style_1 .cs_cta_info img {
  max-width: 90px;
}

.cs_btn.cs_style_4 {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 16px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 36px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.cs_btn.cs_style_4{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.cs_btn.cs_style_4:after {
  content: '»';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.cs_btn.cs_style_4:hover{
  padding-right: 24px;
  padding-left:8px;
}

.cs_btn.cs_style_4:hover:after {
  opacity: 1;
  right: 10px;
}
.cs_btn.cs_style_5 {
  bottom: 15%;
  position: absolute;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 5s;
}
@keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;    
  }
}

#pot {
  bottom: 15%;
  position: absolute;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 5s;
}
@keyframes run {
  0% {
    left: 0;
  }
  48% {
    transform: rotateY(0deg); 
  }
  50% { 
    left: calc(100% - 100px);
    transform: rotateY(180deg); 
  }
  98% {
    transform: rotateY(180deg); 
  }
  100% {
    left: 0;    
     transform: rotateY(0deg);
  }
}





 /* ----------------------------------------------------------------
            Accordion Styling
  -----------------------------------------------------------------*/
        .accordion-item {
          margin-bottom: 15px;
          background-color: white; 
          border-radius: 5px;
          /*background-color: var(--bs-white);*/
          color: var(--heading-color);
          transition: transform 0.2s;
        }
        .accordion-item.accent_bg,
        .accordion-item:hover {
            background-color: var(--accent-color);
            color: var(--bs-white);
/*            transform: translateY(-5px); */
        }
 
        .accordion-item:hover h4,
        .accordion-item:hover h5{
            color: var(--bs-white);
        }

        .accordion-header {
          padding: 20px 30px ;
          font-weight: 600;
          cursor: pointer;
          border: none;
          text-align: left;
          display: flex;
          justify-content: space-between;
          align-items: center;
        }

        .accordion-header h4,
        .accordion-header h5{
            margin: 0px;
        }

        .accordion-body {
          padding: 10px 35px;
          display: none;
          border-top: none;
        }

        .accordion-body p {
          margin-bottom: 10px;
        }
        .accordion-body h5{
            font-weight: 500;
        }
        .accordion-body h5 a:hover{
            text-decoration: underline;
            color: var(--bs-white);
        }

        .accordion-body p span {
          color: #555;
          margin-left: 15px;
        }
        .accordion-item.accent_bg  .accordion-body p span,
        .accordion-item:hover .accordion-body p span{
            color: var(--bs-white);
        }

        /* Optional: Style the icon (chevron) */
        .accordion-header i {
          font-size: 14px;
          transition: transform 0.3s ease;
        }

        .accordion-header.active i{
          transform: rotate(180deg);
        }



.cs_btn.cs_style_1 {
  display: inline-flex;
  justify-content: center;
  gap: 15px;
  flex: none;
  padding: 15px 40px;
  font-family: var(--heading-font);
  text-align: center;
  line-height: 1.55em;
  color: var(--white-color);
  position: relative;
  border: 2px solid transparent;
/*  border-radius: 50px; */
  overflow: hidden; /* Pour contenir l'animation */
  z-index: 1;
  background-color: var(--accent-color);
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 13px 25px;
    font-size: 16px;
  }
}

.cs_btn.cs_style_1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  transition: all 0.4s ease;
  border-radius: inherit;
  z-index: -1;
  color: var(--accent-color)!important;
}

.cs_btn.cs_style_1:hover::after {
  left: 0;
}

.cs_btn.cs_style_1:hover {
  color: var(--accent-color)!important;
  background-color: var(--white-color);
  border-color: var(--accent-color);
}


.row-masonry .cs_iconbox {
  break-inside: avoid; /* Évite les coupures dans les colonnes */
/*  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  Optionnel pour ajouter un effet d'ombre */
  transition: transform 0.2s;
}

.row-masonry .cs_iconbox:hover {
  transform: translateY(-5px); 
}
.row-masonry .col-lg-6 {
/*  break-inside: avoid; /* Évite les coupures */
}

/* Gérer les espacements et la mise en page flex */
.row-masonry {
    display: flex;
    flex-wrap: wrap;
    gap-y: 30px; /* Espacement entre les éléments */
}

/* Ne pas cacher les éléments par défaut */
.search-item {
    display: block; /* S'assure que tous les éléments sont affichés initialement */
}


/*Scrolling Down Arrow Effect*/

.center
{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 140px;
    border-left: 4px dashed rgba(255,255,255,.1);
}
.arrow
{
    position: absolute;
    top: 0;
    left: -5px;
    height: 40px;
    width: 4px;
    background: #fff;
    animation: animate 2s infinite;
}
.arrow:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
}
@keyframes animate
{
    0%
    {
        transform: translateY(0);
        opacity: 0.5;
    }
    50%
    {
        transform: translateY(80px);
        opacity: 1;
    }
    100%
    {
        transform: translateY(160px);
        opacity: 0;
    }
}

/*End Scrolling Down Arrow Effect*/


.cs_list.cs_style_1 li.cs_light{
     font-weight: 400!important;
	 text-align:left;
}

.cs_list.cs_style_1.cs_gapsm{
	gap: 18px!important;
}
.cs_about_text.cs_linespace {
 line-height: 1.7em!important;
}
.cs_iconbox.cs_style_9 .cs_iconbox_title {
    margin-bottom: 5px;
}
.dpadding{
	padding-top: 40px;
	padding-bottom: 40px;
}
