/* ==========================================================================
   creaxial.net
   ONline communication agency
   2015 - Handcrafted in Belgium
   ========================================================================== */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a{
    text-decoration: none;
    color:inherit;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
  padding: 0;
  margin: 0;
  border: none;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #0095ff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #0095ff;
    color: #fff;
    text-shadow: none;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: "Univers Condensed";
  src: url("../fonts/univers-condensed-webfont.eot");
  src: url("../fonts/univers-condensed-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/univers-condensed-webfont.woff") format('woff'), url("../fonts/univers-condensed-webfont.ttf") format('truetype'), url("../fonts/univers-condensed-webfont.svg#Univers Condensed") format('svg');
}

@font-face {
  font-family: "Univers Condensed Thin";
  src: url("../fonts/univers-ultra-condensed-thin-webfont.eot");
  src: url("../fonts/univers-ultra-condensed-thin-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/univers-ultra-condensed-thin-webfont.woff") format('woff'), url("../fonts/univers-ultra-condensed-thin-webfont.ttf") format('truetype'), url("../fonts/univers-ultra-condensed-thin-webfont.svg#Univers Condensed") format('svg');
}

/*@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

 /* ==========================================================================
   Classes
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 1.3;
    color: #666;   
    position: relative;
    background: #111;
}

.univers {
    font-family: "Univers Condensed";
}

.univers_thin {
    font-family: "Univers Condensed Thin";
}

.checkm, .checkt {
    display: none;
}

.container {
    max-width: 1146px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.container.min_container {
    max-width: 750px;
}

.fullwidth {
    width: 100%;
}

.white {
    background: #fff;
}

.content {
    overflow: hidden;
}

.container.margin {
    margin: 40px auto 0 auto;
}

.container.nooverflow {
    overflow: visible;
}

.overflowhidden {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.half {
    width: 47.5%;
    overflow: hidden;
    position: relative;
}

.half50 {
    width: 50%;
}

.quart {
    width: 21.25%;
}

.whitebg {
    background: #fff;
}

.img100 {
    width: 100%;
    display: block;
}

.img_centered {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.center {
    text-align: center;
}

.col1tiers {
    width: 28%;
    float: left;
    position: relative;
}

.col2tiers {
    width: 63%;
    float: right;
}

.col2tiers.left {
    float: left;
}

.col1tiers.right {
    float: right;
}

.padding50 {
    padding: 50px 0;
}

.paddingtop0 {
    padding-top: 0;
}

.paddingbottom0 {
    padding-bottom: 0;
}

.padding80 {
    padding: 80px 0;
}
.padding100 {
    padding: 100px 0;
}
.margintiers {
    margin: 0 2.6%;
}

.marginr5 {
    margin-right: 5%;
}

.marginr3 {
    margin-right: 3%;
}

.margint30 {
    margin-top: 30px;
}

.marginb30 {
    margin-bottom: 30px;
}

.marginb50 {
    margin-bottom: 50px;
}

.centered {
    text-align: center;
}

.bg_photo {
    background: url(../graphics/bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    padding: 60px 0;
}

.italic {
    font-style: italic;
}

.link {
    color: #164397;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.btn {
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1); 
    overflow: hidden;   
    position: relative;  
}

.btn a, .btn span {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    padding: 10px 35px 10px 25px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;    
    color: #111;
    background: url(../graphics/btn.png) right bottom 15px no-repeat;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.btn:before, .btn:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    background: #0eb1d4;
    z-index: 99;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);     
}

.btn:before {
    top: 0;
}

.btn:after {
    bottom: 0;
}

.btn:hover:before, .btn.hovered:before {
    left: 100%;
}

.btn:hover:after, .btn.hovered:after {
    left: -100%;
}

.btn:hover a, .btn:hover span, .btn.hovered a {
    padding: 10px 40px 10px 20px;
}

.blue_box {
    display: inline-block;
    padding: 0 3px;
    background: #0eb1d4;
    color: #fff;
}

.dark_sepa {
    height: 45px;
    background: #111;
    width: 100%;
    position: relative;
    z-index: 1;
}

 /* ==========================================================================
   Header
   ========================================================================== */

.header {
    height: 65px;
    background: #111;
    z-index: 10000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 65px;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);     
}

.header_linkedin {
    width: 48px;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../graphics/linkedin.png);
    z-index: 10002;
    text-indent: -9999px;
}

.header_home .logo {
    opacity: 0;
    top: -50px;
}

.navState3 .logo {
    opacity: 1;
    top: 0;
}

.header .logo {
    width: 115px;
    height: 65px;
    margin: 0 auto;
    background: url(../graphics/logo_min.png) center center no-repeat;   
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);  
    position: relative;    
}

.header .logo a {
    width: 115px;
    height: 65px;
    display: block;
}

.col_header {
    width: 33%;
}

