/*Styles généraux*/
header {
	text-align: center;
}

body {
	background-color: #000000;
	background-image:url(images/connexion/fond_connexion2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size: 100% 100%;
}

h2 {
	color: #ffffff;
	font-family: Agency FB;
	font-weight: bold;
	font-size: 2em;
}

h3 {
	color: #ffffff;
	font-family: Agency FB;
	font-weight: bold;
	font-size: 1.5em;
}

h4 {
	color: #ffffff;
	text-align: justify;
	font-family: Courier New,Courier,monospace;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 2%;
	padding-right: 2%;
	text-indent: 40px;
}

footer {
	background-image:url(images/connexion/fond_noir.jpg);
	text-align: center;
	font-family: Courier New,Courier,monospace;
	font-size: 0.65em;
	color: #ffffff;
	margin-top : 1%;
	line-height: normal
}

.font-family{
	font-family: Courier New,Courier,monospace ;
	line-height: normal;
}

.font-agency {
	font-family: Agency FB;
}

.font-courier {
	font-family: Courier New,Courier,monospace ;
	line-height: normal;
}

.font-bold {
	font-weight: bold;
}

.fond_blanc {
	background: #ffffff !important;
}

.fond_vert {
	background: #d5ffce !important;
}

.fond_rouge {
	background: #ffb2aa !important;
}

.fond_bleu {
	background: #9fe5fb !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-justify {
	text-align: justify;
}

.text-underline {
	text-decoration: underline;
}

.texte-blanc {
	color: #ffffff;
}

.bordure_noire {
	border-width: 3px !important;
	border-color: #000000 !important;
}

.contenu_page{
	padding-top: 135px;
}

.padding-5 {
	padding: 5px;
}

.padding-side-50{
	padding-left:  50px;
	padding-right: 50px;
}

.padding-top-15{
	padding-top: 15px;
}

.padding-top-20{
	padding-top: 20px;
}

.padding-topbottom-10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-topbottom-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.padding-topbottom-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-bottom-17{
	padding-bottom: 17px !important;
}

.padding-bottom-10{
	padding-bottom: 10px;
}

.padding-bottom-20{
	padding-bottom: 20px;
}

.padding-bottom-30{
	padding-bottom: 30px !important;
}

.no-padding{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.margin_2{
	margin-left: 2px !important;
	margin-right: 2px !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.margin-topbottom-2{
	margin-top: 2px;
	margin-bottom: 2px;
}

.margin-topbottom-5{
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin-topbottom-15{
	margin-top: 15px;
	margin-bottom: 15px;
}

.margin-top-5{
	margin-top: 5px;
}

.margin-top-15{
	margin-top: 15px !important;
}

.margin-top-30{
	margin-top: 30px !important;
}

.pushbutton {
    background: linear-gradient(145deg, #000000, #1a1a1a, #000000);
    color: #ffffff;
    font-family: Courier New,Courier,monospace;
	font-size: 1em ;
    font-weight: bold;
    text-align: center;
    border: 1px solid #333333; /* gris sombre pour contraster */
    padding: 4px 8px;
    border-radius: 8px;
    margin: 5px 0;

    /* Effet relief */
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.3),
                inset 0 -2px 4px rgba(0,0,0,0.6),
                0 3px 6px rgba(0,0,0,0.7);

    /* Transition douce */
    transition: background 0.3s, box-shadow 0.3s;
}

/* Effet survol : brillance rouge/bordeaux */
.pushbutton:hover {
    background: linear-gradient(145deg, #990000, #b30000, #660000, #990000);
    box-shadow: inset 0 2px 6px rgba(255,255,255,0.2),
                inset 0 -2px 6px rgba(0,0,0,0.6),
                0 4px 8px rgba(0,0,0,0.8);
}

/* Effet clic : enfoncé */
.pushbutton:active {
    background: linear-gradient(145deg, #660000, #990000);
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.8);
}

.champs_inscriptible {
	font-family: Courier New,Courier,monospace;
	background: #e0e0e0;
	text-align: right;
	font-size: 1.1em;
}

/*Menu de navigation*/
.navigation {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

.navigation li {
	margin-bottom: 1px ;
}
	
.navigation li a {
	display: block ;
	color: #ffffff;
	font-family: Courier New,Courier,monospace ;
	font-size: 1.3em ;
	font-weight: bold;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
}
	
.navigation li a:hover, .navigation li a:focus, .navigation li a:active {
	background: #990000 ;
	color: #ffffff ;
}

/*Page de connexion*/
.fond_connexion {
    text-align: center;
	background-image:url(images/connexion/fond_noir.jpg);
	background-repeat:repeat;
	margin: auto;
}

.contenu_connexion {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intitule_champs_connexion {
	color: #ffffff;
	font-family: Courier New,Courier,monospace;
	font-size: 1em;
	font-weight: bold;
	padding-bottom:  1%;
}

.remarque_finale {
	color: #ffffff;
	font-family: Courier New,Courier,monospace;
	font-size: 1em;
	font-weight: bold;
}

.searchera {
	background: #000000;
	color: #ffffff;
	font-family: Agency FB;
	font-weight: bold;
	text-align: center;
}

/*Historique des MAJ*/
.fond_texte {
    text-align: center;
	background-image:url(images/connexion/fond_noir.jpg);
	background-repeat:repeat;
	padding-bottom: 1%;
}

.enumeration_maj {
	color: #ffffff;
	padding-left: 2%;
	padding-right: 7%;
	text-align: justify;
	font-family: Courier New,Courier,monospace;
	font-size: 1em;
	line-height: normal
}

.remarque_fin_infos_maj {
	font-style: italic;
	text-align: center;
}

/*Panthéon*/
.pantheon_tableau {
	color: #ffffff;
	margin: auto;
	text-align: center;
	font-family: Courier New,Courier,monospace;
	font-size: 0.9em;	
	width: 100%;
	border-color: #ffffff;
	border-width: 1em;
}

.pantheon_pseudo {
	font-weight: bold;
}

/*Présentation du jeu*/
.texte_presentation {
	color: #ffffff;
	padding-left: 2%;
	padding-right: 2%;
	text-align: justify;
	font-family: Courier New,Courier,monospace;
	font-size: 1em;
	line-height: normal
}

.tab_unites {
	margin:  auto;
	padding:  auto;
	border-width: 0.2em;
	border-style: solid;
	border-color: #ffffff;
	width:  90%;
	text-align: center;
}

.titre_general_liste_unites {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Courier New,Courier,monospace;
}

.titre_pays_liste_unites {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Courier New,Courier,monospace;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0.2em;
}

.intitule_colonne {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Courier New,Courier,monospace;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0.1em;
}

.contenu_colonne {
	font-size: 1em;
	font-family: Courier New,Courier,monospace;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0.1em;
}

.remarque_unites {
	color: #ffffff;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-family: Courier New,Courier,monospace;
	font-size: 0.7em;
}