@keyframes "fadein" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes "fadein" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#disko-2015 .icon-view {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-view.png) no-repeat 50% 50%;
  opacity: .5;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
}

#disko-2015 .icon-view:hover {
  opacity: 1;
}

#disko-2015 #big-video-wrap {
  margin-top: 90px;
}

#disko-2015 #index-nav {
  position: fixed;
  display: none;
  width: 40px;
  height: 120px;
  z-index: 10;
}

#disko-2015 #index-nav .item {
  display: block;
  width: 40px;
  height: 40px;
}

#disko-2015 #index-nav .item .link {
  position: relative;
  display: block;
  display: block;
  width: 40px;
  height: 40px;
}

#disko-2015 #index-nav .item .link .cache {
  display: block;
  position: absolute;
  width: 140px;
  height: 60px;
  right: -40px;
  background: red;
}

#disko-2015 #index-nav .item .link .icon {
  display: block;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#disko-2015 #index-nav .item .link .text {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 14px;
  font-family: "Open Sans Condensed";
  text-align: right;
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .05em;
}

#disko-2015 #index-nav .item .link:hover .icon {
  background-color: #000;
  background-position: 50% 100%;
}

#disko-2015 #index-nav .item .link:hover .text {
  left: -141px;
  background: #000;
  color: #fff;
  width: 140px;
}

#disko-2015 #index-nav .item .link.dp .icon {
  background-image: url(../img/icon-in-dp.png);
}

#disko-2015 #index-nav .item .link.sf .icon {
  background-image: url(../img/icon-in-sf.png);
}

#disko-2015 #index-nav .item .link.cp .icon {
  background-image: url(../img/icon-in-cp.png);
}

#disko-2015 #index-nav .item .link.scroll {
  margin-top: 180px;
}

#disko-2015 #index-nav .item .link.scroll .icon {
  background-image: url(../img/icon-mouse-scroll.png);
}

#disko-2015 #index-nav .item .link.scroll .icon:hover {
  background-color: #fff;
  background-position: 50% 0;
}

#disko-2015 #index-nav .item .link.active .icon {
  background-color: #000;
  background-position: 50% 100%;
}

#disko-2015 #index-nav.sticky {
  margin: 350px 0 0 100% !important;
}

#disko-2015 body {
  font-family: 'Open Sans', sans-serif !important;
  color: #000;
  padding: 0;
}

#disko-2015 #header {
  display: block;
  height: 90px;
}

#disko-2015 #header #sidebar-toggle .bar {
  background: #000;
}

#disko-2015 #header .navigation li.active {
  border-bottom: 2px solid #000;
}

#disko-2015 #header .navigation a {
  color: #000;
}

#disko-2015 #header.inline .inner-content {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 90px;
  z-index: 400;
  background: rgba(255, 255, 255, 0.9);
}

#disko-2015 #header.inline .nav {
  height: 60px;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  border-width: 0;
  margin-top: 13px;
  background-color: transparent;
}

#disko-2015 #header.inline .nav .logo {
  margin: 5px 0 0 34px;
}

#disko-2015 #header.inline .nav .navigation {
  margin-top: 5px;
  left: 50%;
  margin-left: -330px;
  float: none;
  position: absolute;
}

#disko-2015 #header.inline .nav .navigation li {
  border-width: 0;
}

#disko-2015 #header.inline .nav .navigation li:hover {
  border-bottom: 2px solid #000;
}

#disko-2015 #header.inline .nav .navigation li a {
  font-size: .7em;
}

#disko-2015 #header.inline .nav .navigation li a span {
  display: inline-block;
}

#disko-2015 #header.inline .nav .navigation li.active {
  border-bottom: 2px solid #000;
}

#disko-2015 #header.inline .nav .lang {
  float: right;
  margin-top: .5em;
  margin-left: 1em;
  margin-right: 1em;
}

#disko-2015 #footer {
  display: block;
  z-index: 400;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  font-family: "Open Sans Condensed";
}

