/* Styles généraux */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

.recap-container {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.recap-container h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
}

.total-row {
    font-weight: bold;
    background-color: #f4f4f4;
}

.alert {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}

.main-form-title{
    font-size: 30px;
    margin-top: 1rem;
}
.main-form-title3{
    font-size: 24px;
}

.cheque-container {
  position: relative;
}

.cheque-container label {
  margin-left: 1rem;
}

#payment-cheque {
  top: 6px;
  position: absolute;
}

.fdf-form {
    max-width: 900px;
    margin: 1rem auto;
}

.container{
    max-width: 900px;
    margin: 1rem auto;
}

.main-form-container{
    max-width: 1400px;
    margin: 1rem auto;
    padding: 1rem;
}
#front_member_couple input {
    margin-right: 10px;
}
#front_member_couple label {
    margin-right: 9px;
}

.extranet-home { 
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.extranet-title {
    color: #e2001a;
    font-weight: bold;
    letter-spacing: 1px;
}
.extranet-subtitle {
    color: #222;
    font-size: 1.15rem;
}
.extranet-links .extranet-link {
    background: #e2001a;
    color: #fff;
    border: none;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.extranet-links .extranet-link:hover, 
.extranet-links .extranet-link:focus {
    background: #111;
    color: #e2001a;
}
.extranet-links .extranet-link i {
    font-size: 1.2rem;
    vertical-align: middle;
}
.is-couple-label{
    padding-right: 0 !important;
}
.members-container{
    max-width: 1200px;
    margin: 1rem auto;
}