/*******************
 * Reset style
 * *****************
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body {
  height: 100%;
}

li { list-style:none; }
input, button, textarea { outline: none; border: none; }
select,
button:focus,
button:active,
input,
.page-link:focus { outline: none; box-shadow: none !important; }
textarea { resize: none; box-shadow: none !important; }

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn.focus, .btn:focus {
  box-shadow: none !important;
}

a {
  outline: none;
}

body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #5f5f5f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 800 !important;
}

.navbar-absolute {
  position: absolute;
  z-index: 1010;
  width: 100%;
}

iframe {
  border: 0;
  outline: 0;
  width: 100% !important;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.btn:hover:not(.e-none) {
  transform: translateY(-1px);
}

input[type='file'] {
  opacity:0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 7rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 38rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.card {
  border: 1px solid rgba(111, 111, 111, 0.125);
}

.noscroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.progress-xs {
  height: 8px;
}

/** NEW **/
.lh-inherit {
  line-height: inherit !important;
}

input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

.text-featured {
  color: #ffc107 !important;
}

.popout {
  cursor: pointer;
  display: none;
  padding: 14px 10px;
  background: #000;
  color: rgb(255, 255, 255);
  font-size: 16px;
  position: fixed;
  z-index: 1100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}

.popout-error {
  background: #f00 !important;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear !important;
  animation: fa-spin 1s infinite linear !important;
}

.wrap-full-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  padding: 10px 20px 20px 20px;
  overflow: auto;
}

img.imageFull {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
  cursor: zoom-in;
  margin: 0 auto;
  position: relative;
}

.details-full-image {
  padding: 10px 0;
  color: #FFF;
  text-align: right;
  margin-bottom: 30px;
  font-size: 25px;
}

.icon-close {
  font-size: 40px;
  line-height: 17px;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: #FFF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.viewFull {
  cursor: zoom-in;
}

.container-image {
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #252525a6;
}

.content-locked {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  min-height: 250px;
}

/* Image/video background: positioned absolutely with negative offsets so blurred edges are clipped */
.locked-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background-size: cover;
  background-position: center;
  filter: blur(22px);
  z-index: 0;
}

/* Dark overlay on top of blurred image */
.locked-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

/* Blurred text layer (text-only posts) */
.locked-text-blur {
  position: absolute;
  inset: 0;
  padding: 24px;
  filter: blur(10px);
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* Light overlay for text-only posts */
.locked-overlay-light {
  position: absolute;
  inset: 0;
  background: rgba(240, 240, 240, 0.78);
  z-index: 1;
}

.locked-body {
  position: relative;
  z-index: 2;
}

.showBanner {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  bottom: 0;
  padding: 10px;
}

.icon-equis {
  font-size: 25px;
  line-height: normal;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 5px;
}

.readmore-js-collapsed:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: hsla(0,0%,100%,0);
  background-image: linear-gradient(hsla(0,0%,100%,0),#fff 95%);
  z-index: 40;
}

.text-word-break {
  word-break: break-word;
}

.counterLike {
  font-size: 14px;
}

.post-options {
  font-size: 7px;
  margin-top: 15px;
}

.actionDelete {
  cursor: pointer;
}

a.active > i.fas.fa-heart {
  color: #F00;
}

.li-group {
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.notify {
  z-index: 10;
  top: 0;
  right: 0;
  position:absolute;
  padding: 3px 8px;
  background: #F00;
  color: #FFF;
  line-height: normal;
  font-weight: bold;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  border-bottom: 1px solid #DADADA;
  font-size: 11px;
}

#noti_notifications,
#noti_msg {
  display: none;
}

.c-pointer {
  cursor: pointer !important;
}

.animated-ellipsis-container {
  display: inline-block;
  height: 16px;
  width: 16px;
  transform: translateZ(0);
}

.animated-ellipsis {
  animation: ellipsis 1s infinite;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

@keyframes ellipsis {
  0% {
    width: 2px
  }
  to {
    width: 16px
  }
}

.cover-user:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5,5,5,.4);
  left: 0;
  top: 0;
}

