/*! ========================================
    FEUILLE DE STYLE CSS
    International Law School - Paris
    ========================================
    
    Auteur: Vincent Garcia
    Société: Econovia OÜ
    
    Description: Styles personnalisés pour le site web de 
                 l'International Law School de Paris
    
    Version: 1.01
    Date: Mai 2025
    
    Structure:
    1. Variables et configuration globale
    2. Reset et styles de base
    3. Typographie
    4. Navigation
    5. Sections et layout
    6. Backgrounds et images
    7. Boutons
    8. Boîtes et conteneurs
    9. Bordures et cadres
    10. Dates et calendrier
    11. Alertes et bannières
    12. Formulaires
    13. Contact et informations
    14. Icônes et médias
    15. Footer
    16. Media queries
    
======================================== */

/* ========================================
   VARIABLES ET CONFIGURATION GLOBALE
======================================== */

:root,
[data-bs-theme="light"] {
    /* Couleurs principales */
    --ils-bleu-fonce: #090043;          /* Bleu foncé principal */
    --ils-vert-principal: #417b5a;      /* Vert principal */
    --ils-vert-clair: #5fab80;          /* Vert clair (hover) */
    
    /* Couleurs neutres */
    --ils-blanc: #fff;                  /* Blanc */
    --ils-gris-clair: #f5f5f5;         /* Gris clair (backgrounds) */
    --ils-gris-moyen: #c5c5c5;         /* Gris moyen (bordures) */
    --ils-gris-fonce: #999;            /* Gris foncé (bordures) */
    --ils-noir: #000;                   /* Noir */
    
    /* Couleurs spécifiques */
    --ils-jaune-accent: #fc0;           /* Jaune pour icônes */
    --ils-gris-texte: #303141;         /* Gris pour légendes */
    --ils-gris-remarque: #858696;      /* Gris pour remarques */
    --ils-vert-succes: #18d26e;        /* Vert pour succès/loading */
    
    /* Variables Bootstrap compatibles */
    --bs-navbar-color: var(--ils-bleu-fonce);
    --bs-body-color: var(--ils-bleu-fonce);
}

/* ========================================
   RESET ET STYLES DE BASE
======================================== */

.nous-contacter i,
body,
h1,
h2,
h3,
h4,
h5,
p {
    color: var(--ils-bleu-fonce)!important;
}

body {
    min-height: 75rem;
}

/* Masquer les barres de défilement */
::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.french {
    visibility: hidden;
}

/* ========================================
   TYPOGRAPHIE
======================================== */

/* Familles de polices */
.inter-400 {
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.boite p,
.titre-accueil {
    font-family: IBM Plex Serif;
}

/* Transformations de texte */
.boite p,
.boite-cursus h3,
.mois,
.navbar a.nav-link,
.navbar a.navbar-brand span {
    text-transform: uppercase;
}

/* Titres principaux */
.titre-accueil {
    color: var(--ils-bleu-fonce);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-align: left;
    padding: 0;
    margin: 0 0 4.75rem;
}

.gros-titre-page,
.gros-titre-page-2 {
    font-family: IBM Plex Serif;
    font-weight: 300;
    color: var(--ils-bleu-fonce);
}

.gros-titre-page {
    font-size: 3.2rem;
}

.gros-titre-page-2 {
    font-size: 2.15rem;
}

.gros-titre-page.flag::after {
    content: "";
    display: block;
    background-image: url("../img/flag.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 6px;
    margin: 10px auto 0;
}

/* Sous-titres et textes */
.titre-page,
.sous-titre-page,
.sous-titre-page-2,
.texte-accueil {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 400;
}

.sous-titre-page,
.sous-titre-page-2 {
    color: var(--ils-bleu-fonce);
}

.texte-page {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.688rem;
    color: var(--ils-bleu-fonce);
}

.texte-accueil {
    line-height: 1.688rem;
    text-align: left;
    padding-right: 8px;
    margin-bottom: 2.5rem;
}

/* Styles inversés */
.sous-titre-inverse,
.titre-inverse {
    color: var(--ils-blanc);
    background-color: var(--ils-bleu-fonce);
}

.titre-inverse {
    display: inline-block;
    padding: 0 0.25rem 0.5rem 0.25rem;
}

.sous-titre-inverse {
    display: inline-block;
    padding: 0 0.25rem 0.25rem 0.25rem;
}

/* Styles spéciaux */
.sous-titre-marge {
    padding-left: 8.75rem;
}

.sous-titre-emphase {
    font-size: 9.813rem;
    font-weight: 300;
    line-height: 6.25rem;
}

/* ========================================
   NAVIGATION
======================================== */

nav {
    min-height: 4.625rem;
}

.navbar-brand {
    text-align: right;
}

a.navbar-brand {
    font-size: 1.5rem;
    line-height: 1.816rem;
    color: var(--ils-bleu-fonce);
}

.navbar a.nav-link {
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ils-bleu-fonce);
}

.navbar a.navbar-brand span.brand-top {
    font-size: 2.25rem;
    line-height: 2.723rem;
}

.navbar a.navbar-brand span.brand-bottom {
    font-size: 1.5rem;
    line-height: 1.816rem;
}

.navbar-nav .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: -1.875rem;
    width: 0;
    height: 0;
    transition: width 0.3s;
}

