@font-face { /* ajout de la police d'écriture à partir du serveur web */
    font-family: "DroidSans";
    src:local("DroidSans"),
    url("DroidSans.ttf") format("truetype")
}
@font-face { /* ajout de la police d'écriture à partir du serveur web */
	font-family: "Steelfish";
	src:local("Steelfish"),
	url("steelfish rg.otf") format("opentype")
}

@font-face { /* ajout de la police d'écriture à partir du serveur web */
	font-family: "Merrychristmasflake";
	src:local("Merrychristmasflake"),
	url("MerryChristmasFlake.ttf") format("truetype")
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Général */

ul, ol {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: inherit;
}

video, img {
	max-width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

video {
	border: 2px solid #c8c8c8;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 38x;
	color: #bf8e42;
	text-align: center;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 34px;
}

h5 {
	font-size: 32px;
}

h6 {
	font-size: 30px;
}

strong {
	color: #bf8e42;
	font-weight: bold;
}

button {
	cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Affichage menu */

.bandeau li a { /* lien sous forme de boite pour largeur sous menu entier */
    display: block;
    height: 44px;
    padding-top: 6px;
    width: 100%;
	text-transform: uppercase;
	text-shadow: 2px 1px #4b4b4b;
}
.bandeau a:hover { /* Affiche différent des liens au passage de la souris */
    background-color: #bf8e42;
    color: #192229;
	text-shadow: none;
}
.bandeau ul { /* Modification de l'affichage par défaut des titres uniquement */
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: auto 0;
}
.bandeau ul, .bandeau li, .bandeau a { /* Modification de l'affichage par défaut des titres, sous titres et liens */
    color: inherit;
    vertical-align:middle;
}
.bandeau ul li { /* Mode d'affichage des blocs de titres principaux du menu dans chaque partie du bandeau */
    float:left;
    text-align: center;
	margin: 0;
}
.bandeau ul.titre {
    height: 100%;
}
.bandeau { /* paramètres du bandeau largeur pleine */
    width: 100%;
	height: max-content ;
    margin: 0 auto;
    background-color: #192229;
    position: sticky;
    display: inline-block;
    color: #bf8e42;
    font-size: 30px;
    font-family: Steelfish;
    box-shadow: 0 5px 10px #192229 ;
}

@media screen and (max-width : 1300px) {
	.bandeau {
		font-size: 28px;
	}

	.bandeau li a {
		padding-top: 8px;
	}
}

.bandeau_gauche { /* Partie gauche du bandeau de navigation */
    position: absolute;
    right: 50%;
    left: 0;
    height: 50px;
    margin: auto 50px auto 70px;
}
.bandeau_droit { /* Partie droite du bandeau de navigation */
    position:absolute;
    top: 0;
    right: 0px;
    left: 50%;
    height: 50px;
    margin: auto 70px auto 50px;
}
.bandeau .sous { /* Affichage par défaut du sous menu */
    display: none;
    background-color: #192229;
}
.bandeau nav > ul li:hover .sous { /* Affichage du sous menu au passage de la souris */
    display: block;
    box-shadow: 5px 5px 10px #192229;
}
.bandeau ul.sous li { /* mode d'affichage des sous menus */
    float: none;
    position: relative; /* le sous menu est indépendant du menu */
    margin: 0 auto;
}
.bandeau img { /* Taille et position horizontale du logo de la RTX */
    display: flex;
    width: 50px;
    margin: 0 auto;
}

/* Fin affichage menu */

/*--------------------------------------------------------------------------------------------------------------*/

/* Affichage pied de page */

.pied {
	display: flex;
	font-family: Steelfish;
	font-size: 25px;
	height: 50px;
	margin: 0 120px 40px;
	align-items: center;
	justify-content: center;
	background-color: #192229;
	color: #bf8e42;
	border-radius: 0 0 20px 20px;
}

.pied div {
	margin: 0 15px;
}

/* Fin affichage pied de page */

/*--------------------------------------------------------------------------------------------------------------*/

/* Affichage Page Accueil */


footer a {
    list-style-type: none;
    color: #bf8e42;
}

header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

body {
    background-image: url("../images/fond_hiver.jpg");
    background-attachment: fixed;
    background-size: 100% 100%;
	background-repeat: space;
	margin: 0;
}

.article, .container {
	display: block;
	margin: 40px 120px 0;
	padding: 30px;
	background-color: rgb(58,58,58);
	color: #c8c8c8;
	text-align: center;
	font-family: DroidSans;
	font-size: 15px;
	border: 5px solid #192229;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
}

.article p {
	margin: 0px 150px 20px;

}

.titre_page { /* Apparence des titres de chaque page */
	font-family: Steelfish;
	text-align: center;
	color: #bf8e42;
	margin-top: 0;
	text-shadow: 3px 3px #192229;
	margin-bottom: 25px;
}

.bienvenue {
	font-family: Steelfish;
	font-size: 35px;
	color:#bf8e42;
}

.gif_ets2 {
	max-width: 616px;
	max-height: 176px;
	margin: 0 auto;
	margin-bottom: 50px;
	box-shadow: 15px 15px 15px #192229;
}

.bonne_annee {
	/*max-width: 616px;
	max-height: 176px;*/
	margin: 0 auto;
	margin-bottom: 25px;
	box-shadow: 15px 15px 15px #192229;
}

.wot_hiver {
	object-fit: scale-down;
	max-height: 345px;
	margin: 0 auto 25px;
	box-shadow: 15px 15px 15px #192229;
}

.font_noel,.font_noel_seul {
	font-family: MerryChristmasFlake;
	font-size: 7em;
	color: #d2b62e;
	text-shadow: 0px 0px 10px #bf8e42;
}

.font_noel_petit {
	font-family: MerryChristmasFlake;
	font-size: 5em;
	color: #d2b62e;
	text-shadow: 0px 0px 10px #bf8e42;
}

.font_noel_chiffre_petit {
	font-family: Steelfish;
	font-size: 4em;
	color: #d2b62e;
	text-shadow: 0px 0px 10px #bf8e42;
}

p.font_noel {
	margin: 0 auto 25px;
}

p.font_noel_seul,p.noel_petit,p.font_noel_petit {
	margin: 0 auto 50px;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Affichage Page Mods */

.container a {
    color: #c8c8c8;
}

.container p {
	margin: inherit 100px;
}

.boutton_ajout {
	display: flex;
	position: relative;
	top: 8px;
	background-color: #192229;
	margin: 5px 0;
	padding: 10px;
	border: 3px solid #c8c8c8;
	border-radius: 10px;
}

.titre_listes {
	text-align: center;
	font-size: 20px;
	width: 100%;
	margin: 20px 0;
	border: 3px solid #c8c8c8;
	border-radius: 10px;
}

.liste_mods {
    display: flex;
	flex-wrap: wrap;
	padding: 0;
	flex-direction: row;
	justify-content: center;
}

.mod {
    position: relative;
    width: 300px;
    height: 670px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #4b4b4b;
    border: 4px solid #192229 ;
    border-radius: 10px;
    text-align: center;
	font-size: 14px;
}

.image img {
    width: 300px;
	height: 168.75px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.image img.sir { /** définir l'emplacement */
	position: absolute;
	width: 50px;
	height: 50px;
	top: 100px;
	right: 10px;
	border: 1px solid red;
	border-radius: 25px;
	box-shadow: 5px 5px 5px #192229;
}

.compatible {
	margin: 10px auto;
}

.game_compat, .categorie {
	margin: 0 5px;
	padding: 4px;
	background-color: #192229;
	color: #c8c8c8;
	border-radius: 5px;
}

.titre_ver_mod {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border: 1px solid #c8c8c8;
	padding: 5px;
	margin: 5px;
	border-radius: 5px;
}

p.desc_mod {
	display: block;
	position: relative;
	text-align: center;
	margin: 5px 10px;
	overflow-y: auto;
	box-sizing: content-box;
	height: 200px;
}

.type_down {
	display: inline-block;
	position: relative;
	margin: 10px auto auto;
	width: 40px;	
	right: 0;
	bottom: 5px;
	left: 0;
}

.download_mod {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: max-content;
}

.download_mod a {
	display: block;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: bold;
	margin: 2px auto;
	width: 160px;
	padding: 10px;
	right: 0;
	bottom: 20px;
	left: 0;
	border-radius: 10px;
}

.modif_mod img {
	display: block;
	position: absolute;
	width: 20px;	
	right: 20px;
	bottom: 30px;
	border-radius: 0;
}

.section_filtres {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
    margin-bottom: 30px;
}

.filtres {
	padding: auto 0;
}

.filtre_submit {
	height: 22px;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* module d'ajout et de modification d'un mod */

.retour_mod { /* message de retours ajout ou modif mod */
	color: red;
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
}

article form {
	text-align: justify;
	height: 100%;
}

textarea {
	position: relative;
	text-align: left;
	min-width: 98.9%;
	max-width: 720px;
	min-height: 80px;
	max-height: 180px;
}

label {
	width: 170px;
}

.form_obligatoire {
	color: #bf8e42;
}

.input_texte {
	width: 550px;
}

select {
	margin-left: -3px;
}

.ajout_mod, .maj_mod {
    position: relative;
    width: max-content;
	height: 650px;
    margin-right: 10px;
    margin-bottom: 10px;
	padding: 10px;
    background-color: #4b4b4b;
    border: 4px solid #192229 ;
    border-radius: 10px;
	font-size: 14px;
}

article form label {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 5px auto;
}

.submit_mod, .submit_maj_mod {
	display: block;
	position: absolute;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: 550;
	margin: 2px auto;
	width: max-content;
	padding: 10px;
	left: 0;
	right: 0;
	bottom: 20px;
	border-radius: 10px;
	border: 0;
}

.button_retour {
	display: block;
	position: absolute;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: 600;
	margin: 2px auto;
	width: max-content;
	padding: 10px;
	bottom: 20px;
	left: 20px;
	border-radius: 10px;
	border: 0;
}

.submit_del_mod {
	display: block;
	position: absolute;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: 550;
	margin: 2px auto;
	width: max-content;
	padding: 10px;
	right: 20px;
	bottom: 20px;
	border-radius: 10px;
	border: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Page Connexion */

.bloc_connexion {
	width: max-content;
	height: max-content;
	margin: 30px auto 10px;
	padding: 20px;
    background-color: #4b4b4b;
    border: 4px solid #192229 ;
    border-radius: 10px;
    text-align: center;
	font-size: 15px;
}

.bloc_connexion input {
	margin-bottom: 10px;
}

.bloc_connexion textarea {
	padding: 0;
}

.block_id {
	display: block;
	position: relative;
	margin: auto;
}
.block_id input {
	width: 200px;
	height: max-content;
}
.block_id a {
	position: relative;
	width: max-content;
	color: #c8c8c8;
	font-size: 14px;
}
.block_id label, .block_id input {
	display: block;
	margin: 10px auto;
}

.block_id label {
	width: max-content;
}

.block_id button {
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 8px 1px;
	background-color: #192229;
	color: #c8c8c8;
	font-size: 15px;
	box-shadow: none;
	border: 0;
	border-radius: 10px;
}
.retour_recup {
	color: red;
	font-size: 14px;
}

.connexion_retour {
	display: inline-flex;
	position: relative;
	left: -68px;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: bold;
	margin-top: 10px;
	width: max-content;
	padding: 10px;
	border-radius: 10px;
	border: 0;
}

.button_envoi_contact {
	display: inline-flex;
	position: relative;
	right: -68px;
	background-color: #192229;
	color: #c8c8c8;
	font-weight: bold;
	margin-top: 10px;
	width: max-content;
	padding: 10px;
	border-radius: 10px;
	border: 0;
}

.contact_admin {
	font-size: 15px;
	width: 300px;
	margin-inline: auto;
	margin-top: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Pages articles + aide mods */

.page_article, .page_article_mods {
	display: block;
	margin: 40px 120px 0;
	padding: 30px;
	background-color: rgb(58,58,58);
	color: #c8c8c8;
	text-align: justify;
	font-family: DroidSans;
	font-size: 15px;
	border: 5px solid #192229;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
}

.page_article_mods {
	text-align: initial;
	margin: 40px 0 0;
	border-radius: 20px;
	border: 5px solid #192229;
}

.page_article h4, .page_article_mods h4 {
	font-size: 18px;
}

.page_article h3, .page_article_mods h3 {
	font-family: Steelfish;
	text-align: center;
	color: #c8c8c8;
	text-shadow: 3px 3px #4b4b4b;
	background-color: #192229;
	border-radius: 15px;
	height: max-content;
	padding-bottom: 10px;
}

.page_article_mods h3 {
	margin-top: 0;
}

.page_article img {
	max-width: 50%;
	margin: 30px 0;
	border: 2px solid #c8c8c8;
}

.page_article #reglages_images_g29 {
	text-align: center;
}

.page_article #reglages_images_g29 img {
	margin: 0 5px;
}

.page_article_mods img {
	border: none;
}

.page_article video, .page_article_mods video {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.sommaire {
	display: block;
	width: auto;
	height: fit-content;
	border: 3px solid #192229;
	border-radius: 15px;
	margin: 50px 0;
}

.sommaire h3 {
	margin: 0;
	border-radius: 12px 12px 0 0;
}

.separation {
	display: inline-block;
	background-color: #c8c8c8;
	width: 100%;
	height: 2px;
	margin: 10px 0;
}

img.attention,img.information {
	margin: 5px;
	vertical-align: middle;
	width: 50px;
	border: none;
	border-radius: 0;
}

img#trucksbook {
	margin: 0;
	vertical-align: middle;
	border: none;
}

.texte_important {			/* Texte particulièrement important, dangereux */
	color: red;
	font-weight: 900;
}

.nota_article {				/* nota en vert italique "en sous titre" */
	color: #339957 ;
	font-style: italic;
}

.soul_article {				/* texte souligné */
	text-decoration: underline;
}

.page_article a, .page_article_mods a {
	font-weight: bold;
}

.page_article a:hover, .page_article_mods a:hover {
	text-decoration: underline;
}

.ex_droite div {			/* paragraphe avec image flotante à droite*/
	min-height: 154px;
	height: max-content;
}

.ex_droite img {			/* paragraphe avec image flotante à droite*/
	float: right;
	margin: 0 0 10px 10px;
	height: 150px;
}

.ex_gauche div{				/* paragraphe avec image flotante à gauche*/
	min-height: 154px;
	height: max-content;
}

.ex_gauche img {			/* paragraphe avec image flotante à gauche*/
	float: left;
	margin: 0 10px 10px 0;
	height: 150px;
}

.volants {
	text-align: center;
	color: #c8c8c8;
	font-size: 40px;
	text-shadow: 3px 3px #192229;
	border: 3px solid #c8c8c8;
	border-radius: 15px;
	height: max-content;
	padding: 10px;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Page légende des mods (icones) */

img.legende_mods {
	width: 100px;
}

.article_legende_mods {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 0 30px;
}

.article_legende_mods img {
	margin-bottom: 10px;
}

.article_legende_mods div {
	width: 312px;
}

/*--------------------------------------------------------------------------------------------------------------*/

/* Page administration utilisateurs */

.page_admin h3 {
	font-family: Steelfish;
	text-align: center;
	color: #c8c8c8;
	text-shadow: 3px 3px #4b4b4b;
	background-color: #192229;
	border-radius: 15px;
	height: max-content;
	padding-bottom: 10px;
}

.page_admin {
	text-align: initial;
	margin: 40px 0;
	border-radius: 20px;
	border: 5px solid #192229;
	padding: 0 30px 36px;

}

.page_admin form {
	margin: 5px 0;
}

.USER_id {
	width: 20px;
}

.USER_role {
	display: inline-block;
	width: 146px;
}