.video-responsive {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmore-js-toggle {
  text-align: center;
}

.verify-notice {
  display: block;
  padding: 14px 10px;
  background: #F00;
  color: rgb(255, 255, 255);
  font-size: 16px;
  z-index: 1100;
  overflow: hidden;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}

.verified {
  color: #3897f0;
}

.border-dashed {
  border-style: dashed !important;
}

.video-js {
  width: 100%;
}

.StripeElement {
  box-sizing: border-box;
  height: calc(2.75rem + 2px);
  padding: 14px 18px;
  background-color: white;
  transition: box-shadow .15s ease;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border-radius: .25rem;
}

.StripeElement--focus {
  border-color: #3c8dbc;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.avatar-modal {
  border: 3px solid #FFF;
  background-color: #FFF;
}

.modal-offset {
  margin-top: -90px;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.blocked {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 300;
}

.blocked span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-search {
  color: #DDD;
  background: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  outline: none;
  border: none;
}

button:hover.button-search,
button:focus.button-search,
button:active.button-search {
  box-shadow: none !important;
  background: none !important;
  color: inherit !important;
  transform: none
}

.input-search {
  border-radius: 60px;
  padding: 12px 20px !important;
  height: 40px !important;
}

.carousel-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5,5,5,.2);
  left: 0;
  top: 0;
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-nav a.nav-link:not(.btn) {
  color: #FFF;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.nav-link:hover:not(.search):not(.btn):not(.link-nav),
.nav-link:active:not(.search):not(.btn):not(.link-nav),
.nav-link:focus:not(.search):not(.btn):not(.link-nav) {
  color: #FFF;
}

.link-scroll a.nav-link:not(.btn) {
  color: #3a3a3a;
}

.link-scroll a.nav-link:hover:not(.search):not(.btn),
.link-scroll a.nav-link:active:not(.search):not(.btn),
.link-scroll a.nav-link:focus:not(.search):not(.btn) {
  color: #374151;
}

.nav-link.search:hover,
.nav-link.search:active,
.nav-link.search:focus {
  color: white;
}

.dropdown-menu:not(.dropdown-emoji) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 13px;
  line-height:18px;
}

.dropdown-emoji {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.125rem;
  font-size: 13px;
  line-height:18px;
}

.dd-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -5px;
  left: 10px;
  right: auto;
  color: #FFFFFF;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.dd-menu-user:before {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  content: "";
  top: -5px;
  right: 10px;
  left: auto;
  color: #FFFFFF;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}

.dropdown .dropdown-menu {
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.dropdown.show .dropdown-menu {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.dropdown-toggle::after {
  margin-left: 0.1em;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  font-weight: 400;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  font-size: 14px;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  vertical-align: baseline;
}

.text-shadow-trans {
  text-shadow: 0 1px 4px #333333b3;
}

.navbar .nav-item {
  margin-left: 2px;
  margin-right: 2px;
}

.sidebar-overlay .navbar .navbar-collapse {
  z-index: 100;
}

@media (min-width: 768px) {
  .py-large {padding-top:6rem!important;}
  .py-large {padding-bottom: 6rem!important;}
}

/*** max-width 991 ***/
@media (max-width: 991px) {
  .navbar .navbar-collapse { position: fixed; right: -100%; width: 100%; top: 0; height: 100%; background: #FFF; z-index: 999999; overflow-y: scroll; -webkit-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; padding: 15px; }
  .navbar .navbar-collapse .close-menu { color: #000; padding: 2px 4px; background: transparent; display: inline-block; cursor: pointer; font-size: 25px; text-align: center; font-weight: 100; text-decoration: none; }
  .dd-menu:before,
  .dd-menu-user:before {border: none;}
  .carousel-caption .display-4 {font-size: 3.1rem;}
  .item h5 {line-height: 1.2 !important;}
  .social-links {text-align: center !important;margin-top: 10px;}
  .list-social {float: none !important;}
  .copyright {text-align: center;}
  .btn-create {margin-top: 10px;}
  .navbar .navbar-collapse.show {right: 0;}
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn) {color: #000000;}
  .input-search {border: 1px solid #c1c1c1 !important;}
  .navbar .navbar-nav .nav-item {display: block;width: 100%;margin-right: 0;margin-bottom: .25rem;}
  .navbar .navbar-nav .nav-item .nav-link {display: block;padding: .625rem;}
  .dropdown .dropdown-menu {display: none;}
  .dropdown.show
  .dropdown-menu,
  .dropdown-menu.open {display: block;box-shadow: none;}
  .home, .homepage {padding-bottom: 50px !important;}
  .homepage {padding-top: 100px !important;}
  .img-post {height: 250px !important;}
  .btn-w { width: 100%; }
  .btn-w-mb { width: 100%; margin-bottom: 10px; }
  .first{ order: 1;}
  .second{order: 2;}
  .link-border {float:none !important;}
  .btn-profile { margin-bottom: .5rem!important; }
  .btn-profile, .w-small-100 { width: 100%; }
  .d-flex-user { display: inherit !important; }
  .navbar-collapse .navbar-toggler { position: relative; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; }
  .navbar-collapse .navbar-toggler span { position: absolute; display: block; width: 100%; height: 2px; opacity: 1; border-radius: 2px; background: #283448; }
  .navbar-collapse .navbar-toggler :nth-child(1) { transform: rotate(135deg); }
  .navbar-collapse .navbar-toggler :nth-child(2) { transform: rotate(-135deg); }
  .section-sm {padding-bottom: 48px !important;}
  .avatar-chat {width: 25px; height: 25px;}
  .loading-name {width: 60% !important;}
  .loading-time {width: 40% !important;}
}

/* End 991px */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* Fix : la barre de navigation bas (menu-mobile.blade.php, z-index 1045-1047) passait
   au-dessus du fond assombri des modales Bootstrap (z-index 1040), restant cliquable
   derrière une modale supposément bloquante sur mobile. */
.modal-backdrop { z-index: 1060; }
.modal { z-index: 1070; }

.navbar .navbar-nav .nav-item .nav-link:not(.btn).active {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: #007bff;
}

[class^="ribbon-"] {
  position: absolute;
  margin-bottom: 80px;
}

[class^="ribbon-"]:before, [class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 30px;
  height: 40px;
  background: #ff9800;
  top: -6px;
  left: 25px;
}

.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ff9800;
  border-right: 15px solid #ff9800;
  border-bottom: 10px solid transparent;
  bottom: -10px;
}

.ribbon-1 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}

.item > a::after {
  content: "";
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item h5 {
  line-height: 3.0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  z-index: 5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent !important;
  transform: scale(.9);
}

.owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  transform: scale(.6);
  transition: all .3s ease-in-out;
  opacity: .7;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.bg-dark-2 {
  background-color: #1b1b1b;
}

.bg-dark-3 {
  background-color: #212121;
}

.link-footer,
.ico-social {
  color: #999;
}

.btn-main:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.btn-main i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}

.btn {
  padding: .625rem 1.25rem;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

.jumbotron-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5,5,5,.3);
  left: 0;
  top: 0;
}

.custom-select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23a5a5a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
  no-repeat right .75rem center/8px 10px
}

main>div.section:nth-child(odd){
  background-color:white;
}

main>div.section:nth-child(even){
  background-color:#fbfafd!important;
}

.fixed-top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.home {
  padding: 150px 0;
}

.homepage {
  padding: 180px 0;
}

.p-nav {
  padding: 0 1rem;
}

.p-nav-scroll {
  padding: .7rem !important;
}

.jumbotron {
  border-radius: 0 !important;
}

.img-user {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #FFF;
}

.ico-social {
  font-size: 20px;
}

a:hover.link-border {
  text-decoration: none;
}

a.link-border {
  border-bottom: 1px solid;
}

.card-cover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  height: 135px;
  padding: 1rem;
}

.card-avatar {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
  background-color: #FFF;
  border-radius: 50%;
}

.section-sm {
  padding: 78px 0;
}

.facebook-btn {
  color: #3e5c9b !important;
}

.twitter-btn {
  color: #1da1f2 !important;
}

.alert-success {
  background-color: #00a65a;
  border-color: #00a65a;
  color: #FFF;
}

.alert-danger {
  color: #FFF;
  background-color: #FF0000;
  border-color: #FF012A;
}

.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

.alert-warning {
  color: #1f2d3d;
  background: #ffc107;
  border-color: #edb100;
}

.alert-dismissible .close {
  color: #FFF;
  text-shadow: none;
}

.close {
  float: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: none;
  opacity: .9;
}

.page-link:hover {
  color: #FFF;
}

.page-link {
  border-radius: 35px !important;
  border: none;
  margin-right: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 35px;
  min-width: 35px;
  text-align: center;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 3.5rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2%;
  height: 100px;
  background-color: hsla(0,0%,100%,0);
  background-image: linear-gradient(90deg, white, transparent);
  z-index: 40;
}

.nav-scroller-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2%;
  height: 100px;
  background-color: hsla(0,0%,100%,0);
  background-image: linear-gradient(-90deg, white, transparent);
  z-index: 40;
}

.btn-category {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-category:hover,
.active-category {
  border-color: #333 !important;
}

.input-group-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: .625rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #cad1d7;
  border-radius: .25rem;
  background-color: #fff;
  align-items: center;
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

.input-group-alternative {
  transition: box-shadow .15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.form-control {
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
}

.custom-control-input:not(:disabled):focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-checkbox .custom-control-input ~ .custom-control-label,
.custom-control-label {
  font-size: .875rem;
  cursor: pointer;
}

.custom-control-label:not(.switch)::before {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: .125rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.input-group .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

.form-control:focus,
.custom-select:focus {
  border-color: #ced4da !important;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 0 rgba(50, 151, 211, .5);
}

.btn-facebook,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  background: #3b579d;
  color: #ffffff;
}

.btn-google,
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
  background: #fff;
  border-color: #ccc;
  color: #333;
}

.shadow-custom {
  box-shadow: 0 5px 16px rgba(0,9,128,.05);
}

.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-pills .nav-link {
  font-size: .875rem;
  font-weight: 500;
  padding: .75rem 1rem;
  transition: all .15s ease;
  color: #5e72e4;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

.dropdown-item.balance:hover {
  background: #FFF !important;
  color: #212529;
}

.page-item.disabled
.page-link {
  color: #9daebd;
}

.img-profile-user {
  margin-top: -100px !important;
}

.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, .075);
}

.focused .form-control {
  border-color: rgba(50, 151, 211, .25);
}

.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-white:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

.text-muted {
  color: #536272 !important;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: .875rem;
  line-height: 1.5;
  padding: .50rem 1.8rem;
  border-radius: .25rem;
}

.btnLike:hover {
  text-decoration: none !important;
}

.bg-success {
  background-color: #2dce89 !important;
}

.nav-profile {
  border-bottom: 3px solid rgba(159, 163, 177, 0.07);
}

.nav-profile a,
.nav-profile li.active a:hover,
.nav-profile li.active a:active,
.nav-profile li.active a:focus {
  color: #333;
}

.nav-profile a:hover {
  text-decoration: none;
}

.sm-btn-size {
  color: #333;
  font-weight: bold;
  font-size: 17px !important;
  line-height: 15px;
  text-align: center;
}

.font-icon-lg {
  font-size: 120px;
}

.d-flex-user {
  display: flex;
}

.link-share {
  font-size: 16px;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 380px;
  }
}

