@import url("real_style.css");

/* 🔴 CRITICAL: Restore the original aesthetic and fixes 🔴 */

/* Hide the accessibility text that overlaps the header image */
#texte-entete a {
  display: block;
  text-indent: -9999px;
  height: 100px;
}

/* Header Image Fix - Sprite V2 */
#bandeau-img {
  background-image: url('assets/bandeau-teo-sprite-v2.png') !important;
  background-size: cover !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  background-color: #ffffff !important;
  height: 100px;
  /* User's manual tweaks to margin */
  margin-left: -20px;
  margin-right: 100px;
}

/* Container Background */
#main-container {
  background-image: url('assets/fond_menu_blanc.png') !important;
  background-repeat: repeat-y !important;
  background-position: top center !important;
  background-color: transparent !important;
  min-height: 100vh;
}

/* Mobile: Center title and photo */
@media (max-width: 768px) {

  h3,
  h1 {
    text-align: center !important;
  }

  .info-candidat-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }

  .result-container {
    flex-direction: column !important;
    align-items: center !important;
  }

  .photo-candidat {
    margin: 0 auto 20px auto !important;
    text-align: center !important;
  }

  .photo-candidat img {
    display: block;
    margin: 0 auto;
  }
}

body {
  background-color: #E4E9EA;
}

/* Captcha Styling */
.captcha-visual {
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.captcha-instruction {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Modal Styling overrides */
.modal.show {
  display: block !important;
  background: rgba(0, 0, 0, 0.5);
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: .5;
  cursor: pointer;
}

/* FEI candidate result block – exact clone from long prompt */
.info-candidat-box {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 12px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.info-candidat-box .candidat-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.info-candidat-box strong {
  font-weight: 700;
}