/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
/*************************************************
 * THEME SPORTPOURTOUS - COULEURS INTRO 3D
 * À placer en bas de stylesheet.css (style progamer)
 *************************************************/

/* --------- FOND GLOBAL --------- */

body {
    background: radial-gradient(circle at top, #2f3b8f 0%, #141421 40%, #050509 100%) fixed;
    color: #f5f7ff;
}

/* Conteneur principal */
#wrap, .wrap {
    background: transparent;
    box-shadow: none;
}

/* --------- EN-TÊTE & NAVBAR --------- */

.headerbar,
.navbar,
.navbar.navbar-top,
.navbar.navbar-bottom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #1a1a2e 100%);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* Titre du forum */
.site-description h1,
.site-description h1 a,
.site-description p {
    color: #ffffff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* Liens du menu */
.navbar a,
.linklist .icon-home a,
.linklist a {
    color: #f9ca24;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.navbar a:hover,
.linklist a:hover {
    color: #ffffff;
}

/* Fil d’Ariane */
.breadcrumbs,
.breadcrumbs .crumb,
.breadcrumbs a {
    color: #f5f7ff;
}

.breadcrumbs a:hover {
    color: #f9ca24;
}

/* --------- LISTES DE FORUMS --------- */

/* Bandeaux de catégories */
.forabg,
.forumbg {
    background: linear-gradient(135deg, rgba(40,40,80,0.95), rgba(20,20,40,0.98));
    border-radius: 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    overflow: hidden;
}

/* Titre de catégorie */
.forabg .inner > ul.topiclist > li.header,
.forumbg .inner > ul.topiclist > li.header {
    background: linear-gradient(135deg, #ff6b6b, #f9ca24);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.forabg .inner > ul.topiclist > li.header a,
.forumbg .inner > ul.topiclist > li.header a {
    color: #ffffff;
}

/* Lignes de forums */
ul.forums,
ul.topiclist li {
    background: transparent;
}

li.row,
li.row.bg1,
li.row.bg2 {
    background: linear-gradient(135deg,
        rgba(255,107,107,0.10),
        rgba(78,205,196,0.12)
    );
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

li.row:hover {
    background: linear-gradient(135deg,
        rgba(255,107,107,0.25),
        rgba(78,205,196,0.25)
    );
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.7);
}

/* Noms de forums et titres de sujets */
a.forumtitle,
a.topictitle {
    color: #4ecdc4;
    font-weight: 700;
}

a.forumtitle:hover,
a.topictitle:hover {
    color: #f9ca24;
}

/* Infos secondaires (stats, dernier message, etc.) */
li.row .topicdetails,
li.row .lastpost,
li.row .posts,
li.row .views,
li.row dd,
li.row dt,
.topic-poster,
.pagination span.page-sep {
    color: #cfd8ff;
}

/* --------- PANELS & BLOCS (UCP, FAQ, etc.) --------- */

.panel,
.post,
.bg1,
.bg2 {
    background: linear-gradient(135deg, rgba(40,40,70,0.92), rgba(15,15,30,0.98));
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 12px 35px rgba(0,0,0,0.7);
}

/* Titre de panel */
.panel h2, .panel h3 {
    color: #ffdd70;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Bord haut style “néon” pour certains blocs */
.postbody,
.panel > .inner {
    position: relative;
}

.postbody::before,
.panel > .inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #f9ca24);
    opacity: 0.9;
}

/* --------- POSTS --------- */

.postbody {
    color: #f5f7ff;
}

.postbody a {
    color: #45b7d1;
}

.postbody a:hover {
    color: #f9ca24;
}

/* Auteur + profil */
.postprofile,
.postprofile dt a {
    color: #f9ca24;
}

/* Citations */
blockquote {
    background: rgba(10,10,25,0.95);
    border-left: 4px solid #4ecdc4;
    color: #dfe6ff;
}

/* Code, spoilers éventuels */
.codebox {
    background: rgba(2,2,8,0.95);
    border: 1px solid rgba(255,255,255,0.12);
}

/* --------- BOUTONS & FORMULAIRES --------- */

.button,
.button1,
.button2,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #ffffff !important;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.6);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.button:hover,
.button1:hover,
.button2:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: linear-gradient(135deg, #ff6b6b, #f9ca24);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.75);
}

/* Champs texte */
input[type="text"],
input[type="password"],
textarea,
select {
    background: rgba(10,10,25,0.95);
    border: 1px solid rgba(255,255,255,0.18);
    color: #f5f7ff;
    border-radius: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #4ecdc4;
    box-shadow: 0 0 0 1px rgba(78,205,196,0.7);
}

/* Pagination */
.pagination li a,
.pagination span strong {
    background: rgba(10,10,30,0.9);
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #f5f7ff;
}

.pagination span strong {
    background: linear-gradient(135deg, #ff6b6b, #f9ca24);
    border-color: transparent;
}

/* --------- PIED DE PAGE --------- */

#page-footer,
.copyright {
    background: radial-gradient(circle at top, #1b1635 0%, #050509 80%);
    color: #9aa0c8;
    border-top: 1px solid rgba(255,255,255,0.08);
}

#page-footer a {
    color: #4ecdc4;
}

#page-footer a:hover {
    color: #f9ca24;
}