.pb-lg, .py-lg {
  padding-bottom: 6rem !important;
}

.pt-lg, .py-lg {
  padding-top: 6rem !important;
}

.ico-no-result {
  color: #c5c5c5;
  border: 3px solid #c5c5c5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  font-size: 60px;
  width: 150px;
  height: 150px;
  display: block;
  line-height: 150px !important;
  margin: 0 auto;
}

.popout-success {
  background-color: #2dce89 !important;
}

.headerModalOverlay:before {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(5,5,5,.4);
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.avatar-wrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #FFF;
}

.button-avatar-upload {
  color: #FFF;
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
}

a:hover.button-avatar-upload {
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
}

.progress-upload {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFF;
  line-height: 150px;
  display: none;
}

.wraper-cover-upload {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 100;
}

.btn-cover-upload {
  color: #FFF;
  padding: 8px 25px;
  background: rgba(0, 0, 0, 0.5);
}

.btn-cover-upload:hover,
.btn-cover-upload:disabled {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8) !important;
}

.progress-upload-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #28a745;
  transition: width .6s ease;
}

.avatar-user-home {
  margin-top: -25px;
  border: 2px solid #FFF;
  background-color: #FFF;
}

.btn-upload {
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn-upload:hover {
  background-color: #f3f3f3;
}

.share-btn-user {
  font-size: 18px;
}

.user-online::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}

.user-offline::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}

.user-online-profile::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: 10px;
  right: 15px;
  content: "";
  border-radius: 50%;
  height: 12%;
  width: 12%;
}

.user-offline-profile::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: 10px;
  right: 15px;
  content: "";
  border-radius: 50%;
  height: 12%;
  width: 12%;
}

.overflow-visible {
  overflow: visible !important;
}

.message {
  padding: 6px 14px 7px !important;
  border-radius: 25px !important;
}

.message.media-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.message.bg-primary > a {
  color: #FFF !important;
  text-decoration: underline !important;
}

.d-scrollbars {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.input-new-msg {
  padding: 8px 34px !important;
  height: 40px !important;
}

.btn-new-msg {
  color: #DDD;
  background: none;
  position: absolute;
  outline: none;
  border: none;
  padding: 8px 0 8px 10px;
  left: 0;
}

.btn-cancel-msg {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.btn-removeMsg {
  position: absolute;
  top: 20%;
  right: -18px;
  z-index: 3;
}

.container-media-img {
  background-position: center center;
  background-size: cover;
  max-width: 250px;
  max-height: 280px;
  width: 280px;
  height: 280px;
  border-radius: 6px;
}

.container-media-music {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #DDD;
  border-radius: 6px;
}

.container-media-msg {
  width: 100%;
  max-width: 400px;
  max-height: 280px;
  height: 280px;
}

.img-user-small {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 3px solid #FFF;
}

.icon-notifications {
  font-size: 19px;
  color: #c3c3c3;
}

.table thead th {
  vertical-align: bottom;
  border: none;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #374151;
  font-size: 14px;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border: none;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 14px;
}

.error-page h1 {
  font-size: 10rem;
  line-height: 9rem;
  font-weight: 700;
  color: #ec2522;
}

.wrap-center {
  position:absolute;
  width:100%;
  top:50%;
  left:0;
  z-index:20;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.error-link {
  color: #ec2522;
}

.wrap-container {
  max-width: 550px;
  margin: 0 auto;
}

.wrap-container-lg {
  width: 650px;
  margin: 0 auto;
}

.font-tiny {
  font-size: 65% !important;
}

.item-loading::before {
  background-color: #f5f6f7;
  background-image: url('../img/loadpost.gif');
  background-repeat: repeat-y;
  background-size: 100% 1px;
  content: ' ';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
}

.loading-avatar {
  width:60px;
  height:60px;
  display:block;
  background-color:#f5f6f7;
  border-radius: 50%;
}

.loading-name {
  width: 25%;
  height: 10px;
  display: block;
  background-color: #f5f6f7;
}

.loading-time {
  width: 15%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-1 {
  width: 85%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-2 {
  width: 75%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

.loading-text-3 {
  width: 55%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}

/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
  left: -2.25rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-label::after {
  top: calc(.25rem + 3px);
  left: calc(-2.25rem + 4px);
  width: calc(1.5rem - 6px);
  height: calc(1.5rem - 6px);
  border-radius: 1.5rem;
}

.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.4rem);
}

.custom-switch-lg .custom-control-label::before {
  height: 1.5rem;
}

.custom-switch-lg .custom-control-label {
  padding-left: 1.5rem;
  line-height: 1.7rem;
}

.content-p img {
  max-width: 100% !important;
  height: auto !important;
}

.content-p li {
  list-style: inherit;
}

.content-p ol,
.content-p ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-post {
  height: 430px;
}

.max-w-100 {
  max-width:100px;
}

.max-w-125 {
  max-width:125px;
}

.visibility-hidden {
  visibility: hidden;
}

.f-size-25 {
  font-size:25px;
}

.f-size-20 {
  font-size:20px;
}

.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Version 6.0 */
@media (min-width: 576px) { .modal-call { max-width: 380px; } }

.modal-content-call {
  position: relative;
  background-color: #000;
  color: white;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  border-radius: 0.8rem;
}

.profile-image-call {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.profile-image-call img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caller-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.calling-status {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.call-actions {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}

.btn-reject {
  background-color: #ff4757;
  color: #fff;
  border: none;
  flex: 1;
  padding: 12px;
}

.btn-accept {
  background-color: #2ed573;
  color: #fff;
  border: none;
  flex: 1;
  padding: 12px;
}

.btn-reject:hover, .btn-reject:focus, .btn-reject:active {
  background-color: #ff3040 !important;
  color: #fff !important;
}

.btn-accept:hover, .btn-accept:focus, .btn-accept:active {
  background-color: #26c066 !important;
  color: #fff !important;
}

.code-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.code-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 4px;
}

/*
 * Loomya Homepage — Design calqué sur loomya.africa
 * Palette orange, Inter, composants creator-card / step-card
 * ─────────────────────────────────────────────────────────────
 */

/* ── 1. DESIGN TOKENS ──────────────────────────────────────── */
:root {
  --lm-primary:        #FF9500;
  --lm-primary-dark:   #e68600;
  --lm-primary-light:  #ffa733;
  --lm-accent:         rgba(255,149,0,0.15);
  --lm-accent-soft:    rgba(255,149,0,0.3);
  --lm-gradient-start: #FF9500;
  --lm-gradient-end:   #ffa733;

  --lm-black:   #2D2D2D;
  --lm-dark:    #1a1a1a;
  --lm-dark-2:  #2d2d2d;
  --lm-muted:   #6b7280;
  --lm-light:   #F8F9FA;
  --lm-white:   #ffffff;

  --lm-font-display: 'Inter', Helvetica, Arial, sans-serif;
  --lm-radius-sm:    8px;
  --lm-radius-md:    16px;
  --lm-radius-lg:    24px;

  --lm-shadow-soft:  0 4px 24px rgba(255,149,0,0.12);
  --lm-shadow-card:  0 4px 20px rgba(0,0,0,0.08);
  --lm-shadow-hover: 0 10px 30px rgba(0,0,0,0.15);
}

/* ── 2. BASE TYPOGRAPHY ─────────────────────────────────────── */
body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  color: #374151;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: var(--lm-black);
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--lm-primary); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--lm-primary-dark); }
::selection { background-color: var(--lm-primary); color: white; }

.txt-black {
  color: var(--lm-black) !important;
}

p {
  color: #4b5563;
  line-height: 1.75;
}

/* ── 3. GRADIENT BACKGROUND ─────────────────────────────────── */
.bg-gradient {
  background:
    linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.40) 100%),
    url('../img/background-1772840015.jpg') center center / cover no-repeat !important;
  position: relative;
  overflow: hidden;
}

