/********** Template CSS **********/
:root {
  --primary: #492c87;
  --secondary: #ff6922;
  --light: #effdf5;
  --dark: #0e2e50;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 110px;
  z-index: 1003;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.eve {
  height: 400px;
  overflow: hidden;
  object-fit: cover;
}
/*** Button ***/
.btn {
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}

/*** Navbar ***/
.nav-bar {
  position: relative;
  /***margin-top: 45px;***/
  padding: 0 3rem;
  transition: 0.5s;
  z-index: 9999;
}

.nav-bar.sticky-top {
  position: sticky;
  padding: 0;
  z-index: 1030;
}

/**.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}
 ***/

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
.text-start>.list-group-item{
    color: #000000;
    font-size: 20px;
    text-align: justify;
    border: none;
}
.text-start>.list-group-item>strong{
    color: #000000;
    font-size: 20px;
}
#resume-container>h4{
    color: #000000;
}
.color_bodruch {
  color: #6b46c1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .featured-boxes-top {
    height: 24em;
  }
  .post-item-image-width {
    height: 23em !important;
  }
  .nav-bar {
    margin: 0;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
@media (min-width: 992px) {
  .header {
    margin-top: -120px;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  left: 0px;
  width: 100%;
  overflow: hidden;
  transform: translateY(-50%);
  cursor: pointer;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}
/***  
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
 ***/
.breadcrumb-item + .breadcrumb-item::before {
  color: #dddddd;
}

/*** Icon ***/
.icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  border-radius: 50px;
  border: 1px dashed var(--primary) !important;
}

/*** About ***/
.about-img img {
  position: relative;
  z-index: 2;
}

.about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: var(--primary);
  transform: skew(20deg);
  z-index: 1;
}

/*** Category ***/
.cat-item div {
  background: #ffffff;
  border: 1px dashed rgba(0, 185, 142, 0.3);
  transition: 0.5s;
}

.cat-item:hover div {
  background: var(--primary);
  border-color: transparent;
}

.cat-item div * {
  transition: 0.5s;
}

.cat-item:hover div * {
  color: #ffffff !important;
}

/*** Property List ***/
.nav-pills .nav-item .btn {
  color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
  color: #ffffff;
}

.property-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.property-item img {
  transition: 0.5s;
}

.property-item:hover img {
  transform: scale(1.1);
}

.property-item .border-top {
  border-top: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.property-item .border-end {
  border-right: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.team-item .btn {
  color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.team-item .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

.team-item:hover {
  border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
  background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
  color: var(--secondary) !important;
}

/*** Testimonial ***/
.testimonial-carousel:not(.testimonial-carousel.topevent) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel:not(.testimonial-carousel.topevent) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, 0.3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 10rem;
  height: 40px;
  top: -2rem;
  right: 5rem;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--primary);
  border-radius: 40px;
  font-size: 20px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}

/*** Footer ***/
.footer.btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 35px;
  transition: 0.3s;
}

.footer.btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer.btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer.btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer.btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer.form-control {
  border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/*** Formulaire ***/
.form-group {
  margin-bottom: 0.5rem;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-control:focus,
.form-control:active {
  border-color: #492c87 !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.contactForm .label {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  color: #492c87;
}

#contactForm .error {
  color: red;
  font-size: 12px;
}

#contactForm .form-control {
  font-size: 16px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-mobile1 {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666565;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da !important;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control1 {
  display: block;
  width: 100%;
  padding: 0.9rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #666565;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  appearance: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.link-primary {
  color: #492c87;
}
@media (prefers-reduced-motion: reduce) {
  .form-control1 {
    transition: none;
  }
}
.form-control-mobile1:focus {
  color: #666565;
  background-color: #fff;
  border-bottom: 1px solid #492c87 !important;
  outline: 0;
}
.form-control1:focus {
  color: #666565;
  background-color: #fff;
  border: #492c87;
  outline: 0;
}
.form-control1::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control1::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control1:disabled,
.form-control1:read-only {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control1::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #666565;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control1::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3;
}
.form-control1::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #666565;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control1::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control1:hover:not(:disabled):not(
    :read-only
  )::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control1:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #dde0e3;
}
.form-control1::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #666565;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control1::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control1:hover:not(:disabled):not(
    :read-only
  )::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #666565;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea .form-control1 {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color1::-moz-color-swatch {
  height: 1.5em;
  border-radius: 5px;
}
.form-control-color1::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 5px;
}

