<style>
body{
    font-family:'Segoe UI',Arial;
    background:linear-gradient(135deg,#e3f2fd,#f5f5f5);
    margin:0;
}

.recu{
    width:820px;
    margin:30px auto;
    background:#fff;
    padding:35px;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    border-top:8px solid <?php echo $statut_color;?>;
}

.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid #eee;
    padding-bottom:10px;
}

.logo{width:85px}

h2{
    text-align:center;
    margin:25px 0;
    letter-spacing:2px;
}

.client-box{
    display:flex;
    align-items:center;
    gap:20px;
    background:#f7f9fc;
    padding:15px;
    border-radius:10px;
    margin-bottom:15px;
}

.photo-client{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #1565c0;
}

.client-info p{
    margin:5px 0;
    font-size:15px;
}

hr{
    border:none;
    border-top:1px dashed #bbb;
    margin:20px 0;
}

p{
    font-size:15px;
    line-height:1.6;
}

.contrat{
    font-size:13px;
    margin-top:35px;
    padding:15px;
    background:#fafafa;
    border-left:5px solid #1565c0;
    border-radius:8px;
    text-align:justify;
}

.sign{
    margin-top:60px;
    display:flex;
    justify-content:space-between;
    font-weight:bold;
}

.qr{
    text-align:center;
    margin-top:25px;
}

@media print{
    body{background:#fff}
    .recu{box-shadow:none;margin:0;border-radius:0}
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  border-radius: 6px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a, .dropdown-content form button {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
}

.dropdown:hover .dropdown-content {
  display: block;
}

</style>