#disko-2015 #footer .inner-content {
  display: block;
  position: relative;
  margin: 0 10px;
}

#disko-2015 #footer .inner-content .plan {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .08em;
  z-index: 999;
}

#disko-2015 #footer .inner-content .phone {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: .08em;
}

#disko-2015 #footer .inner-content .navigation-social {
  display: block;
  text-align: center;
}

#disko-2015 #footer .inner-content .navigation-social li {
  display: inline-block;
}

#disko-2015 #footer .inner-content .navigation-social li .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#disko-2015 #footer .inner-content .navigation-social li .icon.icon-fb {
  background-image: url(../img/icon-footer-fb.png);
}

#disko-2015 #footer .inner-content .navigation-social li .icon.icon-tw {
  background-image: url(../img/icon-footer-tw.png);
}

#disko-2015 #footer .inner-content .navigation-social li .icon.icon-istg {
  background-image: url(../img/icon-footer-istg.png);
}

#disko-2015 .realisations .grid {
  padding-top: 0;
  margin-top: 50px;
}

#disko-2015 .realisations .grid .items {
  width: 50%;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  overflow: hidden;
}

#disko-2015 .realisations .grid .items .items-titles .item-description {
  display: none;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#disko-2015 .realisations .grid .items .items-titles .item-description h1 {
  opacity: 0;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

#disko-2015 .realisations .grid .items .items-titles .item-description h3 {
  opacity: 0;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}

#disko-2015 .realisations .grid .items .items-titles:before {
  content: '';
  display: block;
  position: absolute;
  background: none !important;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#disko-2015 .realisations .grid .items .items-titles:hover {
  background: rgba(51, 51, 51, 0.8);
}

#disko-2015 .realisations .grid .items .items-titles:hover .item-description {
  display: block !important;
}

#disko-2015 .realisations .grid .items .items-titles:hover .item-description h1 {
  opacity: 1;
}

#disko-2015 .realisations .grid .items .items-titles:hover .item-description h3 {
  opacity: 1;
}

#disko-2015 .realisations .grid .items:hover .items-thumbs {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#disko-2015 .realisations .grid .items .items-thumbs {
  height: 30em;
}

#disko-2015 .realisations .grid .items.hidden {
  opacity: 0;
}

#disko-2015 .realisations .grid .items.hidden .items-thumbs {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#disko-2015 .realisations .categories {
  height: auto;
}

#disko-2015 .realisations .filters {
  height: auto;
}

#disko-2015 .realisations .projets {
  padding-top: 0;
}

#disko-2015 .realisations #block-more {
  background-color: #fff;
}

#disko-2015 .page-contact .grid .items {
  width: 25%;
}

#disko-2015 .page-contact .contact {
  background: #fff;
  padding-bottom: 6em;
}

#disko-2015 #content {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#disko-2015 #content .filters {
  margin-top: -5px;
  z-index: 999;
  border: none;
  background-color: #f5f5f5;
}

#disko-2015 #content .comment-box-header {
  padding: 2em 0;
}

#disko-2015 .section {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

#disko-2015 .section .inner-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#disko-2015 .section .main-heading {
  display: block;
  position: absolute;
  width: 400px;
  color: #000;
  text-transform: uppercase;
}

#disko-2015 .section .main-heading .icon {
  display: block;
  position: absolute;
  left: -64px;
  top: 5px;
  border: solid #000;
  border-width: 1px 0;
  height: 50px;
  width: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#disko-2015 .section .main-heading .icon.icon-dp {
  background-image: url(../img/icon-dp.png);
}

#disko-2015 .section .main-heading .icon.icon-sf {
  background-image: url(../img/icon-sf.png);
}

#disko-2015 .section .main-heading .icon.icon-cp {
  background-image: url(../img/icon-cp-white.png);
}

#disko-2015 .section .main-heading .main-title {
  font-size: 4.6em;
  font-weight: 900;
  line-height: .8em;
  letter-spacing: .08em;
  padding-bottom: 53px;
}

