/* FONTS */

@font-face {
    font-family: 'gill_sansregular';
    src: url('../fonts/gillsans-webfont.eot');
    src: url('../fonts/gillsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans-webfont.woff') format('woff'),
         url('../fonts/gillsans-webfont.ttf') format('truetype'),
         url('../fonts/gillsans-webfont.svg#gill_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gill_sanslight';
    src: url('../fonts/gillsans-light-webfont.eot');
    src: url('../fonts/gillsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans-light-webfont.woff') format('woff'),
         url('../fonts/gillsans-light-webfont.ttf') format('truetype'),
         url('../fonts/gillsans-light-webfont.svg#gill_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'loveloblack';
    src: url('../fonts/lovelo_black-webfont.eot');
    src: url('../fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lovelo_black-webfont.woff') format('woff'),
         url('../fonts/lovelo_black-webfont.ttf') format('truetype'),
         url('../fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gill_sansbold';
    src: url('../fonts/gillsans-bold-webfont.eot');
    src: url('../fonts/gillsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsans-bold-webfont.woff') format('woff'),
         url('../fonts/gillsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/gillsans-bold-webfont.svg#gill_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htfbook';
    src: url('../fonts/gothamhtf-book-webfont.eot');
    src: url('../fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamhtf-book-webfont.svg#gotham_htfbook') format('svg'),
         url('../fonts/gothamhtf-book-webfont.woff') format('woff'),
         url('../fonts/gothamhtf-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL STYLES */

header, footer, #folio, .folio-client, menu, #client-details, .client-details-inner, .client-details-inner-include, #client-details-left, #client-details-right {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.msie .client-details-inner {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
}

@media (orientation:landscape) {
    html.ipad.ios7 > body {
        position: fixed;
        bottom: 0;
        width:100%;
        height: 672px !important;
    }
}

html,
button,
input,
select,
textarea {
    color: #313131;
}

html {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'gill_sanslight';
    overflow: hidden;
    min-width: 1024px;
    min-height: 600px;
}

.body {
    min-width: 768px;
}

::-moz-selection {
    background: #121212;
    text-shadow: none;
}

::selection {
    background: #121212;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* HELPER CLASSES */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* PRELOADER STYLES */

#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
}

#preloader:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#preloader .centered {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

#preloader-logo {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -40px;
    margin-top: -8px;
}

#preloader-spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -58px;
    margin-top: -58px;
}

#preloader-navhelp {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-left: -150px;
    margin-top: -50px;
    text-transform: uppercase;
    color: #656565;
    font-family: 'gill_sansregular';
    font-size: 10px;
}

#preloader-navhelp .navhelp-block {
    height: 100px;
    width: 99px;
    border-right: 1px solid #c8c8c8;
    float: left;
}

#preloader-navhelp .navhelp-block:last-child {
    border-right: none;
}

#preloader-navhelp .navhelp-block img.first {
    margin-top: 25px;
}

#preloader-navhelp .navhelp-block img.second {
    margin-top: 12px;
}

#preloader-navhelp .navhelp-block img.third {
    margin-top: 14px;
}


#browsehappy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    text-align: center;
}

#browsehappy:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#browsehappy .centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}

/* ROTATE DEVICE STYLES */

#rotate-your-device {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    background: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#rotate-your-device img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -204px;
    margin-top: -188px;
    display: block;
}

/* PAGE STYLES */

.video-js {
    margin: 0 auto;
}

.layout-separator {
    width: 11px;
    height: 17px;
    background: url("../img/separation_menu.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
}

/* HEADER STYLES */

header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 72px;
    font-size: 0.9em;
    z-index:12;
    overflow: hidden;
}

header img {
    display: inline-block;
    vertical-align: middle;
}

header a {
    color: #313131;
    text-decoration: none;
    display:inline-block;
    vertical-align: middle;
}

header a.home {
    margin-top: 10px;
    margin-left: 72px;
    white-space: nowrap;
    text-decoration: none;
}

header a.home.alt {
    margin-top: 25px;
    margin-left: 0;
}

header .home h1 {
    font-family: 'gotham_htfbook';
    font-weight: normal;
    text-transform: lowercase;
    font-size: 41px;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    line-height: 41px;
}

.webkit header .home h1 {
    margin-top: 5px;
}

header .home h2 {
    font-size: 13px;
    color: #7c7c7c;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: 10px;
}

header .home span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    border-right:1px solid #7c7c7c;
    height: 25px;
    margin-top: 10px;
}

header nav {
    margin-top: 19px;
}

header nav a {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 13px;
}

header nav a.base-short {
    width: 80px;
    text-align: center;
}