.col_header a {
    color: #fff;
    display: block!important;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.col_header a:hover, .col_header a.active {
    color: #0eb1d4;
}

.sousnav {
    background: #111;
    top: 65px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 10001;
    -webkit-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.8s cubic-bezier(.175, .885, .32, 1);     
}

.sousnav li {
    margin: 0 20px;
    display: inline-block;
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
}

.sousnav a {
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.sousnav a:hover, .sousnav a.active {
    color: #fff;
}

.header.navState2 {
    margin-top: -35px;    
}

.header.navState2 .logo, .header.navState2 a {
    opacity: 0;
}

.sousnav.navState2 {
    margin-top: -65px;
}

.header.navState1, .sousnav.navState1 {
    margin-top: 0;
}

.bande_left:hover {
    width: 220px;
}

.bande_right, .bande_left {
    width: 45px;
    overflow: hidden;
    background: #111;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.bande_left {
    left: 0;
}

.nav_secondaire nav {
    position: absolute;
    width: 190px;
    left: 15px;
    top: 250px;
    font-size: 12px;
    text-transform: uppercase;
    color: #f8f8f8;
}

.nav_secondaire:hover li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nav_secondaire li {
    border-bottom: 1px solid rgba(255,255,255,0);
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);     
}

.nav_secondaire li a {
    position: relative;
    display: block;
    padding: 15px 0 15px 30px;    
}
.nav_secondaire li a.no-deco-add{
    padding: 15px 5px 15px 6px;
    display: inline-block;
}
.nav_secondaire li a.no-deco-add-about{
    display: inline-block;
    float:left;
}
.nav_secondaire li i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(../graphics/secondary_nav.png);
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.nav_secondaire li.sub1 i {
    background-position: 0 0;
}

.nav_secondaire li.sub2 i {
    background-position: -20px 0;
}

.nav_secondaire li.sub3 i {
    background-position: -40px 0;
}

.nav_secondaire li.sub4 i {
    background-position: -60px 0;
}

.nav_secondaire li.sub5 i {
    background-position: -80px 0;
}

.nav_secondaire li.sub6 i {
    background-position: -100px 0;
}

.nav_secondaire li.sub1:hover i, li.sub1.active i {
    background-position: 0 -40px;
}

.nav_secondaire li.sub2:hover i, li.sub2.active i {
    background-position: -20px -40px;
}

.nav_secondaire li.sub3:hover i, li.sub3.active i {
    background-position: -40px -40px;
}

.nav_secondaire li.sub4:hover i, li.sub4.active i {
    background-position: -60px -40px;
}

.nav_secondaire li.sub5:hover i, li.sub5.active i {
    background-position: -80px -40px;
}

.nav_secondaire li.sub6:hover i, li.sub6.active i {
    background-position: -100px -40px;
}

.nav_secondaire li span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.nav_secondaire li span:before {
    content: '';
    width: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: #0eb1d4;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);     
}
.nav_secondaire li.sub6 span:before {
    background: #78b22b;
}

.nav_secondaire li.active span:before, .nav_secondaire li:hover span:before {
    width: 100%;
}

.nav_secondaire li.sub5 {
    border: 0;
}

.bande_right {
    right: 0;
}

.bande_left .logo {
    width: 115px;
    height: 33px;
    position: absolute;
    left: 52px;
    top: 145px;
    opacity: 0.2;
    background: url(../graphics/logo_min.png);
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.bande_left .logo:hover {
    opacity: 1;
}

.bande_left .logo a {
    width: 115px;
    height: 33px;
    display: block;
}

.logo {
    width: 257px;
    height: 74px;
    background: url(../graphics/logo.png) top left no-repeat;
    display: block;
    text-indent: -9999px;
    margin: 0 auto;
}

 /* ==========================================================================
   Intro
   ========================================================================== */

.home_intro_content {
    width: 437px;
    height: 437px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -218px;
    text-align: center;
    padding-top: 125px;
}

.home_intro {
    height: 100%;
    min-height: 100%;
    position: relative;
/*    background: url(../graphics/intro1.jpg) center top no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    border-bottom: 50px solid #111;   
}
.home_intro_bg{
    height: 100%;
    min-height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0
    bottom:0;
}
.hexa {
    background: url(../graphics/hexa.png);
    width: 437px;
    height: 437px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;  
    display: none; 
}

@-webkit-keyframes mouvement_hexa {
    0% {-webkit-transform: scale(1,1);}
    100% {-webkit-transform: scale(0.7,0.7);}
}

@-moz-keyframes mouvement_hexa {
    0% {-moz-transform: scale(1,1);}
    100% {-moz-transform: scale(0.7,0.7);}
}

@-o-keyframes mouvement_hexa {
    0% {-o-transform: scale(1,1);}
    100% {-o-transform: scale(0.7,0.7);}
}

@keyframes mouvement_hexa {
    0% {transform: scale(1,1);}
    100% {transform: scale(0.7,0.7);}
}

@-webkit-keyframes mouvement {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes mouvement {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}

@-o-keyframes mouvement {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}

@keyframes mouvement {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

@-webkit-keyframes mouvement2 {
    0% {-webkit-transform: rotate(90deg);}
    100% {-webkit-transform: rotate(-270deg);}
}

@-moz-keyframes mouvement2 {
    0% {-moz-transform: rotate(90deg);}
    100% {-moz-transform: rotate(-270deg);}
}

@-o-keyframes mouvement2 {
    0% {-o-transform: rotate(90deg);}
    100% {-o-transform: rotate(-270deg);}
}

@keyframes mouvement2 {
    0% {transform: rotate(90deg);}
    100% {transform: rotate(-270deg);}
}

.hexa1 {
    -webkit-animation: mouvement 25s 0s infinite linear;
    -moz-animation: mouvement 25s 0s infinite linear;
    -o-animation: mouvement 25s 0s infinite linear;
    animation: mouvement 25s 0s infinite linear;    
}

.hexa2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: mouvement2 30s 0s infinite linear;
    -moz-animation: mouvement2 30s 0s infinite linear;
    -o-animation: mouvement2 30s 0s infinite linear;
    animation: mouvement2 30s 0s infinite linear;
}

.home_intro .logo, .home_intro .baseline, .home_intro .btn {
    position: relative;
    z-index: 1;
}

.baseline {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    margin: 35px 0;
    letter-spacing: 2px;
}

.home_intro_content .btn a {
    border-top: 1px solid #0eb1d4;
    border-bottom: 1px solid #0eb1d4;
    color: #fff;    
}

.home_intro_content .btn:before {
    top: 0;
    background: #fff;
}

.home_intro_content .btn:after {
    bottom: 0;
    background: #fff;
}

.home_intro_btn {
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 45px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -150px;
    color: #fff;
    background-color: #0eb1d4;
    background-image: url(../graphics/arrow_down.png), url(../graphics/arrow_up.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 15px top 15px, right 15px top 15px;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.home_intro_btn:hover {
    background-position: left 15px top 40px, right 15px top -40px;
    color: #0eb1d4;
    background-color: #fff;
}

.home_service {
    padding: 80px 7px 50px 7px;
    position: relative;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1.5);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1.5);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1.5);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1.5);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1.5);     
}

.corners {
    position: relative;
    padding-top:30px;
}

.corners:before, .corners:after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 40px;
    height: 32px;
}

.corners:before {
    top: 80px;
    right: 0;
    background: url(../graphics/corner_top_right.png);
}

.corners:after {
    bottom: 0;
    left: 0;
    background: url(../graphics/corner_bottom_left.png);
}

.home_service img.img_bg {
    display: block;
    width: 100%;
    margin: 50px 0;
}
.home_service img.diamond {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -40px;
}
.home_service_title {
    font-size: 36px;
    text-transform: uppercase;
    color: #111;
    line-height: 1.1;
    position: relative;
}

.home_service_title em {
    position: relative;
    display: inline-block;
}

.home_service_title em:after {
    content: '';
    height: 3px;
    width: 85px;
    background: url(../graphics/tiny_lines.png);
    position: absolute;
    left: 3px;
    bottom: -5px;
}

.blocs_btn {
    padding-top: 20px;
}

.blocs_btn a:hover .home_service {
    /*-moz-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05); 
    transform: scale(1.05,1.05); */  
}

.blocs_btn a:hover .btn:before {
    left: 100%;
}

.blocs_btn a:hover .btn:after {
    left: -100%;
}

.blocs_btn a:hover .btn a, .blocs_btn a:hover .btn span {
    padding: 10px 40px 10px 20px;
}

.home_case_slider, .service_case {
    max-width: 540px;
    width: 100%;
    display: none;
    padding: 50px 0 50px 130px;
}

.left .service_case {
    padding: 50px 130px 50px 0;
    float: right;
}

.service_case {
    display: block;
}

.home_case_slider .slick-prev, .home_case_slider .slick-next {
    position: absolute;
    top: 50%;
    left: 30px;
}

.home_case_slider .slick-prev {
    margin-top: -30px;
}

.home_case_slider .slick-next {
    margin-top: 30px;
}

.home_case_details.visible {
    display: block;
}

.service_case .home_case_details h3 {
    font-size: 48px;
    line-height: 1.1;
}

.home_case_details h3 {
    display: block;
    color: #0eb1d4;
    font-size: 32px;
    text-transform: uppercase;
}

.home_case_details h3 small {
    color: #111;
    font-size: 18px;
    display: block;
}

.home_case_desc {
    display: block;
    margin: 30px 0 50px 0;
}

.home_case_picture, .service_case_picture {
    overflow: hidden;
    height: 400px;
}

.right.service_case_picture:after {
    content: '';
    width: 37px;
    height: 400px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../graphics/right_arrow.png) top right no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);    
}