#disko-2015 .section .main-heading .main-desc {
  font-size: .8em;
  line-height: 1.5em;
  padding: 0 0 0 5px;
}

#disko-2015 .section .main-heading .main-desc strong {
  letter-spacing: .03em;
}

#disko-2015 #featured-content {
  width: 100%;
  height: 80vh;
}

#disko-2015 #featured-content .ms-inner-controls-cont {
  margin: 0;
  max-width: 100% !important;
}

#disko-2015 #featured-content .ms-slide-layers {
  left: 0 !important;
}

#disko-2015 #featured-content .ms-slide-layers .ms-anim-layers .ms-parallax-layer:first-child {
  max-width: 1200px !important;
  position: absolute;
}

#disko-2015 #featured-content .ms-slide-layers .ms-anim-layers .ms-parallax-layer:first-child img {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#disko-2015 #featured-content .ms-bullets {
  bottom: 20px !important;
}

#disko-2015 #featured-content .ms-bullets .ms-bullet {
  width: 12px;
  height: 12px;
  background-image: url(../img/light-skin-1.png);
  background-position: -44px -114px;
}

#disko-2015 #featured-content .ms-bullets .ms-bullet.ms-bullet-selected {
  background-position: -44px -82px;
}

#disko-2015 #featured-content .ms-container {
  margin: 0 auto;
}

#disko-2015 #featured-content .ms-slide-bgcont {
  background-size: cover;
}

#disko-2015 #featured-content .ms-parallax-layer {
  max-width: 1200px !important;
}

#disko-2015 #featured-content .ms-view {
  left: 0 !important;
}

#disko-2015 #featured-content .ms-loading-container {
  display: none !important;
}

#disko-2015 #featured-content .ms-scroll-parallax-cont {
  max-width: 1200px !important;
  margin: 0 auto;
  position: relative;
}

#disko-2015 body.home {
  height: 100% !important;
}

#disko-2015 #content-ajax {
  height: 100% !important;
}

#disko-2015 #digital-power .main-heading {
  left: 17%;
  top: 40px;
}

#disko-2015 #digital-power .main-content {
  color: #000;
  margin: 0 0 0 730px;
  padding: 480px 0 0;
}

#disko-2015 #digital-power .main-content .visuel {
  display: block;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#disko-2015 #digital-power .main-content .visuel.visuel-1 {
  right: 10%;
  top: 120px;
  background-image: url(../img/img-dp-visuel1.jpg);
  width: 470px;
  height: 300px;
}

#disko-2015 #digital-power .main-content .visuel.visuel-2 {
  left: 0;
  top: 386px;
  background-image: url(../img/img-dp-visuel2.jpg);
  width: 577px;
  height: 300px;
}

#disko-2015 #digital-power .main-content .visuel.visuel-3 {
  left: 17%;
  top: 650px;
  background-image: url(../img/img-dp-visuel3.jpg);
  width: 490px;
  height: 495px;
  border: 10px solid #fff;
}

#disko-2015 #digital-power .main-content .sub-title {
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: .86em;
  margin-bottom: 51px;
}

#disko-2015 #digital-power .main-content .sub-desc {
  font-size: .8em;
  padding: 0 80px 40px 0;
  line-height: 1.5em;
}

#disko-2015 #digital-power .main-content .rewards {
  display: block;
}

#disko-2015 #digital-power .main-content .rewards .item {
  display: block;
  letter-spacing: .04em;
  padding: 0 0 30px;
}

#disko-2015 #digital-power .main-content .rewards .item .img {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 68px;
  height: 87px;
}

#disko-2015 #digital-power .main-content .rewards .item .img.award2012 {
  background-image: url(../img/img-award-2012.jpg);
}

#disko-2015 #digital-power .main-content .rewards .item .img.award2014 {
  background-image: url(../img/img-award-2014.jpg);
}

#disko-2015 #digital-power .main-content .rewards .item .title {
  text-transform: uppercase;
  padding-top: 5px;
  font-size: .8em;
  line-height: 1.8em;
  height: 20px;
}

