/* Assurez-vous que le logo est à gauche */
.navbar .navbar-brand {
    margin-right: auto;
}

/* Style pour les liens de navigation */
.navbar .navbar-nav .nav-link {
    color: rgb(154, 151, 151); /* Texte en gris */
}

/* Style pour le lien "Home" */
.navbar .navbar-nav .nav-link.active {
    color: orange; /* "Home" en orange */
}

/* Style pour les liens de navigation au survol */
.navbar .navbar-nav .nav-link:hover {
    color: orange; /* Couleur au survol */
}

.navbar .navbar-toggler {
    background-color: orange;
    border-color: orange;
}

/* Style pour le conteneur de l'image */
.full-width-image {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

/* Assurez-vous que l'image prend toute la largeur */
.full-width-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Style pour l'overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur de l'overlay avec transparence */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Couleur du texte */
    text-align: center;
    padding: 20px;
}

/* Style pour le texte dans l'overlay */
.overlay-text h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.overlay-text p {
    font-size: 1.5em;
}

/* Style pour la section "Qui sommes-nous ?" */
.about-us {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.about-us h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #343a40;
}

.about-content {
    overflow: auto; /* Assure que le conteneur s'adapte à l'image flottante */
}

.about-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #495057;
}

/* Style pour l'image flottante à droite */
.about-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 500px; /* Ajustez la largeur selon vos besoins */
    height: auto;
    border-radius: 5px;
}

/* Style pour la section Vision, Valeurs, Mission */
.vision-values-mission {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.vision-values-mission .card {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.vision-values-mission .card:hover {
    transform: translateY(-5px);
}

.vision-values-mission .card-body {
    padding: 20px;
}

.vision-values-mission .card-title {
    color: #343a40;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.vision-values-mission .card-text {
    color: #495057;
    line-height: 1.6;
}

/* Style pour les liens "En savoir plus" */
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: orange; /* Couleur du lien */
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline; /* Souligner le lien au survol */
}

/* Style pour la section Actualités */
.news {
    padding: 50px 0;
    background-color: #ffffff;
}

.news h2 {
    color: #343a40;
}

.news .card {
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.news .card:hover {
    transform: translateY(-5px);
}

.news .card-body {
    padding: 20px;
}

.news .card-title {
    color: #343a40;
    margin-bottom: 10px;
}

.news .card-subtitle {
    color: #6c757d;
    margin-bottom: 15px;
}

.news .card-text {
    color: #495057;
    line-height: 1.6;
}

/* Style pour les liens "Lire la suite" */
.read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}
/* Style pour les images dans les cartes */
.card-img-top {
    width: 100%;
    height: 200px; /* Ajustez la hauteur selon vos besoins */
    object-fit: cover; /* Assure que l'image couvre bien l'espace */
}

/* Style pour le footer */
.footer {
    background-color: #ff8c00; /* Fond orange */
    color: white;
    padding: 40px 0;
}

.footer-logo img {
    max-width: 150px; /* Ajustez la largeur du logo selon vos besoins */
    height: auto;
}

.footer-links h5, .footer-contact h5 {
    color: white;
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-contact p {
    margin-bottom: 10px;
}

/* Style pour les sections */
.about-content section {
    margin-bottom: 30px;
}

/* Style pour les titres de section */
.about-content h3 {
    color: #343a40;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff8c00;
    padding-bottom: 10px;
}

/* Style pour les listes */
.about-content ul {
    list-style-type: none;
    padding-left: 0;
}

.about-content ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.about-content ul li:before {
    content: "•";
    color: #ff8c00;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.table-info-custom {
   width: 100%;
   border-collapse: collapse;
   margin-top: 30px;
}

.table-info-custom th,
.table-info-custom td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.table-info-custom th {
 /* background-color: #f57c00; */
    color: rgb(7, 7, 7);
    width: 25%;
}

.table-info-custom tr:nth-child(even) {
    background-color: #f9f9f9;
}