.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
    width: calc(100% - 1rem);
    height: 4px;
    background-color: var(--bs-navbar-color);
}

.vr-liens {
    align-self: stretch;
    width: 1px;
    height: 17px;
    background-color: var(--ils-noir);
    opacity: 1;
}

/* ========================================
   SECTIONS ET LAYOUT
======================================== */

section#accueil {
    padding-top: 8.438rem;
}

section.marges-sections {
    /* padding-top: 3.219rem;
    padding-bottom: 4.219rem; */
    padding:2rem 0;
}

section.marges-sections-pb0 {
    padding-top: 3.219rem;
    padding-bottom: 0;
}

.spacer {
    height: 10.2rem;
}

#accueil,
.form-control {
    background-color: var(--ils-blanc);
}

/* ========================================
   BACKGROUNDS ET IMAGES
======================================== */

.bg-accueil,
.boite-bouton-hg,
.boite-bouton-hd,
.bord-boite-droite {
    background-repeat: no-repeat;
}

.bg-accueil {
    background-image: url("../img/justice-2000x920.webp");
    background-attachment: scroll;
    background-position: top 6.163rem right;
}

.bg-gris {
    background-color: var(--ils-gris-clair);
}

.bord-boite-droite {
    background-image: url("../img/bord-bas-droite-180x24.webp");
    background-color: var(--ils-blanc);
    background-position: bottom right;
}

.boite-bouton-hg {
    padding: 0.4rem;
    background-image: url("../img/bord-haut-gauche-22x24.webp");
    background-position: top left;
    display: inline-block;
}

.boite-bouton-hd {
    padding: 0.4rem;
    background-image: url("../img/bord-haut-droite-22x24.webp");
    background-position: top right;
    display: inline-block;
}

.boite-bouton-cursus {
    padding: 0.4rem 0.4rem 0.4rem 0;
    background-image: url("../img/bord-bas-droite-22x24.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline-block;
}

/* ========================================
   BOUTONS
======================================== */

.btn.bouton-accueil,
.btn.bouton-cursus {
    background-color: var(--ils-vert-principal);
    color: var(--ils-blanc);
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 0;
    padding: 0.75rem 1rem;
    text-transform: uppercase;
}

.bouton-inverse {
    background-color: var(--ils-blanc);
    color: var(--ils-bleu-fonce)!important;
}

.btn.bouton-accueil:hover,
.btn.bouton-cursus:hover {
    background-color: var(--ils-vert-clair);
    color: var(--ils-blanc);
}

.bouton-cursus.bouton-inverse {
    background-color: var(--ils-blanc);
    color: var(--ils-bleu-fonce)!important;
}

.bouton-cursus.bouton-inverse:hover {
    background-color: #f0f0f0;
    color: var(--ils-bleu-fonce)!important;
}

.boite-international.boite-inverse .bouton-cursus.bouton-inverse svg {
    color: var(--ils-bleu-fonce)!important;
}

/* ========================================
   BOÎTES ET CONTENEURS
======================================== */

.boite {
    padding: 3rem 2rem;
    margin: 0;
    background-color: var(--ils-blanc);
}

.boite.gauche {
    padding-left: 2.5rem;
}

.boite.droite {
    padding-right: 2.5rem;
}

.boite p {
    color: var(--ils-bleu-fonce);
    font-size: 4rem;
    line-height: 4.625rem;
    font-weight: 600;
    text-align: left;
    margin: 0;
    padding: 0 2rem;
}

.boite p span.inbox {
    font-size: 1.313rem;
    line-height: 1.938rem;
    font-weight: 400;
    display: inline-block;
}

/* Boîtes spécialisées */
.boite-accueil {
    padding-top: 9rem;
}

.boite-cursus {
    border: 1px solid var(--ils-bleu-fonce);
    margin-bottom: 2rem;
    padding: 20px;
}

.boite-cursus h3 {
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ils-bleu-fonce);
}

