*{
    cursor: none;
}


@font-face {
    font-family: 'hk_groteskitalic';
    src: url('hkgrotesk-italic-webfont.woff2') format('woff2'),
         url('hkgrotesk-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hk_groteskmedium';
    src: url('hkgrotesk-medium-webfont.woff2') format('woff2'),
         url('hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hk_groteskregular';
    src: url('hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hk_grotesksemibold';
    src: url('hkgrotesk-semibold-webfont.woff2') format('woff2'),
         url('hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body { 
	
	text-align:left;
	/*background:url(../preview_images/patternFullScreenBg.png) repeat;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;     
      font-family: 'hk_groteskregular', sans-serif;
      font-size:16px;
}
.animsition{z-index: -10;}
#no-scroll{overflow: hidden;}
a {text-decoration: none; color:#121212; }
/*a .caption, a, i,button, .linkScroll h2 {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}*/

.italic{font-family: 'hk_groteskitalic';}
.blueCS{color:#00ab8e;}
.container, .modal-ajax.container, .modal-iframe {
    max-width: 1388px;
    width: calc(100% - 16px);
}
.row{margin: 0 0;}
.mb50{margin-bottom:50px;}
.p1{padding: 20px 0; }
.p2{padding: 0px 0; }
.p0{padding: 0;margin:15px 0; }
.h50{height: 50px;}
.text-center {
    text-align: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.back{-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;-webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
          animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;}
.back:hover .flip-vertical-right{
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
          animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.rotate90L img{
      -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);

}

.your-cursor1 {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
}
.your-cursor1.active {
    opacity: 0.5;
    transform: scale(5);
     border:0.1px solid #fff;
    background-color: transparent;
}
.your-cursor1.hovered {
    opacity: 0.08;
}
.your-cursor1.active2 {
    opacity: 1;
    transform: scale(3);
     border:0.2px solid #03aea9;
    background-color: transparent;
}
.your-cursor3 {
    position: absolute;
    background-color: #03aea9;
    width: 4px;
    height: 4px;
      top:-2px;
 left:-2px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
}

.your-cursor3.active {
    border-radius: 100%;
    width: 24px;
    height: 24px;
     top:-12px;
 left:-12px;
    border:2px solid #03aea9;
    background-color: transparent;
    transition: .3s ease;
}
.your-cursor3.hovered {
    opacity: 0.08;
}
@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.inline{text-align: center;}


/*--------COLOR----------*/

.white{color:#fff;}
.whiteG{color:#fafafa;}
.black{color:#121212;}
.grey{color:#eee;}
.darkgrey{color:#d9d9d9;}            
.green{color: #00ab8e;}
.yellow{color:#ffd04f;}
.taupe{color:#ac9576;}   
.brown{color:#5a3228;}   
.pink{color:#e26f61;}
.orange{color:#ff6c00;}
.blue{color:#03aea9;}

.bwhite{background-color:#fff;}
.bwhiteG{background-color:#fafafa;}
.bblack{background-color:#121212;}
.bgrey{background-color:#eee;}
.bdarkgrey{background-color:#d9d9d9;}            
.bgreen{background-color: #00ab8e;}
.byellow{background-color:#ffd04f;}
.btaupe{background-color:#ac9576;}   
.bbrown{background-color:#5a3228;}   
.bpink{background-color:#e26f61;}
.borange{ background-color: #ff6c00;}

.byellow1{background-color:#f2cc00;}
/*-------------TYPO-------*/
.test{height: 50px;}
.fa-2x{font-size: 2.4rem;}
.uppercase{text-transform: uppercase;}
.centerdiv {text-align: center;}
.intro h1{text-transform: uppercase;text-align: center;font-size: 26px;font-family: 'hk_groteskmedium';}
.intro-cases h3{text-align: center;font-size: 18px;font-family: 'hk_groteskregular';font-weight: 100;color:#fff;margin-bottom: 2.5rem;}
.intro h3{text-align: center;font-size: 18px;padding: 20px 100px 0px;font-weight: 100;}
.content h2{font-size: 28px;color: #fff; text-align: center;font-family: 'hk_groteskregular';font-weight: 500; padding-bottom: 44px;    padding-top: 0px;text-transform: uppercase;}
.about h2{padding-bottom: 22px;}
.contact h2{padding-bottom: 22px;}
.cv h2{padding-bottom: 22px;}
h4 {color:#121212;font-weight: 500;font-size: 20px;margin:0;}
h4.subtitle {color:#121212;font-weight: 500;font-size: 18px;}
.about p{font-size: 14px;font-family: 'hk_groteskregular';font-weight: 500; margin-top: 0;}
.about h3{font-size: 18px;text-transform: uppercase;margin-top: 5px;margin-bottom: 30px;}
.about2 p{font-size: 11px;}
.contact-intro{text-transform: uppercase;text-align: center;font-size: 26px;font-family: 'hk_groteskmedium';padding-left: 60px;padding-right: 60px;} 
.titre-schema h3{font-size: 16px;color: #fff; text-align: center;font-family: 'hk_groteskregular';font-weight: 500;   padding-top: 0px;text-transform: uppercase;margin: 0;
line-height: 40px;}
.competences p{font-size: 18px;color:#fff;font-family: 'hk_groteskregular';font-weight: 500; }
.laptop h2{padding-top: 22px;padding-bottom: 22px;margin-bottom: 0;}
.laptop h3{font-size: 18px;font-family: 'hk_groteskregular';font-weight: 500;text-align: center;text-transform: uppercase;margin-top:0;}
.laptop h4{font-size: 16px;font-family: 'hk_groteskregular';font-weight: 500;color:#fff;}
.laptop p{font-size: 14px;font-family: 'hk_groteskregular';font-weight: 500; margin-top: 0;}
/*----------------BLOCK---------------*/
.content{margin-top: 44px;}
.home{ background-color: #03aea9;}
.comingsoon{ background-color: #03aea9;}
.contact{ background-color: #f6a756;}
.cv{ background-color: #36464e;}
.web{ background-color: #36464e;}
.modele{ background-color: #9b9794;}
.golunch{ background-color: #e94b6f;}
.keycoopt{ background-color: #fcbf0e;}
.stibus{ background-color: #85619d;}
.creation{padding-top: 66px;}
.cases{ background-color: #36464e;}
.negotium{ background-color: #3c3c3b;}
.byfernand{ background-color: #e36c10;}
.mariage{ background-color: #e3cbb0;}
.stranger{ background-color: #477f79;}
.freaks{ background-color: #c8ba76;}

.logo4 {    position: fixed;    width: 44px;    top: 11px;    left: 11px;    display: none; z-index: 900;   }
section{width: 100%;height: 100%;}


.intro{margin-top: 8%;padding: 60px;}
.git:hover{color:#fff;}
.git:after {
  display: block;
 content: "-------------";
letter-spacing: 10px;
font-size: 20px;
color: #fff;
line-height: 10px;}

.linkCaseTitle{display: block;height: 44px;}
.project{padding-bottom: 50px;}
.project div a:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position: 130% bottom;
    background-attachment: fixed;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.2s;
    transition-delay: 0.2s, 0s;
    transition-timing-function: linear;
}
.project div a:hover h4{color:#fff;}


.project div a:hover:before {
    opacity: 1;
    visibility: visible;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.2s;
    transition-delay: 0s;
    transition-timing-function: linear;
}

.cover-1:before {
    background-color: #e94b6f;
    background-image: url(../image/cover1.png);
}
.logo-cover1 .pathfill{fill:#e94b6f;}

.cover-2:before {
    background-color: #fcbf0e;
    background-image: url(../image/cover2.png);
}
.logo-cover2 .pathfill{fill:#fcbf0e;}

.cover-3:before {
    background-color: #85619d;
    background-image: url(../image/cover3.png);
}
.logo-cover3 .pathfill{fill:#85619d;}

.cover-4:before {
    background-color: #e3cbb0;
    background-image: url(../image/cover4.png);
}
.logo-cover4 .pathfill{fill:#e3cbb0;}
.me{padding: 0;width: 85%;}
.block-mail{position:relative;height: 142px;border:2px solid #121212;width: 750px;margin:0 auto;margin-top: 88px;}
.block-mail:before{content:url(../image/mail.svg);display: block;width: 130px;height: 20px;top:-10px;left:50%;margin-left: -65px;position:absolute;padding: 0 50px;background-color: #f6a756;}
.mail{text-align: center;color: #fff;font-size: 26px;line-height: 26px;display: block;padding: 54px;}
.mail:hover{color:#121212;}
.mail:active{color:#03aea9;}
.mailbefore{
font-size: 10px;text-transform: uppercase;color:#fff;
text-align: center;
top: 14px;
    position: absolute;
    display: block;
    width: 250px;
    left: 50%;
    margin-left: -125px;
}
.mailafter{
font-size: 10px;text-transform: uppercase;color:#fff;
text-align: center;
top: 14px;
    position: absolute;
    display: block;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    display: none;
}
.grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 30px;

}

.header-project{
    width: 100%;
    height: 66%;
    top: 0;
    left: 0;
position: fixed;
z-index: -10;
}
.project-intro{padding: 44px 9% ;height: 200px;}
.project-intro p{position: relative;float: left;width: 50%;}

.about-more{position: relative;float: left;width: 25%;}
.about-more ul{margin-top:10px;}
.about-more li{font-size: 12px;}
.laptop{width: 50%;margin:0 auto;z-index: 100;}
.screen{margin-top: -50%;    padding: 0 11%;}

.case, .case2{padding-top: 22px;padding-bottom: 44px;}
.case img{width: 60%;margin: 0 auto;margin-top: 22px;}
.case2 img{width: 500px;margin: 0 auto;margin-top: 22px;}


.grid-case:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position: 130% bottom;
    background-attachment: fixed;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.2s;
    transition-delay: 0.2s, 0s;
    transition-timing-function: linear;
}

.grid-case:hover:before {
    opacity: 1;
    visibility: visible;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.2s;
    transition-delay: 0s;
    transition-timing-function: linear;
}

.case-cover-1:before {
    background-color: #e94b6f;
    background-image: url(../image/cover1.png);
}

.case-cover-2:before {
    background-color: #fcbf0e;
    background-image: url(../image/cover2.png);
}

.case-cover-3:before {
    background-color: #85619d;
    background-image: url(../image/cover3.png);
}
.case-cover-4:before {
    background-color: #e3cbb0;
    background-image: url(../image/cover4.png);
}
.case-cover-5:before {
    background-color: #03aea9;
    background-image: url(../image/cover5.png);
}
.case-cover-6:before {
    background-color: #3c3c3b;
    background-image: url(../image/cover6.png);
}
.case-cover-7:before {
    background-color: #e36c10;
    background-image: url(../image/cover7.png);
}
.case-cover-8:before {
    background-color: #477f79;
    background-image: url(../image/cover8.png);
}
.case-cover-9:before {
    background-color: #c8ba76;
    background-image: url(../image/cover9.png);
}
.logo-case1 .pathfill{fill:#e94b6f;}
.logo-case2 .pathfill{fill:#fcbf0e;}
.logo-case3 .pathfill{fill:#85619d;}
.logo-case4 .pathfill{fill:#e3cbb0;}
.logo-case5 .pathfill{fill:#03aea9;}
.logo-case6 .pathfill{fill:#3c3c3b;}
.logo-case7 .pathfill{fill:#e36c10;}
.logo-case8 .pathfill{fill:#477f79;}
.logo-case9 .pathfill{fill:#c8ba76;}

.video-container {
    width: 1024px;
    position: relative;
    margin: 0 auto;
}
/*----------------MENU---------------*/


.cover-1:hover > #logoMbm .pathfill{
  fill: green;
  stroke: white;
}


.sticky-border {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    
}

.sticky-border {
    
    background-color: #fff;z-index: 10;
}

.sticky-border[data-position="top"] {
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
}

.sticky-border[data-position="right"] {
    width: 22px;
    top: 22px;
    bottom: 22px;
    right: 0;
}
.sticky-border[data-position="bottom"] {
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
}
.sticky-border[data-position="left"] {
    width: 22px;
    top: 22px;
    bottom: 22px;
    left: 0;
}





.menu-container{position: fixed;width: 100%;height: 100%;}
.logo {position:relative; width: 100px;top:44px;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;   transition: all 0.2s linear 0s;opacity:1;margin:0 auto;}

   
#logoMbm{width: 100px;height: 100px;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;} 
    .logo2 {position:absolute; width: 66px; top:44px;left:44px;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;opacity:0;}
     .logo3 {position:absolute; width: 66px; top:44px;left:44px;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;}
    #logoMbm2{width: 66px;height: 66px;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;}
.fadeout{opacity:0;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;}
    .fadein{opacity:1;-webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;}


/*width: 184px;height: 396px;*/
#menu{width: 224px;position: absolute;top:50%;margin-top: -219px;left:44px;z-index: 100;font-family: 'hk_groteskmedium';padding:11px 0;}
.menu{list-style: none;padding-left: 0rem;margin: 0rem 0;}
.menu-principal, .menu-2{text-transform: uppercase;padding-top: 11px;}
.menu-principal li{ font-size: 23px;color:#121212;padding: 2px 0;}
.menu-principal li a{color:#121212;}
.menu-principal li a:hover{color:#fff;}
.menu-2 li a:hover{color:#fff;}

.menu-2{width: 179px;display:table;margin-top: 11px;padding: 6px 0;border-top: 1px solid #121212;border-bottom: 1px solid #121212;height: 38px;}
.menu-2 li{font-size: 16px;display:table-cell;}
.menu-2 li:nth-child(1){text-align: left;}
.menu-2 li:nth-child(2){text-align: center;}
.menu-2 li:nth-child(3){text-align: right;}

.adresse1{font-size: 14px;padding-top: 11px;font-weight: 500;}
.adresse1 h4{margin:0;padding: 0;font-size: 14px;font-weight: 500;padding:0px 0;color:#121212;}
.adresse1 a{color:#fff;}
.adresse1 a:hover{color:#121212;}
.adresse1 a{padding: 2px 0;display: block;}

.menu-social{padding: 11px 0;height: 44px;}
.menu-social li{margin-right: 22px; float: left;position: relative; display: block;}
.menu-social li a:hover i{color:#00ab8e;}
.menu-social li:last-child{margin-right: 0px;}



.copyr {position: fixed;bottom: 0;z-index: 100;width: 100%;font-family: 'hk_groteskmedium';margin:0;}
.copyr p{font-size: 11px;color:#121212;margin:0;margin-bottom: 5px;}
.copyr a{font-size: 11px;color:#121212;}
.copyr a:hover{font-size: 11px;color:#00ab8e;}

.logoL2:hover .pathfill {
    fill: #03aea9;
}


.line-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 1px;
     background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    webkit-transition: color 0.4s ease-out;
-moz-transition: color 0.4s ease-out;
-ms-transition: color 0.4s ease-out;
-o-transition: color 0.4s ease-out;
transition: color 0.4s ease-out;
   -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -ms-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
}


 .line {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear;
       -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -ms-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;
z-index: 100;
}
.menu-principal li:nth-child(1):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 60px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-principal li:nth-child(2):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 90px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-principal li:nth-child(3):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 130px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-principal li:nth-child(4):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 170px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-principal li:nth-child(5):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 210px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-principal li:nth-child(6):hover ~ .line-wrapper .line {
  transform: translate3d(0px, 250px, 0px);
background: #fff none repeat scroll 0% 0%;
}

.menu-2 li:nth-child(1):hover ~ .line-wrapper .line2 {
  transform: translate3d(0px, 290px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-2 li:nth-child(2):hover ~ .line-wrapper .line2 {
  transform: translate3d(0px, 290px, 0px);
background: #fff none repeat scroll 0% 0%;
}
.menu-2 li:nth-child(3):hover ~ .line-wrapper .line2 {
  transform: translate3d(0px, 290px, 0px);
background: #fff none repeat scroll 0% 0%;
}



.line2 {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    -webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.4s linear;
    transition: background 0.4s linear;
       -webkit-transition: transform 0.4s linear;
    -moz-transition: transform 0.4s linear;
    -ms-transition: transform 0.4s linear;
    -o-transition: transform 0.4s linear;
    transition: transform 0.4s linear;

}




/*----------------FOOTER---------------*/

#footer{position:relative;width:100%;height: 360px;}

#footer .block-footer{width: 1280px;height: 250px;background-color: #eeeeee;margin: 0 auto;margin-top: -55px;}

/*----------------NAV---------------*/
.nav{display: none;}
.nav {
    cursor: pointer;
    width: 66px;
    height: 66px;
    background-color: #121212;
    position: fixed;
    right: 44px;
    top: 44px;
    color: #121212;
    z-index: 100;
    font-family: sans-serif;
}
.nav > div {
   width: 32px;
height: 32px;
position: absolute;
top: 17px;
left: 17px;
}
.nav > div span {
 margin: 0;
padding: 0;
width: 16px;
height: 16px;
display: block;
float: left;
font-weight: 100;
font-size: 16px;
line-height: 16px;
text-align: center;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
}
.nav:hover > div span {color: #03aea9;}
#open-menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #03aea9;
}
.navclose {
    cursor: pointer;
    display: none;
    width: 66px;
    height: 66px;
    
    border: 2px solid #fafafa;
    position: fixed;
    right: 44px;
    top: 44px;
    color: #fff;
    z-index: 1001;
}
.navclose > div {
    width: 32px;
height: 32px;
position: absolute;
top: 15px;
left: 15px;
}
/*----------------CV---------------*/
.competences{
  /*background-image:url("../image/cv1.svg"); */
   background-repeat: no-repeat;
    background-size: 50vw;
    background-position: 50% 80%;
    
}

.experiences{
 /* background-image:url("../image/cv2.svg");*/ 
   background-repeat: no-repeat;
       background-size: 60vw;
    background-position: 60% 70%;
    
}

.schema{position:relative;width: calc(250px * 1.5);height:  calc(216px * 1.5);margin-top: 22px; -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;float:left;}

 .schemaNotes{width: 250px;
height:  250px;float: left;
    margin-left: 120px;
    margin-top:88px;
    border:2px solid #fff;
    position: relative;

}   

.translatex{ -webkit-transform: translate(-250px,0);
    -moz-transform: translate(-250px,0);
    -o-transform: translate(-250px,0);
    -ms-transform: translate(-250px,0);
    transform: translate(-250px,0);}
.circleUi {
    display:block;
    border-radius: 50%;
    width:  calc(135px * 1.5);
    height: calc(135px * 1.5);
    background-color: rgba(3, 174, 169, 0.75);
    border: 1.2px solid #03aea9;
    /* width and height can be anything, as long as they're equal */
 position:absolute;
 top:0;
 left:calc(54px * 1.5);
}


.circleCoeur {
    display:block;
    border-radius: 50%;
    width: calc(184px * 1.5);
    height: calc(184px * 1.5);
    background-color: rgba(155, 155, 155, 0);
     position:absolute;
 top:calc(12px * 1.5);
 left:calc(35px * 1.5);
   
}

.circleCoeur:before {
  position: absolute;
  content: '';
  width: calc(184px * 1.5);
    height: calc(184px * 1.5);
  border: 2px dashed #fff;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  }
.circleFe {
    display:block;
    border-radius: 50%;
    width: calc(84px * 1.5);
    height: calc(84px * 1.5);
    background-color: rgba(140, 192, 76, 0.75);
    border: 1.2px solid #8cc04c;
    position:absolute;
 top:calc(22px * 1.5);
 left:calc(165px * 1.5);
    
}

.circleUx {
    display:block;
    border-radius: 50%;
    width: calc(67px * 1.5);
    height: calc(67px * 1.5);
    background-color: rgba(30, 136, 198, 0.75);
    border: 1.2px solid #1e88c6;
    position:absolute;
 top:calc(42px * 1.5);
 left:0;
    
}

.circleMk {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1.5);
    height: calc(25px * 1.5);
    background-color: rgba(40, 116, 182, 0.75);
    border: 1.2px solid #2874b6;
    position:absolute;
 top:calc(100px * 1.5);
 left:calc(18px * 1.5);
    
}


.circleBe {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1.5);
    height: calc(25px * 1.5);
    background-color: rgba(203, 214, 62, 0.75);
    border: 1.2px solid #cbd63e;
    position:absolute;
 top:calc(92px * 1.5);
 left:calc(216px * 1.5);
    
}
.circleI {
    display:block;
    border-radius: 50%;
    width: calc(84px * 1.5);
    height: calc(84px * 1.5);
    background-color: rgba(252, 191, 14, 0.75);
    border: 1.2px solid #fcbf0e;
    position:absolute;
 top:calc(117px * 1.5);
 left:calc(76px * 1.5);
    
}
.circlePr {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1.5);
    height: calc(34px * 1.5);
    background-color: rgba(233, 75, 111, 0.75);
    border: 1.2px solid #e94b6f;
    position:absolute;
 top:calc(167px * 1.5);
 left:calc(56px * 1.5);
    
}
.circlePh {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1.5);
    height: calc(34px * 1.5);
    background-color: rgba(239, 126, 84, 0.75);
    border: 1.2px solid #ef7e54;
    position:absolute;
 top:calc(181px * 1.5);
 left:calc(81px * 1.5);
    
}

.circleV {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1.5);
    height: calc(25px * 1.5);
    background-color: rgba(243, 150, 25, 0.75);
    border: 1.2px solid #f39619;
    position:absolute;
 top:calc(190px * 1.5);
 left:calc(115px * 1.5);
    
}

.circleMu {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1.5);
    height: calc(34px * 1.5);
    background-color: rgba(255, 235, 60, 0.75);
    border: 1.2px solid #ffeb3c;
    position:absolute;
 top:calc(164px * 1.5);
 left:calc(188px * 1.5);
    
}

.circleUi:before{content:"Ui";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 30px;line-height:  calc(135px * 1.5);}
.circleFe:before{content:"Fe";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 24px;line-height: calc(84px * 1.5);}
.circleI:before{content:"I";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 24px;line-height: calc(84px * 1.5);}
.circleUx:before{content:"Ux";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 20px;line-height: calc(67px * 1.5);}
.circlePr:before{content:"Pr";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1.5);}
.circlePh:before{content:"Ph";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1.5);}
.circleMu:before{content:"Mu";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1.5);}
.circleMk:before{content:"Mk";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1.5);}
.circleBe:before{content:"Be";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1.5);}
.circleV:before{content:"V";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1.5);}




.linkSchema span::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: calc(50% + 15px);
    opacity: 0;   
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 100;
}

.linkSchema:hover .circleUi::after {
width: 298px;
opacity: 1;
}
.linkSchema:hover .circleFe::after {
width: 171px;
opacity: 1;
}
.linkSchema:hover .circleBe::after {
width: 139px;
opacity: 1;
}
.linkSchema:hover .circleMu::after {
width: 174px;
opacity: 1;
}

.linkSchema:hover .circleUx::after {
width: 430px;
opacity: 1;
}
.linkSchema:hover .circleMk::after {
width: 436px;
opacity: 1;
}

.linkSchema:hover .circleI::after {
width: 305px;
opacity: 1;
}
.linkSchema:hover .circleV::after {
width: 290px;
opacity: 1;
}
.linkSchema:hover .circlePh::after {
width: 335px;
opacity: 1;
}
.linkSchema:hover .circlePr::after {
width: 372px;
opacity: 1;
}

.titre-schema{width: 100%;height: 44px;border-bottom: 2px solid #fff;}
.titre-schema ul{padding-left: 11px;}
.titre-schema li{font-size: 11px;color:#fff;}
.legende-container{position: absolute;bottom: 0;left: 0;height: 77px;width: 100%;}
.legende-container .legende1{text-align: center;text-transform: uppercase;font-size: 8px;color:#fff;}
.legende2{position: absolute;bottom: 0;left: 0;height: 44px;border-top: 2px solid #fff;width: 100%;}
.legende1 {border-top: 2px solid #fff;}
.legende1 span{display: block;width: 50%;height: 42px;float: left;padding-top: 4px;}
.legende2 span{display: block;width: 50%;height: 42px;float: left;}
.legende2 span img{width: 110px;margin:0 auto;margin-top: 3px;}
.legende2 span:first-child{border-right: 2px solid #fff;}
.note{display: none;}
.usability{font-size: 11px;color:#fff;text-transform: uppercase;position: absolute;top:30px;left: 20px;}
.interactivity{font-size: 11px;color:#fff;text-transform: uppercase;position: absolute;top:0px;right: 5px;}
.creativity{font-size: 11px;color:#fff;text-transform: uppercase;position: absolute;bottom:80px;left: 5px;}

.usability:after{content:"----------";color:#fff;position:absolute;
 -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);z-index: 100;font-size: 16px;top: 30px;
left: 15px;}

.interactivity:after{content:"----------";color:#fff;position:absolute;
 -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);z-index: 100;font-size: 16px;top: 35px;
right: 45px;}

.creativity:after{content:"----------------";color:#fff;position:absolute;
 -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
            transform: rotate(-20deg);z-index: 100;font-size: 16px;bottom: 27px;
left: 45px;}
.xp h3{font-size: 13px;text-transform: uppercase;position:relative;color:#fff;padding-left: 6px;margin-top: -12px;}
.xp .studies{margin-top:22px;}
.xp .studies{margin-top:22px;}
.xp h4{font-size: 11px;position:relative;padding-left: 6px;}
.xp p{font-size: 10px;position:relative;padding-left: 6px;color:#fff;margin-top: 6px;}

.xp h3:before{content:"";display:block;width: 6px;height: 6px;border:1px solid #03aea9;position: absolute;top: 6px;left: -4px;background-color: #36464e;}
.xp h3:after{content:"";display:block;width: 62px;height: 2px;background-color: #fff;position: absolute;left: -2px;}
.xp .sub:before{content:"";display:block;width: 6px;height: 6px;position: absolute;top: 0px;left: -4px;background: #fff;}
.xp1, .xp2{border-left: 2px solid #fff;}
.xp2{margin-left: 30px;}
.xppro{margin-bottom:10px; }
.xppro2{margin-bottom:6px; }
span.sep{background-color: #36464e;display: block; width: 4px;height: 25px;position: absolute;
left: -3px;
margin-top: -5px;}
.cvxp{margin-bottom: 6px;}

/*----------BTN-----------*/


.btn-mbm{height: 44px;width: 88px; background: transparent;border-top:2px solid #fff;border-bottom:2px solid #fff;
position: fixed;bottom:44px;right: 44px;display: none;}
.arrows{display: block;width: 44px;height: 42px;float: left;text-align: center;border-right: 2px solid #fff;border-left: 2px solid #fff;}
.arrows img{width: 16px;margin: 0 auto;margin-top: 13px;}


.linkBtn{display: none;width: 92px;height: 42px;float: left;text-align: center;position: relative;}
.linkBtn span{display: block;position: absolute;text-align: center;width: 92px;    line-height: 15px;    top: 11px; }
 .longLink{top: 5px!important;}
.linkBtn span a{display:none;opacity: 0;font-size: 12px;color:#fff;font-family: 'hk_groteskmedium';text-transform: uppercase;}
.linkBtn .current{opacity: 1;display: block;}

.pagination{display: block;width: 44px;height: 42px;float: left;text-align: center;position: relative;border-left: 2px solid #fff;border-right: 2px solid #fff;}
.diagonale{display: block;width: 58px;height: 2px;position: absolute;background: #fff;transform:rotate(-45deg);top:19px;right:-8px;}
.page1{display: block;position: absolute;top:0;left: 5px;font-size: 16px;text-align: center;font-weight: bold;color:#fff;opacity: 0.75;}
.page2{display: block;position: absolute;bottom:5px;right: 8px;font-size: 16px;text-align: center;font-weight: bold;color:#fff;opacity: 1;}

.btn-mbm2{height: 44px;width: 180px; background: transparent;border-top:2px solid #fff;border-bottom:2px solid #fff;margin-top: 5px;    display: inline-block;}
.linkBtn2{display: block;width: 136px;height: 42px;float: left;text-align: center;position: relative;border-left:2px solid #fff;text-transform: uppercase;}
.linkBtn2 span{display: block;position: absolute;text-align: center;width: 136px;    line-height: 15px;    top: 11px;padding: 0 20px;}
.linkBtn2 span a {color:#fff; }

.btn-scroll{height: 44px;width: 180px; background: transparent;border-top:2px solid #fff;border-bottom:2px solid #fff;position: fixed;bottom:44px;left: 44px;}
.linkBtn3{display: block;width: 92px;height: 42px;float: left;text-align: center;position: relative;}
.linkBtn3 span{display: block;position: absolute;text-align: center;width: 92px;    line-height: 15px;    top: 11px; }
.linkBtn3 span a{font-size: 12px;color:#fff;font-family: 'hk_groteskmedium';text-transform: uppercase;}
.linkBtn3 span a{display: none;}
.linkBtn3 span .current{display: block;}
.arrows a {display: none;}
.arrows .current {display: block;}
.linkBtn4{display: block;width: 92px;height: 42px;float: left;text-align: center;position: relative;}
.linkBtn4 span{display: block;position: absolute;text-align: center;width: 92px;    line-height: 15px;    top: 11px; }
.linkBtn4 span a{font-size: 11px;color:#fff;font-family: 'hk_groteskmedium';text-transform: uppercase;}
.linkBtn4 span a{display: none;}
.linkBtn4 span .current{display: block;}

.linkBtn5{display: block;width: 136px;height: 42px;float: left;text-align: center;position: relative;border-left:2px solid #fff;text-transform: uppercase;}
.linkBtn5 span{display: block;position: absolute;text-align: center;width: 136px;    line-height: 15px;    top: 11px;padding: 0 20px;}
.linkBtn5 span a {color:#fff; font-size: 13px;}

button, input[type="button"], input[type="reset"], input[type="submit"] {

    -webkit-appearance: none;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    min-height: 0rem;
    padding: 0;
    margin-bottom: 0;
    background: #dadada;
    border: 1px solid silver;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;

}

.block-btn{margin-top: 44px;}
/*----------------elements---------------*/


.icon-svg{display: block;margin-bottom: 20px;}


.filter {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     



/*.filter:hover,  
.filter:active,   
.filter:focus {

-ms-transform: scale(0.95);    
-moz-transform: scale(0.95);  
-webkit-transform: scale(0.95);  
-o-transform: scale(0.95);  
transform: scale(0.95);    
position:relative;      
z-index:100;  
   -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
}*/


/*---------CONTACT---------*/



/*porfolio*/
.block-filter{border-top: 2px solid #fff;border-bottom: 2px solid #fff;border-left: 2px solid #fff;height: 44px;width: 359px;margin: 0 auto;}
.block-filter2{border-top: 2px solid #fff;border-bottom: 2px solid #fff;border-left: 2px solid #fff;height: 44px;width: 622px;margin: 0 auto;}
.btn-filter:hover, .btn-filter2:hover{color:#03aea9;}
.btn-filter2{ 
    color:#fff;
   display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 11px;
color: #fff;
font-family: 'hk_groteskmedium';
text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    float:left;
    width: 155px;
    border-right: 2px solid #fff;

    
    }
.btn-filter{ 
    color:#fff;
   display: block;
    padding: 0;
    margin-bottom: 0;
    font-size: 11px;
color: #fff;
font-family: 'hk_groteskmedium';
text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    float:left;
    width: 119px;
    border-right: 2px solid #fff;

    
    }
/*.filter-button
{
    
    border: 2px solid #00ab8e;
     margin-bottom: 30px;
    font-size: 28px;
text-align: center;
color: #121212;
text-transform: none;
margin: 0;
padding: 0;
padding-bottom: 10px !important;

}
.filter-button:hover
{
    font-size: 28px;
   text-align: center;
    color: #ffffff;
    background-color: #00ab8e;;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}*/

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 0px;
    position: relative;
   border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid transparent;
}
.grid-portfolio{padding-bottom: 66px;}
.grid-portfolio a{-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;    }
.imgC{display: none;opacity:0;}
.grid-portfolio a:hover .imgW {
    opacity: 0;
    display: none;
}

.grid-portfolio a:hover .imgC {
    opacity: 1;
    display:block;
}
.grid-portfolio a:hover img {
    filter: saturate(0%);
    -webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
}

.grid-portfolio  img {
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
}
.grid-portfolio a:hover .caption {
    opacity: 0.95;
}



.grid-portfolio .caption{padding: 11px;}
.grid-portfolio p{text-align: center;color: #fff;font-size: 12px;margin-top: 10px;margin-bottom: 10px;}
.grid-portfolio h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.caption {
    position: absolute;
    display: block;
    height: calc(100% - 44px);
    width: calc(100% - 44px);
    top: 22px;
    left: 22px;
    background-color: #36464e;
    
    opacity: 0;
}
.caption h3{color: #fff;text-transform: none;}
/*---------CONTACT---------*/
.cd-top img {
  
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show img{
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out  img {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover  img {
   opacity: 1;
}

/*----------------RESPONSIVE---------------*/
.middle{height: 3px;width: 100%;background-color: red;z-index: 1000;position: absolute;top:50%;margin-top: -1.5px;}
.mockup_wrap {
  position: relative;
  display: block;
   margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 90px;
height: 35em;
}
.mockup_wrap .md-iphone-5,
.mockup_wrap .md-ipad,
.mockup_wrap .md-macbook-pro,
.mockup_wrap .md-macbook-pro .md-base {
  transform-style: preserve-3d;
  perspective-origin: 50%;
  -webkit-perspective: 1600;
  -moz-perspective: 1600;
  -ms-perspective: 1600;
  perspective: 1600;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 0.5s ease-out;
  cursor: pointer;
}
#mockup-circle{-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;    }

.mockup-circle1{
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    width: 70em;
    height: 70em;
    border:9em solid #fff;
    left:50%;
  margin-left:-35em;
  top:0em;
  z-index: 10;
   font-size: 0.5em;

}
.mockup-circle2 {

    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    width: 60em;
    height: 60em;
    border: 9em solid #fff;
    left: 50%;
    margin-left: -30em;
    top: 5em;
    z-index: 10;
    font-size: 0.5em;

}

.mockup-circle3 {

    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    width: 44em;
    height: 44em;
    border: 9em solid #fff;
    left: 50%;
    margin-left: -22em;
    top: 13em;
    z-index: 10;
    font-size: 0.5em;

}
.md-imac {
  width: 62.5em;
  height: 50em;
  -webkit-transform: translate3d(0, 0, 0);
  position:absolute;
  left:50%;
  margin-left:-31.25em;
  top:12.5em;
  z-index: 100;
   font-size: 0.5em;
   opacity:1;
}
.md-ipad {
  width: 53.375em;
  height: 79.4375em;
  position: absolute;
    left:50%;
   margin-left:-26.518em;
    font-size: 0.3em;
     z-index: 99;
     top: 18.5em;
}
.md-iphone-5 {
  width: 22.8125em;
  height: 49em;
  position: absolute;
  font-size: 0.4em;
    z-index: 98;
     top: 19.5em;
      left:50%;
   margin-left:-11.4062em;
   opacity: 0;
}

.md-imac .md-body {
  width: 100%;
  height: 43.125em;
  background: #c6c7ca;
  border-radius: 1.875em;
  overflow: hidden;
}
.md-imac .md-top {
  width: 100%;
  height: 37.1875em;
  background: #0f0f0f;
  border-radius: 1.875em 1.875em 0 0;
  position: relative;
}
.md-imac .md-screen {
  width: 57.5em;
  height: 32.375em;
  margin: 0 auto;
  position: relative;
  top: 2.375em;
  background: #17171a;
  overflow: hidden;
}
.md-imac .md-screen img {
  width: 100%;
}
.md-imac .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.25em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.md-imac .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}
.md-imac .md-base {
  width: 19.25em;
  height: 6.875em;
  margin: -0.5em auto;
}
.md-imac .md-stand {
  width: 13.125em;
  height: 6.125em;
  margin: 0 auto;
  background: #cccdcf;
  background: -webkit-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: -moz-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: -o-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  -webkit-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -moz-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -ms-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -o-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
}
.md-imac .md-foot {
  width: 15em;
  height: 3.125em;
  margin: 0 auto;
  position: relative;
  bottom: 1.5em;
  border-radius: 0 0 0.625em 0.625em;
  background: -webkit-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: -moz-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: -o-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: linear-gradient(#bfc0c3 20%, #cccdcf);
  -webkit-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -moz-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -ms-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -o-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  box-shadow: 0 0.375em 0 #bfc0c3;
}
.md-imac.md-glare .md-top:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(48deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

.md-ipad .md-body {
  width: 100%;
  height: 100%;
  border-radius: 3.75em;
  border-style: solid;
  border-width: 0.375em;
  position: relative;
}

.md-ipad .md-screen {
  position: relative;
  margin: 0 auto;
  background-color: #161616;
  border-radius: 0.25em;
  overflow: hidden;
  box-shadow: 0 0 0px 3px #161616;
}
.md-ipad .md-screen img {
  width: 100%;
}

.md-ipad .md-home-button {
  display: block;
  width: 3.625em;
  height: 3.625em;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: none;
  cursor: default;
  font-size: 100%;
}
.md-ipad .md-home-button:after {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  margin: 0 auto;
  position: relative;
  border-style: solid;
  border-width: 0.125em;
  border-radius: 0.25em;
}

.md-ipad .md-front-camera {
  width: 0.875em;
  height: 0.875em;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
}
.md-ipad .md-front-camera:after {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  position: relative;
  top: 0.25em;
  left: 0.25em;
  background-color: #8c8091;
  border-radius: 100%;
}

.md-ipad.md-glare:before {
  content: "";
  display: block;
  width: 50%;
  height: 83%;
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  border-radius: 0 3.125em 0 0;
  z-index: 1;
}


.md-ipad .md-front-camera {
  top: 3.125em;
}
.md-ipad .md-screen {
  width: 48em;
  height: 64em;
  top: 6.25em;
}
.md-ipad .md-home-button {
  bottom: -8.75em;
}
.md-ipad.md-glare:before {
  background: -webkit-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(68deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}
.md-ipad.md-landscape {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.md-ipad.md-landscape.md-glare:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  left: 0.625em;
  top: 0.625em;
}


.md-black-device .md-front-camera, .md-black-device .md-top-speaker, .md-black-device .md-home-button {
  background: -webkit-linear-gradient(#141917, #202623);
  background: -moz-linear-gradient(#141917, #202623);
  background: -o-linear-gradient(#141917, #202623);
  background: linear-gradient(#141917, #202623);
}


.md-black-device.md-landscape .md-home-button, .md-black-device.md-landscape .md-front-camera, .md-black-device.md-landscape .md-top-speaker {
  background: -webkit-linear-gradient(left, #141917, #202623);
  background: -moz-linear-gradient(left, #141917, #202623);
  background: -o-linear-gradient(left, #141917, #202623);
  background: linear-gradient(to right, #141917, #202623);
}

.md-black-device .md-body {
  background-color: #1b211e;
  border-color: #282e2b;
}
.md-black-device .md-buttons {
  background-color: #1b211e;
}
.md-black-device .md-buttons:after, .md-black-device .md-buttons:before {
  background-color: #1b211e;
}
.md-black-device .md-front-camera:after {
  background-color: #2c292f;
}
.md-black-device .md-top-speaker:after {
  background-color: #191616;
}
.md-black-device .md-home-button:after {
  border-color: #444a45;
}
.md-black-device:after {
  background: #1b211e;
}

.md-iphone-5 .md-body {
  width: 100%;
  height: 100%;
  border-radius: 3.75em;
  border-style: solid;
  border-width: 0.375em;
  position: relative;
}

.md-iphone-5 .md-screen {
  position: relative;
  margin: 0 auto;
  background-color: #161616;
  border-radius: 0.25em;
  overflow: hidden;
  box-shadow: 0 0 0px 3px #161616;
}
.md-iphone-5 .md-screen img {
  width: 100%;
}

.md-iphone-5 .md-home-button {
  display: block;
  width: 3.625em;
  height: 3.625em;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: none;
  cursor: default;
  font-size: 100%;
}
.md-iphone-5 .md-home-button:after {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  margin: 0 auto;
  position: relative;
  border-style: solid;
  border-width: 0.125em;
  border-radius: 0.25em;
}

.md-iphone-5 .md-front-camera {
  width: 0.875em;
  height: 0.875em;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
}
.md-iphone-5 .md-front-camera:after {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  position: relative;
  top: 0.25em;
  left: 0.25em;
  background-color: #8c8091;
  border-radius: 100%;
}

.md-iphone-5.md-glare:before {
  content: "";
  display: block;
  width: 50%;
  height: 83%;
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  border-radius: 0 3.125em 0 0;
  z-index: 1;
}

.md-iphone-5:after {
  content: "";
  display: block;
  width: 3.3125em;
  height: 0.1875em;
  position: absolute;
  right: 3.625em;
  top: -0.1875em;
  border-radius: 0.125em 0.125em 0 0;
}


.md-iphone-5 .md-front-camera {
  top: 1.25em;
}
.md-iphone-5 .md-top-speaker {
  width: 3.75em;
  height: 0.875em;
  margin: 0 auto;
  position: relative;
  top: 2.25em;
  border-radius: 3.125em;
}
.md-iphone-5 .md-top-speaker:after {
  content: "";
  display: block;
  width: 3.25em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 0.25em;
  background-color: #4b414a;
  border-radius: 3.125em;
}
.md-iphone-5 .md-screen {
  width: 20em;
  height: 35.5em;
  top: 3.75em;
}
.md-iphone-5 .md-home-button {
  bottom: -5.9375em;
}
.md-iphone-5 .md-buttons {
  width: 0.1875em;
  height: 1.875em;
  position: absolute;
  left: -0.5em;
  top: 5.9375em;
  border-radius: 0.125em 0 0 0.125em;
}
.md-iphone-5 .md-buttons:after, .md-iphone-5 .md-buttons:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.1875em;
  height: 1.5625em;
  border-radius: 0.125em 0 0 0.125em;
}
.md-iphone-5 .md-buttons:after {
  top: 3.125em;
}
.md-iphone-5 .md-buttons:before {
  top: 6.25em;
}
.md-iphone-5.md-glare:before {
  background: -webkit-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(74deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

.device:nth-of-type(1) {
      animation: pulse_8152 4s linear infinite; transform-origin: 50% 50%;
}
.device:nth-of-type(2) {
   animation: pulse_8153 4s linear infinite; transform-origin: 50% 50%;
}
.device:nth-of-type(3) {
   animation: pulse_8154 4s linear infinite; transform-origin: 50% 50%;
}

/*.spin {
    -webkit-animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: scale-out-center 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}*/

.in-mobile{display: none;}
.cloned{background-color: rgba(54, 70, 78, 0.75);}
/*----------------ANIMATION---------------*/

.mouse {
    max-width: 35px;
    width: 100%;
    height: auto;
}

.scroller {
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform;
}

.scroller-link {
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll {

    0%, 20% {
        transform: translateY(0) scaleY(1);
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(36px) scaleY(2);
        opacity: 0.01;
    }

}

@media only screen and (min-width: 1600px) {  

     }

@media only screen and (max-width: 1400px) {
  .intro h1 {  font-size: 22px;}
  .intro h3 {  font-size: 16px;  padding: 0px 100px 0px;}
  .content {  margin-top: 22px;}
  .block-btn {   margin-top: 11px;}
  .creation {   padding-top: 33px;}
  .mouse {  max-width: 25px;}
     } 
                       
@media only screen and (max-width: 1025px) {
    .nav{display: block;}
    .intro {margin-top: 11%;}
 .intro h3 {padding: 20px 0px 0px;}
 .intro h1 { font-size: 22px;}
 .content h2 { margin-top: 1rem;}
 .about p {  font-size: 12px; }
 .about h3 { font-size: 15px;margin-top: 0px;margin-bottom: 20px;}
 .block-btn{margin-top: 11px;}
 .case img {  width: 55%; }
 .contact-intro {  font-size: 22px;padding-left: 30px; padding-right: 30px;}
 .block-mail { width: 650px;  margin: 0 auto; margin-top: 0px; margin-top: 88px;}
 .schema{margin-left: 40px;}
 .caption {  height: calc(100% - 22px); width: calc(100% - 22px);  top: 11px;  left: 11px;}
 .caption h3 {margin: 0.25rem 0;}
 .grid-portfolio p {  margin-top: 6px;  margin-bottom: 6px;}
    }
                        
             
                        
@media only screen and (max-width: 780px){
.logo4 {    position: fixed;    width: 44px;    top: 11px;    left: 11px;    display: block;    }

#logoMbm { width: 44px;  height: 44px;  }
#logoMbm2 { width: 44px;  height: 44px;  }
.logo, .logo2, .logo3 {  width: 44px;  display:none;}
.nav {     width: 44px;    height: 44px; bottom: 22px;  right: 11px;top:auto;}
.nav > div {   width: 22px;height: 22px;position: absolute;top: 11px;left: 11px;}
.nav > div span { margin: 0;padding: 0;width: 11px;height: 11px;display: block;font-size: 11px;line-height: 11px;text-align: center;}
.btn-scroll{display: none;}
.scroller-link{display: none;}
.navclose { width: 44px; height: 44px;   right: 11px;  bottom: 22px;top:auto;}
.navclose > div {    width: 22px;height: 22px;position: absolute;top: 11px;left: 11px;}
.copyr p {    font-size: 8px;    margin: 0;        margin-bottom: 0px;    margin-bottom: 8px;}
.intro {  padding: 44px 22px;}
.intro h1 {  font-size: 16px;}
.git::after {   content: "--------";}
.intro h3 {   font-size: 14px;   padding: 0px 0px 0px;}
.sticky-border[data-position="top"] {    width: 100%;    height: 11px;    top: 0;    left: 0;}
.sticky-border[data-position="right"] {    width: 11px;    top: 11px;    bottom: 11px;    right: 0;}
.sticky-border[data-position="bottom"] {    width: 100%;    height: 22px;    bottom: 0;    left: 0;}
.sticky-border[data-position="left"] {    width: 11px;    top:11px;    bottom: 11px;    left: 0;}
.content h2 {  font-size: 18px;     padding-bottom: 22px;    }
h4 {font-size: 14px;margin:0;}
h4.subtitle {font-size: 12px;}
.project {   padding-bottom: 33px;}
.linkCaseBtn {text-align: center;margin-top: 11px;}
.project div a:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    
    background-size: 100vw;
    background-position: 150% bottom;
   
   
}
.intro-cases h3 {
    text-align: center;
    font-size: 13px;
    font-family: 'hk_groteskregular';
    font-weight: 100;
    color: #fff;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
}
.block-filter2 {   width: 72%;}
.btn-filter2 {    width: 25%;font-size: 7px;line-height: 42px;}
.contact-intro {   font-size: 16px;}
.block-mail {    width: 100%;    margin: 0 auto;        margin-top: 0px;    margin-top: 0px;    margin-top: 44px;height: 100px;}
.mail {    font-size: 22px;    line-height: 22px;    display: block;    padding: 44px 22px;}
.mailbefore {    font-size: 8px; }
.case img {    width: 90%;}
.in-mobile{display: block;}
.about p {    margin-top: 11px;}
.content {    margin-bottom: 22px;}
.xp1, .xp2 {margin-left: 10px}
.schema{position:relative;width: calc(250px * 1);height:  calc(216px * 1);margin-top: 0px; -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;float:left;
margin-left: 20px;
}

 .schemaNotes{width: 250px;
height:  250px;float: left;
    margin-left: 20px;
    margin-top:22px;
    border:2px solid #fff;
    position: relative;

}   

.translatex{ -webkit-transform: translate(-250px,0);
    -moz-transform: translate(-250px,0);
    -o-transform: translate(-250px,0);
    -ms-transform: translate(-250px,0);
    transform: translate(-250px,0);}
.circleUi {
    display:block;
    border-radius: 50%;
    width:  calc(135px * 1);
    height: calc(135px * 1);
    background-color: rgba(3, 174, 169, 0.75);
    border: 1.2px solid #03aea9;
    /* width and height can be anything, as long as they're equal */
 position:absolute;
 top:0;
 left:calc(54px * 1);
}


.circleCoeur {
    display:block;
    border-radius: 50%;
    width: calc(184px * 1);
    height: calc(184px * 1);
    background-color: rgba(155, 155, 155, 0);
     position:absolute;
 top:calc(12px * 1);
 left:calc(35px * 1);
   
}

.circleCoeur:before {
  position: absolute;
  content: '';
  width: calc(184px * 1);
    height: calc(184px * 1);
  border: 2px dashed #fff;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  }
.circleFe {
    display:block;
    border-radius: 50%;
    width: calc(84px * 1);
    height: calc(84px * 1);
    background-color: rgba(140, 192, 76, 0.75);
    border: 1.2px solid #8cc04c;
    position:absolute;
 top:calc(22px * 1);
 left:calc(165px * 1);
    
}

.circleUx {
    display:block;
    border-radius: 50%;
    width: calc(67px * 1);
    height: calc(67px * 1);
    background-color: rgba(30, 136, 198, 0.75);
    border: 1.2px solid #1e88c6;
    position:absolute;
 top:calc(42px * 1);
 left:0;
    
}

.circleMk {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1);
    height: calc(25px * 1);
    background-color: rgba(40, 116, 182, 0.75);
    border: 1.2px solid #2874b6;
    position:absolute;
 top:calc(100px * 1);
 left:calc(18px * 1);
    
}


.circleBe {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1);
    height: calc(25px * 1);
    background-color: rgba(203, 214, 62, 0.75);
    border: 1.2px solid #cbd63e;
    position:absolute;
 top:calc(92px * 1);
 left:calc(216px * 1);
    
}
.circleI {
    display:block;
    border-radius: 50%;
    width: calc(84px * 1);
    height: calc(84px * 1);
    background-color: rgba(252, 191, 14, 0.75);
    border: 1.2px solid #fcbf0e;
    position:absolute;
 top:calc(117px * 1);
 left:calc(76px * 1);
    
}
.circlePr {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1);
    height: calc(34px * 1);
    background-color: rgba(233, 75, 111, 0.75);
    border: 1.2px solid #e94b6f;
    position:absolute;
 top:calc(167px * 1);
 left:calc(56px * 1);
    
}
.circlePh {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1);
    height: calc(34px * 1);
    background-color: rgba(239, 126, 84, 0.75);
    border: 1.2px solid #ef7e54;
    position:absolute;
 top:calc(181px * 1);
 left:calc(81px * 1);
    
}

.circleV {
    display:block;
    border-radius: 50%;
    width: calc(25px * 1);
    height: calc(25px * 1);
    background-color: rgba(243, 150, 25, 0.75);
    border: 1.2px solid #f39619;
    position:absolute;
 top:calc(190px * 1);
 left:calc(115px * 1);
    
}

.circleMu {
    display:block;
    border-radius: 50%;
    width: calc(34px * 1);
    height: calc(34px * 1);
    background-color: rgba(255, 235, 60, 0.75);
    border: 1.2px solid #ffeb3c;
    position:absolute;
 top:calc(164px * 1);
 left:calc(188px * 1);
    
}

.circleUi:before{content:"Ui";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 30px;line-height:  calc(135px * 1);}
.circleFe:before{content:"Fe";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 24px;line-height: calc(84px * 1);}
.circleI:before{content:"I";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 24px;line-height: calc(84px * 1);}
.circleUx:before{content:"Ux";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 20px;line-height: calc(67px * 1);}
.circlePr:before{content:"Pr";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1);}
.circlePh:before{content:"Ph";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1);}
.circleMu:before{content:"Mu";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 16px;line-height: calc(34px * 1);}
.circleMk:before{content:"Mk";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1);}
.circleBe:before{content:"Be";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1);}
.circleV:before{content:"V";color:#fff;font-family: 'hk_groteskmedium';text-align: center;display: block;font-size: 14px;line-height: calc(25px * 1);}
.usability{display: none;}
.interactivity{display: none;}
.creativity{display: none;}
.competences p {   font-size: 14px;margin:0;}
.linkSchema span::after {    display: none;}
.titre-schema {   height: 22px;}
.titre-schema h3 {    font-size: 13px;line-height: 20px;}
.titre-schema ul {margin: 0.5rem 0;}
.schemaNotes {    height: 210px;}
.tools{display: none;}
.no-mobile{display: none;}
.in-mobile{display: block;}

.big-filter{line-height: 15px;padding: 5px 0;}


   }



           


@media only screen  and (min-device-width: 768px)  and (max-device-width: 1025px)  and (orientation: portrait)  and (-webkit-min-device-pixel-ratio: 2) {

  
}



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

 
}