#disko-2015 #digital-power .main-content .rewards .item .desc {
  font-size: .8em;
  height: 20px;
}

#disko-2015 #digital-power .main-content .rewards .item .info {
  font-size: .8em;
}

#disko-2015 #digital-power .main-content .rewards .item .img.award2016 {
  background-image: url(../img/img-award-2016.jpg);
}

#disko-2015 #savoirs-faire {
  background: url(../img/bg-section-b-g.jpg) no-repeat 50% 0 #f5f5f5;
  background-size: contain;
}

#disko-2015 #savoirs-faire .inner-content {
  padding-top: 465px;
}

#disko-2015 #savoirs-faire .main-heading {
  left: 50%;
  top: 190px;
  margin-left: -180px;
}

#disko-2015 #savoirs-faire .main-content .strong-points {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 415px;
  height: 510px;
  background: url(../img/img-section-sf.png) no-repeat 50% 50%;
  background-size: cover;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item {
  display: block;
  position: absolute;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item .dot {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-bullet.png) no-repeat 50% 50%;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item .sub-title {
  font-size: 1.89em;
  text-transform: uppercase;
  font-weight: 700;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item .sub-desc {
  font-size: .9em;
  text-transform: uppercase;
  line-height: 1.3em;
  font-family: "Open Sans Condensed";
  padding: 3px 0 0;
  letter-spacing: .01em;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item .acces {
  display: block;
  overflow: hidden;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.engagement {
  left: -189px;
  top: 96px;
  text-align: right;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.engagement .dot {
  right: -82px;
  top: 24px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.engagement .icon-view {
  float: right;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.user {
  right: -232px;
  top: 96px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.user .dot {
  left: -95px;
  top: 23px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.conseil {
  left: 81px;
  top: 188px;
  right: 80px;
  bottom: 207px;
  text-align: center;
  background: #f5f5f5;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.conseil .sub-title {
  padding-top: 19px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.conseil .dot {
  bottom: -41px;
  left: 50%;
  margin-left: -8px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.conseil .icon-view {
  margin: 0 auto;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.creativite {
  bottom: 67px;
  left: -223px;
  text-align: right;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.creativite .dot {
  right: -82px;
  top: 24px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.creativite .icon-view {
  float: right;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.ingenierie {
  right: -192px;
  bottom: 85px;
}

#disko-2015 #savoirs-faire .main-content .strong-points .item.ingenierie .dot {
  left: -94px;
  top: 23px;
}

#disko-2015 #creative-process {
  background: url(../img/bg-section-g-b.jpg) no-repeat 50% 0 #000;
  background-size: contain;
  color: #fff;
}

#disko-2015 #creative-process .inner-content {
  padding-bottom: 100px;
  padding-top: 384px;
}

#disko-2015 #creative-process .main-heading {
  left: 50%;
  top: 208px;
  color: #fff;
  width: 800px;
  margin-left: -300px;
}

#disko-2015 #creative-process .main-heading .icon {
  border-color: #fff;
}

#disko-2015 #creative-process .main-heading .main-title {
  letter-spacing: -.01em;
}

#disko-2015 #creative-process .main-content {
  position: relative;
}

#disko-2015 #creative-process .main-content .main-container {
  display: block;
  margin: 0 100px;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

#disko-2015 #creative-process .main-content .main-container .content {
  width: 370px;
  height: 443px;
  border: 20px solid rgba(115, 115, 115, 0.5);
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.5);
}

#disko-2015 #creative-process .main-content .main-container .content .sub-title {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 20px 0 0 23px;
  letter-spacing: -.02em;
}

#disko-2015 #creative-process .main-content .main-container .content .sub-desc {
  margin: 25px 10px 0 25px;
  font-size: .9em;
}

#disko-2015 #creative-process .main-content .main-container .content a {
  color: #fff;
  font-weight: 700;
}

#disko-2015 #creative-process .main-content .main-container.wysiswyg {
  height: 440px;
  background: url(../img/img-cp-wysiswyg.jpg) no-repeat 7px 14px;
}

#disko-2015 #creative-process .main-content .main-container.wysiswyg:hover {
  background-position: 40px 30px;
}

#disko-2015 #creative-process .main-content .main-container.ngm {
  height: 440px;
  background: url(../img/img-cp-ngm.jpg) no-repeat 245px 35px;
}

