body{

background:#f5f7fb;
font-family:'Segoe UI',sans-serif;

}


.logo{

font-size:35px;
font-weight:bold;
color:#0d6efd;

}


.card-idee{

border:none;
border-radius:18px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
transition:.3s;

}


.card-idee:hover{

transform:translateY(-5px);

}


.timeline{

border-left:4px solid #0d6efd;
padding-left:25px;

}


.timeline-item{

position:relative;
margin-bottom:30px;

}


.timeline-item:before{

content:"";
position:absolute;
left:-38px;
top:10px;

width:18px;
height:18px;

background:#0d6efd;
border-radius:50%;

}


.badge-attente{

background:#ffc107;

}


.badge-valide{

background:#198754;

}


.badge-refuse{

background:#dc3545;

}


.photo-idee{

width:120px;
height:120px;
object-fit:cover;
border-radius:12px;

}