/* assets.css */
:root{
--blue:#005ca8;
--warning:#fcf8e3;
--warning-border:#faebcc;
--warning-text:#6f5508;
--info:#d9edf7;
--info-border:#bce8f1;
--btn:#337ab7;
--success:#d9eee3;
--success-border:#b7dec1;
--text:#2c3e50;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#333}
.header{height:132px;border-bottom:1px dotted #b5b5b5;position:relative;overflow:hidden;background:#fff}
.warning,.result-box{background:var(--warning);border:1px solid var(--warning-border);border-radius:6px;padding:18px;font-size:14px;line-height:1.45;color:var(--warning-text);margin-bottom:26px}
.warning-title{font-weight:bold;margin-bottom:14px}
h1{font-size:25px;line-height:1.18;text-align:center;font-weight:500;color:var(--text);margin:0 0 28px}
.panel{border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff;margin-bottom:24px}
.panel-head{background:#f5f5f5;border-bottom:1px solid #ddd;padding:14px 18px;font-size:15px;line-height:1.4}
.panel-body{padding:22px 18px 26px}
.row{margin-bottom:14px}
label{display:block;font-size:15px;font-weight:bold;margin-bottom:7px}
input,select{width:100%;height:44px;border:1px solid #ddd;border-radius:6px;padding:0 14px;font-size:15px;outline:none;background:#fff}
textarea{width:100%;min-height:70px;border:1px solid #ddd;border-radius:6px;padding:10px 14px;font-size:15px;outline:none;background:#fff}
input[type="date"]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.75;width:20px;height:20px}
.info{background:var(--info);border:1px solid var(--info-border);border-radius:6px;padding:18px;margin:20px 0 36px;font-size:14px;line-height:1.55;color:#12395f}
.info-title{display:flex;align-items:flex-start;gap:8px;font-size:15px;font-weight:bold;line-height:1.4;margin-bottom:16px}
.question{width:24px;height:24px;min-width:24px;border:2px solid #1b4e84;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold}
.info p{margin:0 0 16px}.info ul{margin:0;padding-left:22px}.info li{color:#0879d4;font-weight:bold}
.captcha{width:100%;max-width:335px;height:58px;border:1px solid #bfbfbf;position:relative;overflow:hidden;margin-bottom:9px;background:linear-gradient(115deg,rgba(248,248,248,.95),rgba(207,229,203,.9),rgba(252,252,252,.95)),repeating-linear-gradient(24deg,rgba(80,80,80,.08) 0 1px,transparent 1px 11px);display:flex;align-items:center;padding-left:14px;font-family:Georgia,serif;font-size:36px;letter-spacing:2px;color:rgba(45,45,45,.38);text-shadow:2px 2px 2px rgba(0,0,0,.18);user-select:none}
.captcha:before{content:"";position:absolute;inset:-15px;background:repeating-linear-gradient(-18deg,transparent 0 22px,rgba(90,90,90,.12) 22px 24px)}
.captcha span{position:relative;z-index:2;transform:rotate(-1deg)}
.captcha-label{font-size:14px;font-weight:bold;margin-bottom:12px;line-height:1.35}
.btn{width:100%;min-height:46px;margin-top:16px;border:1px solid #2e6da4;border-radius:6px;background:var(--btn);color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;text-decoration:none;padding:10px}
.btn.secondary{background:#6c757d;border-color:#5a6268}
.search{width:20px;height:20px;border:2px solid #fff;border-radius:50%;position:relative}.search:after{content:"";position:absolute;width:10px;height:2px;background:#fff;right:-8px;bottom:-4px;transform:rotate(45deg)}
.footer{background:#e7eeee;box-shadow:0 -4px 12px rgba(0,0,0,.15);padding:18px 22px 34px;display:flex;justify-content:space-between;gap:12px;font-size:12px;margin-top:26px}.footer a{color:#1d80c9;text-decoration:none}
.error{background:#f2dede;border:1px solid #ebccd1;color:#a94442;padding:12px;border-radius:4px;margin-bottom:16px}
.success{background:#dff0d8;border:1px solid #d6e9c6;color:#3c763d;padding:12px;border-radius:4px;margin-bottom:16px}
.photo-wrap{text-align:center;margin:0 0 24px}.photo{width:210px;height:260px;object-fit:cover;border:4px solid #f5f5f5;outline:1px solid #ddd;border-radius:3px;background:#eee}
table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:14px}th,td{border:1px solid #ddd;padding:11px 10px;text-align:left}th{background:#f5f5f5;font-size:15px}
.level{background:var(--success);border:1px solid var(--success-border);color:#1f4934;border-radius:6px;text-align:center;padding:16px 10px;margin-bottom:14px;font-size:16px}
.adminbar{margin-bottom:16px;display:flex;gap:10px;flex-wrap:wrap}.adminbar a{color:#1d80c9;text-decoration:none;font-weight:bold}
@media(min-width:900px){
.header{height:160px;background:var(--blue);border-bottom:none}.left-blue{background:transparent;width:190px;height:160px}.rf{left:36px;top:24px;width:120px;height:108px;font-size:13px}.rf small{font-size:9px}.brand{left:190px;top:30px;font-size:38px;color:#fff}.brand span{font-size:22px;letter-spacing:4px;color:#fff}.circle{left:408px;right:auto;top:-82px;width:250px;height:250px;border:35px solid rgba(255,255,255,.08)}
.page{max-width:none;padding:16px 216px 0}.warning,.result-box{font-size:14px;padding:15px;border-radius:4px;margin-bottom:18px}h1{font-size:23px;text-align:left;margin-bottom:20px}.panel-head{font-size:16px;padding:18px 16px}.panel-body{padding:22px 16px 28px}.row{display:grid;grid-template-columns:280px 1fr;gap:14px;align-items:center;margin-bottom:15px}label{margin-bottom:0;font-size:14px}input,select{height:34px;font-size:14px;border-radius:4px}.info{padding:15px;font-size:14px;border-radius:4px;margin-bottom:30px}.info-title{font-size:14px}.question{width:22px;height:22px;min-width:22px;font-size:14px}.captcha{max-width:380px;height:74px;font-size:52px}.captcha-label{font-size:14px}.btn{height:46px;font-size:18px;border-radius:4px}.footer{padding:14px 216px;font-size:14px}.photo{width:260px;height:330px}}
.header{
    height:160px;
    background:#005ca8;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:flex-start;
    padding:0;
}

.header-logos{
    display:flex;
    align-items:flex-start;
    gap:26px;
    padding:18px 0 0 36px;
    position:relative;
    z-index:2;
}

.logo-rf{
    width:88px;
    height:auto;
    background:#fff;
}

.logo-fei{
    width:360px;
    height:auto;
}

/* Cercles décoratifs */
.header::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border:34px solid rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    left:350px;
}

.header::after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    border:22px solid rgba(0,210,255,.35);
    border-radius:50%;
    top:-60px;
    left:430px;
}

@media(max-width:899px){

    .header{
        height:112px;
    }

    .header-logos{
        gap:14px;
        padding:14px 0 0 18px;
    }

    .logo-rf{
        width:72px;
    }

    .logo-fei{
        width:210px;
    }

    .header::before{
        width:170px;
        height:170px;
        border-width:24px;
        left:auto;
        right:-70px;
        top:-70px;
    }

    .header::after{
        width:120px;
        height:120px;
        border-width:16px;
        left:auto;
        right:-30px;
        top:-35px;
    }
}
