@charset "UTF-8";
/* Theme Description
-------------------------------------------------

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:

------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
-------------------------------------------------
*/
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
:root {
  --primary: #f33f4a ;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: #f33f4a !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #f33f4a;
  letter-spacing: 3px;
  text-align: center;
  color: #f33f4a;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #f33f4a;
  color: #fff !important;
  border: 1px solid #f33f4a;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

/*-------------   Color Variable  --------------*/
/* 1. Theme default css */
@font-face {
  font-family: font;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
.bg-theme {
  background-color: #f33f4a;
  color: #ffffff;
}

.theme-color {
  color: #f33f4a !important;
}

.loader {
  display: none;
}

#loader-app {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1085;
  color: #222;
  font-weight: bold;
  background: #fff;
  text-align: center;
}

/* Loader Transparent */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Fond semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 1081;
  display: none;
}

/* Animation de chargement */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-loader {
  --uib-size: 78px;
  --uib-color: black;
  --uib-speed: 1.4s;
  position: relative;
  top: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--uib-size) * 0.51);
  height: calc(var(--uib-size) * 0.51);
}

.dot-loader {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 100%;
  width: 25%;
  transform-origin: center top;
}

.dot-loader::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  border-radius: 50%;
  background-color: var(--primary);
  transition: background-color 0.3s ease;
}

.dot-loader:first-child {
  animation: swing var(--uib-speed) linear infinite;
}