.boite-cursus h3 span {
    font-family: IBM Plex Serif;
    font-size: 2.5rem;
    text-transform: initial;
    font-weight: 300;
}

.boite-etudiants-etrangers,
.boite-international {
    border: 1px solid var(--ils-gris-moyen);
    padding: 40px 20px;
}

.boite-etudiants-etrangers h3,
.boite-international h3 {
    font-family: IBM Plex Serif;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    color: var(--ils-bleu-fonce);
}

.boite-etudiants-etrangers p,
.boite-international p {
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--ils-bleu-fonce);
}

.boite-etudiants-etrangers p strong,
.boite-international p strong {
    font-weight: 700;
}

.boite-jop {
    border: 1px solid var(--ils-bleu-fonce);
    margin-bottom: 2rem;
    padding: 0 20px;
}

/* Boîtes inverses */
.boite-international.boite-inverse {
    border-top-right-radius: 52px;
    background-color: var(--ils-bleu-fonce);
}

.boite-etudiants-etrangers.boite-inverse,
.boite-jop.boite-inverse {
    background-color: var(--ils-bleu-fonce);
}

.boite-etudiants-etrangers.boite-inverse h3,
.boite-etudiants-etrangers.boite-inverse p,
.boite-international.boite-inverse h3,
.boite-international.boite-inverse h4,
.boite-international.boite-inverse h5,
.boite-international.boite-inverse p,
.boite-international.boite-inverse ul,
.boite-international.boite-inverse li,
.boite-international.boite-inverse i,
.boite-international.boite-inverse svg,
.boite-jop.boite-inverse h3,
.boite-jop.boite-inverse p,
.footer a,
.footer p {
    color: var(--ils-blanc)!important;
}

/* Alignement des boîtes flexibles */
.boite-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.boite-flex .bouton-container {
    margin-top: auto;
    padding-top: 1rem;
}

/* ========================================
   BORDURES ET CADRES
======================================== */

.bord-boite.centre,
.bord-boite.gauche {
    border-right: 1px solid var(--ils-gris-moyen);
}

.bord-centre,
.bord-gauche {
    border-right: 1px solid var(--ils-bleu-fonce);
}

.bord-centre,
.bord-droite {
    padding-left: 1rem;
}

/* Cadres avec bordures décoratives */
.cadre-boites-cursus,
.cadre-etudiants-etrangers,
.cadre-jop {
    padding: 0.4rem;
    position: relative;
}

.cadre-boites-cursus::before,
.cadre-jop.haut-gauche::before {
    content: "";
    background-image: url("../img/bord-haut-gauche-22x24-bleu.webp");
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 24px;
}

