/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 oct. 2014, 14:40:58
    Author     : CAPTUS02
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format("woff"); }
* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.fa-at {
  padding: 0 2px; }

html {
  margin: 0;
  padding: 0;
  background: url(/public/core/images/origaweb_maintenance.jpg) center top fixed;
  position: relative;
  min-height: 100%; }
  html body#temp {
    /* Margin bottom by footer height */
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 100%; }
    html body#temp .panel {
      margin-top: 50%;
      background-color: rgba(255, 255, 255, 0.9);
      border: none;
      box-shadow: none;
      height: auto; }
      html body#temp .panel .panel-body {
        height: auto; }
        html body#temp .panel .panel-body h1 {
          text-align: center;
          color: #2e2e2e;
          font-weight: lighter; }
          html body#temp .panel .panel-body h1 span {
            display: block;
            margin-top: 5px;
            color: #ed731a; }
        html body#temp .panel .panel-body address {
          color: #2e2e2e;
          font-size: 18px;
          text-align: center; }
          html body#temp .panel .panel-body address a, html body#temp .panel .panel-body address span {
            color: #ed731a; }
    html body#temp .footer {
      padding-top: 10px;
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 100px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #2e2e2e;
      font-size: 20px;
      text-transform: uppercase;
      box-shadow: 0px -4px 10px 0px #2e2e2e; }

@media (max-width: 767px) {
  html {
    min-height: 100%; }
    html body#temp {
      min-height: 100%; }
      html body#temp .panel {
        margin-top: 15px; }
      html body#temp .footer {
        position: relative;
        bottom: 0;
        text-align: center;
        height: 140px; }

  .center {
    text-align: center; } }

/*# sourceMappingURL=temporaire.css.map */