#disko-2015 #creative-process .main-content .main-container.ngm .content {
  margin: -64px 4px 0 0;
  float: right;
}

#disko-2015 #creative-process .main-content .main-container.ngm:hover {
  background-position: 225px 25px;
}

#disko-2015 #creative-process .main-content .main-container.qd {
  height: 440px;
  background: url(../img/img-cp-qd.jpg) no-repeat 388px 40px;
}

#disko-2015 #creative-process .main-content .main-container.qd .content {
  margin: 47px 0 0 196px;
}

#disko-2015 #creative-process .main-content .main-container.qd:hover {
  background-position: 358px 30px;
}

#disko-2015 #container-video {
  border: none;
  top: -130px;
}

#disko-2015 .talents .recrutement {
  background: #fff;
}

#disko-2015 .talents .scrolldown {
  top: 70px;
  background-image: url(../img/scrolldown.svg);
}

#disko-2015 .talents .headings-group {
  margin-top: 1em;
}

#disko-2015 .ajax-loader {
  height: 100vh;
  background: url(/wp-content/themes/disko-new/images/ring.gif) no-repeat 50% 50%;
}

#disko-2015 .ajax-loader .disko-loader {
  height: 100vh;
  background: url(/wp-content/themes/disko-new/img/apple-touch-icon-114x114.png) no-repeat 50% 50%;
}

.gallery .mobile-gallery {
  display: none;
}

.gallery img {
  width: 100%;
}

.gallery .block-img-parallax-effect {
  height: 100vh;
}

.grid.grid-contact {
  padding-top: 0 !important;
}

.contact form input {
  text-transform: none;
}

.contact form textarea {
  text-transform: none;
}

.wpcf7-form input {
  text-transform: none;
}

.wpcf7-form textarea {
  text-transform: none;
}

.headings.sub-heading a {
  text-decoration: underline;
  color: silver;
}

.grid-contact .infos .item-description h3 a.link.no-ajax {
  color: #fff !important;
}

.single-realisation p {
  color: #838383;
  text-align: left;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.single-realisation .no-container {
  max-width: 100%;
}

.single-realisation .no-container img {
  height: auto;
  width: 100%;
}

.single-realisation .headings-project .no-container {
  overflow: hidden;
  position: relative;
}

.single-realisation .headings-project .no-container img {
  position: relative;
}

.single-realisation .no-container-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
}

