@font-face {
  font-family: alex-brush;
  src: url(/fonts/AlexBrush-Regular.ttf); }
@font-face {
  font-family: antonio-light;
  src: url(/fonts/Antonio-Light.ttf); }
html {
  height: 100%; }

body {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  line-height: 140%;
  text-align: justify; }

.smartnextlink, .smartprevlink {
  display: none; }

.transparent {
  background-color: rgba(0, 0, 0, 0.6); }

.fullSize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #000000;
  padding: 16px; }
  nav img {
    vertical-align: middle;
    cursor: pointer; }
  nav a {
    font-family: 'antonio-light';
    letter-spacing: 1pt;
    font-size: 16pt;
    color: #efefef;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin: 8px 0px;
    padding: 8px 0px; }

.bg-1 {
  background: url("../images/background.jpg") #000000 center top no-repeat fixed; }

.bg-2 {
  background: url("../images/background-print.jpg") #000000 center top no-repeat fixed; }

.home h1 {
  z-index: 998;
  text-align: center;
  text-shadow: 0 0 4px #000000;
  text-shadow: 0 0 8px #000000;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0; }
  .home h1 span:first-child, .home h1 span:nth-child(2) {
    display: block;
    text-align: center; }
  .home h1 span:first-child {
    font-family: 'antonio-light';
    text-transform: uppercase;
    font-size: 80pt;
    line-height: 68pt;
    letter-spacing: 4pt;
    display: block;
    width: 300px;
    text-align: right;
    margin: auto; }
  .home h1 span:nth-child(2) {
    font-family: "alex-brush";
    font-size: 30pt;
    line-height: 24pt;
    display: block;
    width: 300px;
    text-align: right;
    padding-right: 16px;
    margin: auto;
    border-bottom: 1px #FFFFFF solid;
    padding-bottom: 16px;
    margin-bottom: 8px; }
  .home h1 span:nth-child(3) {
    font-weight: 300;
    font-size: 16pt;
    line-height: 20pt;
    letter-spacing: normal;
    margin-top: 16px;
    display: block;
    width: 300px;
    margin: auto; }
  .home h1 small {
    font-weight: 300;
    line-height: 52pt;
    font-size: 12pt; }
.home .categories {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 640;
  box-shadow: 0px 0px 2px #000000;
  background: #FFFFFF;
  display: -ms-flexbox;
  flex: 1;
  display: flex;
  justify-content: space-around;
  margin-left: -8px; }
  .home .categories div {
    text-align: center;
    color: #000000;
    max-width: 400px;
    padding: 8px 16px 0px 16px;
    font-weight: 300; }
  .home .categories div p {
    font-size: 13pt;
    padding-bottom: 0px; }
  .home .categories h2 {
    font-size: 24px;
    color: #666666;
    font-weight: 400;
    padding-bottom: 8px; }

.print {
  background: url("../images/smartbg/background-print.jpg") #000000 center top no-repeat fixed; }

.web {
  background: url("../images/smartbg/background-web.jpg") #000000 center top no-repeat fixed; }

.design {
  background: url("../images/smartbg/background-design.jpg") #000000 center top no-repeat fixed; }

.contact {
  background: url("../images/smartbg/background-contact.jpg") #000000 center top no-repeat fixed; }

.devis {
  background: url("../images/smartbg/background-devis.jpg") #000000 center top no-repeat fixed; }

.slide {
  padding: 48px 8px 8px 8px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .slide p {
    margin-bottom: 16px; }
  .slide h3 {
    z-index: 600;
    position: relative;
    font-family: 'antonio-light';
    text-align: left;
    font-weight: 100;
    font-size: 24pt;
    line-height: 48pt;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: 0 0 4px #000000;
    text-shadow: 0 0 8px #000000;
    text-shadow: 0 0 16px #000000;
    text-shadow: 0 0 16px #000000; }
    .slide h3 span {
      display: block;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: 300;
      font-size: 18pt;
      line-height: 22pt;
      text-shadow: 2 2 2px #000000; }

* {
  box-sizing: border-box; }

.size1 {
  width: 100% !important; }

.size2 {
  width: 100% !important; }

.grid-item {
  width: 280px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
  z-index: 320;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px; }
  .grid-item h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 18pt;
    line-height: 200%; }
  .grid-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    cursor: pointer; }

a {
  color: #FFFFFF; }

a:hover {
  text-decoration: none; }

#smart-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 8px;
  display: block;
  z-index: 1008;
  background: #000000; }

/*# sourceMappingURL=smart.css.map */
