body{
    font-family: Arial, sans-serif;
    background:#f2f2f2;
}

.container{
    width:600px;
    margin:auto;
    background:white;
    padding:20px;
    border-radius:8px;
}

h1{
    text-align:center;
}

fieldset{
    margin-bottom:20px;
    border:1px solid #ccc;
    padding:15px;
}

legend{
    font-weight:bold;
}

label{
    display:block;
    margin-top:10px;
}

input, select, textarea{
    width:100%;
    padding:8px;
    margin-top:5px;
    border:1px solid #ccc;
    border-radius:4px;
}

.radio-group,
.checkbox-group{
    margin-top:5px;
}

.radio-group input,
.checkbox-group input{*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
padding:20px;
}

.container{
width:650px;
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

h1{
text-align:center;
margin-bottom:25px;
color:#333;
}

fieldset{
border:none;
margin-bottom:20px;
padding:20px;
background:#f8f9fc;
border-radius:8px;
}

legend{
font-weight:bold;
margin-bottom:10px;
color:#444;
padding:0 5px;
}

label{
display:block;
margin-top:12px;
font-size:14px;
color:#333;
}

input, textarea{
width:100%;
padding:10px;
margin-top:5px;
border-radius:6px;
border:1px solid #ccc;
transition:0.3s;
font-size:14px;
}

input:focus, textarea:focus{
border-color:#4facfe;
outline:none;
box-shadow:0 0 5px rgba(79,172,254,0.5);
}

.radio-group label,
.checkbox-group label{
display:flex;
align-items:center;
gap:8px;
margin-top:8px;
font-size:14px;
}

.radio-group input,
.checkbox-group input{
width:auto;
}

textarea{
resize:none;
}

input[type="file"]{
background:white;
padding:6px;
}

button{
width:100%;
padding:12px;
margin-top:20px;
background:linear-gradient(135deg,#4facfe,#00c6ff);
border:none;
color:white;
font-size:16px;
font-weight:bold;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

button:hover{
transform:scale(1.03);
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.cgu{
margin-top:15px;
display:flex;
gap:10px;
align-items:center;
font-size:14px;
}

    width:auto;
}

button{
    margin-top:20px;
    padding:10px;
    width:100%;
    background:#007BFF;
    color:white;
    border:none;
    border-radius:5px;
    cursor:pointer;
}

button:hover{
    background:#0056b3;
}