.right.service_case_picture:hover:after, .right.service_case_picture.hovered:after {
    left: 0;
}

.left.service_case_picture:after, .home_case_picture:after {
    content: '';
    width: 37px;
    height: 400px;
    position: absolute;
    top: 0;
    right: -20px;
    background: url(../graphics/left_arrow.png) top left no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
}

.left.service_case_picture:hover:after, .home_case_picture:hover:after, .left.service_case_picture.hovered:after, .home_case_picture.hovered:after {
    right: 0;     
}

.right.service_case_picture, .left.service_case_picture {
    border: 0;
    position: relative;
}

.home_case_picture .slide {
    width: 100%;
}

.home_case_picture img, .service_case_picture img {
    width: 1000px;
}

.slick-prev, .slick-next {
    width: 35px;
    height: 35px;
    border: 0;
    background: url(../graphics/arrows.png);
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

/*.slick-next:before {
    content: '';
    background: url(../graphics/arrows.png) -35px 0 no-repeat;
    width: 35px;
    height: 35px;
}*/

.slick-next {
    background-position: -70px 0;
}
#block_video_motion{
  width:100%;
  max-width:1414px;
  height:120px;
  margin:0 auto;
  margin-top:41px;
  background:url('../graphics/video_motion_bg.jpg') no-repeat center left;
  display:block;
  position:relative;
}
#block_video_motion_left{
    display:block;
    width:321px;
    height:48px;
    margin:35px 0 0 60px;
    float:left;
    background:url('../graphics/video_motion_logo.png') no-repeat center left;
}
#block_video_motion_center{
    display:block;
    width:570px;
    margin:38px 0 0 120px;
    float:left;
    color:#ffffff;
    font-size:18px;
    font-family: "Univers Condensed";
}
#block_video_motion_right{
    display:block;
    width:15px;
    height:26px;
    margin:46px 18px 0 0;
    float:right;
    background:url('../graphics/video_motion_arrow.png') no-repeat center left;
}
 /* ==========================================================================
   Service détail
   ========================================================================== */

