body #totsplashscreenfont {
  background: #000;
  opacity: .8; }

body #totsplashscreen {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  body #totsplashscreen .title {
    text-transform: uppercase;
    color: #252525;
    font-size: 36px;
    margin-bottom: 20px;
    padding-right: 30px; }
  body #totsplashscreen #closed {
    font-size: 0;
    position: absolute;
    right: 20px;
    top: 20px; }
  body #totsplashscreen .totsplashcontent {
    color: #999;
    font-size: 12px;
    line-height: 16px; }
    body #totsplashscreen .totsplashcontent form input[type="text"] {
      display: block;
      width: 80%;
      font-size: 11px;
      color: #999;
      padding-left: 45px;
      background: url("../img/picto_newsletter.png") no-repeat 10px center; }
      body #totsplashscreen .totsplashcontent form input[type="text"]:focus {
        color: #333; }
    body #totsplashscreen .totsplashcontent form .btn {
      display: block;
      width: 100%; }
      body #totsplashscreen .totsplashcontent form .btn > span:before {
        display: inline-block;
        position: relative;
        content: '>';
        font-size: 30px;
        top: 3px;
        margin-right: 5px; }