.owl-carousel-item img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* Fix pour IE9 */
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.ext,
.infos {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, #492c87eb 60%, #492c87 78%) !important;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: start;
  justify-content: end;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  padding: 10px;
}
.ext {
  width: 100%;
}
.infos {
  width: 98%;
}
.ext p {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
}
.infos p:nth-child(1) {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
}
.infos p:nth-child(2) {
  font-size: 13px;
}
.ext .pnp {
  color: #ffffff;
  font-size: 20px;
}
.fix-box {
  position: fixe;
}
@media (max-width: 991px) {
  .headh {
    margin-top: 0.5rem !important;
  }
}
.tem1 {
  justify-content: start;
}

@media (max-width: 768px) {
  .ptt {
    display: none;
  }
  .tem1 {
    justify-content: around !important;
  }
}
.search {
  padding: 5px 8px;
  border-radius: 50%;
  position: absolute;
  top: 14%;
  right: 15%;
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
}
.top-bar {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;
  display: flex !important;
  justify-content: center !important;
}
.space-between {
  display: flex;
  justify-content: space-between;
}
.search-mobile {
  padding: 11px 15px;
  border-radius: 50px;
  cursor: pointer;
}
.containt {
  margin-top: 65px;
}
.fa-bars,
.fatimes2 {
  color: #492c87;
  font-size: 35px;
  font-weight: bold;
}

