html {
    background: black;
    color: white;
}
* {
  box-sizing: border-box;
}
.menu {
  float: left;
  width: 12%;
  /*background-color: rgb(0 0 0 / 0.75);*/
}
.menuitem {
  padding: 8px;
  margin-top: 7px;
  border-bottom: 1px solid #f1f1f1;
  color : white;
}
.main {
  float: left;
  width: 88%;
  padding: 0 20px;
  overflow: hidden;
  color: white;
}
.right {
  background-color: lightblue;
  float: left;
  width: 20%;
  padding: 10px 15px;
  margin-top: 7px;
}
#show {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: -30px;
    z-index: 1;
}
#boomer {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    top: -30px;
    z-index: 1;
}
#mika {
    display: block;
    position: absolute;
    top: 16px; 
    height: 90px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font: 100px/100px "raleway-bold", sans-serif;
    color: #ff5400;
}
#buttonPlay {
    background: transparent !important; 
    border: none; 
    position: absolute; 
    top: 0px; 
    left: 2px; 
    display: block; 
    z-index: 100;
    width: 100px;
    height: 100px;
}
#myAudio {
    display: none;
    position: fixed;
    top: 0px;
    left: 10px;
    z-index: 1000;
}
.button {
	display: block;
	font: 20px/30px "raleway-bold", sans-serif;
	padding: 9px 16px; 
	margin: 0 3px 6px 0;
	/*background: #818fab;*/
	color: white;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
        border-bottom: 1px solid #f1f1f1;  
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	background: #647495;
	color: white;
}
.button.primary, button.primary {
	background: #00a4eb;
}
.button.primary:hover, button.primary:hover {
	background: #e3520d;
}
button.medium, .button.medium {
	font: 15px/30px "raleway-bold", sans-serif;
	padding: 12px 18px !important;
}
button.large, .button.large {
	font: 15px/30px "raleway-bold", sans-serif;
	padding: 15px 20px !important;
}
#texte{
    display: block;
    position: absolute;
    top: 630px; 
    /*! height: 90px; */
    width: 99%;
    /*! text-align: center; */
    font-weight: normal;
    font: 24px "raleway-bold", sans-serif;
    color: #ff5400;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85) !important;
    border-style: solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#home {
    display: block;
    position: relative;
    /*background-color: rgb(0 0 0 / 0.75);*/
}
#infos {
    display: none;   
}

/* contact form */
#contact form {
	margin-top: 30px;
	margin-bottom: 30px;
}
#contact label {
	font: 14px/30px "raleway-heavy", sans-serif;
	color: #7d7e80;
	display: none;
}
#contact label span {
	color: #00a4eb;
	display: inline-block;
}
#contact input, 
#contact textarea, 
#contact select {
	padding: 18px 20px;
	margin-bottom: 24px;
	font-size: 15px;
	width: 100%;
	background: #78808e;
	border: 3px solid #575859;
        cursor: pointer;
}
#contact textarea {
	height: 252px;
}
#contact input:focus, 
#contact textarea:focus, 
#contact select:focus {
	color: white;
	border-color: white;
}
#contact button.submit {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 18px 20px;
	margin-bottom: 36px;
	line-height: 24px;
	display: block;
	border: 3px solid #ff5400;
	color: #ff5400;
	background: transparent;
}
#contact button.submit:hover {
	color: white;
	background: #ff5400;
}
#contact input.submit {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 18px 20px;
	margin-bottom: 36px;
	line-height: 24px;
	display: block;
	border: 3px solid #ff5400;
	color: #ff5400;
	background: transparent;
}
#contact input.submit:hover {
	color: white;
	background: #ff5400;
}
#contact button.g-recaptcha {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 18px 20px;
	margin-bottom: 36px;
	line-height: 24px;
	display: block;
	border: 3px solid #ff5400;
	color: #ff5400;
	background: transparent;
}
#contact button.g-recaptcha:hover {
	color: white;
	background: #ff5400;
}

/* for ie9 and lower */
.ie #contact label {
	display: block;
}
.ie #contact input, .ie #contact select {
	margin-bottom: 6px;
}
.ie #contact textarea {
	margin-bottom: 48px;
}
#made {
    display: block;
    position: absolute;
    color: white;
    text-align: center;
    margin-top: 7px;
    font-size: 12px;
    height: 24px;
    bottom: -35px;
    width: 100%;
}
/* messages */
#message-warning, #message-success {
	display: none;
	background: black;
	padding: 24px 24px;
	margin-bottom: 42px;
	border-radius: 3px;
}
#message-warning {
	color: #ff6163;
}
#message-success {
	color: #ffd900;
}
#message-warning i, #message-success i {
	margin-right: 100px;
}
#image-loader {
	display: none;
	text-align: center;
}
#image-loader img {
	height: 44px;
	width: 44px;
}
#capt {
    position: relative;
    top: 10px;
    right : 10px; 
}
.dynamicSpan {
    position:fixed;
    width:50px;
    margin-left: -25px;
    left: 50%;
    height:50px;
    margin-top: -25px;    
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    z-index: 5000;
}
.correct {
    background: none repeat scroll 0 0 #F4FFEA;
    border: 1px solid #63AD1B;
}
.incorrect {
    background: none repeat scroll 0 0 #FFEFEF;
    border: 1px solid #FF4444;
}
.empty {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #DDDDDD;            
}
.message_mail {
    display: block;
    left: 0px;
    position: relative;
    top: 0px;
    color:#ffffff;
}
.showB {
    display: block;
    color:#24678D;
}
.showG {
    display: block;
    color:#00ff00;
}
.showR {
    display: block;
    z-index: 100;
    color:#ff0000;
}
#live {
    display: block;
    position: relative;
    top: 100px;
    left: 2px;
    color: white;
    z-index: 3;
}
#titre {
    display: block;
    background: black;
    height: 115px;
    width: 100%;
    z-index: 2;
    position: relative;
}
@media only screen and (max-width:800px) {
  /* For tablets: */
  .main {
    width: 67%;
    padding: 0 10px;
    font: 20px "raleway-bold", sans-serif;
  }
  .menu {
    width: 30%;
    padding-left: 6px;
  }
  .right {
    width: 100%;
  }
/*  #buttonPlay {    
    top: 52px;
    left: 10px;
    width: 90px;
    height: 90px;    
    }
  #myAudio {
    top: 100px;
    left: 10px;
  }*/
  #live {   
    top: 100px;
    left: 2px;
  }
  #show {    
     top: -15px;    
  }
  #mika {    
     font: 90px/100px "raleway-bold", sans-serif;
  }
  #texte {
    top: 375px;
    width: 99%;
  }
  #contact {    
    width: 100% !important;
  }
}
@media only screen and (max-width:500px) {
  /* For mobile phones: */
  .menu, .main, .right {
    width: 100%;
    font: 16px "raleway-bold", sans-serif;
  }
/*  #buttonPlay {    
    top: 65px;
    left: 10px;
    width: 90px;
    height: 90px;    
    }
  #myAudio {
    top: 110px;
    left: 10px;
  }*/
  #live {   
    top: 100px;
    left: 2px;
    }
 #show {    
     top: -10px;    
  }
 #mika {    
     font: 75px/100px "raleway-bold", sans-serif; 
  }
 #texte {
    top: 240px;
    width: 97%;
  }
#contact {    
    width: 100% !important;
  }
}
