@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700|Open+Sans:400italic,400,300,600);

    :root {
      --uphf-blue:   #003b71;
      --uphf-red:    #c8102e;
      --uphf-orange: #e8891a;
      --uphf-light:  #eef3fa;
      --uphf-gold:    #c8a14e;
      --uphf-border: #d0dce8;
      --text-main:   #1a2434;
      --text-muted:  #5a6a7e;
    }

    * { box-sizing: border-box; }

    body {
      font-family: 'Roboto', Arial, Helvetica, FreeSans, sans-serif;
      color: var(--text-main);
      background: #fff;
      font-size: 0.95rem;
    }

    /* -- HEADER -- */
    .site-header {
      border-bottom: 2px solid var(--uphf-border);
      padding: 12px 0;
      background: #fff;
    }
    .site-header img.logo-uphf { height: 52px; }
    .site-header img.logo-insa { height: 44px; margin-left: 14px; }
    .help-link {
      color: var(--uphf-blue);
      font-weight: 600;
      text-decoration: none;
      font-size: 0.9rem;
    }
    .help-link:hover { text-decoration: underline; }

	p { margin-bottom: 8px; line-height: 1.55; }
	p, a, li, .contact-block, .alert-international { font-size: 14px; }
	
	a { color: inherit; }
	
	

    /* -- HERO -- */
    .hero { padding: 15px 0 15px; }
    .hero h1 {
      font-family: 'Roboto', Arial, Helvetica, FreeSans, sans-serif;
      font-size: 2rem;
      font-weight: 700;
      color: var(--uphf-blue);
      line-height: 1.2;
    }
    .hero .subtitle { color: var(--text-muted); font-size: 0.95rem; }

    /* -- ALERT INTERNATIONAL -- */
    .alert-international {
      background: #fff8ee;
      border: 1.5px solid var(--uphf-orange);
      border-radius: 8px;
      padding: 16px 20px;
      color: var(--text-main);
    }
    .alert-international .icon-wrap {
      background: var(--uphf-orange);
      color: #fff;
      border-radius: 50%;
      width: 32px; height: 32px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .alert-international a { color: var(--uphf-blue); font-weight: 600; }

    /* -- STEPS CARD -- */
    .card-section {
      background: var(--uphf-light);
      border: 1px solid var(--uphf-border);
      border-radius: 10px;
      padding: 22px 24px;
      /*height: 100%;*/
	  
	  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(208, 220, 232, 0.5);
  border-radius: 14px;
  padding: 20px 22px;

  /* Flou de fond (glassmorphism) */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  /* Ombre douce pour estomper les bords */
  box-shadow:
    0 4px 18px rgba(0, 59, 113, 0.08),
    0 1px 4px rgba(0, 59, 113, 0.04);
	  
    }
    .card-section h2 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 18px;
    }
    .card-section h2 .fa-icon { color: var(--uphf-blue); margin-right: 8px; }

    .step-item { display: flex; align-items: flex-start; margin-bottom: 14px; }
    .step-num {
      background: var(--uphf-blue);
      color: #fff;
      border-radius: 50%;
      width: 28px; height: 28px;
      font-size: 0.85rem;
      font-weight: 700;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-right: 12px;
      margin-top: 2px;
    }
    .step-text strong { display: block; font-size: 0.9rem; color: var(--uphf-blue); }
    .step-text span { font-size: 13.5px; color: var(--text-muted); }

    .info-box {
      border: 1.5px solid var(--uphf-blue);
      border-radius: 6px;
      background: #eef3fa;
      padding: 10px 14px;
      color: var(--text-main);
      display: flex; gap: 10px; align-items: flex-start;
      margin-top: 16px;
    }
    .info-box .fa { color: var(--uphf-blue); margin-top: 2px; }

    .warning-box {
      border: 1.5px solid var(--uphf-red);
      border-radius: 6px;
      background: #fdf0f2;
      padding: 10px 14px;
      color: var(--text-main);
      display: flex; gap: 10px; align-items: flex-start;
      margin-top: 10px;
    }
    .warning-box .fa { color: var(--uphf-red); margin-top: 2px; }

    /* -- CTA CARD -- */
    .cta-card {
      background: #0081a1;
      color: #fff;
      border-radius: 10px;
      padding: 32px 24px;
      text-align: center;
    }
    .cta-card .fa-circle-user { font-size: 3rem; opacity: 0.9; margin-bottom: 12px; }
    .cta-card h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; }
    .cta-card p { font-size: 0.88rem; opacity: 0.85; margin-bottom: 20px; }
    .btn-inscrire {
      background: #fff;
      color: var(--uphf-blue);
      font-weight: 700;
      border: none;
      border-radius: 6px;
      padding: 10px 32px;
      font-size: 0.95rem;
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
      display: inline-block;
    }
    .btn-inscrire:hover { background: var(--uphf-gold); color: #fff; }
    .btn-inscrire .fa { margin-right: 7px; }
	
    .btn-assistance {
      color: #fff;
      background: var(--uphf-blue);
      font-weight: 700;
      border: none;
      border-radius: 6px;
      padding: 10px 20px;
      font-size: 0.95rem;
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
      display: inline-block;
	  margin-top: 5px;
    }
    .btn-assistance:hover { background: var(--uphf-gold); color: #fff; }
    .btn-assistance .fa { margin-right: 7px; }
	
	.btn-assistance .fa {
      color: #fff !important;
    }

    /* -- STUDENT CARD SECTION -- */
    .card-etudiante {
      background: var(--uphf-light);
      border: 1px solid var(--uphf-border);
      border-radius: 10px;
      padding: 20px 24px;
    }
    .card-etudiante h3 {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 14px;
    }
    .card-etudiante h3 .fa { color: var(--uphf-blue); margin-right: 8px; }
    .card-etudiante p { font-size: 0.83rem; margin-bottom: 8px; line-height: 1.55; }
    .card-etudiante a { color: var(--uphf-blue); }
    .campus-tag { color: var(--uphf-blue); font-weight: 600; }

    /* -- INFO IMPORTANTES -- */
    .important-section {
      margin-top: 20px;
    }
    .info-collapse-toggle {
      color: var(--uphf-blue);
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 6px;
      border: none;
      background: none;
      padding: 0;
      margin-bottom: 10px;
    }
    .important-section p { line-height: 1.6; }
    .important-section strong { color: var(--uphf-blue); }

    /* -- AIDE ADMINISTRATIVE -- */
    .aide-section { height: 100%; }
    .aide-section h2 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 10px;
    }
    .aide-section p { font-size: 0.82rem; color: var(--text-main); line-height: 1.6; margin-bottom: 14px; }

    .contact-block {
      border-left: 3px solid var(--uphf-blue);
      padding: 10px 14px;
      margin-bottom: 12px;
      background: var(--uphf-light);
      border-radius: 0 6px 6px 0;
    }
    .contact-block .fa { color: var(--uphf-blue); margin-right: 6px; }
    .contact-block .dates { color: var(--text-main); }
    .contact-block .fermeture { color: var(--uphf-red); font-style: italic; }
    .contact-block .horaires { font-weight: 700; color: var(--uphf-blue); }

    /* -- LIENS UTILES -- */
    .liens-utiles h2 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 12px;
    }
    .liens-utiles ul { list-style: none; padding: 0; margin: 0; }
    .liens-utiles ul li {
      border-bottom: 1px solid var(--uphf-border);
      padding: 7px 0;
    }
    .liens-utiles ul li:last-child { border-bottom: none; }
    .liens-utiles ul li a {
      color: var(--uphf-blue);
      text-decoration: none;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .liens-utiles ul li a:hover { text-decoration: underline; }
    .liens-utiles ul li a .fa { color: var(--uphf-red); font-size: 0.7rem; }

    /* -- VIDEO + VOUS INSCRIRE -- */
    .video-section {
      background: var(--uphf-light);
      border: 1px solid var(--uphf-border);
      border-radius: 10px;
      padding: 20px 24px;
    }
    .video-section h3 {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 14px;
    }
    .video-thumb {
      background: #c8d8ea;
      border-radius: 8px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
    }
    .video-thumb .fa-circle-play { font-size: 2.8rem; color: var(--uphf-blue); opacity: 0.8; }
    .btn-video {
      border: 2px solid var(--uphf-blue);
      color: var(--uphf-blue);
      background: transparent;
      border-radius: 6px;
      padding: 8px 22px;
      font-size: 0.88rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: all 0.2s;
    }
    .btn-video:hover { background: var(--uphf-blue); color: #fff; }

    .vous-inscrire-section {
      background: var(--uphf-light);
      border: 1px solid var(--uphf-border);
      border-radius: 10px;
      padding: 20px 24px;
      height: 100%;
    }
    .vous-inscrire-section h3 {
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--uphf-blue);
      margin-bottom: 12px;
    }
    .vous-inscrire-section p { font-size: 0.82rem; line-height: 1.6; }
    .btn-inscrire-blue {
      background: var(--uphf-blue);
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 10px 24px;
      font-size: 0.9rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-block;
      margin-top: 12px;
      transition: background 0.2s;
    }
    .btn-inscrire-blue:hover { background: var(--uphf-red); color: #fff; }

    /* -- FOOTER RGPD -- */
    .footer-rgpd {
      background: #1a2434;
      color: #b8c4d4;
      font-size: 0.75rem;
      padding: 18px 0;
      line-height: 1.6;
    }
    .footer-rgpd .fa-lock { color: #6cb4e4; margin-right: 6px; }
    .footer-rgpd a { color: #6cb4e4; }
    .footer-rgpd strong { color: #e0e8f0; }

    /* Section spacing */
    .main-content { padding: 30px 0 40px; }
    .section-row { margin-bottom: 24px; }