#footer-cookie,
    #footer-cookie * {
      box-sizing: border-box;
    }

    #footer-cookie {
  	  display: none;
      position: fixed;
      bottom: 80px;
      left: 0px;
      width: 100%;
      height: 80px;
      padding: 30px;
      line-height: 20px;
	  font-size: 1.3em;
	  letter-spacing: 1,5px;
      background: rgb(0,0,0,0.7);
      color: #fff;
	  z-index: 10000;
    }
    
    #footer-cookie a {
      color: #fff;
    }
    #footer-cookie a:hover {
      color: #000;
    }

    #footer-cookie #description {
      float: left;
    }

    #footer-cookie #accept {
      float: right;
    }

    #footer-cookie #accept a {
      border: 1px solid #fff;
      padding: 5px 10px;
      text-decoration: none;
    }

    @media (max-width: 1200px) {
      #footer-cookie {
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: inherit;
        height: auto;
      }

      #footer-cookie #description {
        width: 100%;
      }

      #footer-cookie #accept {
        width: 100%;
        margin-top: 15px;
      }

      #footer-cookie #accept a {
        width: 100%;
        display: block;
        text-align: center;
      }
}