:root {
  --main-color: #0d0d0e;
  --secondary-color: rgb(198, 4, 4);
  --font-color: #ffffff;
  --background-color: #050507;
  --border-radius: 5px;
  --padding: 10px;
  --margin: 10px;
  --primary-color: red;
}

.adult-alert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.adult-alert-content {
  background: var(--main-color);
  color: var(--font-color);
  border-radius: var(--border-radius);
  padding: 2rem 1.5rem;
  border: 1px solid var(--primary-color);
  text-align: center;
  max-width: 90vw;
  width: 650px;
}

.adult-alert-content h2 {
  color: var(--font-color);
  margin-bottom: 1rem;
}

#adult-alert-close {
  background: var(--font-color) !important;
  color: var(--primary-color);
}

.adult-alert-content button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: var(--border-radius);
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s;
}

.adult-alert-content button:hover {
  background: var(--secondary-color);
}


html,
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--font-color);
  background-color: var(--background-color);
  margin: 0;
  padding: 0;
  color: var(--font-color);
}

.container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}

.lang {
  padding: 0;
  list-style-type: none;
}

.dropdown {
  padding: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(4, 4, 10, 0.464);
  padding: 10px;
}

.current-language,
.dropdown li a {
  text-decoration: none;
  color: var(--font-color);
  line-height: 30px;
}

.language-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.language-dropdown:hover .dropdown {
  display: block !important;
}

.current-language {
  position: relative;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  border-radius: 5px;
  background: var(--primary-color);
  backdrop-filter: blur(8px) brightness(1.1) contrast(1.2);

}

header {
  background: linear-gradient(var(--main-color), rgba(0, 0, 0, 0));
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;

}

.dropdown li a:hover,
.nav-link:hover {
  color: var(--primary-color);
}

.nav-link {
  color: var(--font-color);
}

#section-hero {
  height: 700px;
  background: linear-gradient(rgba(13, 13, 14, 0.552) 0%, var(--background-color)), url('./images/header.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stats-container {
  display: flex;
  margin: 10px 0;
}

.stat-item {
  border: 1px solid var(--font-color);
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  align-items: center;
}

.stat-number {
  margin-right: 5px;
  color: var(--primary-color);
  font-weight: bolder;
  font-size: 17px;
}

.cta-button {
  padding: 15px 20px;
  background: var(--primary-color);
  color: var(--font-color);
  text-decoration: none;
  margin: 7px 0;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: var(--secondary-color);
  color: var(--font-color);
  transform: scale(1.05);
}

h1 {
  font-size: 60px;
  width: 70%;
  line-height: 55px;
  margin-bottom: 30px;
}

h2 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 50px;
}

.bi {
  font-size: 18px;
  margin-left: 10px;
}

#section-pourquoi-comment,
.info-section,
#section-raisons-vendre,
#section-ou-acheter {
  /* background: purple; */
  margin-bottom: 120px;
}

#section-pourquoi-comment {
  background: url('./images/pipes-D68q0iVI.svg') rgba(0, 0, 0, 0.726);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 10px;
}

.feature-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.feature-list li {
  border: 1px solid var(--font-color);
  margin: 5px 5px 5px 0;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 15px;
}

.image-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
}

#section-raisons-vendre {
  text-align: center;
  padding: 100px 0;
  position: relative;
}

#section-raisons-vendre h2 {
  width: 75%;
  margin: 0 auto 20px auto;
}

#section-raisons-vendre .card-content {
  text-align: left;
  padding: 30px;
  border-radius: 10px;
}


.blur-box {
  background-image: radial-gradient(at right top, rgb(79, 17, 17) 0px, transparent 40%);
  border-radius: var(--border-radius);
  padding: var(--padding);
  margin: var(--margin) 0;
  height: 500px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.blur-box-bottom-reverse {
  background-image: radial-gradient(at left bottom, rgb(79, 17, 17) 0px, transparent 40%);
  border-radius: var(--border-radius);
  padding: var(--padding);
  margin: var(--margin) 0;
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: -20px;
  z-index: -1;
}

.info-section {
  text-align: center;
}

.info-cards {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.info-card h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.info-card p {
  min-height: 120px;
  text-align: center;
  font-size: 15px;
}

.info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.info-card {
  position: relative;
  padding: 15px 10px;
}

.info-card:nth-child(1)::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.2px;
  background: #ffffff26;
  content: "";
  border-right-width: 1px;
  border-color: #ffffff37;
  display: block;
}

.info-card:nth-child(2)::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.2px;
  background: #ffffff26;
  content: "";
  border-right-width: 1px;
  border-color: #ffffff37;
  display: block;
}

.info-card:nth-child(3)::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.2px;
  background: #ffffff26;
  content: "";
  border-right-width: 1px;
  border-color: #ffffff37;
  display: block;
}

.info-icon .bi {
  font-size: 35px;
}

.bi-lock {
  color: #ef7a7a;
}

.bi-box-seam {
  color: #60a5fa;
}

.bi-chat-square-text {
  color: #4ade80
}

.bi-tag {
  color: #d8b4fe;
}

.faq-item {
  background: var(--main-color);
  margin: 10px 0;
  padding: 20px;
  border-radius: 10px;
  height: 170px;
}

.faq-item h3 {
  font-size: 23px;
  margin-bottom: 20px;
}

.faq-item p {
  color: #cccccce1;
}


#section-cta {
  margin: 60px 0 100px 0;
}

.cta-content {
  padding: 20px;
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.659), rgba(0, 0, 0, 0.768)), url('./images/woman-7005073_1920.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: background-size 0.3s ease;
}

#section-cta .cta-content:hover {
  background-size: 110%;
}

footer {
  height: 100px;
  border-top: 1px solid #ffffff26;
  display: flex;
  align-items: center;
}

.copyright {
  display: flex;
  justify-content: space-between;

}

.cta-footer .cta-button {
  position: fixed;
  bottom: 5px;
  right: 10px;
  left: 10px;
  text-align: center;
  display: none;
}

.navbar-brand img {
  width: 200px;
}