.cadre-boites-cursus::after {
    content: "";
    background-image: url("../img/bord-bas-droite-22x24-bleu.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 24px;
}

.cadre-etudiants-etrangers.haut-gauche-gris::before {
    content: "";
    background-image: url("../img/bord-haut-gauche-22x24-bleu-gris.webp");
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 24px;
}

.cadre-etudiants-etrangers.bas-droite-gris::after {
    content: "";
    background-image: url("../img/bord-bas-droite-22x24-bleu-gris.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 24px;
}

/* ========================================
   DATES ET CALENDRIER
======================================== */

.jour {
    font-family: IBM Plex Serif;
    font-weight: 300;
    font-size: 3.675rem;
}

.heure,
.mois {
    font-family: Inter;
}

.mois {
    font-size: 1.125rem;
    font-weight: 700;
}

.heure {
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: initial;
}

/* Tableau calendrier */
.table-calendrier {
    border: 1px solid var(--ils-gris-moyen);
    border-collapse: collapse;
    width: 100%;
    font-family: Inter, sans-serif;
}

.table-calendrier th {
    background-color: var(--ils-bleu-fonce);
    color: var(--ils-blanc);
    text-align: center;
    padding: 15px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: none;
}

.table-calendrier td {
    padding: 12px 10px;
    border: 1px solid var(--ils-gris-moyen);
    color: var(--ils-bleu-fonce);
    font-weight: 400;
    vertical-align: top;
}

.table-calendrier td p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.table-calendrier td ul {
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
}

.table-calendrier tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-calendrier tr:hover {
    background-color: #f0f0f0;
}

.table-session {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* ========================================
   ALERTES ET BANNIÈRES
======================================== */

.alert {
    font-family: Inter !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    z-index: 1050;
    background-color: #417b5a !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem !important;
}

.alert-success,
.alert-success a {
    color: #fff !important;
}

.alert .btn-close.btn-white {
    padding: 0.75rem !important;
}

.alert-dismissible {
    margin-bottom: 0 !important;
}

.banniere-infos {
    background-color: #417b5a !important;
    color: white !important;
    border: none !important;
    padding: 1.25rem;
    border-radius: 0;
    z-index: 0;
}

.banniere-infos h4,
.banniere-infos p,
.banniere-infos i {
    color: white !important;
}

/* ========================================
   FORMULAIRES
======================================== */

.php-email-form {
    padding: 15px;
    border-radius: 4px;
}

.php-email-form input:not([type="checkbox"]),
.php-email-form select,
.php-email-form textarea {
    font-family: IBM Plex Serif;
    font-weight: 300;
    color: #090043;
    box-shadow: none;
    font-size: 1rem;
    border-radius: 0;
    border: 1px solid #999;
    padding: 1rem 0.875rem;
}

.php-email-form select option {
    font-size: 0.875rem !important;
}

.contact .php-email-form textarea:focus,
.php-email-form input:focus {
    border-color: #c5c5c5;
}

.form-label.contact-label {
    position: relative;
    top: 24px;
    left: 12px;
    font-family: Inter;
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #fff;
    padding: 4px;
}

.p-form {
    padding-right: 5rem !important;
}

/* Messages de formulaire */
.php-email-form .error-message {
    display: none;
    color: #000;
    text-align: left;
    padding: 0.938rem;
    font-weight: 600;
}

.php-email-form .error-message br + br {
    margin-top: 1.563rem;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #417b5a;
    text-align: center;
    padding: 0.938rem;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 0.938rem;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.625rem -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: 1s linear infinite animate-loading;
    animation: 1s linear infinite animate-loading;
}

/* ========================================
   CONTACT ET INFORMATIONS
======================================== */

.nous-contacter {
    color: #090043;
    margin-left: 0;
    padding-left: 0;
}

.nous-contacter li {
    list-style-type: none;
}

.nous-contacter i:hover {
    color: #000;
}

.col-md-6:first-child {
    overflow-x: visible;
}

/* ========================================
   ICÔNES ET MÉDIAS
======================================== */

.material-symbols-outlined {
    font-size: 2.75rem !important;
    color: var(--ils-jaune-accent) !important;
}

.img-thumbnail {
    padding: 0.4rem !important;
    border: 1px solid var(--ils-gris-moyen) !important;
    border-radius: 0 !important;
}

.legende {
    font-size: 0.75rem;
    text-align: right;
    color: var(--ils-gris-texte);
    font-family: IBM Plex Serif;
    text-decoration: underline;
}

.remarque {
    font-size: 0.875rem;
    color: var(--ils-gris-remarque);
    text-transform: uppercase;
};
    color: #303141;
    font-family: IBM Plex Serif;
    text-decoration: underline;
}

.remarque {
    font-size: 0.875rem;
    color: #858696;
    text-transform: uppercase;
}

/* ========================================
   FOOTER UNIFORME
======================================== */

.footer {
    background-color: var(--ils-bleu-fonce);
    color: var(--ils-blanc);
    margin-top: auto;
}

.footer-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
    font-family: Inter, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ils-blanc);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

/* Contact */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer-contact-item i {
    color: var(--ils-vert-principal);
    margin-top: 0.2rem;
    width: 16px;
    flex-shrink: 0;
}

/* Navigation */
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 0.75rem;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-link:hover {
    color: var(--ils-blanc);
    text-decoration: none;
    transform: translateX(3px);
}

/* Bouton CTA */
.btn-footer {
    background-color: var(--ils-vert-principal)!important;
    color: var(--ils-blanc)!important;
    border: none!important;
    padding: 0.5rem 1rem!important;
    font-size: 0.85rem!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    border-radius: 0!important;
    transition: all 0.3s ease!important;
    font-family: Inter, sans-serif!important;
}

.btn-footer:hover {
    background-color: var(--ils-vert-clair);
    color: var(--ils-blanc);
    transform: translateY(-2px);
}

/* Section bottom */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
}

