html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

///////////////////////////////
///FONT CSS
////////////////////
@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway/raleway-regular-webfont.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway/raleway-light-webfont.eot');
    src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'raleway';
    src: url('../fonts/raleway/raleway-medium-webfont.eot');
    src: url('../fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/raleway-medium-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'),
         url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype'),
         url('../fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {font-family: "phosphateInline";
  src: url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.eot"); /* IE9*/
  src: url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.woff") format("woff"), /* chrome、firefox */
  url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/phosphateInline/c4a64740ecb71342cea0a87b66ee15e0.svg#PhosphateInline") format("svg"); /* iOS 4.1- */
}

/*///////////////////////
///GENERAL
//////////////////////*/

body {
	font-family: 'raleway';
    padding: 0px;
    width: auto;
    height: 100%;
    color: #ffffff;
    background-color: #6E6E6E;
}

h1 {
  font-size: 25px;
  margin-bottom: 15px;
}

h2 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}

ul, li {
  margin: 5px;
  padding: 0;
}

.hide {
  display: none;
}


.nmbCorrAnswr{
  position: relative;
  right: 44px;
  float: right;
}

.sectionTitle{
  padding:20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 30px;
  background-color: black;
  margin-bottom: 0px;
  line-height: 1.2;
}
.buttonToContinue{
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  height: 27px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
  margin-bottom: 10px;
}

.lienSiteLionel{
  text-decoration: none;
  font-size: 21px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  min-height: 20px;
  height: auto;
  padding: 5px;
  width: 80%;
  background-color: rgba(255, 0, 0, 0.5);
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 40px
}

#buttonAlertErase{
  font-size: 15px;
  position: absolute;
  display: block;
  margin: 0 auto;
  margin-top: -19px;
  min-height: 72px;
  height: auto;
  margin-left: 30px;
  width: 125px;
  background-color: rgba(250, 0, 0, 0.8);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
};

.buttonAlert{
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  height: 27px;
  margin-left: 30px;
  width: 30%;
  background-color: rgba(250, 0, 0, 0.7);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
};

#saveEmail {
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
}

.textToContinue{
    text-align: center;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.inputTemplate{
  border-style: solid;
  border-color: red;
  border-width: 1px;
  width: 80%;
  display: block;
  margin: 0 auto;
  height: 23px;
}

/*///////////////////////
///WELCOME PAGE
//////////////////////*/

.mainTitle{
  font-family:"PhosphateInline" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
    padding:20px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 30px;
    background-color: black;
    margin-bottom: 0px;
}

.welcome{
    padding:30px;
    text-align: center;
    background-color: rgb(199, 21, 19);
}

#enterUserName input{
    border-style: solid;
    border-color: red;
    border-width: 2px;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 23px;
}



#enterUserName button{
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  height: 27px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
}

#okPseudo.buttonAlert {
  background-color: rgba(250, 0, 0, 0.7);
}

/*///////////////////////
///QUESTIONS UI
//////////////////////*/

.reponsesUI {
  display: block;
  margin: 0 auto;
  width: 90%;

  height: auto;
  min-height: 50px;
  background-color: #D8D8D8;
  font-size: 20px;
  font-weight: normal;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin-bottom: 15px;
  cursor: pointer;
}

canvas {
  display: block;
  margin: 0 auto;
	width: 90%;
  margin-top: 25px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
   height:20px;
}

#questionNameUI{
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  min-height: 120px;
  height: auto;
  background-color: black;
  color: white;
  position: relative;
}

#spanQuestionName{
  padding-top: 0px;
  width: 200px;
  height: 20px;
  position: relative;
  top: 30px;
  line-height: 1.3;
};

#questionUI{
  min-height: 100px;
  height: auto;
}

.correctAnswer {
  background-color: green;
}
.reponsesUI.correctAnswer {
  background-color: green;
}

.wrongAnswer {
  background-color: rgb(199, 21, 19);
}
.reponsesUI.wrongtAnswer {
  background-color: rgb(199, 21, 19);
}

#results{
  padding:30px;
  text-align: center;
  background-color: rgb(199, 21, 19);
}

.songChoiceUI{
  display: block;
  margin: 0 auto;
  font-size: 15px;
  margin-bottom: 7px;
  padding-left: 4px;
  padding-top: 5px;
  /* border-color: rgb(199, 21, 19); */
  /* border-style: solid; */
  border-width: 1px;
  width: 90%;
  height: 25px;
  background-color: #D8D8D8;
  color: black;
  cursor: pointer;
}

#finalPage{
  height: 100vh;
  width: 100%;
  color: #ffffff;
  background-color: black;
  text-align: center;
  position: relative;
}

.tintintin{
  width: 100%;
  color: #ffffff;
  height: 350px;
  position: relative;
}

#tin{
  display: block;
  position: relative;
  font-size: 45px;
  top: 150px;
}

#sendEmail{
  margin-top: 20px;
  font-size: 20px;
}

/*///////////////////////
///CLOCK
//////////////////////*/

#time{
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  padding: 10px;
  margin: 0 auto;
}

#startTime{
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin: 0 auto;
}

#start {
  margin-bottom: 0;
}

