:root{
  --background-color: linear-gradient(to bottom left, #b6f3ff, #fff2d2, #ffca59);
  --text-color: #111528;
  --subtext-color: #555;
  --header-color: #081935;
  --background-icon: white;
  --line-color: #000000;
  --input-bg: white;
}

.darkmode{
  --background-color: linear-gradient(to bottom left, #002d36, #310026);
  --text-color: #ffffff;
  --subtext-color: #c7c7c7;
  --background-icon: black;
  --line-color: #ffdd77;
  --input-bg: transparent;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Judson", serif;
  background: var(--background-color);
  background-size: cover;
}

nav {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

input {
  font-family: "Judson", serif;
  font-style: normal;
  font-size: 1rem;
  box-sizing: border-box;
}

input::placeholder {
  font-weight: normal;
  font-size: 1rem;
  opacity: 0.5;
}

ul {
  list-style-type: none;
}

footer {
  background-color: #081935;
  font-size: 20px;
}

header {
  background-color: #081935 !important;
  justify-content: center;
  align-items: center;
}

.judson-regular {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: normal;
}

.judson-bold {
  font-family: "Judson", serif;
  font-weight: 700;
  font-style: normal;
}

.judson-regular-italic {
  font-family: "Judson", serif;
  font-weight: 400;
  font-style: italic;
}

.navbar a {
  color: rgb(240, 234, 234);
  text-decoration: none;
  justify-content: space-between;
  padding: 20px;
  background: transparent;
  justify-content: center;
}
.navbar a:hover {
  color: black;
}
.navbar {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  margin-top: 20px;
  padding: 8px 20px;
  max-width: 1000px;
  font-family: Judson;
  font-size: 16px;
}
.logo_img {
  width: 12rem;
  height: 7rem;
  padding-top: 1em;
  padding-right: 2em;
}

.logo {
  display: flex;
  align-items: center;
}
.plus {
  width: 50px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
}
.profile {
  width: 40px;
  height: auto;
  padding: 2px;
  border: none;
  background: white;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  color: black;
  justify-content: space-between;
  border-radius: 50%;
}
.logo_search {
  width: 20px;
  padding: 20px;
}
.searche_bar {
  text-align: center;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.searche_bar,
input {
  border: none;
  background-color: transparent;
  color: white;
  margin-left: auto;
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
}
.searche_bar input::placeholder {
  color: white;
  font-size: 0.9rem;
}

.board {
  background: var(--background-color);
}

.swiper {
  width: 100%;
  height: 500px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
  padding: 2em;
  margin: 2em;
}
.swiper-slide-next {
  transform: scale(1.1);
  opacity: 1;
  z-index: 10;
}

.swiper-slide-next img {
  transform: scale(1.2);
  opacity: 1;
  z-index: 10;
  border-radius: 50px;
  padding: 2em;
  margin: 2em;
}

#titre {
  font-size: 1.7em;
  font-family: "Judson";
  font-weight: bold;
  padding-left: 2.5%;
}
#pargp {
  padding-left: 0 4%;
  line-height: 1.6;
}
.graph {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.footer_actions_links a {
  text-decoration: none;
  color: rgb(252, 243, 243);
}
.footer_title1,
.footer_title2,
.footer_title3 {
  color: #ffffffd7;
  font-size: 22px;
}

.footer_actions_links_2 a {
  text-decoration: none;
  color: rgb(252, 243, 243);
}
.footer_actions_links_3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
.footer_actions_links_3 a {
  text-decoration: none;
  color: rgb(252, 243, 243);
  padding-bottom: 24px;
}
.footer_social_links {
  display: flex;
  gap: 2.4rem;
  flex-direction: row;
}
.footer_copyright {
  color: #ffffffd7;
  text-align: center;
  border-top: 1px solid rgb(255, 253, 253);
  padding-top: 24px;
}
.footer_copyright a {
  color: #ffffffd7;
  text-decoration: none;
}
.footer_bottom {
  display: flex;
  flex-direction: column;
  padding: 3rem 5% 8rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .navbar {
    width: 90%;
    border-radius: 20px;
    padding: 8px 10px;
  }

  .searche_bar input {
    width: 150px;
  }

  .swiper {
    height: auto;
  }

  .logo_img {
    width: 8rem;
    height: 5rem;
  }
}

.drop {
  flex: 0 0 360px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  background-color: var(--input-bg);
  border-radius: 15.44px;
  height: 500px;
  padding: 20px;
  gap: 60px;
}

.Add_bien {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
  color: var(--text-color);
}

.Describe {
  flex: 1;
  display: flex;
  align-items: flex-end;
  width: 578px;
  height: 102px;
}

.pill-filter {
  flex: 1;
  height: 70px;
  padding: 0 25px;
  border-color: #ddd !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Add_files {
  font-size: 25px;
  color:  var(--text-color);
}

.content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  flex-wrap: nowrap;
  padding: 20px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

.features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.content form {
  flex: 1;
  min-width: 0;
}

#file-input {
  display: none;
}

#drop-zone {
  cursor: pointer;
}

.page-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 1rem;
}

.col-gauche {
  flex: 0 0 300px;
  position: sticky;
  top: 1rem;
}

.col-droite {
  flex: 1;
  min-width: 0;
}

.champ-label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-color);
  margin-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.champ-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.champ-wrapper input,
.champ-wrapper textarea,
.champ-wrapper select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ffc107;
  border-radius: 1rem;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-family: "Judson", serif;
  outline: none;
  background: white;
  display: block;
  color:  var(--text-color);
  max-width: 100%;
  margin-left: 0;
}

.champ-wrapper input:focus,
.champ-wrapper textarea:focus,
.champ-wrapper select:focus {
  border-color: #fd7e14;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.champ-wrapper input::placeholder,
.champ-wrapper textarea::placeholder {
  font-size: 1rem;
  font-weight: normal;
  opacity: 0.5;
  color: var(--text-color);
}

#preview {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .page-layout {
    flex-direction: column;
  }
  .col-gauche {
    flex: unset;
    width: 100%;
    position: static;
  }
}

.recommendation{
  color: var(--text-color);
}

.champ-wrapper input,
.champ-wrapper textarea,
.champ-wrapper select {
    background-color: var(--input-bg);
}