@font-face {
  font-family: "Milonga";
  src: url("font/Milonga-Regular.ttf");
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("font/LibreBaskerville-Regular.ttf");
}

* {
  font-family: Milonga, sans-serif;
}

.navbar {
  background-color: #ac5a30a6;
  font-size: 1.5rem;
  color: #fff;
}

.custom-navbar {
  color: #fff;
}

.banner {
  margin-top: 140px;
}

.banner .container {
  padding: 50px;
  background-color: #523b30bd;
}

.banner .container1 {
  background-color: #62351e;
  padding: 40px 40px 80px 40px;
}

.custom-btn {
  background-color: #62351e;
  color: white;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #4f2e17;
  color: #fff;
  transform: scale(1.02);
  transition: 0.3s;
}

.custom-navbar {
  color: #fff !important;
}

.btn-wrap {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.container1 {
  background: #f7f2ef;
  max-width: 350px;
}

.img {
  max-width: 70px;
}

.container2,
.container3,
.container4,
.container5,
.container6,
.container7,
.container8,
.container9 {
  max-width: 19rem;
}

.connexion {
  background: url(image/ecole.jpg) center center fixed no-repeat;
  background-size: cover;
  height: 850px;
  width: 100%;
  color: white;
}

.index {
  background: url(image/ecole1.jpeg) center center fixed no-repeat;
  background-size: cover;
  height: 850px;
  width: 100%;
  color: white;
}

/* CAPTCHA styles */

#puzzle {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  grid-template-rows: repeat(3, 100px);
  gap: 2px;
  margin: 20px auto;
}
.piece {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-size: 300px 300px;
}

.navbar {
  height: 85px;
  min-height: unset;
  background: rgba(120, 60, 10, 0.689);
}

.nav-link {
  color: white;
}

.H-title {
  font-size: 125px;
  font-weight: 900;
  color: #fff;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(180, 100, 20, 0.4);
}

.H-subtitle {
  font-size: 35px;
  font-family:
    Libre Baskerville,
    sans-serif;
}

.H {
  padding-top: 250px;
}

.cust-btn {
  background-color: #62351eb1;
  color: white;
}

.cust-btn:hover {
  background-color: #593217;
}

/* Styles pour les annonces */
.annonce-card {
  border-left: 4px solid #dee2e6;
  transition: border-color 0.2s;
}
.annonce-card.epinglee {
  border-left-color: #62351e;
}
.annonce-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.avatar-sm {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #62351e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