/*///////////////////////
///ADMIN
//////////////////////*/
#nav{
  height: 25px;
  background-color: black;
}

.eraseAlert{
  position: absolute;
  top: 265px;
  height: 300px;
  width: 80%;
  border: 4px red solid;
  z-index: 5;
  margin: 0 auto;
  background: #fff;
  color: black;
  text-align: center;
  padding: 30px;
  font-weight: bold;
  left: 5%;
}

.songsAlert{
  position: absolute;
  top: 265px;
  height: 90px;
  width: 70%;
  border: 4px red solid;
  z-index: 5;
  margin: 0 auto;
  background: #fff;
  color: black;
  text-align: center;
  padding: 25px;
  font-weight: bold;
  left: 5%;
}

.eraseAlert p{
  padding-bottom: 100px;
}


.selected:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    right: 14px;
    width: 80%;
    color: #000;
    background-color: #fff;
    left: 0;
    bottom: 7px;
    z-index: 2;
}

.selectedMenu:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    right: 40px;
    width: 15%;
    color: #000;
    background-color: #fff;
    top: 24px;
    z-index: 2;
}

.buttonAdmin{
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 30px;
  height: 27px;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  cursor: pointer;
}

.quizzLine{
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  height: 20px;
  width: 80%;
  background: #fff;
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
}

.statLine{
  position: relative;
  margin-bottom: 5px;
  min-height: 20px;
  height: auto;
  width: 90%;
  background: #fff;
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
}

.statLineSongs{
  position: relative;
  height: 20px;
  width: 90%;
  background: #fff;
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
  cursor: pointer;
}

.titleStatResult{
  position: relative;
  height: 15px;
  width: 85%;
  background: rgba(255,255,255,0.8);
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
  font-size: 14px;
  margin-left: 14px;
  font-style: italic;
}

.marked{
  background-color: #99CC99;
}

.clickResultLine{
  position: relative;
  height: 15px;
  width: 87%;
  background: #ccc;
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
  font-size: 14px;
  margin-left: 14px;
}

.questionLIadmin{
  height: 15px;
  width: 90%;
  background: #fff;
  color: #333333;
  padding: 5px;
  border-bottom: solid 1px ;
}

.mainQuestionLIadmin{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  height: 100%;
  position: relative;
  width: 80%;
  background: #fff;
  color: #333333;
  padding: 5px;

}

.buttonLine{
  position: relative;
  height: 20px;
  width: 80%;
  background: #fff;
  color: #333333;
  padding: 5px;
  display: block;
  margin: 0 auto;
}

.statButtonLine{
  position: relative;
  height: 20px;
  width: 90%;
  background: #fff;
  color: #333333;
  padding: 5px;
}

.buttonDelete{
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 4px;
  display: block;
  height: 22px;
  width: 20%;
  background-color: rgba(250, 0, 0, 0.8);
  color: #fff;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  cursor: pointer;
}

.active {
  background-color: green;
  border: 2px solid #3c9a0a;;
  cursor: pointer;
};

#unactiveQuizz .buttonAdminUnactive {
  font-size: 15px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 30px;
  height: 27px;
  width: 80%;
  background-color: green;
  border: 2px solid #3c9a0a;;
  cursor: pointer;
};

.buttonQuizz{
  cursor: pointer;
}

.tabs {
  width: 30%;
  text-align: center;
  float: left;
  padding: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
};



#statResultsMain{
  position: relative;
}

#statResultsMain .statPage{
  display: inline-block;
}

#sideBarMenu{
  width: 150px;
  position: absolute;
  top: 325px;
  left: 10px;
  height: auto;

}

#sideBarMenu div{
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.plusButton{
  height: 20px;
  width: 20px;
  color: black;
  font-weight: bold;
  background-color: #00FF00;
  border:none;
  position: absolute;
  right:10px;
  top:5px;
  border-color: black;
  border: 1px solid;
  cursor: pointer;
}

.plusButtonNew{
  height: 20px;
  width: 20px;
  color: black;
  background-color: #00FF00;
  border:none;
  position: absolute;
  right:10px;
  top:5px;
  border-color: black;
  border: 1px solid;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
}

.plusButtonNew:after{
  position: absolute;
  height: 0px;
  margin: 0 auto;
  content:"+";
  right: 0px;
  width: 50%;
  background-color: black;
  left: 0;
  bottom: 20px;
}

.minusButton{
  height: 20px;
  width: 20px;
  color: #fff;
  background-color: rgba(250, 0, 0, 0.8);
  position: absolute;
  right:10px;
  top:5px;
  border-color: black;
  border: 1px solid;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.minusButton:after{
  position: absolute;
  height: 2px;
  margin: 0 auto;
  content: '';
  right: 0px;
  width: 58%;
  background-color: #fff;
  left: 0;
  bottom: 9px;
}

.statTitle{
  font-size: 20px;
  padding: 10px;
  padding-bottom: 20px;
}

#statResults{
  width: 70%;
  position: absolute;
  top: 326px;
  left:190px;
}

#sortABC,#sortPBR{
  width: 25%;
  margin: 0;
  margin-left: 15%;
  display: inline-block;

}
