*{
 appearance: normal;
 -moz-appearance: normal;
 -webkit-appearance: normal;
 
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
  
 -webkit-tap-highlight-color: rgba(0,0,0,0);
 -webkit-tap-highlight-color: transparent;
 /*cursor:none;
 cursor:none !important;
 cursor: url(../img/transparent1920x1080.png), none !important;*/
 
 outline:none;
}

.no-cursor *{
    cursor: none !important;
}

body{
    font-size:1em;
    font-family: 'NeutraText-Demi',Arial, Verdana, Helvetica,sans-serif;
    color: #4F4F4F;
}

body,html{
  width:1920px;
  margin:0;
  text-align:left;
  height: 1080px;
  background: #009430;
  overflow: hidden;
}
a{
  color: #4F4F4F;
  text-decoration:none;
}
a:hover, a:focus{
  color: #4F4F4F;
}

body{font-size:62.6%!important;}
h1 { font-size:1em; padding: 0; margin: 0; font-weight: normal;}
h2 { font-size:1em; padding: 0; margin: 0; font-weight: normal; }
h3 { font-size:1em; padding: 0; margin: 0; font-weight: normal; }
h4 { font-size:1em; padding: 0; margin: 0; font-weight: normal; }
h5 { font-size:1em; padding: 0; margin: 0; font-weight: normal; }
p { font-size:1em; margin: 0; padding: 0;}

#btn_back{
  position: absolute;
  top: 50px;
  left: 0px;
}
  #btn_back a{
    display: block;
  }
  #btn_back a:active{
    opacity: 0.5;
  }
  #btn_back a img{
    vertical-align: bottom;
  }

#titre{
  padding: 50px 280px 46px 280px;
  text-align: center;
  min-height: 118px; 
}
  #titre h1{
    font-family: 'NeutraDisp',Arial, Verdana, Helvetica,sans-serif;
    font-size: 5em;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
  }

#main{
  width: 903px;
  margin-left: 567px;
  position: relative;
  height: 865px;
  background: transparent url(../img/back_txt.png) right top 436px no-repeat;
}

#main_scroll{
  width: 857px;
  background: #FFFFFF;
  height: 825px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
}

#paragraphes{
  position: relative;
  width: 773px;
  height: 100%;
  overflow: auto;
  margin-right: 3px;
  padding: 0 40px 0 40px;
}

  #paragraphes h2{
    padding-bottom: 40px;
    font-size: 3.5em;
    font-weight: bold;
  }
  
  #paragraphes a{
    text-decoration: underline;
  }
  #paragraphes a:hover{
    text-decoration: none;
  }
  
  #paragraphes ul, ol{
    font-size: 3em;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  
  #paragraphes ul li{
    font-size: 1em;
    list-style: disc;
    list-style-position: inside;
  }
  
  #paragraphes ul li ul{
    font-size: 1em;
  }
  
  #paragraphes ol li{
    font-size: 1em;
    list-style: decimal;
    list-style-position: inside;
  }
  
  #paragraphes ol li ol{
    font-size: 1em;
  }

  #paragraphes p{
    font-size: 3em;
    padding-bottom: 40px;
  }
  
  #paragraphes p ol, #paragraphes p ul{
    font-size: 1em;
    padding-bottom: 0;
  }
  
#paragraphes::-webkit-scrollbar{
  background: transparent;
  width: 10px;
  margin-top: 20px;
}
#paragraphes::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#paragraphes::-webkit-scrollbar-thumb{
  background: #009430;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/**************************************************************/
/*Timer*/
/**************************************************************/

#countdown_content_wrapper{
  /*background:#c1bebe;*/
  /*background:rgba(190, 186, 186, 0.97);*/
  background:rgba(0, 148, 48, 0.97);
  position:absolute;
  width:1920px;
  height:1080px;
  top:0;
  left:0;
  z-index:20000;
}

#countdown_content{
  position: relative;
  transform: translate(0px, -50%);
  top: 50%;
}

#countdown_wrapper{
  background:#ffffff;
  position:relative;
  height:420px;
  width:420px;
  margin:-50px auto 0 auto;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
  #countdown_wrapper #countdown_ring{
    border:#ffffff solid 36px;
    /*width:352px;
    height:352px;*/
    width:422px;
    height:422px;
    position:absolute;
    z-index:400;
    top:-1px;
    left:-1px;
    box-sizing: border-box;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

#countdown_titre{
  font-family: 'NeutraText-Demi',Arial, Verdana, Helvetica,sans-serif;
    font-size: 3em;
  line-height:1em;
  text-align:center;
  text-transform:uppercase;
  margin:45px 0;
  color:#ffffff;
}

#countdown_sep{
  background:#ffffff;
  height:2px;
  width:70px;
  margin:0 auto;
}