.related_cases_title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 56px;
    letter-spacing: 3px;
    margin: 120px 0 20px 0;
}

.keyfacts {
    background: #0eb1d4 url(../graphics/keyfacts.png) top 50px left no-repeat;
    padding: 80px 50px;
    position: relative;
}

.keyfacts li {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    padding-left: 15px;
    background: url(../graphics/bullet.png) top 8px left no-repeat;
    list-style: none;
}

.keyfacts:after {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
    height: 50px;
    content: '';
    background: url(../graphics/keyfacts_bottom.png);
}

.keyfacts_title {
    font-size: 72px;
    color: #0085a2;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 50px;
}

.wysiwyg.desc_longue {
    padding: 10px 0 10px 30px;
    border-left: 1px solid #eee;
    line-height: 1.5;
    margin: 0 0 30px 100px;
    position: relative;
    font-size: 15px;
}

.wysiwyg.desc_longue:before {
    content: '"';
    font-size: 120px;
    color: #ddd;
    position: absolute;
    left: -110px;
    top: -30px;
    font-style: italic;
}

.service_soustitre {
    font-size: 48px;
    color: #222;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 50px 0 80px 0;
}

.service_soustitre:after {
    content: '';
    width: 91px;
    height: 91px;
    background: url(../graphics/hexa_outlines.png);
    position: absolute;
    top: -70px;
    right: -70px;
/*    -webkit-animation: mouvement_hexa 10s 0s infinite linear alternate;
    -moz-animation: mouvement_hexa 10s 0s infinite linear alternate;
    -o-animation: mouvement_hexa 10s 0s infinite linear alternate;
    animation: mouvement_hexa 10s 0s infinite linear alternate; */   
}
.service_soustitre:before {
    content: '';
    width: 91px;
    height: 91px;
    background: url(../graphics/hexa_outlines.png);
    position: absolute;
    bottom: -70px;
    left: -70px; 
/*    -webkit-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    -moz-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    -o-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    animation: mouvement_hexa 10s 0.5s infinite linear alternate;*/       
}

 /* ==========================================================================
   Case détail
   ========================================================================== */

.paddingt125 {
    padding-top: 150px;
}

.case_titre {
    font-size: 48px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    background: #0eb1d4;
    padding: 0px 5px;
    position: relative;
}

.case_titre:after {
    content: '';
    width: 91px;
    height: 91px;
    background: url(../graphics/hexa_outlines.png);
    position: absolute;
    top: -70px;
    right: -70px;
/*    -webkit-animation: mouvement_hexa 10s 0s infinite linear alternate;
    -moz-animation: mouvement_hexa 10s 0s infinite linear alternate;
    -o-animation: mouvement_hexa 10s 0s infinite linear alternate;
    animation: mouvement_hexa 10s 0s infinite linear alternate;  */  
}
.case_titre.no-deco{
    background-color:transparent;
}
.case_titre.no-deco:after, .case_titre.no-deco:before{
    display:none;
}
.case_top {
    text-align: center;
}

.case_top small {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #111;
    margin-top: 5px;
    margin-bottom: 95px;
    position: relative;
}

.case_titre:before {
    content: '';
    width: 91px;
    height: 91px;
    background: url(../graphics/hexa_outlines.png);
    position: absolute;
    bottom: -70px;
    left: -70px;    
/*    -webkit-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    -moz-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    -o-animation: mouvement_hexa 10s 0.5s infinite linear alternate;
    animation: mouvement_hexa 10s 0.5s infinite linear alternate;*/    
}

.subcase .case_picture {
    margin-top: 30px;
}

.case_picture {
    padding: 50px;
    border: 1px solid #d4d4d4;
}

.case_picture .slick-prev, .case_picture .slick-next {
    position: absolute;
    left: 50%;
    top: 10px;
}