.search i,
.fatimes1 {
  color: #fff;
  font-weight: bold;
}
.list {
  list-style: none;
  cursor: pointer;
  padding: 5px;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  width: 175px;
}
.list:hover {
  background: #dddddd;
}
::selection {
  color: #fff;
  background: #492c87;
}
.wrapper {
  width: 400px;
}
.price-input {
  width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.price-input .field {
  display: flex;
  height: 25px;
  align-items: center;
}
.field input {
  outline: none;
  font-size: 15px;
  margin: 0 13px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ced4da;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 100px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 4px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 0%;
  right: 90%;
  position: absolute;
  border-radius: 5px;
  background: #55a6dc;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #55a6dc;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #492c87;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.heart,
.heart_topevent {
  cursor: pointer;
  font-weight: bold;
  z-index: 999;
  font-size: 3.5rem;
  color: #fff;
  /* position:absolute; */
  transition: 1.5s;
}
.heart {
  top: 3.5rem;
  right: -1rem;
}
.heart_topevent {
  top: 5rem;
  right: 0;
}
.share,
.share_topevent {
  cursor: pointer;
  font-weight: bold;
  z-index: 999;
  font-size: 3.5rem;
  color: #fff;
  /* position:absolute; */
  /* top:7.5rem;  */
  /* right:0; */
  transition: 2s;
}
/*.share{
    opacity: 0;
}
.hover-btn{
    cursor:pointer;
}*/
.heart:hover {
  color: #c20052;
}
.share_topevent:hover {
  color: #c20052;
}
.share:hover {
  color: #c20052;
}
.heart:focus {
  color: #55a6dc;
}
.heart_topevent:focus {
  color: #55a6dc;
}
.categorie,
.keyword {
  cursor: pointer;
}
.no-border-btn {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.no-border-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.blurred-img {
  background-repeat: no-repeat;
  background-size: cover;
}
.blurred-img::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: pulse 2.5s infinite;
  background-color: var(--text-color);
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}
.blurred-img.loaded::before {
  animation: none;
  content: none;
}
.blurred-img img {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.blurred-img.loaded img {
  opacity: 1;
}

.heart-background {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: -1;
  transition: 5s;
}
.tooltiptext {
  display: none;
  z-index: 999;
  background-color: #fff;
  color: #c20052 !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-out;
}
.tooltiptext1 {
  background-color: #fff;
  color: #c20052 !important;
  transition: 0.5s ease-out;
  display: none;
}

/* CSS BALLON*/
.balloon-container {
  height: 40vh;
  width: 200px;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  transition: opacity 500ms;
  position: absolute;
  bottom: 68%;
  right: -3rem !important;
  z-index: 9999;
}

.balloon {
  height: 50px;
  width: 40px;
  border-radius: 75% 75% 70% 70%;
  position: relative;
}

.balloon:before {
  content: "";
  height: 75px;
  width: 1px;
  padding: 1px;
  background-color: #fdfd96;
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}

.balloon:after {
  content: "▲";
  text-align: center;
  display: block;
  position: absolute;
  color: inherit;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
}
@keyframes float {
  from {
    transform: translateY(100vh);
    opacity: 1;
  }
  to {
    transform: translateY(-300vh);
    opacity: 0;
  }
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1003;
}

.my-float {
  margin-top: 16px;
}
.heart {
  width: 70px;
  height: 70px;
  background: url("https://bodruch.com/images/heart.png") no-repeat;
  background-position: 0 0;
  cursor: pointer;
  transition: background-position 1s steps(28);
  transition-duration: 0s;

  &.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
  }
}
.number {
  margin-top: 0.5rem;
}
.counter {
  width: 50px;
  padding: 3px 10px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.minus,
.minuss,
.plus,
.pluss {
  background: #f2f2f2;
  color: #492c87;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.activeBtn {
  color: #eaf7ff;
  background-color: #492c87;
}
.thead-light {
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.navlink-mobile {
  display: flex;
  opacity: 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 85%;
  background: #eaf7ff;
  line-height: 2;
  transition: all 0.5s ease;
}
.fatimes1,
.fatimes2,
.navsearch {
  display: none;
}
.fatimes3 {
  position: absolute;
  right: 0;
  top: 0;
}
.table {
  margin-bottom: 0.5rem !important;
}
.modal-header {
  padding: 0.5rem 1rem !important;
}
/* .modal-body {
       padding: .5rem 1rem !important;
   } */
.modal-body.local {
  padding: 50px !important;
}
.slideInRight {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mer {
  padding-right: 0.75rem;
}
@media (max-width: 991px) {
  /*.container.filterBtn {
    padding-right:  unset !important;
   }*/
  .mer {
    padding-right: 0.15rem !important;
  }
  .btn {
    font-size: 0.9rem !important;
  }
  .navlink-mobile {
    width: 60%;
  }
}
.ma-class {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #492c87eb 50%, #492c87 100%) !important;
}
.bg-white {
  background-color: #fff;
}
.video-container video {
  width: 97%;
  height: auto;
  object-fit: cover;
}
.video-container {
  position: relative;
}
.control-btn {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
}
.control-btns {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  gap: 10px;
}
/* Overlay sombre */
.s001modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 25, 80, 0.85);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal principal */
.s001modal {
  background: white;
  width: 80%;
  max-width: 900px;
  height: 80vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* En-tête du modal */
.s001modal-header {
  background: linear-gradient(135deg, #6b46c1, #8b5cf6);
  color: white;
  padding: 24px;
  text-align: center;
  position: relative;
}

.s001modal-header h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.s001close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.s001close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Barre de progression */
.s001progress-section {
  padding: 10px 24px;
  /* background-color: #f8fafc;
            border-bottom: 1px solid #e2e8f0; */
}

.s001progressbar {
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  /* margin-bottom: 20px; */
  position: relative;
}

/* .s001progressbar::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background-color: #e2e8f0;
            z-index: 1;
            transform: translateY(-50%);
        } */

.s001progressbar li {
  position: relative;
  z-index: 2;
  background-color: lightgray;
  padding: 12px 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: white;
  border: 2px solid lightgray;
  margin: 0 15px;
  transition: all 0.3s ease;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.s001progressbar li.s001active {
  background-color: #6b46c1;
  color: white;
  border-color: #6b46c1;
}

.s01active {
  color: #6b46c1 !important;
}

.s001progressbar li.s001completed {
  background-color: #6b46c1;
  color: white;
  border-color: #6b46c1;
}

.s001progress-bar-container {
  width: 100%;
  height: 8px;
  background-color: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );

  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );

  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );

  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;

  animation: progress-bar-stripes 1s linear infinite;
}
.s001progress-bar {
  height: 100%;
  /* background: linear-gradient(90deg, #6b46c1, #8b5cf6); */
  background-color: #492c87;
  border-radius: 4px;
  transition: width 0.5s ease;
  width: 33.33%;
  -webkit-transition: none;

  -o-transition: none;

  transition: none;
}

/* Contenu du formulaire */
.s001modal-content {
  flex: 1;
  padding: 25px;
  overflow-y: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.s001fieldset {
  display: none;
}

.s001fieldset.s001active {
  display: block;
}

.s001form-group {
  margin-bottom: 10px;
}

.s001form-label {
  text-align: start;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #334155;
  font-size: 14px;
}

.s001form-input,
.s001form-select,
.s001form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color 0.2s;
  background-color: white !important;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #492c87 !important;
}

.s001form-input:focus,
.s001form-select:focus,
.s001form-textarea:focus {
  outline: none;
  border-color: #6b46c1;
  box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.1);
}

.s001form-input::placeholder,
.s001form-textarea::placeholder {
  color: #94a3b8;
}

/* Groupe de mots de passe */
.s001password-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Grille pour les champs */
.s001form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  /* margin-bottom: 20px; */
}

.s001form-row.s001full {
  grid-template-columns: 1fr;
}

/* Checkboxes */
.s001checkbox-group {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.s001checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.s001checkbox-item input[type="checkbox"] {
  width: 26px;
  height: 26px;
  accent-color: #6b46c1;
}

/* Types de tickets */
.s001ticket-types {
  display: none;
  margin-top: 20px;
}

.s001ticket-types.s001show {
  display: block;
}

.s001ticket-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.s001ticket-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #6b46c1;
}

.s001ticket-item label {
  min-width: 60px;
  font-weight: 600;
  color: #6b46c1;
}

.s001ticket-item input[type="number"] {
  flex: 1;
  padding: 8px 12px;
  color: #000;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
}

/* Boutons */
.s001button-group {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}

.s001btn {
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  margin-bottom:2em;
}

.s001btn-primary {
  background: #492c87 !important;
  border-color: #492c87 !important;
  color: #fff;
}

.s001btn-primary:hover {
  background: linear-gradient(135deg, #5b21b6, #7c3aed);
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(107, 70, 193, 0.3);
}

.s001btn-outline {
  background: white;
  color: #6b46c1;
  border: 2px solid #6b46c1;
}

.s001btn-outline:hover {
  background: #6b46c1;
  color: white;
}

/* Upload d'image */
.s001image-upload {
  margin-bottom: 20px;
}

.s001image-preview {
  display: none;
  text-align: center;
  margin-top: 16px;
}

.s001image-preview img {
  max-height: 100px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .s001modal {
    width: 95%;
    height: 90vh;
  }

  .s001modal-content {
    padding: 24px;
  }

  .s001form-row {
    grid-template-columns: 1fr;
  }

  .s001password-group {
    grid-template-columns: 1fr;
  }

  .s001progressbar li {
    font-size: 10px;
    padding: 8px 12px;
    margin: 0 8px;
  }

  .s001button-group {
    flex-direction: column;
  }
}

/* Animation d'entrée */
@keyframes s001modalEnter {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.s001modal {
  animation: s001modalEnter 0.3s ease-out;
}

/* Styles pour les messages d'erreur */
.s001error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
}
/* Overlay du spinner */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* blanc légèrement transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* caché par défaut */
}

/* Le spinner lui-même */
.loader--spinner {
  position: relative;
  width: 60px;
  height: 60px;
}

.loader--spinner div {
  animation: loader--spinner 1.2s linear infinite;
  transform-origin: 30px 30px;
  position: absolute;
}

.loader--spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  width: 5px;
  height: 10px;
  border-radius: 20%;
  background: #492c87; /* couleur de ton spinner */
}

@keyframes loader--spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Les 12 positions du spinner */
.loader--spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.loader--spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loader--spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loader--spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loader--spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loader--spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loader--spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loader--spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loader--spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loader--spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loader--spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loader--spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
