@import url('https://fonts.googleapis.com/css?family=Orbitron');



hr {
    border-color: var(--translucent);
    color: var(--translucent);
}

thead,
table,
tr {
    border: none;
}

.orbitron {
    font-family: 'Orbitron', sans-serif;
}

table {
    margin-top: 30px;
    border-spacing: 0px;
}

td {
    border-color: var(--translucent);
    text-align: center;
    border: solid 1px var(--translucent);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.top,
.content-view {

    background: linear-gradient(to top, var(--translucent), rgba(0, 0, 0, 0.1));
}

.content-view {
    padding: 10px;
}

a {
    text-decoration: none;
    transition: 0.3s;

}

a,
.red {
    color: var(--red);
}

a:hover,
.blue {
    color: var(--blue);
}

a:hover {
    transform: translateY(-3px);
    border-color: var(--blue);
    filter: drop-shadow(0 0 20px rgba(0, 204, 255, 0.2));
}

.green {
    color: var(--green);
}

.center-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Style commun pour les éléments de déco */
.deco {
    position: fixed;
    width: 710px;
    /* À ajuster selon la taille de vos images */
    height: 400px;
    /* À ajuster selon la taille de vos images */
    z-index: -1;
    /* Place les images DERRIÈRE le contenu */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    /* Permet de cliquer sur le texte "à travers" l'image */
}

/* Positionnement spécifique */
.top-right {
    top: 0;
    right: 0;
    background-image: url('images/RU-elements/3.png');
}

.bottom-left {
    bottom: 0;
    left: 0;
    background-image: url('images/RU-elements/2.png');
}

.bottom-right {
    bottom: 0;
    right: 0;
    background-image: url('images/RU-elements/1.png');
}

.stars-gradient {
    position: fixed;
    /* Ou 'absolute' selon ton besoin de scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;

    /* Dégradé : Blue (bas-gauche) -> Surface (milieu) -> Red (haut-droite) */
    background: linear-gradient(20deg, var(--blue), var(--surface), var(--red));

    /* Opacité de 10% */
    opacity: 0.2;

    /* Optionnel : empêche les clics de bloquer les éléments en dessous */
    pointer-events: none;
}

.stars-fixed {
    position: fixed;
    /* Ou 'absolute' selon ton besoin de scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -10;

    background-image: url(images/space.png);
    background-size: auto;
    /* Opacité de 10% */

    /* Optionnel : empêche les clics de bloquer les éléments en dessous */
    pointer-events: none;
}

/* Assurez-vous que le body ou le main n'a pas de fond opaque qui cache tout */

main {
    position: relative;
    z-index: 1;
    /* Force le contenu à passer devant */
}

.bottom {
    text-align: center;
    width: 100%;
    max-width: 430px;
    margin: auto;
    background-color: var(--translucent);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 100px;
    margin-top: 40px;
    margin-bottom: 100px;
}

.page-sidebar {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}

.page-sidebar-big {
    margin-right: 18px;
    flex-grow: 1;

}

.page-sidebar-small {
    min-width: 300px;
    width: 25%;
}

.author-note {
    font-size: small;
    font-style: italic;
}

#flou {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 51%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 51%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 51%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    z-index: -500;
    opacity: .7;
    width: 100%;
}

.icon-download {
    width: 18px;
}

.card-img {
    width: 33%;
    max-width: 256px;
    margin-left: 0;
}

.card-header {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    align-items: center;
}

.card-infos {
    padding-left: 10px;
    text-align: right;
    flex-grow: 1;
}

.promo {
    font-family: 'Orbitron', sans-serif;
    text-transform: capitalize;
}

.btn {
    background: #222;
    color: white;
    border: 1px solid #444;
    padding: 5px 10px;
    font-size: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ruback-top-right,
#ruback-bottom-left,
#ruback-bottom-right,
#flou {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

#red_filter,
#blue_filter {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 50%;
    z-index: -5;
}

#red_filter {
    top: 0%;
    background: rgba(255, 0, 0, 0.1);
}

#blue_filter {
    top: 50%;
    background: rgba(0, 0, 255, 0.1);
}


#flou {
    background: center center url(images/flou.png) repeat-x fixed;
    z-index: -500;
    opacity: 0.7;
    width: 100%;
}

/* Conteneur principal */
.credits-accordion {
    margin-top: 20px;
    border: 1px solid #333;
}