.bg-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 60% 50%, rgba(255,149,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.bg-gradient > * { position: relative; z-index: 1; }

/* ── 4. HERO SECTION ───────────────────────────────────────── */
.lm-hero {
  padding: 140px 0 90px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero-content { animation: fadeInLeft 0.9s ease both; }
.hero-image   { animation: fadeInRight 0.9s ease both; }

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

.jumbotron.homepage {
  padding: 0;
  min-height: auto;
  display: block;
  background: transparent !important;
}

.jumbotron.homepage .display-4 {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800 !important;
  margin-bottom: 1.25rem;
}

.jumbotron.homepage p.text-muted {
  font-size: 1.1rem;
  max-width: 460px;
  line-height: 1.75;
}

/* ── 5. BUTTONS ─────────────────────────────────────────────── */
.btn-main {
  border-radius: 50px !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: all 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.btn-outline-light.btn-main {
  border-width: 2px;
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.08);
}

.btn-outline-light.btn-main:hover {
  background: rgba(255,255,255,0.18) !important;
  transform: translateY(-3px) scale(1.03) !important;
}

.btn-light.btn-main {
  background: #ffffff !important;
  color: var(--lm-primary) !important;
  border: none !important;
}

.btn-light.btn-main:hover {
  background: #ffffff !important;
  color: var(--lm-primary-dark) !important;
  transform: translateY(-3px) scale(1.03) !important;
}

.btn-outline-primary.btn-main {
  border-color: var(--lm-primary) !important;
  color: var(--lm-primary) !important;
  border-width: 2px;
}

.btn-outline-primary.btn-main:hover {
  background: var(--lm-primary) !important;
  color: #fff !important;
  transform: translateY(-3px) scale(1.03) !important;
}

.btn-arrow i,
.btn-main i {
  transition: transform 0.28s ease !important;
}

.btn-arrow:hover i,
.btn-main:hover i {
  transform: translateX(5px) !important;
}

/* ── 6. SECTION STYLING ─────────────────────────────────────── */
.section {
  position: relative;
}

main > div.section:nth-child(odd) {
  background-color: #ffffff;
}

main > div.section:nth-child(even) {
  background-color: #f9f7ff !important;
}

.section h1.txt-black {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin-bottom: 0.5rem;
}

.btn-block.text-center p {
  color: var(--lm-muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

/* ── 7. FEATURE CARDS ──────────────────────────────────────── */
.section .col-lg-4 .text-center img {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 8px 20px rgba(124, 58, 237, 0.15));
}

.section .col-lg-4 .text-center:hover img {
  transform: translateY(-8px) scale(1.05);
}

.section .col-lg-4 h4 {
  font-size: 1.2rem;
  margin-top: 1.2rem !important;
  color: var(--lm-black);
}

.section .col-lg-4 p.text-muted {
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ── 8. CREATE PROFILE SECTION ─────────────────────────────── */
.card-profile {
  font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
  line-height: 1.15;
  margin-bottom: 0;
}

/* ── 9. COUNTER / STATS SECTION ────────────────────────────── */
.section.py-2.bg-gradient {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.section.py-2.bg-gradient h3 {
  font-size: 2.4rem;
  font-weight: 800 !important;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.section.py-2.bg-gradient h5 {
  font-weight: 400 !important;
  font-size: 0.95rem;
  opacity: 0.85;
  color: rgba(255,255,255,0.88);
  letter-spacing: 0.01em;
}

.section.py-2.bg-gradient .display-4 {
  font-size: 2.6rem;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .section.py-2.bg-gradient .col-md-4:not(:last-child) .d-flex {
    border-right: 1px solid rgba(255,255,255,0.18);
  }
}

/* ── 10. EARNINGS SIMULATOR ─────────────────────────────────── */
.section .custom-range {
  accent-color: var(--lm-primary);
  height: 6px;
}

.section .custom-range::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: var(--lm-primary);
  box-shadow: 0 2px 8px rgba(124,58,237,0.35);
}

#estimatedEarn {
  color: var(--lm-primary);
}

/* ── 11. BOTTOM CTA JUMBOTRON ──────────────────────────────── */
.jumbotron.m-0 {
  padding: 100px 0;
}

.jumbotron.m-0 h1 {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.jumbotron.m-0 p {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  max-width: 500px;
  margin: 0 auto 1.5rem;
}

/* ── 12. OWL CAROUSEL ──────────────────────────────────────── */
.owl-theme .owl-dots .owl-dot span {
  background-color: var(--lm-primary) !important;
  border-color: var(--lm-primary) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--lm-accent) !important;
  border-color: var(--lm-accent) !important;
  opacity: 1;
}

/* ── 13. CARD REFINEMENTS ───────────────────────────────────── */
.card {
  border: 1px solid rgba(124,58,237,0.08) !important;
  border-radius: var(--lm-radius-md) !important;
  box-shadow: var(--lm-shadow-card);
  transition: box-shadow 0.28s ease, transform 0.28s ease;
  overflow: hidden;
}

.card:hover {
  box-shadow: var(--lm-shadow-hover);
  transform: translateY(-4px);
}

/* ── 14. SCROLL ANIMATIONS ─────────────────────────────────── */
@keyframes lm-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.jumbotron.homepage .second > * {
  animation: lm-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.jumbotron.homepage .second > h1 { animation-delay: 0.05s; }
.jumbotron.homepage .second > p  { animation-delay: 0.18s; }
.jumbotron.homepage .second > p:last-child { animation-delay: 0.30s; }

.jumbotron.homepage .first {
  animation: lm-fade-up 0.85s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ── 15. RESPONSIVE TWEAKS ─────────────────────────────────── */
@media (max-width: 991px) {
  .jumbotron.homepage {
    padding: 100px 0 60px;
    min-height: auto;
  }

  .jumbotron.homepage p.text-white {
    max-width: 100%;
    text-align: center;
  }

  .section.py-2.bg-gradient h3 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .jumbotron.m-0 {
    padding: 70px 0;
  }
}

/* ── 16. SUBTLE SECTION DIVIDERS ───────────────────────────── */
.section::after {
  content: none;
}

.btn-block h1::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--lm-primary), var(--lm-accent));
  border-radius: 4px;
  margin: 0.75rem auto 0;
}

/* ── 17. FOOTER LINK REFINEMENTS ───────────────────────────── */
.link-footer {
  color: #374151;               /* renforcé depuis #9ca3af */
  transition: color 0.2s ease;
}

.link-footer:hover {
  color: var(--lm-primary) !important;
  text-decoration: none;
}

/* ── 18. FOCUS / A11Y ──────────────────────────────────────── */
.btn:focus-visible {
  outline: 3px solid var(--lm-accent-soft) !important;
  outline-offset: 3px;
  box-shadow: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   LOOMYA AFRICA REDESIGN — v2
═══════════════════════════════════════════════════════════════ */

:root {
  --lm-cream:         #FFFBF5;
  --lm-dark-footer:   #0f0f0f;
  --lm-dark-stats:    #111111;
}

/* ─── HERO V2 ──────────────────────────────────────────────── */
.lm-hero-v2 {
  padding: 130px 0 80px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.lm-hero-v2__content {
  animation: fadeInLeft 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  padding-right: 2rem;
}

.lm-hero-v2__image-wrap {
  animation: fadeInRight 0.85s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lm-hero-v2__image-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,0.13), 0 8px 24px rgba(255,149,0,0.1);
}

.lm-hero-v2__img {
  width: 100%;
  display: block;
}

.min-vh-hero { min-height: 75vh; }

/* ─── BADGE ────────────────────────────────────────────────── */
.lm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,149,0,0.10);
  border: 1.5px solid rgba(255,149,0,0.22);
  border-radius: 100px;
  padding: 6px 18px 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lm-primary);
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}

.lm-badge__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: var(--lm-primary);
  animation: lm-pulse 2.2s infinite;
}

