/*
  ___________.__              _____  .__   _____.__  __
  \__    ___/|  |__   ____   /  _  \ |  |_/ ____\__|/  |_  ____ _____    _____   ______
    |    |   |  |  \_/ __ \ /  /_\  \|  |\   __\|  \   __\/ __ \\__  \  /     \ /  ___/
    |    |   |   Y  \  ___//    |    \  |_|  |  |  ||  | \  ___/ / __ \|  Y Y  \\___ \
    |____|   |___|  /\___  >____|__  /____/__|  |__||__|  \___  >____  /__|_|  /____  >
                  \/     \/        \/                         \/     \/      \/     \/

        Ce site a été conçu et réalisé par TheAlfiTeams.
        Toute reproduction, modification ou redistribution
        est strictement interdite sans autorisation préalable.

                     (https://thealfiteams.com)
*/

/* Section "À propos de CatLaunch" */
.about-section {
    padding: 30px;
    background-color: #1f1f1f;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.about-section h2 {
    font-size: 26px;
    color: #c8857d; /* Couleur pour le titre */
    margin-bottom: 15px;
    font-weight: bold;
}

.about-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ddd;
}

/* Liste des fonctionnalités */
.about-section .features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-section .features li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-section .features li .icon {
    margin-right: 10px;
    font-size: 20px;
}

.about-section .features li strong {
    color: #c8857d;
}

/* Boutons */
.about-section .links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.about-section .links .btn {
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background-color: #c8857d;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.about-section .links .btn:hover {
    background-color: #c8857d;
    color: #fff;
}

/* Liens de pied de page */
.about-section .footer-links {
    margin-top: 20px;
    font-size: 14px;
    color: #bbb;
}

.about-section .footer-links a {
    color: #c8857d;
    text-decoration: none;
}

.about-section .footer-links a:hover {
    text-decoration: underline;
}
/* Bannière de la section "À propos de CatLaunch" */
.about-banner {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
    object-fit: cover;
}
.PostedBy strong{
    color: cyan;
}