header nav a.base-long {
    width: 105px;
    text-align: center;
}

header nav a.social.first {
    padding: 10px 2px 10px 10px;
}

header nav a.social.last {
    padding: 10px 10px 10px 2px;
}

header a.social {
    margin-top: -5px;
}

header a.social img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity:0.5;
}

header nav a:hover {
    font-family: 'gill_sansbold';
}

header nav a.active {
    font-family: 'gill_sansbold';
}

header nav a.social:hover, header nav a.active.social {
    background: #fff;
}

header a.social:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1.0;
}

#logo {
    margin-left: 72px;
}

nav {
    float: right;
    margin-right: 60px;
    display: inline-block;
}

#header-alt {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #2b2b2b;
    width: 100%;
    height: 72px;
    text-align: center;
}

#header-alt .social-alt {
    position: absolute;
    top: 26px;
}

/* FOLIO STYLES */

#folio {
    position: absolute;
    left: 72px;
    right: 72px;
    top: 72px;
    bottom: 72px;
    overflow: hidden;
    display: none;
}

.mobile #folio {
    left: 0;
    right: 0;
}

#folio .folio-client {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    cursor: pointer;
}

#folio .folio-client.active {
    display: block;
}

#folio-client-5, #folio-client-9, #folio-client-1, #folio-client-3, #folio-client-4, #folio-client-2, #folio-client-7, #folio-client-8, #folio-client-6, #folio-client-10, #folio-client-11{
    background-position: center center;
}

#folio menu {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 100%;
    white-space: nowrap;
}

#folio menu a {
    text-decoration: none;
}

#folio menu img {
    padding: 10px;
    margin-right: 15px;
    margin-top: 3px;
    background: #000;
    background: rgba(185,74,65,1);
    vertical-align: middle;
    display: inline-block;
}

#folio-menu-title {
    color: #fff;
    color: rgba(255,255,255,0.8);
    font-weight: normal;
    margin: .5em 0;
    font-size: 20px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    -ms-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    -o-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

/* FOOTER STYLES */

footer {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 72px;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
}

footer ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

footer li {
    display: inline-block;
}

footer img {
    opacity: 0.3;
}

footer .active img {
    opacity: 1;
}

footer a {
    padding: 10px;
    text-decoration: none;
}

/* CLIENT DETAILS STYLES */

#client-details {
    width: 100%;
    position: absolute;
    top: 72px;
    bottom: 0;
    left: 0;
    display: none;
    background: #fff;
    overflow: hidden;
}

#client-details .client-details-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 70px;
    right: 0;
    bottom: 0;
    background: #2b2b2b;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#client-details .client-details-inner-include {
    padding-bottom: 70px;
    width: 900px;
    margin: 0 auto;
    background: #2b2b2b;
}

#client-details-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #2b2b2b;
    z-index: 5;
}

#client-details-left {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 70px;
    height: 100%;
    min-width: 62px;
    background: #2b2b2b;
    z-index: 5;
    pointer-events:none;
}

#client-details-right {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 70px;
    height: 100%;
    min-width: 62px;
    background: #2b2b2b;
    z-index: 5;
}

#client-details-nav {
    margin: 0 8px 0 auto;
    width: 45px;
    pointer-events:auto;
}

#client-details-nav a {
    display: block;
    padding: 5px 0;
    -webkit-transform: translate3d(0, 0, 0);
}

#client-details-nav img {
    display: block;
    margin: 5px auto;
}

#client-details-nav a.first {
    margin-top: -10px;
}

/*EXPERTISE STYLE*/

#expertise {
    height: 100%;
    position: absolute;
    top: 0;
    left: 72px;
    right: 72px;
    display: none;
    overflow: hidden;
    z-index: 1;
    bottom: 72px;
}

.mobile #expertise {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}


#expertise > div {
    position: relative;
    top: 72px;
    height: 100%;
    overflow: hidden;
    background:#121212;
    white-space: nowrap;
}

#expertise > div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#expertise .centered {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -72px;
    width: 100%;
    white-space: normal;
}

/* AGENCE STYLES */

#agence {
    height: 100%;
    position: absolute;
    top: 0;
    left: 72px;
    display: none;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 72px;
    right: 72px;
}

.mobile #agence {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}


#agence > div {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    background:#121212;
    white-space: nowrap;
}

#agence > div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#agence .centered {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -72px;
    width: 100%;
    white-space: normal;
}

#agence h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.7em;
    line-height: 0.9em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'gill_sansregular';
}

#agence h3 {
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 0.9em;
    font-weight: normal;
    max-width: 100%;
    margin-top: 15px;
    text-align: center;

}