@keyframes lm-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
}

/* ─── HERO TITLE / SUBTITLE / ACTIONS ─────────────────────── */
.lm-hero-v2__title {
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.04em;
  color: #111111 !important;
  margin-bottom: 1.25rem;
}

.lm-hero-v2__subtitle {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #374151;
  max-width: 480px;
  margin-bottom: 2.25rem;
}

.lm-hero-v2__actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

/* ─── TRUST ROW ────────────────────────────────────────────── */
.lm-trust {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.lm-trust__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #374151;               /* renforcé depuis #9ca3af */
  font-weight: 500;
}

.lm-trust__item i { font-size: 1rem; }
.lm-trust__item i.bi-shield-check  { color: #10b981; }
.lm-trust__item i.bi-globe2        { color: var(--lm-primary); }
.lm-trust__item i.bi-people        { color: #f59e0b; }

/* ─── SECTION WRAPPERS ─────────────────────────────────────── */
.lm-section--cream  { background: var(--lm-cream); }
.lm-section--white  { background: #ffffff; }

.lm-section-header { margin-bottom: 0; }

.lm-section-header__title {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem) !important;
  font-weight: 800 !important;
  color: #111111 !important;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
  display: inline-block;
}

.lm-section-header__title::after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: linear-gradient(90deg, var(--lm-primary), rgba(255,149,0,0.25));
  border-radius: 4px;
  margin: 0.55rem auto 0;
}

.lm-section-header__subtitle {
  font-size: 1.05rem;
  color: #374151;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.72;
}

/* ─── TYPE CARDS ───────────────────────────────────────────── */
.lm-type-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 2.5rem 1.75rem 2.25rem;
  border: 1.5px solid rgba(0,0,0,0.06);
  transition: all 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  cursor: default;
}

.lm-section--cream .lm-type-card { background: #ffffff; }

.lm-type-card:hover {
  transform: translateY(-9px);
  border-color: rgba(255,149,0,0.25);
  box-shadow: 0 22px 64px rgba(255,149,0,0.11), 0 4px 18px rgba(0,0,0,0.06);
}

.lm-type-card__icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: rgba(255,149,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  transition: background 0.28s ease;
}

.lm-type-card:hover .lm-type-card__icon-wrap { background: rgba(255,149,0,0.14); }

.lm-type-card__img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lm-type-card:hover .lm-type-card__img { transform: scale(1.1) rotate(-4deg); }

.lm-type-card__title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 0.6rem;
}

.lm-type-card__desc {
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.7;
  margin: 0;
}

/* ─── 3-STEP SECTION ───────────────────────────────────────── */
.lm-step {
  padding: 2rem 1.25rem;
  position: relative;
}

.lm-step__number {
  font-size: 4rem;
  font-weight: 900 !important;
  color: rgba(255,149,0,0.10);
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  margin-bottom: -0.5rem;
}

.lm-step__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lm-primary) 0%, var(--lm-primary-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 8px 28px rgba(255,149,0,0.38);
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease;
}

.lm-step:hover .lm-step__icon {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 14px 38px rgba(255,149,0,0.44);
}

.lm-step__title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  margin-bottom: 0.65rem;
}

.lm-step__desc {
  font-size: 0.88rem;
  color: #374151;
  line-height: 1.7;
  max-width: 280px;
  margin: 0 auto;
}

/* ─── STATS SECTION ────────────────────────────────────────── */
.lm-stats-section__inner {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.lm-stats-section__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255,149,0,0.13) 0%, transparent 50%),
    radial-gradient(circle at 85% 50%, rgba(255,149,0,0.09) 0%, transparent 50%);
  pointer-events: none;
}

.lm-stat { padding: 1.75rem 1rem; position: relative; z-index: 1; }

.lm-stat__icon {
  font-size: 1.8rem;
  color: var(--lm-primary);
  opacity: 0.85;
  margin-bottom: 0.85rem;
}

.lm-stat__value {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800 !important;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.04em;
}

.lm-stat__label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .lm-stats-section__inner .col-md-4:not(:last-child) .lm-stat {
    border-right: 1px solid rgba(255,255,255,0.08);
  }
}

/* ─── EARNINGS SIMULATOR ───────────────────────────────────── */
.lm-simulator-wrap {
  background: #ffffff;
  border-radius: 26px;
  padding: 3rem 3.5rem;
  border: 1.5px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 50px rgba(0,0,0,0.07);
}

.lm-range-group { margin-bottom: 2.5rem; }
.lm-range-group:last-child { margin-bottom: 0; }

.lm-range-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
  gap: 0.5rem;
}

.lm-range-group__header label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #374151;
  margin: 0;
}

.lm-range-group__icons { color: #9ca3af; font-size: 0.9rem; }

.lm-range-group__value {
  background: rgba(255,149,0,0.1);
  color: var(--lm-primary);
  font-weight: 700;
  border-radius: 100px;
  padding: 3px 14px;
  font-size: 0.88rem;
  white-space: nowrap;
}

.lm-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  accent-color: var(--lm-primary);
}

.lm-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: var(--lm-primary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(255,149,0,0.45);
  border: 3px solid #ffffff;
  transition: transform 0.2s ease;
}

.lm-range::-webkit-slider-thumb:hover { transform: scale(1.2); }

