:root {
  --bs-btn-bg-lisieux: #e74e0f !important;
}

.main-administre {
  min-height: calc(100vh - 200px);
  background-color: #e9ecef;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 4vh 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-elu {
  min-height: calc(100vh - 200px);
  background-color: #e9ecef;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 4vh 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-admin {
  min-height: calc(100vh - 200px);
  background-color: #e9ecef;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 4vh 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .main-admin {
    padding: 10px 0px;
  }
}

.form-container {
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 20px;
  padding: 4%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.welcome-section {
  text-align: center;
  margin-bottom: 3%;
  padding-bottom: 2.5%;
  border-bottom: 2px solid #e9ecef;
}

h1 {
  color: #2c3e50;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 1.5%;
}

h2 {
  color: #2c3e50;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5%;
  text-align: center;
}

p {
  color: #6c757d;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

.info-cards {
  margin-bottom: 3%;
}

.info-card {
  background-color: #e74e0fbb;
  border: 3px solid #e74e0f;
  color: white;
  padding: 5%;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 8px 20px rgba(122, 122, 122, 0.4);
}

.info-card h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2%;
}

.form-section {
  margin-top: 3%;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