#agence h3 em {
    font-style: normal;
    color: #FFFFFF;
}

#agence p{
    font-style: normal;
    color: #a7a7a7;
    font-size: 0.9em;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.2em;
}

#agence .content-agence{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 3%;
}

#agence .conteneur{
    border-bottom: solid 1px #333333;
    border-top: solid 1px #333333;
    width: 70%;
    text-align: center;
    display: inline-block;
    padding-left: 4%;
    padding-bottom: 20px;
    padding-top: 10px;
}

#agence h4 {
    color: #fff;
    font-weight: normal;
    font-family: 'gill_sansregular';
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#agence ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#agence li {
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 0;
    text-align: left;
    font-family: 'gill_sanslight';
}

#agence-branding, #agence-design, #agence-digital {
    display: inline-block;
    vertical-align: top;
/*    padding-right: 4%;*/
    margin: 0;
    padding: 0;
    width: 30%;
    text-align: center;
}

#agence-branding .content-agence-branding, #agence-design .content-agence-design, #agence-digital .content-agence-digital{
    width: 75%;
    text-align: left;
    display: inline-block;
}

#agence-branding img, #agence-design img, #agence-digital img {
    margin-bottom: 20px;
    text-align: left;
}

#agence-branding, #agence-design {
/*    background: url("../img/agence/separation.png") no-repeat right bottom;*/
}

#agence-design, #agence-digital {
    margin-left: 4%;
}

/* CLIENT STYLES */

#clients {
    position: absolute;
    top: 72px;
    bottom: 72px;
    left: 72px;
    right: 72px;
    display: none;
    overflow: hidden;
    z-index: 1;
}

.mobile #clients {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

#clients > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    white-space: nowrap;
}


#clients .row {
    height: 25%;
}

#clients .col {
    width: 17.16%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
}

#clients .col.center {
    width: 14.2%;
}

#clients .col:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#clients img {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.portrait #clients img { width: 100%; }
.landscape #clients img { height: 100%; }

#clients .over {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 1px;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    opacity: 0.08;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#clients .over:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#clients .last-col .over {
    right: 0;
}

#clients .last-row .over {
    bottom: 0;
}



/* CONTACT STYLES */

#contact {
    position: absolute;
    top: 72px;
    bottom: 72px;
    left: 72px;
    right: 72px;
    display: none;
    overflow: hidden;
    z-index: 1;
}

.mobile #contact {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}


#contact > div {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff url("../img/contact/fond.jpg") no-repeat center;
    white-space: nowrap;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact > div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

#contact .centered {
    display: inline-block;
    vertical-align: middle;
    position: relative;
/*    top: -36px;*/
    margin-left: 92px;
    width: 100%;
    white-space: normal;
}

#contact h2 {
    color: #000000;
    font-weight: normal;
    font-size: 5em;
    line-height: 1em;
    margin-top: 0;
}

#contact hr {
    border: 0;
    padding: 0;
    height: 1;
    background: url("../img/contact/separation.png") no-repeat center left;
    margin: 0.5em 0;
}

#contact p {
    color: #000;
    font-size: 1.25em;
    margin: 0.5em 0;
    line-height: 1em;
}

#contact p span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#contact p a {
    color: #000;
    text-decoration: none;
}

#contact p a:hover {
    text-decoration: underline;
}


/* INCLUDE STYLES */

.client-details-inner-include .mast-block {
    float: left;
    width: 450px;
    height: 450px;
    text-align: center;
}

.client-details-inner-include .mast-block p {
    color: #fff;
    width: 250px;
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;
    opacity: 0.6;
}

.client-details-inner-include .center-block {
    height: 100%;
}

.client-details-inner-include .center-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.client-details-inner-include .center-block .centered {
  display: inline-block;
  vertical-align: middle;
}

.client-details-inner-include h1 {
    font-family: 'loveloblack';
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}

.client-details-inner-include h2 {
    font-family: 'loveloblack';
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

.client-details-inner-include .head {
    width: 450px;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

.client-details-inner-include .head p, .client-details-inner-include .head a {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
}

/* MEDIA QUERIES */

@media only screen and (max-device-width: 1024px) {

    #header-alt .social-alt {
        margin-right:-15px;
        top: 19px;
    }

    header a.social.first {
        padding: 10px 6px 10px 10px;
    }

    header a.social.last {
        padding: 10px 10px 10px 6px;
    }

    #folio li {
        margin-right: 10px;
    }

    #client-details-nav a {
        padding: 10px 0;
    }

    #client-details-nav a.first {
        margin-top: -15px;
    }
}

.border-interieur{
/*    border: solid 1px #c8c8c8;*/
}