.case_picture .slick-prev {
    margin-left: -50px;
}

.case_picture .slick-next {
    margin-left: 15px;
}

.case_picture img {
    display: block;
    width: 100%;
}

.subcase .wysiwyg {
    margin-top: 30px;
}

.subcase_titre {
    color: #111;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.subcase_titre.design_about{
    background:url('../graphics/about_bg_titre.png') no-repeat center center;
    color:#ffffff;
    line-height:39px;
    padding:0 20px;
    display: inline-block;
    font-size:20px;
    letter-spacing: normal;
    margin-bottom:56px;
    background-size: cover;
}
.case_titre_metier {
    width: 100%;
    padding: 20px 0;
    background: url(../graphics/metiers.jpg) 0 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center; 
    position: relative;
    z-index: 1;   
}
.case_titre_about {
    width: 100%;
    padding: 20px 0;
    background: url(../graphics/bg_about_us.jpg) no-repeat center center fixed;
    text-align: center; 
    position: relative;
    z-index: 1;   
    height:400px;
}
#switch_about_us_content{
    width: 100%;
    z-index: 9;
    margin-top: -108px;
    text-align: center;
    position: absolute;
}
.left100{
    width:100%;
}
#switch_about_us{
    background:#ffffff;
    padding:6px 3px;
    display: inline-block;
    margin: 0;
}
#switch_about_us a{
    display:inline-block;
    width:44px;
    height:44px;
    background:#c3c3ce;
    text-align:center;
    line-height:44px;
    text-transform:uppercase;
    color:#ffffff;
    margin:0 3px;
    transition:all 0.3s;
}
#switch_about_us a:hover, #switch_about_us a.actif{
    background:#0eb1d4;
}
.case_metier {
    padding: 50px 0;
    overflow: hidden;
}

.case_metier.case_metier_full {
    padding: 0;
}

.case_metier.case_metier_full .case_titre_metier {
    padding: 250px 0 150px 0;
}

.hexa_droit {
    width: 114px;
    height: 132px;
    background: url(../graphics/hexa_droit.png);
    display: inline-block;
    vertical-align: middle;
}

.case_metier_full .case_titre_metier_content {
    color: #b1b1b1;
    font-size: 19px;
}

.case_titre_metier_content.service_titre {
    font-size: 42px;
    color: #fff;
}

.case_metier_full .case_titre_metier_content .univers_thin {
    color: #fff;
    font-size: 51px;
    letter-spacing: 4px;
}

.case_titre_metier_content em {
    margin-top: -10px;
    display: block;
}

.case_titre_metier_content {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 42px;
    color: #fff;
}

.case_titre_metier_content small {
    display: block;
    font-size: 13px;
    color: #0eb1d4;
}

 /* ==========================================================================
   Hexagones
   ========================================================================== */

.wysiwyg {
    letter-spacing: 1px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.wysiwyg b {
    color: #111;
}

.wysiwyg u {
    text-decoration: underline;
}

.wysiwyg i {
    font-style: italic;
}

.wysiwyg a {
    color: #0eb1d4;
    text-decoration: underline;
}

.wysiwyg a:hover {
    text-decoration: none;
}

 /* ==========================================================================
   Hexagones
   ========================================================================== */

.tri_cases {
    text-align: center;
    position: relative;
    top: -100px;
    width: 100%;
}

.tri_cases li {
    display: inline-block;
    margin: 0 35px;
    cursor: pointer;
    color: #111;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 25px;
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);     
}

.tri_cases li:hover {
    color: #0eb1d4;
}

.tri_cases li.active {
    color: #fff;
    background: #0eb1d4;
}

.link_case {
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);     
}

.padding_hexagons {
    padding: 100px 0 0 0;
    overflow: hidden;
    position: relative;
    top: -60px;
}

.padding_hexagons.related_cases {
    top: 0;
}

.hexagon_item {
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);    
    width: 258px;
    height: 299px;
    position: relative;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.hexagon_item.reference_item .hexagon-in2 {
    background: #eee;
}

.hexagon_item.reference_item:hover img {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none; 
    transform: none;    
}

.hexagon_title {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    height: 75px;
    background: rgba(14,177,212,0.8);
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;  
    -webkit-font-smoothing: antialiased;   
    text-transform: uppercase; 
    font-size: 14px;
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);    
}

.hexagon_main_title {
    -webkit-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.2s cubic-bezier(.175, .885, .32, 1);    
    position: absolute;
    bottom: 130px;
    text-transform: uppercase; 
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 11;
    margin-top: 0;
}

.hexagon2 {
    position: absolute;
    width: 260px;
    height: 299px;
    top: -85px;
}

.hexagon_item.disabled .hexagon_title {
    opacity: 0;
}

.hexagon_item.disabled .hexagon_main_title {
    opacity: 0;
    margin-top: 30px;
}

.hexagon_item.disabled a {
    cursor: default;    
}

.hexagon_item:hover img {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);    
}

.hexagon_item.disabled:hover img {
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1); 
    transform: scale(1,1);    
}

.hexagon_item.disabled .overlay_hexagon {
    background: #fff;
    z-index: 10;
    opacity: 0.8;         
}