.footer-copyright {
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.trademark {
    font-size: 0.7rem;
    vertical-align: super;
}

.footer-legal {
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
}

.footer-legal-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: var(--ils-blanc);
    text-decoration: underline;
}

.footer-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.75rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-main {
        padding: 3rem 0;
    }
    
    .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-link,
    .footer-contact-item {
        font-size: 0.85rem;
    }
    
    .footer-bottom {
        padding: 1.25rem 0;
        text-align: center;
    }
    
    .footer-legal {
        margin-top: 0.75rem;
        text-align: center;
    }
    
    .footer-copyright {
        font-size: 0.85rem;
    }
    
    .btn-footer {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
}

/* Accessibilité */
.footer-link:focus,
.footer-legal-link:focus,
.btn-footer:focus {
    outline: 2px solid var(--ils-blanc);
    outline-offset: 2px;
}

/* Animation pour les liens */
@media (min-width: 769px) {
    .footer-nav-list li {
        position: relative;
    }
    
    .footer-nav-list li::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 2px;
        background-color: var(--ils-vert-principal);
        transition: width 0.3s ease;
    }
    
    .footer-nav-list li:hover::before {
        width: 10px;
    }
}

/* ========================================
   MEDIA QUERIES - DESKTOP
======================================== */

@media (min-width: 1400px) {
    .me-close {
        margin-right: 19.5rem;
    }
}