.single-realisation .no-container-video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-realisation .no-container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.realisations p {
  color: #838383;
  text-align: left;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.realisations h3 {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.realisations h1 {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.realisations .no-container {
  max-width: 100%;
}

.realisations .no-container img {
  height: auto;
  width: 100%;
}

.realisations .headings-project .no-container {
  overflow: hidden;
  position: relative;
}

.realisations .headings-project .no-container img {
  position: relative;
}

.realisations .no-container-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
}

.realisations .no-container-video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.realisations .no-container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.job {
  width: 100%;
  display: block;
  float: none;
  clear: both;
  min-height: 100px;
  padding-top: 20px;
  border-bottom: 1px solid grey;
  margin-bottom: 40px;
}

.job-table img {
  float: left;
  max-width: 50px;
  margin-right: 10px;
}

.job-table div {
  display: block;
  overflow: hidden;
}

.block-img-parallax-effect {
  overflow: hidden;
  height: 60vh;
}

.full-screen-img img {
  width: 100%;
}

.job-list {
  margin-top: 0;
}

.blog.article.job-view {
  margin-top: 0;
}

#big-video-wrap p {
  display: none;
}

#header .navigation span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .job-apply p {
    padding: 0 .5em;
  }
  #disko-2015 #featured-content .slider-text-1 {
    top: 10px !important;
    left: 10px !important;
    font-size: 30px;
    line-height: 30px;
  }
  #disko-2015 #featured-content .slider-text-1-large {
    line-height: 40px;
  }
  #disko-2015 #featured-content .slider-text-2 {
    top: 90px !important;
    left: 10px !important;
    font-size: 30px;
    line-height: 30px;
  }
  #disko-2015 #featured-content .slider-text-2-large {
    top: 100px !important;
    font-size: 36px !important;
  }
  #disko-2015 #header {
    display: block;
    height: 70px;
  }
  #disko-2015 .realisations .grid {
    padding-top: 0;
    margin-top: 0;
  }
  #disko-2015 .realisations .grid .items {
    width: 100%;
    position: relative;
  }
  #disko-2015 .realisations .grid .items .items-titles {
    position: absolute;
    top: 50%;
    left: 0;
    height: 200px;
    margin-top: -100px;
    opacity: .85;
  }
  #disko-2015 .realisations .grid .items .items-titles .item-description {
    display: block;
    width: auto;
  }
  #disko-2015 .realisations .grid .items .items-titles .item-description h1 {
    opacity: 1;
    color: #000000;
    margin: 0 !important;
    padding: 0;
  }
  #disko-2015 .realisations .grid .items .items-titles .item-description h3 {
    opacity: 1;
    color: #000000;
  }
  #disko-2015 .realisations .grid .items .items-thumbs {
    height: 30em;
  }
  #disko-2015 .headings-project {
    margin-top: 2em;
  }
  #disko-2015 .page-contact .grid .items {
    width: 100%;
  }
  #disko-2015 .ms-slide .ms-slide-bgcont img {
    height: 100% !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  #disko-2015 .ms-slide .ms-layer {
    opacity: .8 !important;
    width: 100% !important;
    left: 0 !important;
  }
  #disko-2015 .ms-slide .ms-layer .title {
    font-size: 1em !important;
    margin: 12px 0 0 10px !important;
    float: left;
  }
  #disko-2015 .ms-slide .ms-layer .icon-view {
    float: left;
  }
  #disko-2015 .ms-slide img.ms-layer {
    top: initial;
    position: absolute;
  }
  #disko-2015 #footer {
    position: relative;
    z-index: 999;
    height: 100px;
  }
  #disko-2015 #footer .inner-content {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #disko-2015 #footer .inner-content .plan {
    position: initial;
    text-align: center;
    height: auto;
  }
  #disko-2015 #footer .inner-content .phone {
    position: initial;
    text-align: center;
    height: auto;
  }
  #disko-2015 #footer .inner-content .navigation-social {
    padding-top: 0;
    margin-top: .5em;
  }
  #disko-2015 #footer .inner-content .navigation-social a {
    margin: 0;
  }
  #disko-2015 #content {
    width: 100%;
    min-width: 100px;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
  }
  #disko-2015 #content #digital-power .inner-content {
    padding-top: 30px;
  }
  #disko-2015 #content #digital-power .visuel {
    position: relative;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
    border-width: 0;
  }
  #disko-2015 #content #digital-power .main-content {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  #disko-2015 #content #digital-power .main-content .sub-title {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #disko-2015 #content #digital-power .main-content .sub-desc {
    width: 100%;
    padding: 0;
    font-size: .7em;
    line-height: 2em;
    padding-bottom: 10px;
  }
  #disko-2015 #content #digital-power .main-content .rewards {
    margin: 15px 0;
  }
  #disko-2015 #content #digital-power .main-content .rewards .item {
    display: block;
    overflow: hidden;
    text-align: left;
    padding: 20px;
  }
  #disko-2015 #content #digital-power .main-content .rewards .item .img {
    float: left;
    width: 44px;
    height: 56px;
    background-size: cover;
    margin: 0 10px 0 0;
  }
  #disko-2015 #content #digital-power .main-content .rewards .item .title {
    line-height: 1em;
  }
  #disko-2015 #content #digital-power .main-content .rewards .item .desc {
    font-size: .5em;
  }
  #disko-2015 #content #savoirs-faire .strong-points {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  #disko-2015 #content #savoirs-faire .strong-points .item {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, 0.7);
  }
  #disko-2015 #content #savoirs-faire .strong-points .item .sub-desc {
    line-height: 1.7em;
  }
  #disko-2015 #content #savoirs-faire .strong-points .item .dot {
    display: none;
  }
  #disko-2015 #content #savoirs-faire .strong-points .item .acces .icon-view {
    float: none;
    margin: 0 auto;
    opacity: 1;
  }
  #disko-2015 #content #creative-process .main-container {
    width: 100%;
    height: auto;
    margin: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
  #disko-2015 #content #creative-process .main-container .content {
    width: 80%;
    height: auto;
    margin: 10px auto;
    text-align: center;
    border-width: 10px;
    float: none;
    background: rgba(0, 0, 0, 0.7);
  }
  #disko-2015 #content #creative-process .main-container .content .sub-title {
    font-size: 1.3em;
    margin: 5px;
  }
  #disko-2015 #content #creative-process .main-container .content .sub-desc {
    font-size: .7em;
    margin: 15px 10px;
    line-height: 1.7em;
  }
  #disko-2015 #content .section .inner-content {
    padding-top: 100px;
    width: auto;
  }
  #disko-2015 #content .section .main-heading {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    margin: 0 auto;
  }
  #disko-2015 #content .section .main-heading .icon {
    left: 5px;
  }
  #disko-2015 #content .section .main-heading .main-title {
    margin-left: 70px;
    font-size: 2.7em;
    padding-bottom: 23px;
  }
  #disko-2015 #content .section .main-heading .main-desc {
    width: 95%;
    margin: 0 auto 15px;
    line-height: 1.9em;
  }
  #disko-2015 #content .section .main-content {
    width: 100%;
    margin: 10px 0;
  }
  .grid-contact .infos .item-description h3 {
    width: 100%;
  }
  .blog .the-title {
    margin-top: 35px;
  }
  .blog section:first-child {
    margin-top: 0;
  }
  .blog section .thumbnails {
    background-position: 50%;
  }
  #commentform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
  }
  #commentform .form-submit {
    -webkit-box-ordinal-group: 5;
    box-ordinal-group: 5;
  }
  .article p {
    margin-left: 1em;
    margin-right: 1em;
  }
  .article p + h1 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .article p + h2 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .article p + h3 .article blockquote + h1 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .article blockquote + h2 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .article blockquote + h3 {
    margin-left: 1em;
    margin-right: 1em;
  }
  .project-navigation {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .project-navigation [class*="icon-"] {
    top: 3px;
    position: relative;
  }
  .project-navigation a {
    margin-right: 0;
  }
  .navigation-social li a {
    font-size: 1.25em;
    color: gray;
  }
  .lang li a {
    font-size: 1.25em;
    color: gray;
  }
  .single-realisation p {
    margin: 1em !important;
  }
  .single-realisation .no-container {
    margin: 0 !important;
  }
  .single-realisation .no-container-video {
    margin: 0 !important;
  }
  .realisations p {
    margin: 1em !important;
  }
  .realisations h3 {
    margin: 1em !important;
  }
  .realisations h1 {
    margin: 1em !important;
  }
  .realisations .no-container {
    margin: 0 !important;
  }
  .realisations .no-container-video {
    margin: 0 !important;
  }
  .gallery .mobile-gallery {
    display: block !important;
  }
  .gallery .block-img-parallax-effect {
    display: none !important;
  }
}

@media screen and (max-width: 340px) {
  #disko-2015 #content .section .main-heading .main-title {
    font-size: 2em;
  }
}
/*# sourceMappingURL=style-2015.css.map */