* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* =========== STYLES GÉNÉRAUX ========== */
body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
}

/* =========== HERO SECTION ========== */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 5%;
    box-shadow: 0 24px 16px rgba(22, 18, 18, 0.137);
    background: linear-gradient(to right, #4c2570ef, #434392);
    color: white;
    border-bottom: 4px solid #a6a6a6;
    box-shadow: 0 2px 6px rgba(150, 150, 150, 0.4), 
                0 4px 10px rgba(200, 200, 200, 0.2) inset;
}

.hero-content {
    width: 100%; 
    text-align: center;
}

.hero-content h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 8px;
}



/* =========== RECHERCHE ET FILTRE ========== */
.search-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 30px auto;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

#search-project {
    padding: 10px 35px 10px 10px;
    width: 450px;
    font-size: 1.1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

#clear-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2em;
    color: #999;
    display: none;
    background: none;
    border: none;
}

#clear-search:hover {
    color: #333;
}

#filter-category {
    padding: 10px;
    font-size: 1.1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
}



/* =========== PROJET : AZURIA DAILY REWARDS ========== */
.azuria-dailyrewards-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.azuria-dailyrewards-project-content {
    width: 55%;
}

.azuria-dailyrewards-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.azuria-dailyrewards-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.azuria-dailyrewards-project-content ul {
    list-style: none;
    padding: 0;
}

.azuria-dailyrewards-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.azuria-dailyrewards-project-media {
    width: 45%;
}

.azuria-dailyrewards-project-media video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 900px) {
    .azuria-dailyrewards-project {
        flex-direction: column;
        text-align: center;
    }

    .azuria-dailyrewards-project-content {
        width: 100%;
    }

    .azuria-dailyrewards-project-media {
        width: 100%;
    }

    #search-project {
        margin-bottom: 16px;
        width: 250px;
    }
}



/* =========== PROJET : CMS DAILY LOOT ========== */
.cms-dailyloot-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cms-dailyloot-project-content {
    width: 55%;
    text-align: center;
}

.cms-dailyloot-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.cms-dailyloot-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.cms-dailyloot-project-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.cms-dailyloot-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.cms-dailyloot-project-media {
    width: 45%;
}

.cms-dailyloot-project-media video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 900px) {
    .cms-dailyloot-project {
        flex-direction: column-reverse;
        text-align: center;
    }

    .cms-dailyloot-project-content {
        width: 100%;
    }

    .cms-dailyloot-project-media {
        width: 100%;
    }
}



/* =========== PROJET : LAUNCHER MINECRAFT ========== */
.launcher-minecraft-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.launcher-minecraft-project-content {
    width: 55%;
    text-align: left;
}

.launcher-minecraft-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.launcher-minecraft-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.launcher-minecraft-project-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.launcher-minecraft-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.launcher-minecraft-project-media {
    width: 45%;
    display: flex;
    justify-content: flex-end;
}

.carousel {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel img.active {
    opacity: 1;
}

/* Responsive */
@media (max-width: 900px) {
    .launcher-minecraft-project {
        flex-direction: column;
        text-align: center;
    }

    .launcher-minecraft-project-content {
        width: 100%;
        text-align: center;
    }

    .launcher-minecraft-project-media {
        width: 100%;
        justify-content: center;
    }
}



/* =========== PROJET : PLUGIN SHOPNPC ========== */
.plugin-shopnpc-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plugin-shopnpc-project-media {
    width: 45%;
}

.plugin-shopnpc-project-media video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.plugin-shopnpc-project-content {
    width: 55%;
    text-align: left;
}

.plugin-shopnpc-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.plugin-shopnpc-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.plugin-shopnpc-project-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plugin-shopnpc-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .plugin-shopnpc-project {
        flex-direction: column-reverse;
        text-align: center;
    }

    .plugin-shopnpc-project-content {
        width: 100%;
        text-align: center;
    }

    .plugin-shopnpc-project-media {
        width: 100%;
    }
}



/* =========== PROJET : PLUGIN SPAWNERSHOP ========== */
.plugin-spawnershop-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plugin-spawnershop-project-content {
    width: 55%;
    text-align: left;
}

.plugin-spawnershop-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.plugin-spawnershop-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.plugin-spawnershop-project-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plugin-spawnershop-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.plugin-spawnershop-project-media {
    width: 45%;
}

.plugin-spawnershop-project-media video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 900px) {
    .plugin-spawnershop-project {
        flex-direction: column;
        text-align: center;
    }

    .plugin-spawnershop-project-content {
        width: 100%;
        text-align: center;
    }

    .plugin-spawnershop-project-media {
        width: 100%;
    }
}



/* =========== PROJET : CHESTMCP ========== */
.plugin-chestmcp-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.plugin-chestmcp-project-media {
    width: 45%;
}

.plugin-chestmcp-project-media video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.plugin-chestmcp-project-content {
    width: 55%;
    text-align: left;
}

.plugin-chestmcp-project-content h2 {
    font-size: 2em;
    color: #271430;
    margin-bottom: 10px;
}

.plugin-chestmcp-project-content p {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.plugin-chestmcp-project-content ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.plugin-chestmcp-project-content ul li {
    font-size: 1.1em;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .plugin-chestmcp-project {
        flex-direction: column-reverse;
        text-align: center;
    }

    .plugin-chestmcp-project-content {
        width: 100%;
        text-align: center;
    }

    .plugin-chestmcp-project-media {
        width: 100%;
    }
}
