@media(min-width:768px){
    body {
        font-size:18px;
    }
}

@media(min-width:992px){
    body{
        font-size:20px;
    }
}

body {
    font-size: 16px;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
}

footer {
    font-size: 1rem;
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    color: #777;
    text-align: center;
}

h1, h2, h3 {
    color: #343a40;
}

/* Styles pour les liens */
a {
    color: #007bff;
    text-decoration: none;
    margin-right: 10px;
}

a:hover {
    text-decoration: underline;
}

/* Styles pour les tableaux */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table-light {
    background-color: #f8f9fa;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

/* Styles pour les conteneurs et lignes Bootstrap */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    display: flex;
    justify-content: center;
    flex: 1;
    padding: 15px;
}

/* Styles pour les boutons */
a.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
//border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 5rem 10rem 10rem 10rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
//border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    margin: 5rem 10rem 10rem 10rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Styles pour les messages */
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

/* Form Container */
.form-container {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Form Group */
.form-group {
    margin-bottom: 15px;
}

/* Form Control */
.form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Document Preview */
.document-preview {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Centered Text */
.text-center {
    text-align: center;
}

.vertical-cell{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensures the cell takes full height */
}
