body {
    margin: 0;
    padding: 0;
    background: linear-gradient(45deg, #d6d5d3, #82817d, #d6d7d0);
}

header {
    background-color: transparent;
    margin: 0;
    padding: 10px;
    position: relative;
}

h3 {
    margin: 30px !important;
    margin-left: 40px !important;
}

p {
    font-size: 18px;
    color: #000000;
    margin: 30px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;

}

.imageTableau {
    width: 60px;
    margin: 0;
    border-radius: 0;
}

.carousel-image {
    width: 700px;
    height: 500px;
    object-fit: cover;
    /* Cette propriété permet de remplir l'image dans les dimensions spécifiées sans déformer l'image */
}


button:hover {
    background-color: #0056b3;
}

img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;

}

/* .container {
    display: flex; */
    /* justify-content: space-between;
    align-items: center;
    flex-direction: column;
} */

.logo-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0%;
    margin-bottom: 0%;
}

.logo-left {
    height: 50px;
}

.logo-right {
    height: 50px;
}

h1 {
    margin: 0;
    color: #000000;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

/* styles.css */
.navbar-custom {
    background-color: rgb(255, 255, 255);
    /* Couleur de fond personnalisée */
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: rgb(0, 0, 0);
    /* Couleur du texte personnalisée */
}

.navbar-custom .nav-link:hover {
    color: red;
    /* Couleur du texte au survol */
}

.imagePG {
    border-radius: 10%;
}

section {
    width: 90%;
    text-align: auto;
    /* margin-left: 0; */
}

.btn-custom {
    background-color: #6d6d78 !important;
    /* Couleur de fond personnalisée */
    color: #000000 !important;
    /* Couleur du texte */
    border: 1px solid #ffffff !important;
    /* Couleur de la bordure */
}

.btn-custom:hover {
    background-color: #c70039 !important;
    /* Couleur de fond au survol */
    border-color: #c70039;
    /* Couleur de la bordure au survol */
}

.custom-table {
    border: 2px solid #333 !important;
    /* Bordure du tableau */
    /* border-radius: 10px !important; */
    /* Coins arrondis */
    /* margin: 50px !important; */
    /* Marge extérieure */
}

.custom-table th {
    background-color: #000000 !important;
    /* Couleur d'arrière-plan des en-têtes */
    color: #fff !important;
    /* Couleur du texte des en-têtes */
    padding: 10px !important;
    /* Espacement interne des cellules d'en-tête */
}

.custom-table td {
    padding: 8px;
    /* Espacement interne des cellules de données */
}

/* test */
/* .discreet-link {
    font-size: 0.9em;
    color: #777 !important;
    text-decoration: none;
    margin-right: 10px;
}

.discreet-link:last-child {
    margin-right: 0;
} */