/***** 
 * Less css functions 
 * 
 */
.fright {
  display: block;
  float: right;
}
.fleft {
  display: block;
  float: left;
}
img.fleft {
  margin: 0 14px 14px 0;
}
.clear {
  clear: both;
}
.hand {
  cursor: pointer;
  cursor: hand;
}
.no-hand {
  cursor: default;
}
.no-outline {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.bold {
  font-weight: bold;
}
.capital {
  text-transform: capitalize;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.black {
  color: #000 !important;
}
.underline {
  text-decoration: underline;
}
.ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.ul li {
  padding: 0;
  margin: 0;
  display: block;
}
.hidden {
  display: none;
}
/* ********************************* FONTS */
/*
@KnockoutFlyweight 			: 'KnockoutHTF46Flyweight';
@KnockoutJuniorFlyweight	: 'KnockoutHTF26JuniorFlyweight';
@BrandonBold				: 'BrandonGrotesqueBold';
*/
/* ********************************* HTML5 */
section,
nav,
article,
footer,
header {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
/** CSS 3 **/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ********************************** CSS par defaut */
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*font-family: Times Italic, Times New Roman, Times, Serif;*/
  font-size: 11px;
  color: #000;
  position: relative;
}
p,
.p {
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
}
p:first {
  margin: 0 0 10px 0;
}
a {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
a:focus {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
*,
*:focus {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
}
a img {
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
ul li {
  padding: 0;
  margin: 0;
  display: block;
}
h1 {
  color: #000;
  display: inline-block;
}
h1 img {
  height: 40px;
}
h1 span {
  display: none;
}
h2 {
  text-transform: uppercase;
  font-family: 'ChampionRegularMod2';
  /*font-family: 'FuturaStdHeavy';*/
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
}
/*::-webkit-scrollbar {  
    height: 1.5ex;  
    -webkit-border-radius: 1ex;
	width: 1.5ex;
	background-color: transparent;  
}  
  
::-webkit-scrollbar-thumb {  
    border-top: 1px solid #fff;  
    background: #ccc -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(240, 240, 240)), to(rgb(210, 210, 210)));  
    -webkit-border-radius: 1ex;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);  
}  

::-webkit-scrollbar-thumb:horizontal{  
    background: rgba(0, 0, 0, .2);  
}  */
html.mobile {
  overflow: hidden;
}
html.mobile body {
  overflow: hidden;
}
html.mobile #img-clavier {
  display: none;
}
html.mobile #site {
  overflow: hidden;
}
body.en #header #menu {
  width: 280px;
}
#site {
  position: relative;
  display: block;
  z-index: 0;
}
#site .sweet-spot {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-family: 'Guifxv2TransportsRegular';
  font-size: 34px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  background-color: black;
  color: white;
  margin: 0 auto;
}
#site #sweet-spot-bas {
  position: fixed;
  display: block;
  z-index: 8020;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 90px;
  padding-bottom: 0px;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  cursor: hand;
}
#site #sweet-spot-bas .sweet-spot {
  margin-top: 30px;
}
#site #sweet-spot-haut {
  position: fixed;
  display: block;
  z-index: 7980;
  top: 0;
  left: 25%;
  width: 50%;
  vertical-align: bottom;
  background-color: transparent;
  /* force handle mouse hover */
  height: 90px;
  /*margin-top:10px;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -moz-opacity: 0;
  cursor: pointer;
  cursor: hand;
}
#site #sweet-spot-haut .sweet-spot {
  margin-top: 0px;
  vertical-align: bottom;
}
#site #img-clavier {
  cursor: pointer;
  cursor: hand;
  position: fixed;
  top: 23px;
  right: 30px;
  z-index: 9991;
}
.tooltip {
  padding: 2px 4px;
  margin-top: 5px;
  font-family: Arial, Helvetica, Sans-Serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#btn-real-list {
  padding: 6px 13px 0 14px;
  color: white;
  font-family: 'OratorStdMedium';
  cursor: pointer;
  cursor: hand;
  width: 40px;
}
div#real-list {
  position: fixed;
  top: 135px;
  right: 0px;
  z-index: 10;
}
div#real-list .real-list-head {
  border-radius: 1px 0px 0px 1px;
  -webkit-border-radius: 1px 0px 0px 1px;
  -moz-border-radius: 1px 0px 0px 1px;
  background-color: black;
}
div#real-list .real-list-head ul.real-list-cat {
  display: none;
}
div#real-list .real-list-head ul.real-list-cat li {
  display: inline-block;
}
div#real-list .real-list-content {
  display: none;
}
/* ********************************** # header */
#header {
  position: fixed;
  display: block;
  z-index: 8000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  /* ********************************** # menu */
  /* End ********************************** # menu */
}
#header h1 {
  opacity: 0;
  -moz-opacity: 0;
  display: none;
}
#header h1.visible {
  opacity: 1;
  -moz-opacity: 1;
}
#header.white,
#header.white #menu a {
  color: #fff;
}
#header img {
  position: absolute;
  left: 40px;
  top: 28px;
  cursor: pointer;
  cursor: hand;
}
#header #menu {
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  right: 90px;
  height: 90px;
  font-family: 'OratorStdMedium';
  width: 370px;
  overflow: hidden;
}
#header #menu a {
  color: black;
  text-decoration: none;
  display: inline-block;
  font-family: 'OratorStdMedium';
}
#header #menu ul {
  margin-top: 36px;
}
#header #menu ul li {
  display: inline-block;
  padding-left: 25px;
}
#header #menu ul li:first {
  padding-left: 0px;
}
/* ********************************** # main */
#main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* ********************************** # ACCUEIL */
#accueil {
  position: relative;
}
#accueil #acc-container {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
}
#accueil #acc-container div.text {
  font-family: 'ChampionHTF-Flyweight';
  margin: 0 auto;
  width: 85%;
  position: relative;
  -webkit-text-size-adjust: none;
}
#accueil #acc-container div.text p {
  text-transform: uppercase;
  position: relative;
  border-bottom-width: 14px;
  border-bottom-style: solid;
  font-size: 290px;
  text-align: center;
  line-height: 1.05em;
  margin: 0.2em 0;
}
#accueil img {
  position: absolute;
}
/* ********************************** .vSlider */
#vSlider {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  height: 100%;
}
#vSlider li {
  padding: 0;
  margin: 0;
  display: block;
}
#vSlider.no-scroll li {
  position: absolute;
}
#vSlider li {
  width: 100%;
  overflow: hidden;
}
#vSlider li.real {
  cursor: pointer;
  cursor: hand;
  /* end wrap */
  /* Fiche d'une realisation */
}
#vSlider li.real .real-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
  /*.real-btn-side {
					position: absolute;
					right: 0px;
					z-index: 102;
					bottom: 100px;
					width: 90px;
					height: 110px;
					background: transparent;
					.no-hand;
				}*/
  /* bouton Fiche */
}
#vSlider li.real .real-wrap li.real-intro .box {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
#vSlider li.real .real-wrap li.real-intro .box img.intro {
  position: absolute;
  display: block;
  z-index: 10000;
  bottom: 50%;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap {
  margin: 0;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 10001;
  left: 0%;
  top: 50%;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap .client h3 {
  text-transform: uppercase;
  font-family: 'ChampionHTF-Lightweight';
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0px 0px 20px 0px;
  letter-spacing: 1px;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap .client h3 span {
  padding: 5px 10px 3px 10px;
  border-radius: 2px;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap h2 {
  text-align: center;
  display: block;
  font-size: 56px;
  width: 100%;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap h2 span.h2 {
  padding: 0 10px;
  display: block;
  border-radius: 2px;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap div.tags {
  font-size: 14px;
  font-family: 'OratorStdMedium';
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
#vSlider li.real .real-wrap li.real-intro .box div.texte-wrap div.tags .bullet {
  font-family: Arial, Helvetica, Sans-Serif;
  display: inline-block;
  margin-top: -4px;
  line-height: 8px;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 35px;
}
#vSlider li.real .real-wrap li.real-det div.box {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#vSlider li.real .real-wrap li.real-det div div.texte {
  position: absolute;
  display: block;
  z-index: 8000;
  margin: 0 15%;
  text-align: center;
  left: 0;
  top: 0;
}
#vSlider li.real .real-wrap li.real-det div p {
  text-transform: uppercase;
  font-family: 'ChampionHTF-Featherweight';
  font-size: 72px;
  margin: 0px;
  text-align: center;
  line-height: 104%;
  font-weight: normal;
}
#vSlider li.real .real-wrap li.real-det iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 8010;
  top: 0;
  left: 0;
}
#vSlider li.real .real-wrap .btn-fiche-wrap {
  z-index: 102;
  position: absolute;
  right: 15px;
  width: 47px;
  bottom: 143px;
  background-color: transparent;
  padding: 2px 0px 1px 2px;
  cursor: default;
}
#vSlider li.real .real-wrap .btn-fiche-wrap .btn-fiche {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  right: 15px;
  width: 40px;
  padding: 2px;
  cursor: pointer;
  cursor: hand;
}
#vSlider li.real .real-wrap .btn-fiche-wrap .img-btn-fiche {
  height: 35px;
  width: 31px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-left: 4px;
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#vSlider li.real .real-wrap .btn-fiche-wrap .img-btn-fiche.black {
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: 0px -41px;
  background-repeat: no-repeat;
}
#vSlider li.real .real-wrap .btn-fiche-wrap .img-btn-fiche.black.close {
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: -32px -41px;
  background-repeat: no-repeat;
}
#vSlider li.real .real-wrap .btn-fiche-wrap .img-btn-fiche.close {
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: -32px 0px;
  background-repeat: no-repeat;
}
#vSlider li.real .real-wrap .btn-ext-link-wrap {
  z-index: 102;
  position: absolute;
  right: 15px;
  width: 47px;
  bottom: 100px;
  padding: 1px 0px 2px 2px;
  background-color: transparent;
  cursor: default;
  /* Bouton lien externe de la realisation */
}
#vSlider li.real .real-wrap .btn-ext-link-wrap .btn-ext-link {
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  right: 15px;
  width: 40px;
  padding: 2px;
  padding: 0px;
  height: 40px;
  display: block;
  cursor: pointer;
  cursor: hand;
}
#vSlider li.real .real-wrap .btn-ext-link-wrap .img-btn-ext-link {
  height: 35px;
  width: 31px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: 0px -82px;
  background-repeat: no-repeat;
}
#vSlider li.real .real-wrap .btn-ext-link-wrap .img-btn-ext-link.black {
  background-image: url(/workspace/assets/img/btn-fiche.png);
  background-position: 0px -123px;
  background-repeat: no-repeat;
}
#vSlider li.real ul.slider {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
  position: relative;
  display: block;
  z-index: 1;
}
#vSlider li.real ul.slider li {
  padding: 0;
  margin: 0;
  display: block;
}
#vSlider li.real ul.slider li {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vSlider li.real .real-fiche {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  cursor: default;
  display: none;
}
#vSlider li.real .real-fiche .bg {
  position: absolute;
  display: block;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -moz-opacity: 0.9;
}
#vSlider li.real .real-fiche .content {
  padding: 100px 40px 20px 40px;
  position: relative;
  z-index: 11;
}
#vSlider li.real .real-fiche h2 {
  font-size: 72px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: 'ChampionHTF-Welterweight';
  text-transform: uppercase;
  line-height: 72px;
}
#vSlider li.real .real-fiche h3 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'ChampionHTF-Welterweight';
  text-transform: uppercase;
  line-height: 24px;
}
#vSlider li.real .real-fiche p {
  font-size: 36px;
  font-family: 'Arial';
  font-weight: bold;
  line-height: 36px;
}
#vSlider li.real .real-fiche h4 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  letter-spacing: 1px;
}
#vSlider li.real .real-fiche div.col-3 {
  text-transform: uppercase;
  font-family: 'ChampionHTF-Lightweight';
  margin-top: 20px;
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
#vSlider li.real .real-fiche div.col-3 p {
  font-size: 24px;
  font-family: 'ChampionHTF-Lightweight';
  font-weight: normal;
  margin: 2px 0px 10px;
  line-height: 24px;
}
#vSlider li.real .real-fiche a {
  text-decoration: underline;
  font-size: 18px;
  font-family: Arial, Helvetica, Sans-Serif;
}
.real-sweet-spot {
  position: absolute;
  display: block;
  z-index: 100;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  cursor: hand;
}
/* spot gauche */
.real-sweet-spot-g {
  position: absolute;
  display: block;
  z-index: 100;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  cursor: hand;
  top: 0;
  left: 0px;
  width: 15%;
  height: 80%;
  top: 10%;
  display: none;
}
.real-sweet-spot-g .sweet-spot {
  position: absolute;
  display: block;
  z-index: 10;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  left: 30px;
  text-indent: -5px;
}
/* Spot droit */
.real-sweet-spot-d {
  position: absolute;
  display: block;
  z-index: 100;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
  cursor: hand;
  top: 10px;
  padding-right: 30px;
  right: 0px;
  width: 15%;
  height: 80%;
  top: 10%;
}
.real-sweet-spot-d .sweet-spot {
  position: absolute;
  display: block;
  z-index: 10;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  right: 50px;
  text-indent: 5px;
}
/* ********************************** Réalisations All */
#realisations li {
  float: left;
  display: block;
}
#realisations li a {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-filter;
  -moz-transition-property: -moz-filter;
  -ms-transition-property: -ms-filter, filter;
  -o-transition-property: -o-filter;
  transition-property: filter;
}
#realisations li a.real-on {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#realisations.isotope,
#realisations.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
#realisations.isotope {
  -webkit-transition-property: 'height, width';
  -moz-transition-property: 'height, width';
  -ms-transition-property: 'height, width';
  -o-transition-property: 'height, width';
  transition-property: 'height, width';
}
#realisations.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
  z-index: 2;
}
#realisations.isotope .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#popup {
  position: fixed;
  display: block;
  z-index: 8010;
  padding: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#popup .real {
  width: 200px;
  height: 200px;
  display: block;
  border: 4px solid black;
  display: inline-block;
  border-collapse: separate;
}
#popup .real.active {
  border-color: pink;
}
/* ********************************** Contact */
#contact {
  position: fixed;
  display: block;
  z-index: 7990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
}
#contact #contact-form {
  width: 100%;
  height: 100%;
}
#contact #contact-text {
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
  background-color: transparent;
  display: block;
  font-family: 'ChampionHTF-Featherweight';
  margin: 100px 40px;
  font-size: 80px;
  line-height: 80px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: normal;
  resize: none;
}
#contact #contact-send {
  position: absolute;
  display: block;
  z-index: 7999;
  left: 40px;
  bottom: 40px;
  width: 148px;
  height: 66px;
  background-color: #000;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'ChampionHTF-Featherweight';
  font-size: 36px;
  background-image: url(/workspace/assets/img/btn-send.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0;
  padding: 5px 0 0 0 ;
  outline: none;
  border: none;
  -moz-outline: none;
  -webkit-outline: none;
  letter-spacing: 1px;
  cursor: pointer;
  cursor: hand;
}
#contact #contact-note {
  position: absolute;
  display: block;
  z-index: 7999;
  left: 40px;
  bottom: 0;
  font-family: 'OratorStdMedium';
  font-size: 13px;
  text-transform: uppercase;
}
#contact #contact-foot {
  position: absolute;
  display: block;
  z-index: 7991;
  /*bottom: 0;*/
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 121px;
  border-top: 4px solid #000;
}
#contact #contact-foot .contact-col {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  overflor: hidden;
}
#contact #contact-foot .contact-col p {
  margin: 30px 4px;
  font-family: 'OratorStdMedium';
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
#contact #contact-foot .contact-col p span {
  vertical-align: top;
  padding-left: 10px;
}
#contact #contact-foot .contact-col.facebook {
  line-height: 33px;
}
#contact #contact-foot .contact-col.twitter {
  line-height: 33px;
}
/* ********************************** Nouvelles */
#nouvelles {
  position: fixed;
  display: block;
  z-index: 7990;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: none;
}
#nouvelles .slider {
  min-height: 1000px;
  overflow: hidden;
}
#nouvelles ul {
  height: 100%;
  width: 10000px;
}
#nouvelles ul li {
  min-height: 2000px;
  vertical-align: top;
  display: inline-block;
  width: 355px;
}
#nouvelles img {
  margin: 20px;
}
#nouvelles .content {
  margin: 20px;
  height: 100%;
  padding: 10px 5px 0px 5px;
}
#nouvelles .content span.date {
  font-size: 14px;
  font-family: 'OratorStdMedium';
  text-transform: uppercase;
}
#nouvelles .content h2 {
  font-size: 30px;
  margin-top: 10px;
  font-family: 'ChampionHTF-Lightweight';
  line-height: 30px;
}
#nouvelles .content p {
  font-size: 18px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
}
#awwwards {
  width: 69px;
  height: 105px;
  text-indent: -8000px;
  display: block;
  background: url(/workspace/assets/img/awwwards_siteoftheday_b_right.png) no-repeat 0px 0px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 999999;
}