.overlay_hexagon {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;  
    -webkit-transition: opacity 0.2s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: opacity 0.2s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: opacity 0.2s cubic-bezier(.175, .885, .32, 1);
    -o-transition: opacity 0.2s cubic-bezier(.175, .885, .32, 1);
    transition: opacity 0.2s cubic-bezier(.175, .885, .32, 1);        
}

.hexagon {
    overflow: hidden;
    visibility: hidden;

    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-backface-visibility: hidden; 
}

.hexagon-in2 {
    overflow: hidden;
    width: 100%;
    height: 100%;

    visibility: visible;

    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;

}

/*.hexagon_item:nth-child(7n) {
    margin-right: 30px;
}*/

.hexagon_item:nth-child(7n-2){
    /*margin-left: 30px;*/
    margin-left: 153px;
}

.hexagon_item:nth-child(n+5) {
    margin-top: -55px;
}

.hexagon_item img {
    position: absolute;
    height: 100%;
    left: -80%;
    top: 0;
    -webkit-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.8s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.8s cubic-bezier(.175, .885, .32, 1);    
}
.reference .hexagon_item img {
    left:30px;
    max-width:200px;
    max-height:200px;
    margin-top:55px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ 
}
.reference .hexagon_item:hover img {
    filter: none; 
    -webkit-filter: grayscale(0%);  
}
.hexa_intro {
    min-height: 437px;
    text-align: center;
    position: relative;
    width: 437px;
    margin: 0 auto;
}

.hexa_intro .hexa {
    background: url(../graphics/hexa2.png);
}

.hexa_contact {
    width: 259px;
    height: 260px;
}

.hexa_contact .hexa {
    background: url(../graphics/hexa3.png);
    width: 259px;
    height: 260px;
    margin-left: 5px;
    margin-top: 85px;
}

.cases_title {
    text-transform: uppercase;
    font-size: 72px;
    color: #111;
    letter-spacing: 4px;
    padding-top: 150px;
    display: block;
}

 /* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    background: url(../graphics/footer.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    padding: 70px 0;   
    overflow: hidden; 
    position: relative;
    z-index: 1;
}

.footer_info p {
    padding: 15px 0 15px 70px;
    border-bottom: 1px solid rgba(14,177,212,0.2);
    font-size: 20px;
    color: #fff;
    position: relative;
}

.footer_info h4 {
    margin-bottom: 30px;
}

.footer_info p i {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 17px;
    left: 19px;
    background: url(../graphics/footer.png);
}

p.mail i {
    background-position: -22px 0;
}

.footer_info ul {
    text-align: center;
    margin-top: 15px;
}

.footer_info li {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px;
    background: url(../graphics/footer.png);
    text-indent: -9999px;
}

.footer_info li a {
    display: block;
    width: 22px;
    height: 22px;
}

li.lin {
    background-position: -44px 0;
}

li.fb {
    background-position: -66px 0;
}

.footer_info a span {
    color: #0eb1d4;
}

.footer_title {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.footer_col strong {
    color: #0eb1d4;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.footer_col ul {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.footer_col li {
    padding: 3px 0;
    font-size: 14px;
    color: #bbb;
}

.footer_col a:hover {
    text-decoration: underline;
}

.powered {
    text-align: center;
    padding: 10px 0;
    background: #111;
}

.powered p {
    text-align: right;
    padding-right: 20px;
    padding-left: 35px;
    background: url(../graphics/creaxial.png) top left no-repeat;
    line-height: 28px;
    display: inline-block;
    font-style: normal;
}

.powered a.bold {
  font-weight: bold;
}

.powered a {
    color: #fff;
    text-decoration: none;
}

 /* ==========================================================================
   Hamburger
   ========================================================================== */

.hamburger {
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(../graphics/hamburger.png);
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);     
}

.hamburger.open {
    background-position: bottom left;
}

.nav_mobile {
    position: fixed;
    top: 65px;
    background: #111;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
    z-index: 9999;
    padding-bottom: 65px;
    text-align: center;
    display: none;
}

.nav_mobile .nav_secondaire li a {
    padding: 35px 0 0 0;
}

.nav_mobile .nav_secondaire li {
    padding: 0;
    display: inline-block;
    width: 32%;
    border: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nav_mobile .nav_secondaire li i {
    left: 50%;
    top: 0;
    margin-left: -10px;
}

.nav_mobile .nav_secondaire li a:hover, .nav_mobile .nav_secondaire li.active a, .nav_mobile a.active {
    color: #fff;
}

.nav_principale li {
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.nav_principale li a {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 10px;
}

.nav_principale li:last-child a {
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}

.nav_principale {
    overflow: hidden;
    margin-bottom: 50px;
}

.nav_principale i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(../graphics/sousnav.png);
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -moz-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -ms-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all 0.4s cubic-bezier(.175, .885, .32, 1);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1);    
}

.nav_principale i.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);    
    opacity: 1;
}

.niv2 {
    display: none;
}

.nav_principale .niv2 a {
    border: 0;
    font-size: 18px;
}

 /* ==========================================================================
   Contact
   ========================================================================== */

