/* CSS placed here will be applied to all skins */

body, p{
  font-family: Arial, sans-serif !important;
}

/*
h1, h2, h3 {
  font-family: "Lithos Pro", "Antic", Arial, sans-serif !important;
}
*/

/* Hide talk tab */
#ca-talk { display:none!important; }

/* skin  foreground  */
.skin-foreground .top-bar,
.skin-foreground .top-bar-section ul li{
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #584475;
}

.skin-foreground .top-bar-logo{
	width:150px;
	height:auto;
	margin-bottom: 5px;
}
#pg_back_tab {
    padding-top: 2px;
    display: none;
    z-index: 299;
    width: 350px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    bottom: auto;
    right: auto;
    border-radius: 2px;
	margin-top: -30px;
}
#pg_back_tab:hover {
	background-color: #1ABC9C;
}
#pg_message_textarea_world {
	position: relative;
    top: 25px;
    width: 70%;
}

#pg_message_textarea_world_span {
	font-weight:bold;
	color:#000;
	font-size:18px;
}


.pg_VoteNY_lib{
	float: left;
	margin-right: 5px;
    color: green;
}

.pg_Top_notice_lib1{
	margin-right: 5px;
    color: red;
}
.pg_Top_notice_lib2{
	margin-right: 5px;

}

.pg_Top_notice_lib3{
	font-size:80%;
}

.pg_message{
	padding: 7px;
    border: 1px solid;
	border-color: #fdebe7;
    background: #cdefc0;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    position: relative;
    top: 2px;
	color: #56563e;
	margin-bottom:10px;
    /* left: 5px; */
    /* z-index: 89; */	
}

.pg_message.warning{
	background-color: #ffffcc;
}

/* corriger mise en forme upload image dans wikicode */
	#upload-bottom {
		height: 40px !important;
	}
	#upload-list .file .input-change {
		max-width: 300px !important;
	}
	#upload-list .file .file-warning {
		display: block;
	}
	#upload-list .file .input-change {
		margin: 10px !important;
	}
	#upload-list .file .file-type {
		visibility: hidden;
	}
	#upload-list .file-warning input[type=checkbox]{
		margin-left: 10px !important;
		margin-right: 5px !important;
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}
	#upload-container {
		margin-bottom: 3px !important;
	}
	#upload-select.old-button {
		height: 18px !important;
	}	
	
	
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
    border: 3px #dee4e4 solid !important;
}	

table.wikitable>tr>th, table.wikitable>*>tr>th{
    font-weight: bold !important;
}

/* extension YouTube : video responsive */

.video-container2 {
    max-width:560px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* si titre dépasse sur mobile */
h1#firstHeading {
    overflow: hidden;
}


#firstHeading a{
	font-size:12px;
}	
.pg_template_menu{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px; 
	box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%); 
	padding:15px; 
	margin:15px;
	max-width: 500px;
}
/*
@media (max-width: 767px){
	.pg_template_menu {
		float:initial;
	}
}
*/


.toc{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px; 
	box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%); 
}
table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
    border: 1px #dbdfdf solid !important;
}	
table.wikitable{
    border: 1px #dbdfdf solid !important;
	border-radius: 5px; 
	box-shadow: 0px 0px 13px 0px rgb(62 44 90 / 8%); 
}
.pg_page_title{
	font-size:220%; 
	font-weight:bold; 
	background-color: #584475;
	background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
	text-align:center; 
	color:#fff;
	margin-top:5px;
	margin-bottom:20px;
	border-radius: 4px;
}

.pg_page_title a{
    color: #fff !important;
}
.pg_page_title a:visited{
    color: #dfddf3 !important;
}

h2{
	font-size:220%; 
	font-weight:bold; 
	color: #9072bb;
	margin-bottom:10px;
}
h3{
	font-size:190%; 
	color: #9072bb;
	margin-bottom:5px;
}

.script-Mtei,
.script-meetei_mayek, /* Unicode alias name */
.script-meithei {
	font-family: 'Noto Sans Meetei Mayek', 'Eeyek', 'Eeyek Unicode', 'Nirmala UI';
}

.skin-foreground .dropdown .mw-list-item{/*affichage "non connecté" skin frontend"*/
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 0.8125rem;
	color: #FFFFFF;
    background: #222222;
	line-height: 2.8125rem;
    padding: 0 0.9375rem;
}

.pg_template_nav{
	max-width: 1200px;
	text-align:center; 
}

.mw-wiki-logo {
    background-size: 100% auto;
}