.lm-simulator-result {
  background: linear-gradient(150deg, var(--lm-primary) 0%, #ff7a00 100%);
  border-radius: 22px;
  padding: 2.75rem 2.25rem 2.5rem;
  text-align: center;
  box-shadow: 0 18px 56px rgba(255,149,0,0.38);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lm-simulator-result__label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.lm-simulator-result__amount {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 800 !important;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.04em;
}

.lm-simulator-result__amount small {
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.72;
  vertical-align: super;
  margin-left: 4px;
}

.lm-simulator-result__per {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

.lm-simulator-result__notes {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.lm-simulator-result .btn {
  background: rgba(255,255,255,0.18) !important;
  border: 2px solid rgba(255,255,255,0.4) !important;
  color: #ffffff !important;
  font-weight: 700;
  backdrop-filter: blur(8px);
  border-radius: 50px !important;
  transition: background 0.22s ease !important;
}

.lm-simulator-result .btn:hover {
  background: rgba(255,255,255,0.28) !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 991px) {
  .lm-simulator-wrap { padding: 2rem 1.5rem; }
}

@media (max-width: 576px) {
  .lm-simulator-wrap { padding: 1.5rem 1.25rem; }
}

/* ─── BOTTOM CTA ───────────────────────────────────────────── */
.lm-cta-bottom {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.lm-cta-bottom::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 50%, rgba(255,149,0,0.14) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 50%, rgba(255,149,0,0.08) 0%, transparent 55%);
  pointer-events: none;
}

.lm-cta-bottom__title {
  font-size: clamp(2rem, 4.5vw, 3.4rem) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.lm-cta-bottom__desc {
  color: rgba(255,255,255,0.58);
  font-size: 1.1rem;
  max-width: 540px;
  margin: 0 auto 2.75rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.lm-cta-bottom__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ─── FOOTER ───────────────────────────────────────────────── */
.lm-footer {
  background: #0a0a0a;
  padding: 5rem 0 0;
  color: rgba(255,255,255,0.80);
}

.lm-footer__logo img {
  max-height: 36px;
  width: auto;
  opacity: 1;
}

.lm-footer__tagline {
  font-size: 0.86rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.70);
  margin-top: 1rem;
  max-width: 230px;
}

.lm-footer__social {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.lm-footer__social-link {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.22s ease;
  border: 1px solid rgba(255,255,255,0.12);
}

.lm-footer__social-link:hover {
  background: var(--lm-primary);
  color: #ffffff;
  border-color: var(--lm-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255,149,0,0.35);
}

.lm-footer__heading {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff !important;
  margin-bottom: 1.4rem;
}

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

.lm-footer__list li { margin-bottom: 0.7rem; }

.lm-footer__list a {
  color: rgba(255,255,255,0.70);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.lm-footer__list a:hover { color: var(--lm-primary); }

.lm-footer-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .4rem;
  margin-bottom: .5rem;
}

.lm-footer-cat-pill {
  display: block;
  text-align: center;
  padding: .28rem .4rem;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50px;
  color: rgba(255,255,255,.65) !important;
  font-size: .68rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-footer-cat-pill:hover {
  background: rgba(255,153,0,.18);
  border-color: rgba(255,153,0,.4);
  color: #FF9900 !important;
}

.lm-footer-cat-pill--more {
  background: rgba(255,153,0,.1);
  border-color: rgba(255,153,0,.25);
  color: #FF9900 !important;
}

.lm-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: 4rem;
  padding: 1.75rem 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.60);
}

.lm-footer__bottom a {
  color: rgba(255,255,255,0.60);
  text-decoration: none;
}

.lm-footer__bottom a:hover { color: var(--lm-primary); }

/* ─── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 991px) {
  .lm-hero-v2 {
    padding: 100px 0 60px;
    text-align: center;
  }

  .lm-hero-v2__content { padding-right: 0; }
  .lm-hero-v2__subtitle { max-width: 100%; margin-left: auto; margin-right: auto; }
  .lm-hero-v2__actions { justify-content: center; }
  .lm-trust { justify-content: center; }
  .lm-hero-v2__image-wrap { margin-top: 2.5rem; }
  .lm-footer { padding: 3.5rem 0 0; }
  .lm-footer__tagline { max-width: 100%; }
}

@media (max-width: 576px) {
  .lm-cta-bottom { padding: 70px 0; }
  .lm-stats-section__inner { padding: 3.5rem 0; }
  .lm-step { padding: 1.5rem 0.75rem; }
}

/* ══════════════════════════════════════════════════════════════
   FORCE OUTFIT — tous les éléments du site
   Écrase Bootstrap, Core CSS, et tout autre style externe.
══════════════════════════════════════════════════════════════ */

/* 1. Override Bootstrap CSS variables (Bootstrap 5) */
:root {
  --bs-font-sans-serif: 'Inter', Helvetica, Arial, sans-serif !important;
  --bs-body-font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}

/* 2. Tous les éléments textuels */
html, body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, ul, ol, dl, dt, dd,
div, section, article, aside, header, footer, main, nav,
button, input, textarea, select, optgroup, option, label, legend, fieldset,
td, th, caption, tr, table, thead, tbody, tfoot,
figure, figcaption, blockquote, pre, code, kbd, samp, abbr,
strong, em, b, u, s, del, ins, mark, small, sub, sup,
details, summary, address, time,
.form-control, .form-select, .input-group-text,
.btn, .nav-link, .navbar-brand,
.dropdown-item, .dropdown-menu, .dropdown-header,
.card-title, .card-body, .card-header, .card-footer, .card-text,
.modal-title, .modal-body, .modal-header, .modal-footer,
.alert, .badge, .breadcrumb-item, .list-group-item,
.page-link, .tab-content, .accordion-button, .accordion-body,
.popover-body, .popover-header, .tooltip-inner,
.toast-header, .toast-body, .offcanvas-title, .offcanvas-body,
.table td, .table th, .form-label, .form-text, .form-check-label {
  font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}

/* ══════════════════════════════════════════════════════════════
   SIDEBAR SETTINGS — renforcement couleurs de police
   Pages : /settings/*, /my/*, /privacy/*, /dashboard, etc.
══════════════════════════════════════════════════════════════ */

/* En-têtes de section (COMPTE, ABONNEMENT, PAIEMENTS…) */
.card-settings .text-muted.text-uppercase {
  color: #374151 !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}

/* Items du menu — état normal */
.card-settings .list-group-item,
.card-settings .list-group-item-action {
  color: #1f2937 !important;
  font-size: .88rem !important;
  font-weight: 600 !important;
}

/* Icônes dans les items */
.card-settings .list-group-item i,
.card-settings .list-group-item svg {
  color: #4b5563 !important;
  opacity: 1 !important;
}

/* Flèche chevron droite */
.card-settings .list-group-item .bi-chevron-right {
  color: #6b7280 !important;    /* renforcé depuis #9ca3af */
  font-weight: 700 !important;
}

/* Hover */
.card-settings .list-group-item-action:hover,
.card-settings .list-group-item-action:focus {
  background-color: #f3f4f6 !important;
  color: #111827 !important;
}

/* Item actif (page courante) */
.card-settings .list-group-item.active,
.card-settings .list-group-item-action.active {
  color: #fff !important;
  font-weight: 700 !important;
}
.card-settings .list-group-item.active i,
.card-settings .list-group-item-action.active i {
  color: #fff !important;
}

/* ══════════════════════════════════════════════════════════════════════════
   FIX GLOBAL — Polices pâles / semi-transparentes (Bootstrap 5.3)
   Bootstrap 5.3 utilise rgba() pour les couleurs secondaires/tertiaires,
   ce qui rend certains textes translucides et difficiles à lire.
   Renforcé : toutes les couleurs secondaires remontées d'un niveau de contraste.
══════════════════════════════════════════════════════════════════════════ */

:root,
[data-bs-theme=light] {
  --bs-secondary-color:       #495057;      /* renforcé depuis #6c757d */
  --bs-tertiary-color:        #6c757d;      /* renforcé depuis #868e96 */
  --bs-body-color:            #212529;
  --bs-body-color-rgb:        33, 37, 41;
  --bs-heading-color:         inherit;
  --bs-secondary-bg:          #e9ecef;
  --bs-tertiary-bg:           #f8f9fa;
}

[data-bs-theme=dark] {
  --bs-secondary-color:       #adb5bd;
  --bs-tertiary-color:        #8a939e;
  --bs-body-color:            #dee2e6;
  --bs-body-color-rgb:        222, 230, 238;
}

/* .text-muted et variantes : couleur solide, opacité 1 */
.text-muted,
.text-body-secondary {
  color: #495057 !important;    /* renforcé depuis #6c757d */
  opacity: 1 !important;
}
.text-body-tertiary {
  color: #374151 !important;    /* renforcé depuis #868e96 */
  opacity: 1 !important;
}

/* Dates / horodatages (timeAgo, sm-date, ci-time) */
.timeAgo, .sm-date, .ci-time {
  color: #495057 !important;
  opacity: 1 !important;
}

/* small : ne pas laisser Bootstrap réduire l'opacité */
small, .small {
  opacity: 1 !important;
}

/* Labels et form hints */
.form-label,
label:not(.btn):not(.form-check-label) {
  opacity: 1 !important;
}
.form-text {
  color: #495057 !important;    /* renforcé depuis #6c757d */
  opacity: 1 !important;
}

/* Breadcrumb */
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #495057 !important;    /* renforcé */
  opacity: 1 !important;
}

/* Card sous-titre */
.card-subtitle {
  color: #495057 !important;    /* renforcé */
  opacity: 1 !important;
}

/* Input placeholders — légèrement renforcés */
::placeholder {
  color: #6b7280 !important;    /* renforcé depuis #9ca3af */
  opacity: 1 !important;
}
:-ms-input-placeholder  { color: #6b7280; }

/* ══════════════════════════════════════════════════════════════
   FORCE TEXT NORMAL — désactive les majuscules forcées (UPPERCASE/CAPITALIZE)
   Écrase Bootstrap (.text-uppercase, .text-capitalize), Core CSS, et tout
   text-transform local (inline ou dans un <style> de vue).
══════════════════════════════════════════════════════════════ */
*, *::before, *::after,
.text-uppercase, .text-capitalize {
  text-transform: none !important;
}
::-ms-input-placeholder { color: #6b7280; }

/* ══════════════════════════════════════════════════════════════
   MOBILE APP — Ultra Responsive / Native Feel
   Tous les styles ci-dessous ciblent mobile (< 992px)
   (déplacé depuis includes/css_general.blade.php le 2026-08-26 : bloc
   100% statique, sans interpolation Blade — inutile de le réinjecter en
   inline à chaque requête, il peut être mis en cache par le navigateur ici)
══════════════════════════════════════════════════════════════ */

/* ── Base universelle ─── */
* { -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
}

/* Safe area support */
:root {
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top:    env(safe-area-inset-top, 0px);
  --nav-bottom-h: calc(52px + env(safe-area-inset-bottom, 0px));
}

/* ── Bottom nav: caché sur desktop (déjà dans les styles existants) ─── */
@media (min-width: 992px) {
  .app-bottom-nav { display: none !important; }
}

/* ── Padding corps pour la bottom nav fixe ─── */
@media (max-width: 991px) {
  body { padding-bottom: var(--nav-bottom-h) !important; }

  /* ── Navbar mobile — épurée ─── */
  .navbar {
    padding: 0 12px !important;
    min-height: 52px !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
  }
  .navbar.shadow-custom { box-shadow: 0 1px 0 rgba(0,0,0,0.07) !important; }
  .navbar .navbar-brand img.logo { max-height: 30px !important; }

  /* Masquer le bouton hamburger (bottom nav le remplace) */
  .buttons-mobile-nav { display: none !important; }

  /* Collapse mobile reste le drawer latéral pour les invités */
  .navbar .navbar-collapse {
    width: 280px !important;
    border-radius: 0 12px 12px 0 !important;
  }

  /* ── Conteneurs ─── */
  .container { padding-left: 14px !important; padding-right: 14px !important; }
  .container-fluid { padding-left: 12px !important; padding-right: 12px !important; }

  /* ── Cards mobiles ─── */
  .card {
    border-radius: 18px !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
    margin-bottom: 14px !important;
  }
  .card-border-0 { box-shadow: none !important; border: 1px solid rgba(0,0,0,0.06) !important; }

  /* ── Feed / posts ─── */
  .card-updates {
    border-radius: 18px !important;
    overflow: hidden;
  }
  .card-updates .card-body { padding: 14px 14px 10px !important; }

  /* ── Avatars ─── */
  .avatarUser { width: 44px !important; height: 44px !important; border-radius: 50% !important; }

  /* ── Boutons — tap targets ≥ 44px ─── */
  .btn { min-height: 42px; border-radius: 12px !important; font-size: .88rem !important; }
  .btn-sm { min-height: 34px !important; }
  .btn-main { border-radius: 50px !important; }

  /* ── Inputs mobiles ─── */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  textarea,
  select { font-size: 16px !important; /* Empêche le zoom auto sur iOS */ border-radius: 12px !important; }

  /* ── Sidebar: masquée sur mobile ─── */
  .col-sidebar, .d-lg-block.d-none { display: none !important; }
  .col-main-content { max-width: 100% !important; flex: 0 0 100% !important; }

  /* ── Layout principal: pleine largeur ─── */
  .row > [class*="col-lg-8"],
  .row > [class*="col-xl-8"] { max-width: 100% !important; flex: 0 0 100% !important; }
  .row > [class*="col-lg-4"]:not(.keep-mobile),
  .row > [class*="col-xl-4"]:not(.keep-mobile) { max-width: 100% !important; flex: 0 0 100% !important; }

  /* ── Typographie fluide ─── */
  h1 { font-size: clamp(1.5rem, 5vw, 2.5rem) !important; }
  h2 { font-size: clamp(1.25rem, 4vw, 2rem) !important; }
  h3 { font-size: clamp(1.1rem, 3.5vw, 1.5rem) !important; }
  h4 { font-size: clamp(1rem, 3vw, 1.25rem) !important; }
  h5, h6 { font-size: clamp(.9rem, 2.5vw, 1.1rem) !important; }

  /* ── Images responsives ─── */
  img { max-width: 100%; height: auto; }

  /* ── Tables → scroll horizontal ─── */
  .table-responsive { -webkit-overflow-scrolling: touch; }

  /* ── Modales plein écran sur mobile ─── */
  .modal-dialog { margin: 0 !important; max-width: 100% !important; min-height: 100% !important; }
  .modal-content { border-radius: 20px 20px 0 0 !important; border: none !important; }
  .modal.fade .modal-dialog { transform: translateY(100%) !important; }
  .modal.show .modal-dialog { transform: none !important; }

  /* ── Dropdowns → bottom sheet sur mobile ─── */
  .dropdown-menu {
    position: fixed !important;
    bottom: var(--nav-bottom-h) !important;
    left: 8px !important; right: 8px !important;
    top: auto !important;
    border-radius: 18px !important;
    border: none !important;
    box-shadow: 0 -4px 40px rgba(0,0,0,0.18) !important;
    max-height: 60vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px !important;
  }
  .dropdown-menu.dd-menu-user { width: auto !important; }
  .dropdown-item { border-radius: 10px !important; padding: .65rem 1rem !important; font-size: .9rem !important; }

  /* ── Espacements ─── */
  .py-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
  .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .mt-5 { margin-top: 2rem !important; }
  .mb-5 { margin-bottom: 2rem !important; }
  .p-lg-4, .p-lg-5 { padding: 1rem !important; }

  /* ── Footer compact ─── */
  footer .row > [class*="col-"] { margin-bottom: 1.5rem; }

  /* ── Fil d'actualité ─── */
  .feeds-post .card-body { padding: 12px !important; }
  .media { align-items: flex-start; }
  .media-body { min-width: 0; }
  .font-montserrat { font-size: .9rem !important; }

  /* ── Stories bar ─── */
  .stories-wrap, .swiper-container { padding: 0 4px !important; }

  /* ── Pagination ─── */
  .pagination .page-link { min-width: 38px; min-height: 38px; border-radius: 8px !important; }

  /* ── Smooth active feedback ─── */
  a:active, button:active { opacity: .75; transform: scale(0.97); transition: opacity .1s, transform .1s; }
}

/* ── Très petit mobile (< 400px) ─── */
@media (max-width: 399px) {
  .container, .container-fluid { padding-left: 10px !important; padding-right: 10px !important; }
  .card { border-radius: 14px !important; }
  .abn-label { display: none; }  /* Icônes only sur très petits écrans */
  .abn-tab { padding: 10px 4px !important; }
}

/* ── iPhone notch / Dynamic Island ─── */
@supports (padding-top: env(safe-area-inset-top)) {
  .navbar.fixed-top { padding-top: env(safe-area-inset-top, 0px) !important; }
}

/* ── Scrollbar slim sur mobile ─── */
@media (max-width: 991px) {
  ::-webkit-scrollbar { width: 4px; height: 4px; }
  ::-webkit-scrollbar-track { background: transparent; }
  ::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 4px; }
}

/* ── Dark mode mobile ─── */
@media (max-width: 991px) {
  [data-bs-theme="dark"] .card { box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important; }
  [data-bs-theme="dark"] .navbar { border-bottom-color: rgba(255,255,255,0.07) !important; }
}

/* ════════════════════════════════════════════
   CREATOR CARDS — styles globaux (lm-creator-card)
════════════════════════════════════════════ */

.lm-creator-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    transition: transform .22s cubic-bezier(.34,1.16,.64,1), box-shadow .22s;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.lm-creator-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 48px rgba(0,0,0,.14);
}
.lm-creator-card.lm-is-live {
    box-shadow: 0 2px 16px rgba(239,68,68,.2), 0 0 0 2px rgba(239,68,68,.35);
}
.lm-cc-cover {
    height: 120px;
    background: #1a1a2e center/cover no-repeat;
    position: relative;
    flex-shrink: 0;
}
.lm-cc-cover::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
    background: linear-gradient(transparent, rgba(0,0,0,.38));
}
.lm-cc-avatar-wrap {
    position: relative;
    text-align: center;
    margin-top: -38px;
    z-index: 2;
    flex-shrink: 0;
}
.lm-cc-avatar {
    width: 76px !important; height: 76px !important;
    border-radius: 50% !important;
    border: 3px solid #fff;
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(0,0,0,.14);
    display: inline-block !important;
}
.lm-creator-card.lm-is-live .lm-cc-avatar {
    border-color: #ef4444;
    box-shadow: 0 0 0 2.5px #ef4444, 0 4px 14px rgba(239,68,68,.3);
}
.lm-cc-live-badge {
    position: absolute;
    top: -6px; left: 50%; transform: translateX(-50%);
    background: #ef4444; color: #fff;
    font-size: .55rem; font-weight: 900; letter-spacing: .06em;
    padding: 2px 7px; border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(239,68,68,.45);
}
.lm-cc-body {
    padding: .6rem 1rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.lm-cc-name {
    font-size: .88rem;
    font-weight: 800;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
    line-height: 1.3;
}
.lm-verified { color: #FF9900; font-size: .78rem; vertical-align: middle; margin-left: 2px; }
.lm-featured { color: #f59e0b; font-size: .78rem; vertical-align: middle; margin-left: 1px; }
.lm-cc-username {
    font-size: .72rem; color: #4b5563; font-weight: 500; margin-bottom: .5rem;  /* renforcé */
}
.lm-cc-btn {
    display: block; margin-top: auto;
    background: linear-gradient(135deg, #FF9900 0%, #e08800 100%);
    color: #fff !important; text-decoration: none !important;
    border-radius: 50px; padding: .48rem 1rem;
    font-size: .77rem; font-weight: 700; text-align: center;
    box-shadow: 0 3px 12px rgba(255,153,0,.3);
    transition: opacity .15s, transform .15s;
}
.lm-cc-btn:hover { opacity: .92; transform: scale(1.02); color: #fff !important; }
[data-bs-theme="dark"] .lm-creator-card { background: #1c1c1e; }
[data-bs-theme="dark"] .lm-cc-name { color: #f5f5f7; }

/* Grille 2 colonnes en mobile (creators.blade.php / categories.blade.php) — cartes resserrées */
@media (max-width: 575px) {
    .lm-cc-cover { height: 90px; }
    .lm-cc-avatar-wrap { margin-top: -30px; }
    .lm-cc-avatar { width: 60px !important; height: 60px !important; }
    .lm-cc-body { padding: .5rem .7rem .8rem; }
    .lm-cc-name { font-size: .8rem; }
    .lm-cc-username { font-size: .68rem; margin-bottom: .4rem; }
    .lm-cc-btn { font-size: .72rem; padding: .4rem .6rem; }
}

/* ════════════════════════════════════════════
   FORMULAIRES DE RECHERCHE — mobile
════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* Explore page — barre recherche + filtre */
  .wrap-post .justify-content-between {
    flex-direction: column !important;
    gap: 8px !important;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
  .wrap-post .justify-content-between form { margin-right: 0 !important; margin-bottom: 0 !important; }
  .wrap-post .justify-content-between .w-lg-100 { width: 100% !important; }
  .wrap-post .justify-content-between .form-control,
  .wrap-post .justify-content-between .custom-select {
    font-size: 16px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
  }
  .bar-search { left: 12px !important; }
  .wrap-post .form-control.pl-5 { padding-left: 2.6rem !important; }
  /* Admin / pages internes — champs recherche */
  .table-responsive + * .form-control[name="q"],
  form[role="search"] input[name="q"] {
    font-size: 16px !important;
    min-height: 44px !important;
    border-radius: 22px !important;
  }
}
