/* line 17, ../sass/my.scss */
body {
  background-color: black !important;
  color: white !important;
  font-family: "Nunito";
}
.annonce {
  background: #f7f7f7;
  border: 1px solid #dedede;
}
/* line 20, ../sass/my.scss */
.annonce a {
  color: #666;
}
html, body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden; /* Évite le scroll horizontal */
}
/* line 23, ../sass/my.scss */
.annonce a:hover {
  color: #999;
  text-decoration: none;
}
/* line 28, ../sass/my.scss */
.annonce .prix-liste {
  background: black;
  color: #eee;
}

/* line 34, ../sass/my.scss */
.bg-custom {
  background: black;
}
#who {
  scroll-margin-top: 200px;
}
/* line 37, ../sass/my.scss */
.bg-custom a {
  color: white;
}
/* line 40, ../sass/my.scss */
.bg-custom a:hover {
  color: #b3b3b3;
}
.carousel-item img {
  animation: 10s linear infinite alternate imgeffect;
}
#carouselExampleSlidesOnly {
  margin-top: 187px;
}

@keyframes imgeffect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.twice {
  width: 48%;
  padding: 1%;
  float: left;
  margin-right: 0 !important;
  text-align: justify !important;
}

nav {
  z-index: 999;
  width: 100%;
  background: #020305 !important;
}

/* line 45, ../sass/my.scss */
.footer-custom {
  background: black !important;
}
/* line 47, ../sass/my.scss */
.footer-custom a,
.footer-custom p,
.footer-custom span {
  color: white;
}
/* line 50, ../sass/my.scss */
.footer-custom a:hover {
  color: #b3b3b3;
}

/* line 55, ../sass/my.scss */
.filtre {
  float: left;
}
/* line 57, ../sass/my.scss */
.filtre .bouton {
  border: 1px solid black;
  float: left;
  padding: 10px;
  width: 80px;
  text-align: center;
}
/* line 64, ../sass/my.scss */
.filtre .bouton:hover {
  background: black;
  color: white;
  transition: background 1s;
}

/* line 71, ../sass/my.scss */
.btn-custom {
  color: black;
  background-color: white;
  border-color: black;
}

/* line 77, ../sass/my.scss */
hr {
  background: #999;
}
.clear {
  clear: both;
  float: none !important;
  display: block !important;
}
/* line 81, ../sass/my.scss */
.panel {
  background: white;
}

.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #262626;
}
.achat-img {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 135px;
}

.achat-txt {
  float: left;
  width: calc(100% - 155px);
}
.achat-txt p {
  text-align: justify;
}
.nav-in-header {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nav-in-header .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}
.nav-item .active-menu {
  border-bottom: 2px solid orange;
  color: orange !important;
  font-weight: bold;
}
.nav-in-header .nav-item {
  margin: 0 10px;
  display: inline-block !important;
  white-space: nowrap;
  width: auto !important;
  flex: none !important;
}

.nav-in-header .nav-link {
  color: white;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 12px !important;
  transition: all 0.3s ease;
  width: auto !important;
  display: inline-block !important;
}

.nav-in-header .nav-link:hover {
  color: #ddd !important;
  background-color: rgba(255,255,255,0.1);
  border-radius: 4px;
}

.nav-in-header .dropdown-menu {
  background: #020305 !important;
  border: 1px solid #333 !important;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  margin-top: 5px;
}

.nav-in-header .dropdown-item {
  color: white !important;
  font-size: 14px !important;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.nav-in-header .dropdown-item:hover {
  background-color: rgba(255,255,255,0.1) !important;
  color: #ddd !important;
}

.nav-in-header .dropdown-toggle::after {
  color: white;
}

/* Style responsive pour mobile */
@media only screen and (max-width: 991px) {
  .nav-in-header .navbar-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .nav-in-header .nav-item {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }

  .nav-in-header .nav-link {
    font-size: 14px !important;
    padding: 6px 10px !important;
  }

  .nav-in-header .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin-top: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: rgba(255,255,255,0.1) !important;
  }
}

@media screen and (max-width: 1200px) {
  .nav-in-header .nav-link {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }

  .nav-in-header .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 870px) {
  .twice {
    width: 96%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