@media (max-width: 1368px) {
    .boite-international h3,
    .titre-accueil {
        font-size: 1.75rem;
    }
    
    .bg-accueil {
        background-image: url("../img/justice-1695x600.webp");
    }
    
    .titre-accueil {
        line-height: 2rem;
    }
    
    .sous-titre-marge {
        padding-left: 7rem;
    }
    
    .sous-titre-emphase {
        font-size: 7.725rem;
        line-height: 5.25rem;
    }
    
    .boite-accueil {
        padding-top: 2rem;
    }
    
    .spacer {
        height: 4rem;
    }
    
    .boite p span.inbox {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .gros-titre-page {
        font-size: 3.1rem;
    }
    
    .boite p {
        font-size: 3.75rem;
        line-height: 4rem;
    }
}

/* ========================================
   MEDIA QUERIES - TABLETTE
======================================== */

@media (max-width: 767.98px) {
    .vr-liens {
        display: none;
    }
}

/* ========================================
   MEDIA QUERIES - MOBILE
======================================== */

@media (max-width: 430px) {
    .alert {
        font-size: 0.75rem !important;
    }
    
    .gros-titre-page-2 {
        font-size: 1.5rem;
        font-weight: 300;
    }
    
    a.navbar-brand {
        line-height: 1.5rem;
        color: var(--ils-bleu-fonce);
    }
    
    .navbar a.navbar-brand span.brand-top {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .navbar a.navbar-brand span.brand-bottom {
        font-size: 1rem;
        line-height: 1rem;
    }
    
    .bg-accueil {
        background-size: contain;
        background-image: url(../img/justice-460x460.webp);
        background-position: top 32rem right;
    }
    
    #accueil .spacer {
        height: 30rem;
    }
    
    .titre-accueil {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 1.75rem;
    }
    
    .sous-titre-marge {
        padding-left: 4rem;
    }
    
    .sous-titre-emphase {
        font-size: 4rem;
        line-height: 2.25rem;
    }
    
    .boite-etudiants-etrangers p,
    .boite-international p,
    .texte-accueil,
    .texte-page {
        font-size: 1rem;
    }
    
    .boite p,
    .boite-etudiants-etrangers h3,
    .boite-international h3 {
        font-size: 1.5rem;
    }
    
    .texte-accueil {
        line-height: 1.5rem;
        padding-right: 8px;
        margin-bottom: 1.75rem;
    }
    
    .boite-accueil {
        padding-top: 2rem;
        margin: 0 0.625rem;
    }
    
    .boite {
        padding: 2rem;
    }
    
    .boite p {
        line-height: 1.625rem;
        padding: 0 1.75rem;
        text-align: center;
    }
    
    .boite p span.inbox {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    
    .boite.gauche {
        padding-left: 0;
    }
    
    .boite.droite {
        padding-right: 0;
        padding-top: 0;
    }
    
    .bord-boite.centre {
        border-right: none;
    }
    
    .navbar-nav .nav-link::after {
        all: unset;
    }
    
    .p-form {
        padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    }
    
    .gros-titre-page {
        font-size: 1.75rem;
    }
    
    .boite-cursus h3 {
        font-family: Inter;
        font-size: 0.875rem;
        font-weight: 700;
        color: var(--ils-bleu-fonce);
        text-transform: uppercase;
    }
    
    .boite-cursus h3 span {
        font-family: IBM Plex Serif;
        font-size: 1.25rem;
        font-weight: 300;
        text-transform: initial;
    }
    
    .material-symbols-outlined {
        font-size: 1.625rem !important;
    }
    
    .bord-centre,
    .bord-gauche {
        border-right: unset;
    }
    
    .bord-centre,
    .bord-droite {
        padding-left: unset;
    }
}

/* ========================================
   Breadcrumb / Fil d'Ariane
   ======================================== */
.breadcrumb-section {
    background-color: #ffffff;
    padding: 1.75rem 0 0 0;
    position: relative;
    z-index: 10; /* S'assurer qu'il est au-dessus des autres éléments */
}
.breadcrumb-nav {
    container-type: inline-size;
}
nav.breadcrumb-nav {
    min-height: initial;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: Inter, sans-serif; /* Assurer l'uniformité de la police */
}
.breadcrumb-item {
    display: flex;
    align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 0.5rem;
    color: var(--ils-bleu-fonce);
}
.breadcrumb-item a {
    color: var(--ils-bleu-fonce);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: inherit; /* Hérite du poids de .breadcrumb */
}
.breadcrumb-item a:hover {
    color: var(--ils-vert-principal);
    text-decoration: underline;
}
.breadcrumb-item.active {
    color: var(--ils-bleu-fonce)!important;
    font-weight: 600; /* Légèrement plus gras pour l'élément actif */
}
/* Responsive */
@media (max-width: 768px) {
    .breadcrumb {
        font-size: 0.8125rem;
    }
    
    .breadcrumb-section {
        padding: 0.75rem 0;
    }
    
    /* Masquer certains éléments sur mobile si le breadcrumb est trop long */
    .breadcrumb-item:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }
    
    /* Afficher des points de suspension */
    .breadcrumb-item:first-child + .breadcrumb-item:not(:last-child):not(:nth-last-child(2))::before {
        content: "...›";
    }
}
/* Animation subtile à l'apparition */
.breadcrumb-section {
    animation: fadeInDown 0.3s ease-out;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}