/* Bloc de chaque saison */
.credits-accordion details {
    background: var(--translucent);
    border-bottom: 1px solid #222;
    transition: 0.6s;
}

.credits-accordion details:last-child {
    border-bottom: none;
    padding-left: 6px;
    padding-right: 6px;
}

/* En-tête cliquable */
.credits-accordion summary {
    padding: 15px 20px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    color: var(--text);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

/* Effet au survol : on utilise votre vert fluo */
.credits-accordion summary:hover {
    background: var(--translucent);
    color: var(--red);
}

/* Effet au survol : on utilise votre vert fluo */
.credits-accordion.green summary:hover {
    color: var(--green);
}

/* Indicateur visuel (la flèche) */
.credits-accordion summary::after {
    content: '+';
    color: var(--text);
    font-size: 1.2rem;
    font-family: monospace;
}

.credits-accordion details[open] summary::after {
    content: '-';
}

/* Contenu intérieur */
.season-content {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid #222;
    max-height: 600px;
    /* Optionnel : pour limiter les très longues listes */
    overflow-y: auto;
    overflow-wrap: normal;
    overflow-x: hidden;
}

/* Personnalisation des titres dans l'accordéon */
.season-content h3,
.season-content h5 {
    color: var(--blue);
    margin-top: 0;
}

.season-content p span {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
}

.home-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;

}

.home-row-element {
    max-width: 150px;
    transition: 0.3s;
    text-align: center;
    width: 100%;

}

.home-row-element:hover {
    transform: translateY(-10px);
    box-shadow: #f0f0f0;
}

.home-row-element-big {
    min-width: 200px;
    width: 200px;
    transition: 0.3s;
    text-align: center;
}

.home-hero {
    padding: 20px;
    border-radius: 8px;
}


.presentation {
    background: var(--red-gradient);
    padding: 20px;
    border-radius: 8px;
}

.presentation.green {
    background: var(--green-gradient);
    color: white;
}

.presentation.blue {
    background: var(--blue-gradient);
    color: white;

}

.synopsys {
    padding-left: 20px;
    padding-right: 20px;
    margin-block-end: 0.67em;

}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.social-icon {
    width: 50px;
}

.cover-feed {
    width: 150px;
}

.ru-catalog {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 30px;
}

/* Titres de sections (Anciennement les gros TR de centrage) */
.ru-catalog-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ru-catalog-section-header img {
    width: 100px;
    height: auto;
}

.ru-catalog-section-header h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
    margin: 0;
    flex-grow: 1;
}

/* Ligne d'article (Anciennement TR) */
.ru-catalog-item {
    display: flex;
    flex-direction: row;
    transition: 0.3s ease;
    min-height: 150px;
}

.ru-catalog-item:hover {
    border-color: var(--blue);
    box-shadow: 0 0 15px rgba(0, 204, 255, 0.1);
}

/* Colonne de gauche : Image + Prix */
.ru-catalog-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-width: var(--ru-catalog-img-width);
}

.ru-catalog-aside img {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.ru-catalog-aside a:hover img {
    transform: scale(1.05);
}

.ru-catalog-price {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Colonne de droite : Textes */
.ru-catalog-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ru-catalog-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.ru-catalog-desc {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #ccc;
}

.new-badge {
    color: #43f24d;
    font-size: 0.8rem;
    margin-left: 10px;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 800px) {
    .ru-catalog-item {
        flex-direction: column;
    }

    .ru-catalog-aside {
        border-right: none;
        border-bottom: 1px solid var(--ru-catalog-border);
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        box-sizing: border-box;
    }

    .ru-catalog-section-header h2 {
        font-size: 1.2rem;
    }
}



@media (max-width: 1000px) {

    .page-sidebar {
        flex-direction: column;
        margin: 0;
    }

    .page-sidebar-big {
        margin: 0;
    }

    .page-sidebar-small {
        min-width: unset;
        width: 98%;
        margin: auto;
    }

    .home-row-element {
        font-size: x-small;
    }

    .viewport {
        margin: 10px 2%;
        padding: 5px;
    }

    .bottom {
        width: unset;
    }

    .bottom-right {
        display: none;
    }


}

@media (min-width:1000px) and (max-width:1300px) {
    .home-row.presentation {
        flex-direction: column;
    }
}

@media (max-width:900px) {
    .home-row.presentation {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .home-row {
        flex-direction: column;
    }

    .home-row.row {
        flex-direction: row;

    }
}