.contact_page {
    padding: 140px 0 70px 0;
    background: url(../graphics/contact.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}

.contact_bloc {
    width: 40%;
    padding: 60px 30px;
    text-align: center;
}

.contact_bloc h2 {
    font-size: 36px;
}

.contact_bloc p {
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 60px;
}

.contact_title {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding-top: 60px;
    background: url(../graphics/contact.png) top center no-repeat;
    top: 140px;
    position: relative;
}

.contact_title span {
    font-size: 36px;
    display: inline-block;
}

 /* ==========================================================================
   Responsive
   ========================================================================== */
@media screen and (max-width: 1490px) {
    #block_video_motion{
        padding-right:40px;
    }
}
@media screen and (max-width: 1230px) {
    .case_picture {
        padding: 3%;
    }
    .col_about_img {
        margin-bottom: 30px;
        border: 1px solid #eee;
        padding: 20px;
    }
    .col_about_img img {
        display: none !important;
    }
    .nav_mobile {
        display: none;
    }
    #block_video_motion{
        padding-right:18px;
    }
}

@media screen and (max-width: 1230px) {
    .reference .hexagon_item img {
        left: auto;
        margin: 0 auto;
    }
    .checkd {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .bande_left, .bande_right {
        display: none;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sousnav, .header_nav {
        display: none;
    }
    .col_header {
        width: auto;
    }
    .header_linkedin {
        display: none;
    }    
    .tri_cases  {
        display: none;
    }
    .hexagon, .hexagon-in1, .hexagon-in2 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);   
        overflow: visible;     
    }
    .hexagon2 {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
    }
    .hexagon_item img {
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        margin: 0;
        height: auto;
    }
    .hexagon_item:nth-child(n+5), .hexagon_item:nth-child(6n-1) {
        margin-top: 0;
        margin-left: 1%;
        margin-right: 1%;
    }
    .hexagon_title, .overlay_hexagon {
        display: none;
    }
    div.hexagon_item {
        width: 47%;
        height: auto;
        margin: 0 1% 20px 1%;
        display: block;
        float: left;
    }    
    .hexagon_item:hover img {
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
    }
    .hexagon_main_title {
        position: absolute;
        bottom: 0;
        margin: 0;
        text-align: center;
        display: block;
        background: rgba(14,177,212,0.8);
        padding: 10px;
    }
    .hexa_intro {
        min-height: 100px;
        width: 100%;
    }
    a.about_us{
        display:none;
    }
}
@media screen and (max-width: 1150px) {
    #block_video_motion_left{
        margin-left:30px;
    }
    #block_video_motion_center{
        margin-left:60px;
    }
}
@media screen and (max-width: 1050px) {
    #block_video_motion_left{
        display:none;
    }
    #block_video_motion_center{
        margin-left:30px;
    }
}
@media screen and (max-width: 850px) {
    body .vegas-container {
        width: 100%;
        position: absolute !important;
    }
    .home_intro {
        height: auto;
        min-height: 0;
        padding-bottom: 100px;
    }
    .home_intro_content {
        height: auto;
        position: relative;
        left: 0;
        min-height: 0;
        width: auto;
        margin: 0 auto;
    }
    .contact_left {
        display: none;
    }
    div.hexagon_item {
        width: 98%;
    }
    .hexa {
        display: none;
        visibility: hidden;
        height: 0;
        width: 0;
    }

    .hexa_droit {
        display: none;
    }

    .case_titre, .service_soustitre {
        font-size: 24px;
    }

    .case_titre:after, .case_top small:before, .service_soustitre:before, .service_soustitre:after {
        display: none;
    }

    .case_titre_metier_content {
        text-align: center;
    }

    .case_titre_metier_content {
        font-size: 21px;
    }

    .footer .col2tiers, .footer_title {
        display: none;
    }

    .right.service_case_picture:after, .left.service_case_picture:after {
        display: none;
    }

    .home_case_picture  {
        display: none !important;
    }

    .home_case_slider, .service_case {
        max-width: 100%;
        width: 100%;
        padding: 50px 30px 50px 80px;
    }

    .right .service_case, .left .service_case {
        padding: 30px;
    }

    .col1tiers, .col2tiers, .half, .quart, .contact_bloc  {
        width: 100%;
    }

    .home_service img.img_bg, .home_service img.diamond {
        display: none;
    }

    .home_service, .home_service_title {
        margin-bottom: 30px;
    }

    .margintiers, .marginr3 {
        margin-left: 0;
        margin-right: 0;
    }
    .home_case_picture img, .service_case_picture img {
        width: 100%;
    }
    .home_case_picture, .service_case_picture {
        height: auto;
    }
    .service_item {
        text-align: center;
        padding: 30px;
        border-bottom: 1px solid #eee;
    }
    .padding_hexagons.related_cases {
        padding-top: 0;
    }
    .related_cases_title {
        margin-top: 30px;
    }
    .case_top small {
        margin-bottom: 20px;
    }
    .about-us-fr .wysiwyg.desc_longue:before, .about-us-nl .wysiwyg.desc_longue:before{
        display:none;
    }
    .about-us-fr .wysiwyg.desc_longue, .about-us-nl .wysiwyg.desc_longue{
        padding-left:0;
        margin-left:0;
        border-left:none;
    }



}
@media screen and (max-width: 650px) {
    .wysiwyg.desc_longue {
        padding: 0;
        border: 0;
        margin: 0;
    }
    #block_video_motion_right{
        position: absolute;
        right: 18px;
        top: 46px;
        margin: 0;
    }
    #block_video_motion_center{
        width: 100%;
        padding: 0 50px 0 30px;
        margin: 0;
        margin-top: 14px;
        font-size:16px;
    }
}
@media screen and (max-width: 500px) {
    .home_intro_content {
        left: auto;
        margin-left: auto;
        width: 100%;
    }
}

