.tclb-inscription-wrapper{max-width:900px;margin:30px auto}
.tclb-inscription-form{background:#fff;border:1px solid #e4e7eb;border-radius:14px;box-shadow:0 12px 34px rgba(0,0,0,.08);padding:28px}
.tclb-form-header{margin-bottom:24px}
.tclb-form-header h2{margin:0 0 8px}
.tclb-form-header p{margin:0}
.tclb-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.tclb-field-full{grid-column:1/-1}
.tclb-field label,.tclb-fieldset legend,.tclb-robot-box label{display:block;font-weight:600;margin-bottom:7px}
.tclb-field input,.tclb-field select,.tclb-robot-box input{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #cdd4dc;border-radius:7px;padding:9px 11px;background:#fff}
.tclb-fieldset{margin:22px 0 0;padding:18px;border:1px solid #dfe4e8;border-radius:9px}
.tclb-choice-row{display:flex;flex-wrap:wrap;gap:18px}
.tclb-choice-row label,.tclb-consent label{display:flex;align-items:flex-start;gap:8px}
.tclb-robot-box input{max-width:160px;margin-top:8px}
.tclb-consent{margin-top:20px}.tclb-submit-row{margin-top:24px}
.tclb-submit-button{border:0;border-radius:7px;padding:12px 20px;font-weight:700;cursor:pointer}
.tclb-submit-button:disabled{opacity:.6}
.tclb-form-message{margin-top:18px}
.tclb-success,.tclb-error{padding:12px 14px;border-radius:7px}
.tclb-success{background:#edf8f1;color:#176536;border:1px solid #b8dfc5}
.tclb-error{background:#fff0f0;color:#9f1d1d;border:1px solid #efc1c1}
.tclb-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:700px){.tclb-inscription-form{padding:20px 16px}.tclb-grid{grid-template-columns:1fr}
.tclb-field-full{grid-column:auto}
.tclb-choice-row{flex-direction:column;gap:10px}}

.tclb-birthdate-row{display:grid;grid-template-columns:minmax(90px,.7fr) minmax(150px,1.4fr) minmax(110px,.9fr);gap:10px}
.tclb-birthdate-row select{width:100%;min-height:44px;box-sizing:border-box;border:1px solid #cdd4dc;border-radius:7px;padding:9px 11px;background:#fff}
.tclb-birthdate-row select:focus{
	outline:2px solid rgba(20,110,80,.22);border-color:#146e50}@media(max-width:520px){.tclb-birthdate-row{grid-template-columns:1fr}
	.tclb-birthdate-row select{font-size:20px}}


/* Version 1.0.2 : centrage des choix Sexe et Sports */
.tclb-gender-box{grid-column:1/-1;text-align:center}
.tclb-fieldset legend{float:none;width:auto;margin-left:auto;margin-right:auto;padding:0 8px;text-align:center}
.tclb-choice-row{justify-content:center;align-items:center;text-align:center}
.tclb-choice-row label{align-items:center;justify-content:center;margin:0}
.tclb-choice-row input[type=radio]{width:20px;height:20px;margin:0}
.tclb-gender-choices{gap:36px}
.tclb-submit-row{text-align:center}
@media(max-width:700px){.tclb-choice-row{flex-direction:column;align-items:center}.tclb-gender-choices{flex-direction:row;gap:28px}}