.dot-loader:last-child {
  animation: swing2 var(--uib-speed) linear infinite;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  25% {
    transform: rotate(70deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }
}
.text-primary {
  color: #f33f4a !important;
}

@keyframes swing2 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }
  50% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(-70deg);
    animation-timing-function: ease-in;
  }
}
.card-1 {
  --grad: red, blue;
  padding: 2.5rem;
  background-image: linear-gradient(to bottom left, #e0e4e5, #f2f6f9);
  border-radius: 2rem;
  gap: 1.5rem;
  display: grid;
  grid-template: "title icon" "content content" "bar bar"/1fr auto;
  font-family: system-ui, sans-serif;
  color: #444447;
  box-shadow: inset -2px 2px hsl(0, 0%, 100%), -20px 20px 40px hsla(0, 0%, 0%, 0.25);
}
.card-1 .title {
  font-size: 1.5rem;
  grid-area: title;
  align-self: end;
  text-transform: uppercase;
  font-weight: 500;
  word-break: break-all;
}
.card-1 .icon {
  grid-area: icon;
  font-size: 3rem;
}
.card-1 .icon > i {
  color: transparent;
  background: linear-gradient(to right, var(--grad));
  -webkit-background-clip: text;
          background-clip: text;
}
.card-1 .content {
  grid-area: content;
}
.card-1 .content > *:first-child {
  margin-top: 0rem;
}
.card-1 .content > *:last-child {
  margin-bottom: 0rem;
}
.card-1::after {
  content: "";
  grid-area: bar;
  height: 2px;
  background-image: linear-gradient(90deg, var(--grad));
  /*     margin-inline: -1.5rem; */
}

/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --primary: #f33f4a ;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: #f33f4a !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #f33f4a;
  letter-spacing: 3px;
  text-align: center;
  color: #f33f4a;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #f33f4a;
  color: #fff !important;
  border: 1px solid #f33f4a;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

body {
  background-color: var(--light-bg);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.badge-fullName {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2057ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profil-menu {
  width: 250px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

.breadcrumb-item a:hover {
  color: white;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

.account .breadcrumb-item.active {
  color: var(--dark);
}

.account .breadcrumb-item a {
  color: #6c757d;
  transition: all 0.3s;
}
.account .breadcrumb-item a:hover {
  color: var(--primary);
  text-decoration: none;
}
.account .breadcrumb-item.active {
  color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.account .breadcrumb-item + .breadcrumb-item::before {
  color: var(--dark);
}

.content-box {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.content-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--dark);
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.price-tag {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}

.badge-category {
  background-color: var(--secondary);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.badge-video-count {
  position: absolute;
  top: 45px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
}

.badge-premium {
  background-color: var(--primary);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.badge-urgent {
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.btn-post {
  background: var(--accent);
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(255, 61, 0, 0.3);
  transition: all 0.3s;
}

.btn-post:hover {
  background: #FF6E40;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 61, 0, 0.4);
  color: white;
}

.hero-section {
  background: linear-gradient(135deg, var(--primary), var(--tertiary));
  padding: 0px 0 80px 0;
  color: white;
  margin-bottom: 50px;
  border-radius: 0 0 50% 50%/15%;
  box-shadow: 0 10px 30px rgba(98, 0, 234, 0.2);
}
.hero-section .hero-section-img {
  width: 80%;
}

.hero-title {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  font-weight: 300;
}

.search-box {
  background-color: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-top: -100px;
  position: relative;
  z-index: 10;
}

.form-control {
  border-radius: 50px;
  padding: 12px 20px;
  height: auto;
  border: 2px solid #E0E0E0;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.25);
}

.btn-search {
  background: linear-gradient(90deg, var(--primary), #651FFF);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
}

.btn-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  color: white;
}

.section-title {
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 4px;
  background: var(--accent);
  border-radius: 2px;
}

.category-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
}

.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.category-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.category-emploi {
  background: linear-gradient(135deg, #304FFE, #7C4DFF);
  color: white;
}

.category-immobilier {
  background: linear-gradient(135deg, #00BFA5, #1DE9B6);
  color: white;
}

.category-services {
  background: linear-gradient(135deg, #FF3D00, #FF8A65);
  color: white;
}

.category-vehicules {
  background: linear-gradient(135deg, #FFAB00, #FFD740);
  color: white;
}

.category-multimedia {
  background: linear-gradient(135deg, #00B0FF, #80D8FF);
  color: white;
}

.category-loisirs {
  background: linear-gradient(135deg, #D500F9, #EA80FC);
  color: white;
}

.category-vetements {
  background: linear-gradient(135deg, #FF4081, #F48FB1);
  color: white;
}

.category-restauration {
  background: linear-gradient(135deg, #64DD17, #AEEA00);
  color: white;
}

.annonce-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background-color: white;
}

.annonce-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.annonce-img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.annonce-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}

.annonce-card:hover .annonce-img {
  transform: scale(1.05);
}

.annonce-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.annonce-content {
  padding: 20px;
}

.annonce-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.2rem;
}

.annonce-price {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.annonce-location {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
  display: initial;
}

.annonce-description {
  color: #555;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.annonce-footer {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.annonce-date {
  color: #888;
  font-size: 0.85rem;
}

.btn-details {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-details:hover {
  background-color: var(--primary);
  color: white;
}

.featured-section {
  padding: 80px 0;
  background-color: white;
  margin: 50px 0;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stats-section {
  background: linear-gradient(135deg, var(--primary), #651FFF);
  padding: 80px 0;
  color: white;
  margin: 50px 0;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(98, 0, 234, 0.2);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-text {
  font-size: 1.1rem;
  opacity: 0.9;
}

.footer {
  background: #2D2D2D;
  color: white;
  padding: 80px 0 20px;
  margin-top: 50px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.social-links {
  display: flex;
  margin-top: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-link:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

.copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.modal-header {
  background: linear-gradient(90deg, var(--primary), #7C4DFF);
  color: white;
  border-radius: 15px 15px 0 0;
}

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.modal-footer {
  border-top: none;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), #651FFF);
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  background: linear-gradient(90deg, #651FFF, var(--primary));
}

.btn-secondary {
  background: transparent;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}

.custom-file-label {
  border-radius: 50px;
  padding: 12px 20px;
  height: auto;
}

.custom-file-label::after {
  border-radius: 0 50px 50px 0;
  background: var(--primary);
  color: white;
  height: auto;
}

.dropdown-menu {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.dropdown-item {
  padding: 10px 25px;
  transition: all 0.3s;
}

.dropdown-item:hover {
  background-color: rgba(98, 0, 234, 0.1);
  color: var(--primary);
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
  .search-box {
    margin-top: -50px;
    padding: 20px;
  }
  .hero-section {
    padding: 60px 0 120px;
  }
  .btn-search {
    margin-top: 15px;
  }
  .stat-number {
    font-size: 2rem;
  }
}
.header-main .navbar {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  box-shadow: 0 4px 12px rgba(98, 0, 234, 0.2);
  padding: 15px 0;
}
.header-main .navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.8rem;
  color: white !important;
  letter-spacing: -0.5px;
}
.header-main .navbar .navbar-brand span {
  color: var(--accent);
}
.header-main .navbar .nav-link {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0 5px;
  transition: all 0.3s;
}
.header-main .navbar .nav-item.active {
  color: var(--tertiary) !important;
}
.header-main .navbar .nav-link:hover {
  color: white !important;
  transform: translateY(-2px);
}

.btn-post {
  background: var(--accent);
  color: white;
  font-weight: 600;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(255, 61, 0, 0.3);
  transition: all 0.3s;
}

.btn-post:hover {
  background: #FF6E40;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 61, 0, 0.4);
  color: white;
}

.page-header {
  background: linear-gradient(135deg, var(--primary), var(--tertiary));
  padding: 40px 0;
  color: white;
  margin-bottom: 30px;
  border-radius: 0 0 30% 30%/10%;
  box-shadow: 0 10px 30px rgba(98, 0, 234, 0.2);
}

.page-title {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.page-subtitle {
  opacity: 0.9;
  font-weight: 300;
}

.filter-card {
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  position: sticky;
  top: 90px;
}

.filter-title {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.filter-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.form-control {
  border-radius: 50px;
  padding: 12px 20px;
  height: auto;
  border: 2px solid #E0E0E0;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(98, 0, 234, 0.25);
}

.btn-filter {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
  width: 100%;
}

.btn-filter:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  color: white;
}

.btn-reset {
  background: transparent;
  color: #666;
  border: 2px solid #E0E0E0;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s;
  width: 100%;
}

.btn-reset:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

.sort-bar {
  background-color: white;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sort-label {
  font-weight: 600;
  margin-right: 15px;
}

.sort-select {
  border-radius: 50px;
  padding: 8px 20px;
  border: 2px solid #E0E0E0;
  transition: all 0.3s;
  background-color: white;
  font-weight: 500;
  cursor: pointer;
}

.sort-select:focus {
  outline: none;
  border-color: var(--primary);
}

.view-toggle {
  display: flex;
  align-items: center;
}

.view-btn {
  background: transparent;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.view-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.view-btn:hover:not(.active) {
  background: #f5f5f5;
  border-color: #ccc;
}

.ad-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background-color: white;
}

.ad-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ad-img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.ad-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}

.ad-card:hover .ad-img {
  transform: scale(1.05);
}

.ad-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ad-content {
  padding: 20px;
}

.ad-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.2rem;
}

.ad-price {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.ad-location {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.ad-description {
  color: #555;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ad-date {
  color: #888;
  font-size: 0.85rem;
}

.btn-details {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-details:hover {
  background-color: var(--primary);
  color: white;
}

.ad-list-view {
  display: flex;
  border-radius: 15px;
}

.ad-list-view .ad-img-container {
  width: 300px;
  height: 100%;
  min-height: 220px;
  border-radius: 15px 0 0 15px;
}

.ad-list-view .ad-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ad-list-view .ad-description {
  flex: 1;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 50px;
  justify-content: center;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

.page-link {
  color: var(--primary);
  border-radius: 50%;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.page-link:hover {
  background-color: rgba(98, 0, 234, 0.1);
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
}

.footer {
  background: #2D2D2D;
  color: white;
  padding: 80px 0 20px;
  margin-top: 50px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.social-links {
  display: flex;
  margin-top: 20px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-link:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

.copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.modal-header {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  color: white;
  border-radius: 15px 15px 0 0;
}

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.modal-footer {
  border-top: none;
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--tertiary));
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(98, 0, 234, 0.3);
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(98, 0, 234, 0.4);
  background: linear-gradient(90deg, #651FFF, var(--primary));
}

.btn-secondary {
  background: transparent;
  border: 2px solid #ccc;
  color: #666;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-secondary:hover {
  background: #f5f5f5;
  border-color: #bbb;
  color: #333;
}

.price-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-input {
  width: 45%;
}

.price-separator {
  font-weight: 600;
  color: #666;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary);
  border-color: var(--primary);
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
  padding-left: 5px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}

.filter-section {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.filter-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-section-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.badge-count {
  background-color: rgba(98, 0, 234, 0.1);
  color: var(--primary);
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 5px;
}

.premium-badge {
  background: linear-gradient(90deg, #FFD700, #FFA000);
  color: white;
}

.urgent-badge {
  background: linear-gradient(90deg, var(--accent), #FF6E40);
  color: white;
}

.no-results {
  text-align: center;
  padding: 50px 0;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.no-results-icon {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 20px;
}

.no-results-text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.no-results-subtext {
  color: #666;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .filter-card {
    position: static;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2rem;
  }
  .sort-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-toggle {
    margin-top: 15px;
    align-self: flex-end;
  }
  .ad-list-view {
    flex-direction: column;
  }
  .ad-list-view .ad-img-container {
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .annonce-card .annonce-location,
  .annonce-card .annonce-description {
    font-size: 0.8rem;
  }
  .annonce-card .btn-details {
    width: 100%;
    margin-top: 5px;
  }
  .annonce-card .annonce-description {
    margin-bottom: 0px;
  }
  .annonce-card .annonce-content {
    padding: 5px;
  }
  .annonce-card .ad-badge {
    padding: 4px 10px;
  }
  .annonce-card .annonce-title {
    font-size: 0.8rem;
  }
  .annonce-card .annonce-price {
    font-size: 0.8rem;
  }
  .annonce-card .annonce-img-container {
    height: 130px;
  }
  .annonce-card .badge-camera-count,
  .annonce-card .badge-video-count,
  .annonce-card .badge-favoris-count {
    font-size: 0.7rem;
  }
}
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --primary: #f33f4a ;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: #f33f4a !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #f33f4a;
  letter-spacing: 3px;
  text-align: center;
  color: #f33f4a;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #f33f4a;
  color: #fff !important;
  border: 1px solid #f33f4a;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.badge-camera-count {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.badge-favoris-count {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
  border-radius: 12px;
  font-size: 12px;
}

.ad-img-container img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.action-buttons {
  padding: 10px;
}

.prix-negociable {
  font-size: 0.7em;
  color: #fff;
  background-color: #f03f4a;
  font-weight: bold;
  position: relative;
  font-size: small;
}

.content-box {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.content-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--dark);
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.price-tag {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}

.badge-category {
  background-color: var(--secondary);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.badge-premium {
  background-color: var(--primary);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.badge-urgent {
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.8rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list i {
  color: var(--primary);
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.gallery-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.main-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}

.thumbnail-container {
  display: flex;
  margin-top: 10px;
  overflow-x: auto;
  padding: 10px;
}

.thumbnail {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
  box-shadow: 0px 0px 4px 1px #222;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  transform: scale(1.05);
}

.seller-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.seller-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  border: 3px solid var(--primary);
}

.seller-name {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.seller-rating {
  color: #777;
  margin-bottom: 5px;
}
.seller-rating i.active {
  color: #ffc107;
}

.seller-member {
  color: #777;
  font-size: 0.9rem;
}

.contact-btn {
  margin-top: 10px;
  width: 100%;
}

.contact-info {
  margin-top: 20px;
}

.contact-info p {
  margin-bottom: 10px;
}

.contact-info i {
  color: var(--primary);
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.safety-tips {
  background-color: #fff3e0;
  border-left: 4px solid var(--primary);
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
}

.safety-tips h6 {
  color: var(--primary);
  margin-bottom: 10px;
}

.safety-tips ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.safety-tips li {
  margin-bottom: 5px;
}

.similar-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.similar-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.similar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.similar-img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar-body {
  padding: 15px;
}

.similar-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similar-price {
  font-weight: 700;
  color: var(--primary);
  font-size: 1.1rem;
}

.similar-location {
  color: #777;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.similar-location i {
  margin-right: 5px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 250px;
  width: 100%;
}

.tab-content {
  padding: 20px 0;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  border: none;
  color: #555 !important;
  font-weight: 500;
  padding: 10px 15px;
}

.nav-tabs .nav-link.active {
  color: var(--dark);
  border-bottom: 2px solid var(--primary);
}

.share-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
}

.share-btn:hover {
  transform: translateY(-3px);
  color: white;
}

.share-facebook {
  background-color: #3b5998;
}

.share-twitter {
  background-color: #1da1f2;
}

.share-whatsapp {
  background-color: #25d366;
}

.share-email {
  background-color: #ea4335;
}

.modal-header {
  background-color: var(--primary);
  color: white;
  border-radius: 10px 10px 0 0;
}

.modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-footer {
  border-top: none;
}

footer {
  background-color: var(--dark);
  color: white;
  padding: 50px 0 20px;
  margin-top: 50px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary);
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  transition: all 0.3s;
}

.footer-links a:hover {
  color: white;
  text-decoration: none;
}

.social-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: white;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-links a:hover {
  background-color: var(--primary);
  transform: translateY(-3px);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
  color: #aaa;
}

@media (max-width: 768px) {
  .page-header {
    padding: 30px 0;
    border-radius: 0 0 30px 30px;
  }
  .main-image {
    height: 300px;
  }
  .content-box {
    padding: 15px;
  }
  .seller-info {
    flex-direction: column;
    text-align: center;
  }
  .seller-avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.login-container {
  max-width: 500px;
  margin: 0 auto;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 63, 0.25);
}

.text-accent {
  color: var(--accent) !important;
}

.logo-text {
  font-size: 1.8rem;
  font-weight: bold;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-icon {
  background-color: var(--primary);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.invalid-feedback {
  display: none;
  font-size: 80%;
  color: #dc3545;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.password-toggle {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-login-btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color: white;
}

.facebook-btn {
  background-color: #3b5998;
}

.google-btn {
  background-color: #db4a39;
}

.social-login-btn i {
  margin-right: 10px;
}

.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #dee2e6;
}

.divider-text {
  padding: 0 15px;
  color: #6c757d;
}

/* Animation pour les messages d'aide */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-group:hover .input-help {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* Style pour les tooltips */
.tooltip-inner {
  background-color: var(--primary);
  max-width: 300px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: var(--primary);
}

/* Style pour les badges */
.badge-primary {
  background-color: var(--primary);
}

.badge-secondary {
  background-color: var(--secondary);
  color: #212529;
}

/* Style pour les alertes */
.alert-primary {
  background-color: rgba(0, 133, 63, 0.1);
  border-color: rgba(0, 133, 63, 0.2);
  color: var(--primary);
}

.signup-container {
  max-width: 850px;
  margin: 0 auto;
}

.card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  color: white;
  border-radius: 20px 20px 0 0 !important;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.card-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(30deg);
}

.btn-primary {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  border-color: #f33f4a;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(0, 133, 63, 0.2);
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #165083 0%, #f33f4a 100%);
  border-color: #165083;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 133, 63, 0.3);
}

.btn-outline-primary {
  color: #f33f4a;
  border-color: #f33f4a;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  border-color: #f33f4a;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 133, 63, 0.2);
}

.btn-success {
  background: linear-gradient(135deg, var(--success) 0%, #218838 100%);
  border-color: var(--success);
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.2);
  transition: all 0.3s ease;
}

.btn-success:hover {
  background: linear-gradient(135deg, #218838 0%, var(--success) 100%);
  border-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

.form-control {
  border-radius: 10px;
  padding: 12px 15px;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #f33f4a;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 63, 0.25);
  background-color: #fff;
}

.input-group-text {
  border-radius: 10px 0 0 10px;
  background-color: var(--primary-light);
  border-color: #ced4da;
  color: #f33f4a;
}

.input-group .form-control {
  border-radius: 0 10px 10px 0;
}

.text-accent {
  color: var(--accent) !important;
}

.logo-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.logo-icon {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 133, 63, 0.3);
}

.invalid-feedback {
  display: none;
  font-size: 80%;
  color: var(--danger);
  margin-top: 8px;
  font-weight: 500;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.password-toggle {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 10;
  color: var(--gray);
  transition: all 0.3s ease;
}

.password-toggle:hover {
  color: #f33f4a;
}

.input-help {
  display: none;
  padding: 12px 15px;
  margin-top: 8px;
  border-radius: 10px;
  background-color: var(--primary-light);
  border-left: 4px solid #f33f4a;
  font-size: 13px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 90;
}

.social-signup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-signup-btn:hover {
  opacity: 0.9;
  text-decoration: none;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.facebook-btn {
  background: linear-gradient(135deg, #3b5998 0%, #2d4373 100%);
}

.google-btn {
  background: linear-gradient(135deg, #db4a39 0%, #c53727 100%);
}

.social-signup-btn i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.divider {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #dee2e6;
}

.divider-text {
  padding: 0 15px;
  color: var(--gray);
  font-weight: 500;
}

/* Animation pour les messages d'aide */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-group:hover .input-help {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

/* Style pour les tooltips */
.tooltip-inner {
  background-color: #f33f4a;
  max-width: 300px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #f33f4a;
}

/* Style pour les badges */
.badge-primary {
  background-color: #f33f4a;
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 500;
}

.badge-secondary {
  background-color: var(--secondary);
  color: var(--dark);
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 500;
}

/* Style pour les alertes */
.alert-primary {
  background-color: var(--primary-light);
  border-color: rgba(0, 133, 63, 0.2);
  color: #165083;
  border-radius: 10px;
  padding: 15px;
  border-left: 4px solid #f33f4a;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.alert-info {
  background-color: #e6f7f9;
  border-color: rgba(23, 162, 184, 0.2);
  color: #117a8b;
  border-radius: 10px;
  padding: 15px;
  border-left: 4px solid var(--info);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* Style pour les étapes */
.step-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  padding: 0 10px;
}

.step-container::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 3px;
  background: #e9ecef;
  z-index: 1;
  border-radius: 3px;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--gray);
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.step-label {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 13px;
  color: var(--gray);
  font-weight: 500;
  transition: all 0.3s ease;
}

.step.active {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  color: white;
  transform: scale(1.2);
  box-shadow: 0 5px 15px rgba(0, 133, 63, 0.3);
}

.step.active .step-label {
  color: #f33f4a;
  font-weight: 600;
}

.step.completed {
  background: linear-gradient(135deg, var(--success) 0%, #218838 100%);
  color: white;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.step.completed::after {
  content: "✓";
}

.step-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.step-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Style pour les boutons de navigation */
.step-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* Style pour la barre de force du mot de passe */
.password-strength-meter {
  height: 6px;
  background-color: #e9ecef;
  margin-top: 12px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.password-strength-meter-bar {
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.password-strength-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

/* Style pour les termes et conditions */
.terms-container {
  max-height: 150px;
  overflow-y: auto;
  padding: 15px;
  background-color: var(--gray-light);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Style pour les custom checkboxes et radios */
.custom-control-label::before {
  border-radius: 6px;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f33f4a;
  border-color: #f33f4a;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f33f4a;
  border-color: #f33f4a;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 63, 0.25);
}

.custom-switch .custom-control-label::before {
  border-radius: 20px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f33f4a;
  border-color: #f33f4a;
}

/* Style pour le captcha */
.captcha-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 15px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.captcha-code {
  font-family: "Courier New", monospace;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--dark);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* Animation pour les transitions entre étapes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Style pour les liens */
a {
  color: #f33f4a;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

/* Style pour les modals */
.modal-content {
  border: none;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, #f33f4a 0%, #165083 100%);
  color: white;
  border-bottom: none;
  padding: 20px 25px;
}

.modal-body {
  padding: 25px;
}

.modal-footer {
  border-top: none;
  padding: 15px 25px 25px;
}

/* Style pour les toasts */
.toast {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.toast-header {
  background: linear-gradient(135deg, var(--info) 0%, #117a8b 100%);
  color: white;
  border-bottom: none;
  padding: 12px 15px;
}

.toast-body {
  padding: 15px;
  font-size: 14px;
}

/* Animations supplémentaires */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn-success:hover {
  animation: pulse 1s infinite;
}

/* Style pour les sélecteurs */
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* Responsive design amélioré */
@media (max-width: 767.98px) {
  .card-header {
    padding: 20px;
  }
  .card-body {
    padding: 20px;
  }
  .step {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .step-label {
    font-size: 11px;
    top: 40px;
  }
  .logo-text {
    font-size: 1.8rem;
  }
  .logo-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
  .form-control {
    padding: 10px 12px;
  }
  .btn {
    padding: 8px 20px;
  }
}
@media (max-width: 575.98px) {
  .step-container {
    margin-bottom: 50px;
  }
  .step-label {
    font-size: 10px;
  }
  .step-navigation {
    flex-direction: column;
    gap: 10px;
  }
  .step-navigation .btn {
    width: 100%;
  }
}
/* Effet de focus amélioré */
.form-control:focus {
  border-color: #f33f4a;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 63, 0.25);
  transform: translateY(-2px);
}

/* Effet de hover sur les cartes */
.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Effet de hover sur les inputs */
.form-control:hover {
  border-color: #b8c2cc;
}

/* Style pour les placeholders */
::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}
::placeholder {
  color: #adb5bd;
  opacity: 1;
}

/* Style pour les scrollbars */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* Effet de glowing pour les boutons */
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(0, 133, 63, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 133, 63, 0.5);
  }
  100% {
    box-shadow: 0 0 5px rgba(0, 133, 63, 0.3);
  }
}
.btn-success:focus {
  animation: glow 1.5s infinite;
}

.bg-loader {
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-bottom: 10px;
  animation: loading 0.5s infinite;
}

.loader-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.loader-name {
  width: 150px;
  height: 20px;
  margin-bottom: 5px;
}

.loader-info {
  width: 100px;
  height: 10px;
}

.loader-heart,
.loader-star {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 1px;
}

.loader-detail {
  width: 200px;
  height: 20px;
  margin-top: 10px;
}

.loader-description {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}

.loader-badge {
  width: 50px;
  height: 20px;
  margin-right: 10px;
}

.loader-button {
  width: 100%;
  height: 40px;
  margin-top: 10px;
}

@keyframes loading {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --primary: #f33f4a ;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: #f33f4a !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #f33f4a;
  letter-spacing: 3px;
  text-align: center;
  color: #f33f4a;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #f33f4a;
  color: #fff !important;
  border: 1px solid #f33f4a;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

header .header-logo {
  width: 200px;
}

/*--------------- ---- Responsive --------------------------*/
/*-------------   Color Variable  --------------*/
:root {
  --primary: #f33f4a ;
  --secondary: #FFCC00;
  --tertiary: #01285A;
  --secondary-light: #fff8e0;
  --accent: #FF6E40;
  --accent-light: #fde8eb;
  --light-bg: #F5F7FF;
  --primary-light: #e6f4ee;
  --primary-dark: #165083;
  --dark: #212529;
  --gray-dark: #343a40;
  --gray: #6c757d;
  --gray-light: #f8f9fa;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
}

.boxed-btn {
  background: #fff;
  color: #f33f4a !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #f33f4a;
  letter-spacing: 3px;
  text-align: center;
  color: #f33f4a;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #f33f4a;
  color: #fff !important;
  border: 1px solid #f33f4a;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}/*# sourceMappingURL=style.css.map */