/* ==========================================================================
   Slider
   ========================================================================== */

.slick-center.slick-slide {
    opacity: 1;
}

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;
}

 /* ==========================================================================
   Internet explorer
   ========================================================================== */

.lt-ie9 .wow {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   ADD JJ
   ========================================================================== */

.col_about_img img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.about_us{
    color:#ffffff;
    font-size:12px;
    text-transform:uppercase;
    background:#000000;
    text-align:center;
    line-height:30px;
    height:30px;
    width:30px;
    display:block;
    position:absolute;
    right:45px;
    top:68px;
    transition:color 0.4s;
    z-index:99999;
}
.about_us_nl{
    top:101px;
}
.about_us:hover{
    color:#0eb1d4;
}
.about_us_more_top{
    top:118px;
}
.about_us_more_top.about_us_nl{
    top:151px;
}
.nav_j_mobile{
    width:50%;
    float:left;
}
a.trensit{
    transition:color 0.4s;
}
a.trensit:hover{
    color:#0eb1d4;
}
.about_passion{
    width:100%;
    max-width:868px;
    margin: 50px 0;
}
.about_passion_1{
    width:100%;
    max-width:552px;
    margin-top:;
    margin-bottom:10px;
}
.about_passion_2{
    width:100%;
    max-width:138px;
    margin-bottom:10px;
}
.about_passion_3{
    width:100%;
    max-width:693px;
    margin-bottom:40px;
    margin-top:10px;
}
.about_passion_4{
    width:100%;
    max-width:719px;
    margin-bottom:40px;
    margin-top:10px;
}
.about_passion_5{
    width:100%;
    max-width:719px;
    margin-bottom:40px;
    margin-top:40px;
}
.hexagons_inspiration{
    padding-top:250px;
}

.design_about{
    color:#666666;
}
.design_about .container{
    max-width:950px;
}

.design_about i{
    padding: 10px 0 10px 30px;
    border-left: 1px solid #eee;
    line-height: 1.5;
    position: relative;
    font-size: 24px;
    color: #ccc;
    display: block;
    font-style: italic;
    width: 60%;
    margin: 0 auto 50px auto;
}
.design_about i:before {
    content: '"';
    font-size: 120px;
    color: #ddd;
    position: absolute;
    left: -110px;
    top: -30px;
    font-style: italic;
}
.design_about ul {
    margin-bottom: 30px;
}
.design_about li {
    margin: 15px 0;
    background: url(../graphics/puce_about.png) top 8px left no-repeat;
    padding-left: 15px;
    margin-left: 10px;
    font-weight: 100;
}
.design_about .subcase_titre.design_about {
    font-size:24px;
    margin:40px 0 30px 0;
}
.design_about h5 {
    margin-top: 40px;
}
.design_about h5, .design_about h6 {
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}
h4.nomargin, h5.nomargin, h6.nomargin {
    margin-top: 0;
}
.col_about_img p {
    color: #999;
    font-size: 14px;
}
.design_about h6 {
    font-weight: 600;
    color: #0eb1d4;
    font-size: inherit;
}
.design_about .container p {
    margin-bottom: 20px;
}
.design_about .container p.bold {
    color: #333;
    font-weight: 600;
}
.design_about span{
    color:#000000;
}
.about_sepa{
    margin-top:60px;
    margin-bottom:60px;
    width:100%;
    max-width:764px;
}
.about_left{
    float:left;
    width:45%;
}
.about_right{
    float:right;
    width:45%;
}
.case_picture_about p img{
    padding:50px;
    border:1px solid #cccccc;
}
.case_picture_about p img.about_passion_2_bis{
    position: absolute;
    left: 50%;
    padding: 0;
    border: 0;
    margin-left: -36%;
    top: 10px;
}
@media screen and (max-width: 600px){
    img.about_passion, img.about_passion_1, img.about_passion_3, .about_passion_2_bis, img.about_passion_4{
        display:none;
    }
    .subcase_titre.design_about{
        font-size:14px;
    }
    .design_about i {
        width: 100%;
        border: 0;
        padding: 0;
    }
}
@media screen and (max-width: 1200px){
    .case_picture_about p img.about_passion_2_bis{
            margin-left: -45%;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
    .about_left{
        float:none;
        width:100%;
    }
    .about_right{
        float:none;
        width:100%;
    }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }