/*  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");

@font-face {
    font-family: 'Cinzel';
    src: url('../theme/fonts/Cinzel-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body, p, div, td, th, li, dt, dd, input, textarea, select {
    font-family: 'Cinzel', serif !important;
}
.headerbar {

.headerbar {
    background-image: url('../theme/images/vanadiel_banner.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 200px !important;
}

/* Cacher le logo phpBB */
.logo, #logo {
    display: none !important;
}

/* Centrer la bannière */
.headerbar {
    background-position: center center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Cacher le logo phpBB */
.logo, #logo {
    display: none !important;
}

/* Centrer la bannière */
.headerbar {
    background-position: center center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* ===== BOUTONS STYLE FINAL FANTASY ROUGE/NOIR ===== */

input[type="submit"], 
input[type="button"],
button,
.button1,
.button2,
a.button1,
a.button2,
.btn,
.post-btn {
    background-color: #1a0000 !important;
    color: #ff4444 !important;
    border: 2px solid #cc0000 !important;
    border-right-color: #440000 !important;
    border-bottom-color: #440000 !important;
    font-family: 'Cinzel', serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 6px 14px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    box-shadow: 2px 2px 0px #000, inset 0 0 8px rgba(180,0,0,0.2) !important;
    transition: none !important;
    image-rendering: pixelated !important;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button1:hover,
.button2:hover,
a.button1:hover,
a.button2:hover {
    background-color: #330000 !important;
    color: #ff6666 !important;
    border-color: #ff2222 !important;
    border-right-color: #660000 !important;
    border-bottom-color: #660000 !important;
    box-shadow: 3px 3px 0px #000, inset 0 0 12px rgba(220,0,0,0.3) !important;
}

input[type="submit"]:active,
button:active,
.button1:active {
    box-shadow: 1px 1px 0px #000 !important;
    transform: translate(1px, 1px) !important;
}
