/* CSS Document */
body
{
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		/*background-image: url(../Images_Communes/background.jpeg);*/
		/*background-size:cover;
		min-height: 100%;
		position: relative;*/
		color:white;
		background-color: black;
}


html, body {
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
  
}


textarea
{
	padding-top: 0.2em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	background: transparent;
	color: white;
	margin-top: 30px;
	border: solid 1px grey;
}

a:link{
	text-decoration: none;
	color:inherit;
}


.bouton {
  position: relative;
	width: auto;
	height: 2em;
	margin: 1em 0 1em;
	color: white;
	background: rgb(250,82,0);
	font-size: 2em;
	cursor: pointer;
	overflow: hidden;
	min-width: 200px;
	text-align: center;
	font-weight: bold;
}
.bouton.small {
font-size: 1.2em;
}
#ActivityFrame, #PlayerFrame
{
	display: flex;
    background-color: white;
    margin-top: -20px;
    position: relative;
    height: 420px;
	color:black;
}

#ToRankList, #GenericList
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	overflow: auto;
    height: 80%;
	margin-top:10px;
}

.GenericFrame
{
	position: relative;
    border: 1px solid White;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
 	width:420px;
}


input, select
{
	width: 100%;
	color: white;
	font-size: 1.2em;
	background-color: transparent;
	border: none;
	margin: 5px;
	border-bottom: 1px solid grey;
	padding: 10px;
	padding-left: 20px;
}



.Form_Group, .ToListenGroup
{
	border: 1px solid white;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	border-color:grey;
}

#EscapeFromFooter
{
	height:50px;
}


#FormResult {
    font-size: 1.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.Error
{
	color:red;
}

.Error::before
{
	
	content:url(../Images_Communes/Error.svg);
	margin-right:10px;
}

.OK
{
	color:white;
}

#subTitle {
    font-size: 2em;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
}

.loader {

position : fixed;
z-index: 9999;
background : url('../Images_Communes/ajax-loader.gif') 50% 50% no-repeat;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
}

/**********************Home********************************************/
#CentralContent
{
	margin-top:3%;
}

#NotificationFrame
{
	display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
	 justify-content: center;
}

#ContentFrame
{
	  display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
	  display: flex;
	  justify-content: center;
	  -webkit-justify-content: center;
	  -moz-justify-content: center;
	  -ms-justify-content: center;
  
}

#SeperationVerticale {
    background-color: white;
    width: 2px;
    
    min-height: 200px;
}

#LeftFrame
{
	width:49%;
	  display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
	  justify-content: flex-end;
	  -webkit-justify-content: flex-end;
	  -moz-justify-content: flex-end;
	  -ms-justify-content: flex-end;
	  flex-wrap: wrap;
	  align-self: flex-start;

}

#RightFrame
{
	width:49%;
	  display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
	  justify-content: flex-start;
	  -webkit-justify-content: flex-start;
	  -moz-justify-content: flex-start;
	  -ms-justify-content: flex-start;
	  flex-wrap: wrap;
	  align-self: flex-start;
}



.FlatdesignButton
{
	height:200px;
	width:200px;
	font-size:1em;
	margin:5px;
	padding:10px;
	color:black;
	font-weight:bold;
	position:relative;
	text-align:center;
	background-color:white;
	cursor: pointer;
}

.FlatdesignButton:active
{
	height:194px;
	width:194px;
	margin:8px;
}

.FlatdesignButton > img#Icon {
    width: 70px;
}

.FlatdesignButton > div#Desc {
    position: absolute;
    bottom: 10px;
    width: 90%;
    font-size: 1.5em;
}

#PostAlert, #Rank_Alert
{
	background-color:rgb(255, 82, 0);
	color:grey;
	
}

#NotAvailable
{
	background-color: rgba(84, 82, 81, 1);
	color: grey;
}

#Illustration {
    width: 100%;
    height: 100%;
    opacity: 0.1;
}


/*********************Header*******************************************/
header
{
	background-color:rgba(0, 0, 0, 0.5);
	height:50px;
	position:relative;
	width:100%;
	z-index:99999;
	min-width:400px;

	}

header > #ParametersMenuIcon img
{
width:30px;
height:30px;
padding:10px;
display:block;
}

header > #ParametersMenuIcon img:hover
{
	cursor: pointer;
	cursor: hand;
	width:35px;
	height:35px;
	padding:8px;
}


header #Menu_CurrentGroupSection img, #Menu_GroupSection img, #Menu_General img, #Menu_Infos img
{
	height:20px;
	width:20px;
	margin-right: 10px;
	opacity:0.3;
}

#Groups
{
	position:absolute;
	top:5px;
	left:120px;

}


header > #Groups > select {

	/*font-family: 'Bad Script', cursive;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:1.5em;
	color:white; /*#d9c8b4;*/
	border-color:#d9c8b4;
	border-width:2px;
	background:transparent;
	margin:5px;
	margin-top:0px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width:auto;
	font-weight:bold;
	border-bottom: none;
	cursor: pointer;
}

header > #Groups > select:hover {
	font-size:1.7em;
}

header #Home img
{
	position:absolute;
	width:40px;
	top:5px;
	left:60px;
}

header  #Home img:hover
{
	cursor: pointer;
	cursor: hand;
	width:45px;
}


header > #ParameterMenu
{
	Width: 300px;
	background-color: rgba(217,200,180,0.9);
	background-color: rgba(0, 0, 0, 0.9);
	padding: 5px;
	font-size: 1.2em;
	border-radius: 0px 0px 10px 0px;
	color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}



header a, a:visited{
color : white; /*#d9c8b4 ;*/
text-decoration: none;
}

#ParameterMenu > #User {
    font-size: 0.8em;
    font-weight: bold;
}

/****************Main****************************/
#CentralSection
{
	display:block;
	height:86%;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	padding-bottom:35px;
	position: relative;
}

#GlobalButtonFct
{
	position: absolute;
    bottom: 0px;
    /*width: 100%;*/
	width:200px; /*modif pour transparence*/
	left:50%;/*modif pour transparence*/
	margin-left:-100px;/*modif pour transparence*/
}

#PlaylistImg, #GlobalBtnImg
{
	display: block;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
}
/*************Preselection************************/


#AddSongsPreselection{
	width:100%;
	display:flex;
	justify-content:center;
	flex-direction:row;
}

#AddSongsPreselection img{
	width:60px;
	height:60px;
	cursor: pointer;
}

#NoteLeft, #NoteRight {
    width: 100%;
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
    
}

#NoteLeft > img, #NoteRight > img {
	width:60px;
	height:60px;
}

#NoteLeft
{
	margin-right: 30px;
	justify-content: flex-end;
    order: 2;
    width: 60px;
	}
	
#NoteRight 
{
	margin-left: 30px;
	justify-content: flex-start;
	width: 60px;
	}
	
	
#TitleLeft, #TitleRight {
    font-size: 2em;
    width: 100%;
    flex-grow: 2;
    align-content: center;
    text-align: center;
}
	
	
	#AddSongsPreselection img {
    background-color: rgb(255, 82, 0);
    padding-left: 10px;
    padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;

}

/*******************Post***********************/
#PreselectionCategorie1, #PreselectionCategorie2 {
        overflow: auto;
    height: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


img#SongChecked {
    width: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(252,80,0,0.8);
    border-radius: 30px;
    padding: 3px;
    margin: 5px;
}

#Formulaire1, #Formulaire2{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#Post_cmt_2, #Post_cmt_1
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}