/*Font*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,700');

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../font/BebasNeueBook.eot');
    src: url('../font/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeueBook.woff2') format('woff2'),
        url('../font/BebasNeueBook.woff') format('woff'),
        url('../font/BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('../font/BebasNeueBold.eot');
    src: url('../font/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeueBold.woff2') format('woff2'),
        url('../font/BebasNeueBold.woff') format('woff'),
        url('../font/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeueLight.eot');
    src: url('../font/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeueLight.woff2') format('woff2'),
        url('../font/BebasNeueLight.woff') format('woff'),
        url('../font/BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeueRegular.eot');
    src: url('../font/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeueRegular.woff2') format('woff2'),
        url('../font/BebasNeueRegular.woff') format('woff'),
        url('../font/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../font/BebasNeue-Thin.eot');
    src: url('../font/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/BebasNeue-Thin.woff2') format('woff2'),
        url('../font/BebasNeue-Thin.woff') format('woff'),
        url('../font/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



html {
  overflow-x: hidden;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  position: relative;
}
.noscroll {
  overflow-y: hidden;
}
#fader {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1000;
    pointer-events: none;
    background: url("../asset/logo-FlaqDigital.svg"), #000;
    background-repeat: no-repeat;
    background-position: center, top;
    background-attachment: fixed;
    background-size: 150px, 100vh;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(.71,0,.62,.86);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#fader.fade-out {
    height: 0% !important;
    animation-name: fade-out;
}

#fader.fade-in {
    height: 100% !important;
    animation-name: fade-in;
}
@keyframes fade-out {
    0% { height: 100% }
    20% {height: 100%}
    100% {height: 0% }
}

@keyframes fade-in {
    0% { height: 0% }
    20% {height: 100%}
    100% {height: 100% }
}


::selection{
  background-color: rgba(255,54,100,.9);
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: rgba(255,54,100,.9);
  color: white;
}

.body-noscroll {
  overflow: hidden;
}

h1 {
  font-family: 'Bebas Neue Regular';
  font-size: 64px;
  text-transform: uppercase;
  line-height: .8em;
  font-weight: 700;
}
.ml16 {
  color: rgba(255,54,100,.5);
  padding: 40px 0;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  overflow: hidden;
}

.ml16 .letter {
  display: inline-block;
  line-height: 1em;
}

h2 {
  font-family: 'Bebas Neue Regular';
  font-size: 64px;
  text-transform: uppercase;
  line-height: .8em;
  margin-top: 10px;
  font-weight: 700;
}

h3 {
  font-family: 'Bebas Neue Regular';
	font-size: 48px;
	line-height: .8em;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 700;
}
h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
/*  margin-bottom: 30px;*/
}
h5 {
  font-family: 'Bebas Neue Regular';
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 700;
}
.no-margin-bottom {
  margin-bottom: 0;
}
p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  /*font-size: 14px;*/
  font-size: 24px;
  /*line-height: 20px;*/
  line-height: 32px;
/*  color: #000;*/
}
p.medium {
  font-size: 12px;
  line-height: 20px;
  opacity: .5;
}


a {	
	font-family: 'Poppins', sans-serif;
  font-weight: 300;
	font-size: 10px;
	line-height: 20px;
  cursor: none;
}
.white a, .transparent a{
  color: #000;
}
.black a, .gradientDark a, footer a {
  color: grey;
}
footer, footer.gradientDark a {
  color: #fff;
}
nav a {
  font-size: 12px;
  font-weight: 300;
  cursor: none;
}
.cursor {
  cursor: none;
}
.separateur {
  height: 1px;
  width: 100%;
  background: rgba(255,54,100,1);
  margin-bottom: 40px;
}
nav .menu a:hover, a:hover {
  text-decoration: none;
  transition: all .3s ease-out;
  color: rgba(255,54,100,1);
}
span {
  font-family: inherit;
  font-weight: 500;
}
ul li {
  list-style: none;
}
.text-align-center {
  text-align: center;
}
.hidden {opacity: 0;}

.red {
  color: rgba(255,54,100,1);
}
/* .bgred {
  background: rgba(255,54,100,1);
  color: #fff;
} */
.black {
	background-color: #101011;
  color: #fff;
}
.gradientDia {
  background: linear-gradient(135deg, #FFD576 40%, #FFD576 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientDelicrunch {
  background: linear-gradient(135deg, #db8076 40%, rgba(219,128,118,1) 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientGoodfortune {
  background: linear-gradient(165deg, #060415 40%, #b481da 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientGoodfortune_none {
  background: linear-gradient(135deg, #060415 40%, #060415 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientPhantom {
  background: linear-gradient(135deg, rgba(206,80,104,1) 40%, rgba(206,80,104,1) 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientBlueAir {
  background: linear-gradient(135deg, rgba(24,52,127,1) 40%, rgba(24,52,127,1) 100%);
  color: #ffffff;
  background-attachment: fixed;
}
.gradientDark, footer {
  background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(15,32,39,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientYellowB {
  background: linear-gradient(135deg, rgba(237,232,110,1) 40%, rgba(237,232,110,1) 100%);
  color: #DE669F;
  background-attachment: fixed;
}
.gradientPurple {
  background: linear-gradient(135deg, rgba(60,44,123,1) 40%, rgba(60,44,123,1) 100%);
  color: #6DC7DD;
  background-attachment: fixed;
}
.gradientRnt {
  background: linear-gradient(135deg, rgba(255,255,255,1) 40%, rgba(244,244,244,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkYellow {
  background: linear-gradient(135deg, rgba(0,0,0,1) 40%, rgba(155,116,55,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientPink {
  background: linear-gradient(135deg, rgba(255,157,181,1) 40%, rgba(253,118,151,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkOrange {
  background: linear-gradient(135deg, rgba(239,104,48,1) 0%, rgba(125,37,0,1) 70%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkMagenta {
  background: linear-gradient(135deg, rgba(230,92,116,1) 20%, rgba(121,23,40,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkGold {
  background: linear-gradient(135deg, rgba(0,0,0,1) 60%, rgba(113,66,66,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkXilam {
  background: linear-gradient(135deg, rgba(254,209,131,1) 0%, rgba(254,141,144,1) 100%);
  color: #fff;
  background-attachment: fixed;
}
.gradientDarkOblic:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(15,32,39,1) 100%);
  transform: rotate(2deg) translateY(-140px) scaleX(1.1);
  background-attachment: fixed;
}

.grey {
  background: #F9F9F9;
}
.white {
  background-color: #fff;
  color: #000;
}
.bgBlack {
  background-color: #000000;
  color: #fff;
}
.bgWhite {
	background-color: #ffffff;
  color: #000;
}
.transparent {
  background: transparent;
}
.no-padding {
	padding-right: 0;
	padding-left: 0;
}
.no-padding-left {
  padding-left: 0;
}
.add-padding {
  	padding-left: 30px;
  	padding-right: 30px;
}
.padding-top {
  padding-top: 80px;
}
.margin-top {
  margin-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.col-marge-top {
  margin-top: 250px;
}
span.hilight {
  background: rgba(255,54,100,.9);
  color: #fff;
}
.main {
  position: relative;
}


/*		nav 	*/

nav {
  position: fixed;
  width: 100%;
  z-index: 100;
}
nav.mobile {
  display: none;
}
nav.desktop {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
nav.desktop .midnightHeader {
  display: flex;
  flex-direction: row;
}
.midnightInner {
  display: flex;
}
nav.desktop .menu {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  width: 100%;
}
nav.desktop .menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0;
}
nav.desktop .menu ul li {
  padding: 0 25px;
}
nav .logo-holder {
  display: flex;
  align-items: center;
  /*height: 120px;*/ /*back*/
  padding-left: 40px;
  height: 80px;
}

.midnightHeader.default .logo-holder a {
  width: 64px;
  height: 39px;
  background: url(../asset/logo-FlaqDigital.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.midnightHeader.dark .logo-holder a {
  width: 64px;
  height: 39px;
  background: url(../asset/logo-FlaqDigital-black.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.midnightHeader.default .logo-mobile {
  padding-top: 20px; padding-left: 20px;
}
.midnightHeader.default a .logo-mobile {
  width: 104px;
  height: 80px;
  background: url(../asset/logo-FlaqDigital.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px auto;
}
.midnightHeader.dark a .logo-mobile {
  width: 104px;
  height: 80px;
  background: url(../asset/logo-FlaqDigital-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px auto;
}
/*  logo holder Video   */

nav.mobile .midnightHeader.default a:nth-child(1) {
    height: 75px;
    width: 100px;
    display: block;
}
.midnightHeader.default, .midnightHeader.default a, .midnightHeader.default i {
  color: #fff;
}
.midnightHeader.dark, .midnightHeader.dark a, .midnightHeader.dark i {
  color: #000;
}

.menu-vertical {
  position: absolute;
  z-index: 1;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  
  
}
.menu-vertical ul {
  padding-left: 0;
  margin: 0;
  transform: translateY(30%);
 
}
.menu-vertical ul li {
  display: block;
  transform: rotate(-270deg);
  margin: 0;
  margin-bottom: 140px;
}
.menu-vertical a {
  font-size: 10px;
  opacity: .5;
  letter-spacing: .5px;
}


/*button nav*/

.button_container {
  position: fixed;
  top: 32px;
  right: 30px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}

.button_container span {
  background: #fff;
}

.button_container.active .top, .button_container.active .bottom {
  background: #fff;
}

.midnightHeader.default .button_container span {
  background: #fff;
}
.midnightHeader.dark .button_container span {
  background: #000;
}

.button_container span {
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  transform-origin: center center;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.button_container.active span.top {
  transform: translateY(4px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active span.bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
}


.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 2;
}
.overlay.open {
  opacity: 0.99;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  text-align: right;
}
.overlay ul {
/*  top: 50%;
  transform: translateY(-50%);*/
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding-bottom: 40px;
  padding-right: 40px;
}
.overlay ul li a {
  font-family: 'Poppins';
  font-size: 50px;
  font-weight: 300;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.overlay ul li a.active-page {
  color: rgba(255,54,100,1);
  font-weight: 700;
  opacity: 1;
}
.overlay ul li a:hover, .overlay ul li a:focus, .overlay ul li a:active {
  color: rgba(255,54,100,1);
  opacity: 1;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.social-button {
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
  padding-right: 40px
}
.social-button i {
  color: rgba(0,0,0,1);
  padding-left:10px; padding-right: 10px;
  transition: all .3s ease-in-out
}
.social-button a:hover i {
  color: rgba(255,54,100,1);
}

.social-button-thanks a i {
  color: rgba(255,255,255,.7);
  padding-left:10px; padding-right: 10px;
  font-size: 24px;
  transition: all .3s ease-in-out
}
.social-button-thanks a:hover i {
  color: rgba(255,54,100,1);
}


.overlay-menu li .social-button {
  position: relative;
  top: unset; right: unset;
}
.overlay-menu li .social-button a {
  display: flex;
  flex-direction: row;
  opacity: 1;
}
.overlay-menu li .social-button a i {
  font-size: 18px;
  color: rgba(255,54,100,1);
}
.overlay-menu li.social-content {
  padding-bottom: 20px;
}

.desktop-hidden {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  text-align: center;
  width: 100%;
}
.desktop-hidden p {
  display: block;
  text-align: center;
}
.desktop-hidden i {
  padding-right: 15px; padding-left: 15px;
  font-size: 25px;
}


/*	End button nav 	*/

/*    Slider Home   */

.heros-cover video {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background: black;
}

.heros-cover .container-fluid {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.heros-cover .container-fluid::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: 5px;
  right: -1px;
  background-color: #040404;
  z-index: -1;
  opacity: .5;
}
.heros-cover .container-fluid::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35vh;
  z-index: -1;
  pointer-events: none;
  background: rgb(13,13,13);
  background: -moz-linear-gradient(0deg, rgba(13,13,13,1) 0%, rgba(13,13,13,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(13,13,13,1) 0%, rgba(13,13,13,0) 100%);
  background: linear-gradient(0deg, rgba(13,13,13,1) 0%, rgba(13,13,13,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0d0d",endColorstr="#0d0d0d",GradientType=1);
}
.heros-cover .content {
  position: absolute;
  left: 3%;
  bottom: 3%;
  z-index: 1;
  color: #fff;
}
.heros-cover .content h3 {
  margin-bottom: 10px;
}
.heros-cover .content p {
  opacity: .5;
  font-size: 18px;
}
.heros-cover .content a:hover {
  color: rgba(255,54,100,1);
}

@media (max-width: 767px) {
  
  
}

/* modal box */




/*! Modals v10.1.2 | (c) 2017 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/modals */
.modal {
  background-color: #000;
  /* border: 0.0725em solid #e5e5e5;
  border-radius: 0.0725em; */
  box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
  display: none;
  max-width: 100%;
  padding: 0.5em 1em;
  visibility: hidden;
  z-index: 100;
}
@media (min-width: 40em) {
  .modal {
      max-width: 100%;
  }
}
.modal.active {
  display: block;
  height: 100%;
  left: 0;
  max-height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}
.modal.active video {
  width: 100%; height: auto;
  margin: auto;
}

@media (min-width: 30em) {
  .modal.active {
      height: auto;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0;
      top: 0;
  }
}
@media (min-width: 40em) {
  .modal.active {
      /* left: 8%;
      right: 8%; */
  }
  .modal.active.modal-medium {
      width: 35em;
  }
  .modal.active.modal-small {
      width: 25em;
  }
}
.modal:focus {
  outline: none;
}
.modal-bg {
  background-color: #272727;
  bottom: 0;
  position: fixed;
  left: 0;
  opacity: 0.9;
  right: 0;
  top: 0;
  z-index: 1;
}
.close {
  color: gray;
  cursor: pointer;
  float: right;
  font-weight: 700;
  font-size: 1.5em;
  text-decoration: none;
}
.close:hover {
  color: #5a5a5a;
  cursor: pointer;
}

a.modal-link {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  font-size: 6em;
  color : red;
  width:100%;
  height: 100%; 
}
.modal_controls {
  width: 100%;
  text-align: right;
  margin-top: 17px;
}
.modal .sabre-about {
  
}

@media (max-width: 767px) {

}



/* End modal box */

section.summer .row {
  height: 100vh;
  color: #fff;
}
section.summer h2 {
  margin-bottom: -4px;
}
section.summer .item {
  margin-bottom: 26px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
section.summer a:hover h2 {
  color: #fff
}
section.summer .container-items {
  margin-bottom: 100px;
}

.preview-container {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: #1c1c1c;
}
.preview-container:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 30%,rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
}
.no-video .preview-container {
  height: 100vh;
  width: 60%;
  position: absolute;
  top: 0;
  right: 5%;
  left: unset;
  transform: none;
}

.preview {
  display: none;
  height: 100vh;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  opacity: 0;
}
.active-view {
  display: block;
  animation: view 1s ease-in-out forwards;
  -webkit-animation: view 1s ease-in-out forwards;
  -moz-animation: view 1s ease-in-out forwards;
}
.item p {
  color: rgba(255,255,255,1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}
.active-item h2 {
  color: rgba(255, 54,100,1);
  opacity: 1;
}

@keyframes view {
  from {opacity: 0; -webkit-filter: blur(100px) grayscale(100%); -moz-filter: blur(100px) grayscale(100%); filter: blur(100px) grayscale(100%)}
  to {opacity: .8; -webkit-filter: blur(0px) grayscale(100%); -moz-filter: blur(0px) grayscale(100%); filter: blur(0px) grayscale(100%);}
}
@-webkit-keyframes view {
  from {opacity: 0; -webkit-filter: blur(100px) grayscale(100%);}
  to {opacity: .8; -webkit-filter: blur(0px) grayscale(100%);}
}
.preview-1 {
  background: url("../asset/case/bbang/fq-slide-badgal.png") no-repeat center;
  background-size: cover;
  background-position: center center;
  
}
.preview-2 {
  background: url("../asset/case/hermes/fq-slide-hermes.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  
}
.backposter {
/*  display: none;*/
  width: 100%; height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all .7s ease-in-out;
  
}

li.actslide .backposter {
/*  display: block;*/
  transform: scale(.8);

}
.bg-tamc img {
  position: absolute;
  top: 95%; left: 50%;
  transform: translate(-50%, -95%);
  max-width: 100px; height: auto;
  border-radius: 400px;

}
.redbull img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px; height: auto;

}
.diesel-flacon {
  display: block;
  width: 600px;
  height: 600px;
  background: url(../asset/case/diesel/flacon-diesel.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 45%;
  left: 40%;
  transform: scale(0.75) translateX(-50%) translateY(-50%);
  z-index: 1;

}
.diesel {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:  linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 70%, rgba(0,0,0,.9) 100%), url(../asset/case/diesel/bg-diesel.png),  url(../asset/case/diesel/game-diesel-y.gif), url(../asset/case/diesel/pattern-black.jpg), #c48c2b;
  background-size: 100% 70%, 100% auto, 80% auto, 100% 20%;
  background-position: top, 0% 50%, 20% 30%, bottom;
  background-repeat: no-repeat;
}
.diesel-gradient {
  position: absolute;
  z-index: 0;
  left: 0; top: 0;
  width: 100%;
  height: 50%;
  background: rgb(0,0,0);
  /*background: linear-gradient(180deg, rgba(65,42,1,1) 0%, rgba(87,57,3,1) 28%, rgba(201,150,62,1) 100%);
*/}
/*.slidepage .diesel {
  top: 50%;
  left: 50%;
  transform: scale(0.5) translateX(-100%) translateY(-100%);
  z-index: -1;
}*/

.fullcover {
  height: 100vh;
  widows: 100%;
}

.fullcover.rnt {
  background: url(../asset/case/rnt/keyvisual-rnt-cover.png);
  background-size: cover;
  background-position: center;
}
.nexity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../asset/case/nexity/nexity-anim.gif);
  background-size: 600px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;

}
.bglobe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff93a8;
}
.bglobe video {
  height: 100%;
  width: 100%;
}

.bgrnt {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color:#fecc33;
}
.bgrnt video {
  height: 100%;
  width: 100%;
}

.phantomHome {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ab3252;
  overflow: hidden;
}
.phantomHome video {
  height: 100%;
  width: 100%;
}

.dieselHome {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
}
.dieselHome video {
  height: 100%;
  width: 100%;
}



.bbang-pdt {
  display: block;
  width: 146px;
  height: 1400px;
  background: url(../asset/case/bbang/pdt-bbang.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8%;
  left: 40%;
  transform: scale(0.30) translateX(-50%) translateY(-50%);
  z-index: 1;

}
.badgal {
  display: block;
  width: 600px;
  height: 1601px;
  background: url(../asset/case/bbang/sprite-badgalbang.png) no-repeat;
  background-size: 200% auto;
  background-position-x: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: scale(0.5) translateX(-130%) translateY(-80%);
  -moz-transform: scale(0.5) translateX(-130%) translateY(-80%);
  -webkit-transform: scale(0.5) translateX(-130%) translateY(-80%);
  -ms-transform: scale(0.5) translateX(-130%) translateY(-80%);
  animation: badgal .075s steps(2) infinite, gravity 1.1s infinite alternate ease-in-out;
  -webkit-animation: badgal .075s steps(2) infinite, gravity 1.1s infinite alternate ease-in-out;
  -moz-animation: badgal .075s steps(2) infinite, gravity 1.1s infinite alternate ease-in-out;
  -ms-animation: badgal .075s steps(2) infinite, gravity 1.1s infinite alternate ease-in-out;
}
@keyframes badgal {
  from {background-position-x: 0;}
  to {background-position-x: -1200px;}
}
@keyframes gravity {
  from {top: 50%;}
  to {top: 51%;}
}
.slidepage .badgal {
  top: 0%;
  left: 50%;
  transform: scale(0.35) translateX(-200%) translateY(-140%);
}
.hermes {
  display: block;
  width: 525px;
  height: 869px;
  background: url(../asset/case/hermes/sprite-hermes.png) no-repeat;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: scale(0.5) translateX(-100%) translateY(-120%);
  -moz-transform: scale(0.5) translateX(-100%) translateY(-120%);
  -webkit-transform: scale(0.5) translateX(-100%) translateY(-120%);
  -ms-transform: scale(0.5) translateX(-100%) translateY(-120%);
  animation: hermes 1s steps(8) infinite, gravityH 0.75s infinite alternate ease-in-out;
  -webkit-animation: hermes 1s steps(8) infinite, gravityH 1.1s infinite alternate ease-in-out;
  -moz-animation: hermes 1s steps(8) infinite, gravityH 1.1s infinite alternate ease-in-out;
  -ms-animation: hermes 1s steps(8) infinite, gravityH 1.1s infinite alternate ease-in-out;

}
@keyframes hermes {
  from {background-position-x: 0;}
  to {background-position-x: -4200px;}
}
@keyframes gravityH {
  from {top: 60%;}
  to {top: 61%;}
}

.bg-twg {
  position: absolute;
  z-index: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background: url("../asset/case/twg/fq-slide-twg.png") no-repeat center;
  background-size: cover;
}
.spiral {
  display: block;
  width: 702px;
  height: 694px;
  background: url(../asset/case/twg/sprite-twg.png) no-repeat;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);
  -webkit-transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);
  -moz-transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);
  -ms-transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);
  animation: spiral 6s infinite linear;
  -moz-animation: spiral 6s infinite linear;
  -webkit-animation: spiral 6s infinite linear;
  -ms-animation: spiral 6s infinite linear;

}
@keyframes spiral {
  from {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);}
  to {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(360deg);}
}
@-webkit-keyframes spiral {
  from {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);}
  to {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(360deg);}
}
@-moz-keyframes spiral {
  from {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(0deg);}
  to {transform: scale(0.7) translateX(-70%) translateY(-70%) rotate(360deg);}
}

.bg-tp {
  background: url("../asset/case/mdd/fq-slide-tp.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.parachute-1, .parachute-2, .parachute-3, .parachute-4, .parachute-5 {
  animation: float 2s infinite alternate ease-in-out, fall 4s linear infinite, pouf 4s infinite alternate;
  -webkit-animation: float 2s infinite alternate ease-in-out, fall 4s linear infinite, pouf 4s infinite alternate;
  -moz-animation: float 2s infinite alternate ease-in-out, fall 4s linear infinite, pouf 4s infinite alternate;
  -ms-animation: float 2s infinite alternate ease-in-out, fall 4s linear infinite, pouf 4s infinite alternate;
  position: absolute;
  z-index: 0;
}


.parachute-1, .parachute-3, .parachute-5 {
  left: 25%;
  width: 66px;
  height: 100px;
  background: url("../asset/case/mdd/parachute-1.png") no-repeat center;
  
}
.parachute-2, .parachute-4 {
  right: 25%;
  width: 75px;
  height: 113px;
  background: url("../asset/case/mdd/parachute-2.png") no-repeat center;
}
.parachute-3, .parachute-4 {
  background-size: 50%;
}
.parachute-3 {
  margin-top: 5%;
  left: 30%;
}
.parachute-4 {
  margin-top: 10%;
  right: 30%;
}
.parachute-5 {
  margin-top: 13%;
  left: 27%;
  background-size: 30%;
}

@keyframes pouf {
  0%{
    opacity: 0;
  }
  2%{
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes float {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
}
@-webkit-keyframes float {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
}
@-moz-keyframes float {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  to {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
}
@keyframes fall {
  from {top: 20%;}
  to {top: 50%;}
}
@-webkit-keyframes fall {
  from {top: 20%;}
  to {top: 50%;}
}
@-moz-keyframes fall {
  from {top: 20%;}
  to {top: 50%;}
}

.blocposter, .live {display: none;}
.actslide .blocposter, .actslide .live {display: block;}

/*    End Slider Home   */


.section-who p {
  font-size: 20px;
}
.section-who .sentences-reveal {
  font-size: 12px;
  line-height: 18px;
}
.container-height {
  height: 100vh;
}
.carousel {
  position: initial;
}
.carousel-item .t-reveal {
  opacity: 0;
  margin-left: -40px;
  transition: all .5s ease-out;
}
.carousel-item .onetwo-reveal span, .carousel-item .first-reveal span {
  color: rgba(255,64,100,1);
}
.carousel-item .onetwo-reveal p:nth-child(1) {
  opacity: 0;
  transition: all .5s ease-out .5s;
}
.carousel-item .onetwo-reveal p:nth-child(3) {
  opacity: 0;
  transition: all .5s ease-out 1.5s;
}
.carousel-item.active .onetwo-reveal p {
  opacity: 1;
}
.carousel-item .linethrough-reveal p {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 0; margin-bottom: 0;
}
.carousel-item .linethrough-reveal p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: top right;
  transform: scaleX(1);
  transition: all 3s ease-in-out .5s;
  z-index: -1;
}
.carousel-item .linethrough-reveal p:after {
  content: "Nous ne sommes pas le bar atypique et privatisable de la rue Quincampoix dans le 4ème arrondissement de Paris dont le cadre typiquement italien et charmant grâce aux sublimes voûtes classées au patrimoine datant du XII ème siècle vous séduira à coup sûr. @laflaq";
  position: absolute;
  left: 0px;
  top: 0;
  color: transparent;
  text-decoration: line-through;
  text-decoration-color: rgba(255,64,100,1);
  z-index: -2;
}
.carousel-item.active .linethrough-reveal p:before {
  transform: scaleX(0);
}
.carousel-item.active .t-reveal {
  opacity: 1;
  margin-left: 0;
}
.carousel-fade .carousel-item {
  transition-duration: .5s;
}

.carousel-item .sentences-reveal, .carousel-item .word-reveal span {
  color: #fff;
  font-weight: 300;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255,64,100,1) 50%);
  background-size: 200%;
  background-position: 0 0;
  display: inline;
  
}
.carousel-item .word-reveal p {
  line-height: 23px;
}
.carousel-item .word-reveal span {
  color: #ffffff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(255,64,100,1) 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  background-repeat-y: no-repeat; 
  display: inline;
  margin-top: 1px; margin-bottom: 1px;
  
}
.carousel-item .sentences-reveal {
  transition: all 20s linear;
}
.carousel-item .word-reveal span:nth-child(1) {
  transition: all 1s ease-in-out .5s;
}
.carousel-item .word-reveal span:nth-child(2) {
  transition: all 1s ease-in-out 1.5s;
}
.carousel-item .word-reveal span:nth-child(3) {
  transition: all 1s ease-in-out 2.5s;
}
.carousel-item .word-reveal span:nth-child(4) {
  transition: all 1s ease-in-out 3.5s;
}
.carousel-item .word-reveal span:nth-child(5) {
  transition: all 1s ease-in-out 4.5s;
}
.carousel-item .word-reveal span:nth-child(6) {
  transition: all 1s ease-in-out 6s;
}

.carousel-item.active .sentences-reveal {
  background-position: -100% 0;
}
.carousel-item.active .word-reveal span {
  background-position: 100% bottom;
}
.carousel-item .hashtag-reveal span {
  color: rgba(255,64,100,1);
  opacity: 0;
}
.carousel-item .hashtag-reveal span:nth-child(1) {
  transition: all .1s linear 0.5s;
}
.carousel-item .hashtag-reveal span:nth-child(2) {
  transition: all .1s linear 1s;
}
.carousel-item .hashtag-reveal span:nth-child(3) {
  transition: all .1s linear 1.5s;
}
.carousel-item .hashtag-reveal span:nth-child(4) {
  transition: all .1s linear 2s;
}
.carousel-item .hashtag-reveal span:nth-child(5) {
  transition: all .05s linear 2.5s;
}
.carousel-item .hashtag-reveal span:nth-child(6) {
  transition: all .05s linear 2.7s;
}
.carousel-item .hashtag-reveal span:nth-child(7) {
  transition: all .05s linear 3.5s;
}
.carousel-item.active .hashtag-reveal span {
  color: rgba(255,64,100,1);
  opacity: 1;
}
.carousel-item .tel-reveal .envoie {
  opacity: 0;
  transition: all .5s linear 1s;
}
.carousel-item.active .tel-reveal .envoie {
  opacity: 1;
}
.carousel-item .tel-reveal p, .carousel-item .tel-reveal ul {
  display: inline-block;
}
.carousel-item .tel-reveal ul {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.carousel-item .tel-reveal li {
  font-weight: 500;
  transform-origin: center center;
  animation-duration: 0.2s;
  display: inline-block;
}
.carousel-item.active .tel-reveal li:nth-child(1) {
  animation-name: bounce;
  animation-delay: 2.2s;
}
.carousel-item.active .tel-reveal li:nth-child(2) {
  animation-name: bounce;
  animation-delay: 2.5s;
}
.carousel-item.active .tel-reveal li:nth-child(3) {
  animation-name: bounce;
  animation-delay: 2.8s;
}
.carousel-item.active .tel-reveal li:last-child {
  animation-name: bounce;
  animation-delay: 3.1s;
}
.carousel-indicators {
  z-index: 0;
}
@keyframes bounce {
  0% {
    transform:scale(1);
    color: rgba(255,255,255,1);
  }
  100% {
    transform:scale(2);
    color: rgba(255,64,100,1);
  }
}
.carousel-item a {
  margin-bottom: -50px;
}
.who-next {
  position:  absolute;
  bottom: 30%;
}
.who-indicators {
  position: absolute;
  bottom: -30px;
  margin-left: 0;

}
.who-indicators li {
  display: none;
  position: absolute;
  height: auto;  width: auto;
  background: none;
  text-indent: 0px;
  margin-left: 0;
  text-align: left;
  left: 0;
  z-index: 0;
/*  transition: all .5s ease-in-out;*/
}
.who-indicators li:after, .who-indicators li:before {
  display: none;
}
.who-indicators li.active {
  display: block;
  background: none;
  z-index: 0;
}




/*  product  */

section.product .col-md-3 {
  padding: 25px 40px;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  transition: all 0.2s ease-in-out;
}

section.product .active-product {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  transition: all 0.2s ease-in-out;
}
section.product p.small {
  padding-bottom: 20px;
}

/*  Partner list  */
.partners {
  padding-top: 0px;
  padding-bottom: 150px;
}
.partner__list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 25%;
    max-width: 110px;
    height: 110px;
}
.partner__list a {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 110px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110px 110px;
    text-indent: -999px;
    overflow: hidden;
}


/*  Form  */

.form {
  background: #fff;
/*  margin-bottom: 140px;*/
}
.row-form {
  height: 80vh;
  max-width: 700px;
  margin: auto;
}
input {
  position: relative;
}
.form a {
  color: #fff;
}

.form span {
  font-weight: 300;
  display: inline-block;
}

#Form {
  text-align: left;
  font-weight: 300;
}
#Form .btn-arrow {
  vertical-align: middle;
}
.form-control {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255,64,100,1);
  background: transparent;
  border: none; border-radius: 0;
  border-bottom: 1px solid rgba(255,64,100,1);
  width: 200px;
  padding: 0;
  margin-left: .25rem;
  height: 25px;
}

.select:after {
  content: "";
  position: absolute;
  right:0;
  width: 20px;
  height: 100%;
  background: rgba(255,64,100,1);
  z-index: 100;
}

.form-control, label, p, input {
  display: inline-block;
}
label {
  font-size: 18px;
  line-height: 24px;
}
.form p {
  margin-left: 5px;
}
.form-control::placeholder {
  color: rgba(255,64,100,1);
  font-weight: 500;
  font-size: 18px;
/*  color: #FF4067;*/
}
.form-control:focus {
    color: #fff;
    background: rgba(255,64,100,1);
    outline-width: 0;
/*    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
}

#msgSubmit {
  color: transparent;
  padding-top: 35px; 
  position: relative;
}
.text-success {
  color : green;
}
.text-success:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  animation : goodmorning 3s ease-in forwards;
  transform-origin: right bottom;
}
@keyframes goodmorning {
  0% {width: 100%;}
  100% {width: 0%;}
}
.text-danger {
  color: rgba(255,64,100,1);
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#send {
  display: block;
  margin: auto;
  padding: 0;
  background: transparent;
  position: relative;
  opacity: 1;
}

#send:hover {
  color: rgba(255,64,100,1);
}
.award-container {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 100;
}
.Award {
  opacity: 0;
  font-size: 140px;
  position: absolute;
  z-index: -1;
  top: 0;
  transform: scale(0);
}
.Award.unlocked {
  opacity: 1;
  z-index: 1;
  animation: award 1s ease-in-out;
}
/*  Pre_Footer  */

.jumpcase  {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.jumpcase-container {
  max-width: calc(1140px / 2);
}
.jumpcase a {
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.jumpcase a::before {
  content: '';
  position: absolute;
  top: 0;
  width: 50%; height: 100%;
  transition: all .2s ease-in-out;
  
}
.left-jumpcase::before {
  background: linear-gradient(90deg, rgba(255,64,100,.5) 0%, rgba(255,64,100,.8) 35%, rgba(255,64,100,1) 100%);
}
.right-jumpcase::before {
  background: linear-gradient(90deg, rgba(255,64,100,1) 0%, rgba(255,64,100,.8) 35%, rgba(255,64,100,.5) 100%);
}
.left-jumpcase::before {
  left: 0;
}
.right-jumpcase::before {
  right: 0;
}
.jumpcase-img {
  width: 50%; height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-size: 125%;
  background-position: center;
  transition: all .3s ease-in-out;
}
.left-jumpcase-img {
  left: 0;
}
.right-jumpcase-img {
  right: 0;
}

.jumpcase a:hover {
  /* color: #ff4064; */
}
.left-jumpcase:hover::before {
  background: linear-gradient(90deg, rgba(255,64,100,.0) 0%, rgba(255,64,100,.5) 35%, rgba(255,64,100,1) 100%);
  width: 25%;
  left: calc(0px + 25%);
}
.right-jumpcase:hover::before {
  background: linear-gradient(90deg, rgba(255,64,100,1) 0%, rgba(255,64,100,.5) 35%, rgba(255,64,100,0) 100%);
  width: 25%;
  right: calc(0px + 25%);
}

.right-jumpcase:hover .jumpcase-img {
  background-position: right;
}
.left-jumpcase:hover .jumpcase-img {
  background-position: left;
}
.left-jumpcase, .right-jumpcase {
  width: 50%;
}
.jumpcase .col-md-6 {
  max-width: 100% !important;
}
.jumpcase h4 {
  font-weight: 600;
  color: #FFF;
  font-size: 30px;
}
.jumpcase p {
  display: block;
  color: #000;
}
.jumpcase .title {
  font-size: 20px;
  color: #FFF;
}
.jumpcase .cat {
  letter-spacing: .4em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
.left-jumpcase .col-md-6 {
  padding: 35px 20px 0px 10px;
}
.right-jumpcase .col-md-6 {
  padding: 35px 10px 0px 20px;
}
.left-jumpcase {
  text-align: left;
  padding-left: calc((100vw - 1140px) / 2);
}
.right-jumpcase {
  text-align: right;
  padding-right: calc((100vw - 1140px) / 2);
}

/*  END Pre_Footer  */

/*  Footer  */
@keyframes award {
  0% {transform: scale(0);}
  25% {transform: scale(1);}
  35% {transform: scale(.8);}
  75% {transform: scale(.8);}
  100% {transform: scale(0);}
}
footer {
  width: 100%;
/*  position: fixed;
  z-index: -2;
  bottom: 0;*/
}
footer .row {
  height: 140px;
}

footer img {
  width: 120px;
}
footer p, footer a {
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  margin-bottom: 0;
}
footer a {
  padding-left: 20px;
  transition: all .5s ease-in-out;
}
footer a:hover {
  color: rgba(255,54,100,.9);
}
footer .col-md-4:nth-child(2) {
  text-align: center;
}
footer .col-md-4:nth-child(3) {
  text-align: right;
}


/*  Scroll Effect   */

.reveal {
  opacity: 0;
  transform: translate(0, 20px); 
  transition: all 1s ease-in-out .2s;
}

.reveal.visible {
  opacity: 1;
  transform: translate(0, 0); 
}
.reveal-img .gif__item:before {
  content: url("../asset/logo-FlaqDigital.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1;
  transition: all 1s ease-in-out .5s;
}
.reveal-img .gif__item:after{
  content: "";
  position: absolute;
  width: 100%; height: 100%;
  background-color: #000;
  bottom: 10px;
  left: 0;
  z-index: 2;
  transition: all 1.5s ease-in-out .5s;
}
.reveal-img.visible .gif__item:after {
  height: 0%;
}
.reveal-img.visible .gif__item:before {
  opacity: 0;
}

.desepear {
  opacity: 1; 
  transition: all .5s ease-in-out 0s;
}
/*.desepear:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(15,32,39,0) 100%);
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all .5s linear;
  opacity: 0;
}
.desepear.unvisible:after {
  height: 100vh;
  opacity: 1;
}*/

.desepear.unvisible {
  opacity: 0;
}

.desepear.unvisible.nodisplay {
  display: none;
}


/*Home Summer*/


/*  Case */

.caseStudy .slideshow {
  position: fixed;
  z-index: -1;
}
.caseStudy .introduce {
  padding-top: 100px;
  margin-top: 100vh;
}

.caseResume {
  padding: 56px 0 40px 0;
  text-align: center;
}
.caseResume div p {
/*  font-family: 'Bebas Neue Regular';*/
  font-size: 12px;
  font-weight: 200;
  opacity: .7;
/*  letter-spacing: 1px;*/
}
.caseResume div img {
  max-height: 20px;
  max-width: 30px;
}
.caseResume div p, .caseResume div img {
  display: inline-block;
  padding-left: 10px;
}
img.casePreview, video.casePreview {
  max-width: 100%;
  height: auto;
  /*padding: 20px;*/
}
video.videoH {
  width: 100%;
  max-width: 920px;
  height: auto;
}

.videoReebok::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #BCEDF7;
  top: -20px;
  left: -25px;
  z-index: -1;
}
/*.videoReebok::before{
  content: "";
  position: absolute;
  width: 200px;
  height: 300px;
  background-color: #BCEDF7;
  bottom: -30px;
  right: -35px;
  z-index: -1;
}*/

.videoReebok video {
  box-shadow: 30px 30px 0px rgba(30,28,29,1), 30px 30px 0px rgba(188,237,247,1);
}

.caseExpertise h4 {
  font-size: 18px;
}
.caseExpertise p {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0;
}
.caseExpertise li {
  font-size: 12px;
  line-height: 18px;
  padding-left: 15px;

}
.caseKeyvisual {
  text-align: center;
/*  margin-top: 80px;*/
}
.caseKeyvisual img {
  padding: 80px 0 80px 0;
  width: 80%; 
  max-width: 1920px;
}
.caseAnim {
  text-align: center;
}
.caseAnim img {
  padding: 30px 0 30px 0;
  width: 80%; 
}
.caseShot {
  text-align: center;
  padding-left: 180px; padding-right: 110px;
  padding-bottom: 200px;
  padding-top: 80px;
}
.caseShot img {
  max-width: 100%;
  margin-top: 60px;
}
.caseShot img.medium-l {
  max-width: 80%;
}
.caseShotText {
  margin-top: 60px;
}
.caseShotText, .caseShotText div {
  min-height: 100%;
}
.caseShotText p {
  position: relative;
  left: 50%; top: 45%;
  width: 100%;
  transform: translateX(-50%) translateY(-45%);
  padding-left: 30px; padding-right: 30px;
  /*color: rgba(255,255,255,1);*/
}

/*  All Case */

/*  contact */
.thanks .boxMessage {
  text-align: center;
}
.thanks .row {
  min-height: 100vh;
}

.info-contact h1 {
  margin-bottom: 0;
}
/*.contact p, .contact a {
  display: block;
}*/
.info-contact a {
  font-size: 20px;
  padding-bottom: 30px;
  width: fit-content;
}
.c-items {
  font-size: 12px;
}
.social-contact i {
  font-size: 32px;
  display: block;
  color: #fff;
}
.social-contact a {
  display: inline-block;
  padding: 20px;
  text-align: center;
  font-size: 7px;
  color: rgba(255,64,100,1);
}

.inthebox:after {
  content: url('../asset/merci.svg');
  position: absolute;
  width: 70%; height: auto;
  top: 55%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: thanks .6s ease-in-out .5s forwards;
  z-index: 0;
}
.animation-wrap {
  width: 100%;
  height: 116px;
  display: block;
  position: relative;
}
.translate-bloc {
  width: 110px;
  height: 116px;
  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  animation: loaded 0.5s ease-in-out .5s forwards;

}
.send-sprite {
  width: 110px;
  height: 116px;
  margin-left: -90px;
  background: url(../asset/send-sprite.png) no-repeat;
  background-size: 400% auto;
  background-position-x: 0;
  animation: send-sprite .35s steps(4) infinite, comin .5s ease-out .5s forwards;
  -webkit-animation: send-sprite .35s steps(4) infinite, comin .5s ease-out .5s forwards;
  -moz-animation: send-sprite .35s steps(4) infinite, comin .5s ease-out .5s forwards;
  -ms-animation: send-sprite .35s steps(4) infinite, comin .5s ease-out .5s forwards;

}
.social-button p.red {
  animation: loaded 1s linear infinite 1s;
}
@keyframes comin {
  from {margin-left: -90px}
  to {margin-left: 0px}
}
@keyframes thanks {
  from {opacity: 0; top: 55%;}
  to {opacity: 1;top: 50%;}
}
@keyframes loaded {
  from {opacity: 0}
  to {opacity: 1}
}
@keyframes send-sprite {
  from {background-position-x: 0;}
  to {background-position-x: -440px;}
}







/*Slideshow*/

$ih: 100vh; // Slider height


}
.slider {
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: #FFF;
}
.slider .gradient {
  position: absolute;
  bottom: 0;
  width: 100%; height: 200px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
/*  background-color: #000;*/
}
.caseStudy #slider {
  background-color: #000;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}

#slider ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  display: block;
}

#slider ul li .slide {
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
}
#slider ul li .slide-diesel {
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  overflow: hidden;
}
button.control_prev, button.control_next {
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: 10;
  display: block;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 1.9em;
  background: rgba(0,0,0, .0);
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: none;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.0);
  transform: translateY(-50%);
  padding-left: 10px;
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, .5) solid;
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  border: 1px solid rgba(255,54,100,1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button.control_next {
  margin-left: 70px;
}
button.control_prev {
  padding-left: 13px;
}
.control_prev span, .control_next span{
  width: 12px; height: 1px;
  background: #000;
  display: block;
}
.control_prev span.arrow-top {
  transform: rotate(-45deg) translateY(-5px);
}
.control_prev span.arrow-bottom {
  transform: rotate(45deg) translateY(5px);
}
.control_next span.arrow-top {
  transform: rotate(45deg) translateY(-5px);
}
.control_next span.arrow-bottom {
  transform: rotate(-45deg) translateY(5px);
}
.progress {
  position: absolute;
  background: rgba(0, 0, 0, .1);
  height: 0.05rem;
  width: 20%;
  bottom: 40px;
  left: 50%;
  border-radius: 0;
  z-index: 10;
  transform: translateX(-50%);
  transform-origin: bottom left;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: rgba(255,54,100,1);
}
.teaser {
  position: absolute;
  bottom: 60px;
  text-align: left;
  width: 100%;
  /*color: #fff;*/ /*back*/
  color: #000;
  background-color: #fff;
  padding: 60px;
  z-index: 1;
  max-width: fit-content;
  max-width: 350px;

}
.caseStudy .teaser {
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  max-width: none;
}
.caseStudy.casePhantom .teaser h1 {
  color: #FFFFFF; opacity: .8;
}
.caseStudy.caseAircall .teaser h1 {
  color: #FF7E7A;
}
.caseStudy.caseReebok .teaser h1 {
  color: #EDE86E;
}

.caseStudy.caseServier .teaser h1 {
  color: #fff;
  padding-top: 20px;
}
.caseStudy .shadow:before {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  left:0; top: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
}
.caseStudy.casePhantom .shadow:before {
  background-color: rgba(0,0,0,.3);
}
.caseStudy.caseBrowgame .shadow:before {
  display: none;
}
.caseStudy.caseGlobe .shadow:before {
  background-color: rgba(230,80,110,.1);
}
.caseStudy.caseReebok .shadow:before {
  background-color: rgba(30,28,29,.5);
}
.caseStudy.caseRnt .shadow:before {
  background-color: rgba(0,0,0,.0);
}
.teaser {
  opacity: 0;
  transition: all .6s ease-in-out .1s;
}
li.actslide .teaser {
  opacity: 1;
}
.teaser h2 {
  margin-bottom: 40px;
  opacity: 0;
  transition: all .6s ease-in-out .1s;
}
li.actslide h2 {
  margin-bottom: 60px;
  opacity: 1;
  transition: all .6s ease-in-out .1s;
}
.teaser p {
  margin-bottom: -20px;
  opacity: 0;
  transition: all .8s ease-in-out .3s;
}
li.actslide p {
  margin-bottom: 20px;
  opacity: 1;
  transition: all .8s ease-in-out .3s;
}
li.slide .badgal {
  left: 55%;
  opacity: 0;
  transition: all .85s ease-out 0s;
}
li.actslide .badgal {
  left: 60%;
  opacity: 1;
  transition: all .85s ease-out 0s;
}
li.slide img.live {
  right: -20px;
  opacity: 0;
  transition: all .85s ease-in-out .1s;
}
li.actslide img.live {
  right: 40px;
  opacity: 1;
  transition: all .85s ease-in-out .1s;
}
.teaser img.logoclient {
  max-width: 75px;
  height: auto;
  margin-bottom: 15px;
}
.caseStudy .teaser img.logoclient {
  max-width: 100px;
}
.teaser h2 {
  font-family: 'Bebas Neue Regular';
  font-size: 64px;
  text-transform: uppercase;
  line-height: .8em;
  font-weight: 700;
/*  color: #000;*/
  margin-bottom: 60px;
}
.caseStudy .teaser h1 {
  font-size: 148px;
}
img.live {
  position: absolute;
  right: 40px;
  top: 120px;
  margin-right: 20px;
  z-index: 1;
  box-shadow: 5px 7px 10px rgba(0,0,0,.2)
}
.teaser p {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  line-height: 1em;
/*  color: #000;*/
}
.teaser p.quote {
  font-weight: 300;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1em;
}
.teaser a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.indicator {
  position: absolute;
  right: 60px;
  bottom: -21px;
  z-index: 10;
}
.indicator:after {
  content: "";
  position: absolute;
  top: 9px; right: 50px;
  width: 50px; height: 1px;
  background-color: #fff; 
  z-index: 11;
  opacity: .2;
}
.indicator p {
  font-size: 18px;
  font-weight: 700;
}
.indicator span {
  font-size: 9px;
  opacity: 1;
  color: rgba(255,54,100,1);
}

/*   End SlideSwow     */

/*   Top Client     */

.topClient {
  /*background: #F9F9F9;*/ /*backup*/
/*  height: 172px;*/
  text-align: center;
}
.topClient ul {
  padding-top: 56px; padding-bottom: 40px;
}
.topClient ul li {
  width: 120px;
/*  height: 120px;*/
  display: inline-block;
  /*opacity: .5;*/ /*backup*/
}
.topClient ul li img {
  width: 75%; height: auto;
}

.services p {
  font-size: 12px;
}
.services .separateur {
  margin-top: -8px;
}
.services ul {
  padding-left: 0;
  padding-top: 10px;
}
/*    Cursor */


.custom-cursor {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
/*  mix-blend-mode: difference;*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0,0,0,1);
  transition: transform 350ms ease;
  transform: translate(-60%, -60%) scale(0.3);
  
}
.custom-cursor--link:after {
  content: 'voir';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Bebas Neue Regular';
  color: #fff;
  z-index: 1000;
  font-weight: 700;
}
.custom-cursor--link {
  transform: translate(-60%, -60%) scale(1);
  background-color: rgba(255,54,100,.7);
  z-index: 1000;
}


/*    Sabre     */

.button a {
  display: block;
  height: 35px;
  transition: all .5s ease-in-out;
}
.button a:hover span.sabre {
  box-shadow: -3px 2px 5px rgba(255,54,100,1), -5px 2px 5px rgba(255,54,100,.8);
  transition: all .5s ease-in-out;
}

span.sabre {
  display: inline-block;
  height: 2px; width: 30px;
  border-radius: 4px;
  background: rgba(255,54,100,1);
  box-shadow: 2px 2px 5px rgba(255,54,100,1), 2px 2px 5px rgba(255,54,100,1);
  margin-right: 10px;
  margin-bottom: 2px;
  transition: all .5s ease-in-out;
}

span.sabre-about {
  background-color: rgb(38, 38, 38);
  color: #FFF;
  padding: 10px 15px;
  box-shadow: 2px 2px 5px rgba(29, 29, 29,.3);
  transition: all .2s ease-in-out;
}

span.sabre-about:hover {
  background-color: rgba(255,54,100,1);
  box-shadow: 2px 2px 5px rgba(255,54,100,1), 2px 2px 5px rgba(255,54,100,1);
}

/*    Porject Line    */

.gif__item {position: relative;}

.projectLine img {
  width: 100%;
  padding-bottom: 10px;
}

.projectLine {
  padding-bottom: 80px;
  text-align: right;
}
.projectLine p {
  font-size: 10px;
}

.projectLine .margin-top-100 {
  margin-top: 100px;
}
.projectLine .margin-top-250 {
  margin-top: 250px;
}
.projectLine .margin-top-50 {
  margin-top: 50px;
}
.projectLine .margin-top-0 {
  margin-top: 0px;
}

.callToWork {
  text-align: center;
  padding-bottom: 140px;
}
.bloclink-allwork a {
  padding: 30px 0;
  display: block;
}
.bloclink-allwork p {
  font-size: 16px;
  color: #ffffff;
  transition: all .3s ease-out;
  margin-bottom: 0;
}
.bloclink-allwork:hover p {
  color: rgba(255,54,100,1);
  padding-left: 5px;
}

.label-cta, .btn-arrow, .sabre, .ico-arrow {
  display: inline-block;
}
.bloclink-allwork .sabre {
  margin-bottom: 4px;
}
.bloclink-nextwork a > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*.projectLine .container:after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 140px);
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}

.landing .projectLine .container:after {
  display: none;
}*/

/*    Head Page    */

.head-page {
  position: absolute;
  width: 100%;
  height: 100vh;
  /*background: rgba(255,54,100,.9);*/
  background: rgba(255,255,255,.1);
  /*background: rgba(0,0,0,1);*/
  z-index: 1;
}
.head-page .row {
  text-align: center;
  height: 100vh;
}
.head-page p.mention {
  color: rgba(255,54,100,.9);
  font-size: 10px;
}
.head-page p.mention span {
  color: #000;
}

/*  Landing Page   */

.title-landing {
  text-align: center;
}

/*    SELECTEUR DE COMPTE     */

.custom-select {
  position: relative;
  height: auto;
  padding: 0;
  border: none;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,64,100,1);
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(255,64,100,1) transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent rgba(255,64,100,1) transparent;
  top: 5px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255,64,100,1);
  padding: 0px 8px;
  /*border: 1px solid transparent;*/
  /*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  margin-bottom: .5rem;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgba(255,64,100,1);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 5px;
}
.select-items div {
  color: #fff;
  padding: 8px 8px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}




@media (min-width: 767px) {

  .button_container, nav.mobile {
    display: none;
  }

}
@media (max-width: 767px) {

  .row {
    padding-left: 15px; padding-right: 15px;
  }

  h2 { font-size: 48px; }

  .mobile-hidden {
    display: none;
  }
  .desktop-hidden {
    display: block;
  }
  .menu, nav.desktop, nav.navVideo {
    display: none;
  }
  .button_container, nav.mobile {
    display: block;
  }
  .who-next {
    bottom: 20%;
  }
  .carousel-item .col-md-5, .form .col-md-7 {
    padding-left: 25px; padding-right: 25px;
  }
  .who-indicators {
    margin-left: 15px;
  }
  p.small {
    font-size: 14px;
  }
  p.mention {
    font-size: 10px;
    opacity: .9;
  }
  .baseline h1, .baseline p {
    position: absolute;
  }
  .partners .col-md-8 {
    padding-left: 0; padding-right: 0;
    text-align: center;
  }
  .partner__list {
    padding-left: 0;
  }
  .partner__list li {
    width: 75px;
  }
  .partner__list a {
    width: 75px; height: 75px;
    background-size: 75px 75px;
  }
  .form span {
    display: none;
  }
  .hermes, .spiral {
    animation: none;
  }
  nav.mobile {
    z-index: 3;
  }
  
  section .row .mob-padding {
    padding-left: 30px; padding-right: 30px;
  }
  .contact .container-height {
    height: unset;
    padding-top: 250px;
  }
  .contact .social-contact {
    text-align: center;
    padding-top: 100px;
  }
  .contact .social-contact .chat {
    display: none;
  }
  .caseStudy .introduce video {
    margin-bottom: 80px;
  }
  .caseStudy .teaser h1 {
  font-size: 64px;
  }
  .caseStudy h2 {
    font-size: 34px;
    text-align: center;
    margin-top: 40px;
  }
  .caseShot {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
   /* margin-bottom: 200px;*/
   /* margin-top: 80px;*/
  }
  .caseShot img.medium-l {
    max-width: 100%;
  }
  .caseRnt .caseShot img.medium-l {
    max-width: 60%;
  }
  .caseKeyvisual img {
    padding: 0;
    padding-bottom: 40px;
    width: 100%;
  }
  .caseKeyvisual img.logoKeyvisual {
    width: 80%;
    padding-top: 40px;
  }
  .caseReebok .caseKeyvisual img {
    padding: 80px;
    padding-bottom: 80px;
    width: 100%;
  }
  .caseRnt .caseKeyvisual img {
    padding: 80px 0 80px 0;
    padding-bottom: 40px;
    width: 100%;
  }
  .caseRnt .caseShot video.videoH {
    width: 80%;
    max-width: 920px;
    height: auto;
  }
  .caseKeyvisual .container {
    padding-left: 0; padding-right: 0;
  }
  .caseAnim img {
    padding: 20px 0;
    /*width: 50%;*/
  }
  .caseStudy .caseExpertise {
    padding-bottom: 80px;
  }
  .caseStudy .caseExpertise ul {
    padding-left: 0;
  }
  .caseStudy .caseExpertise .row:nth-child(2n) {
    padding-left: 0;
  }
  .caseStudy .slide {
    background-attachment: scroll;
  }

  .home .live, .home .t-head p {
    display: none;
  }
  .teaser h2 {
    font-size: 36px;
  }
  .teaser {
    background-color: #fff;
    min-width: 240px;
    max-width: fit-content;
    padding: 50px 60px 0 60px;
  }
  .indicator {
    right: 30px;
  }
  .teaser img.logoclient {
    max-width: 60px;
  }
  .backposter {
    overflow: hidden;
  }
  .nexity {
    background-size: 100%;
  }
  .diesel {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 70%, rgba(0,0,0,.9) 100%), url(../asset/case/diesel/bg-diesel.png), url(../asset/case/diesel/game-diesel-y.gif), url(../asset/case/diesel/pattern-black.jpg), #c48c2b;
    background-size: 100% 70%, 100% auto, 80% auto, 100% 40%;
    background-position: top, 0% 50%, 20% 47%, bottom;
    background-repeat: no-repeat;
  }
  .bglobe video {
    height: 100%;
    width: auto;
    transform: translateX(-50%);
    margin-left: 50%;
  }
  .topClient {
    height: auto;
  }
  .topClient ul {
      padding-top: 42px;
      padding-left: 0;
  }
  .services .row:nth-child(2) {
    text-align: right;
  }
  .services .row:nth-child(2) .col-md-4 {
    padding-bottom: 40px;
  } 
  .padding-bottom {
    padding-bottom: 0;
  }
  .col-marge-top{
    margin-top: 140px;
  }
  .form .container {
    padding-left: 0; padding-right: 0;
  }
  .form .row-form {
    height: auto;
    padding-left: 0; padding-right: 0;
  }
  .form .form-content {
    padding: 0px 30px;
  }
  #send {
    color: #fff;
    width: 100%;
  }
  .form button {
    border: 0;
    border-radius: 0;
  }
  .form button a {
    background: rgba(255,64,100,1);
    padding: 40px 20px;
    border-radius: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
  }
  #send:hover a {
    background: rgba(246,55,92,1);
  }
  #send:hover {
    color: #fff;
  }
  footer {
    text-align: center;
  }
  footer .col-md-4:nth-child(3) {
    text-align: center;
  }
  footer p, footer a {
    display: none;
  }
  footer a {
    padding-left: 0;
  }
  .social-button {
    padding-right: 0;
    display: inline-block;
  }
  .overlay-menu li .social-button a {
    display: inline-block;
  }
  .contact .introduce,  .contact .topClient {
    margin-bottom: 100px;
  }
  .thanks .introduce {
    text-align: center;
  }
  #fader {
    background-attachment: scroll;
    background-size: 100px;
  }
  .mobile-number {
    position: relative;
    display: block;
    width: 100%;
    padding: 0; margin: 0;
    background: rgba(246,55,92,1);
    border-top: 1px solid rgba(255,255,255,.5);
  }
  .mobile-number a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 40px 20px;
  }
  .mobile-number a div {
    width: 100%;
  }
  .gradientBlueAir, .gradientYellowB, .gradientrnt, .gradientDark, .gradientDarkYellow, .gradientPink, .gradientDarkXilam, .gradientDarkOrange, .gradientDarkGold, .gradientDarkMagenta .gradientDarkOblic:before, footer, .backposter {
    background-attachment: scroll;
  } 
  .projectLine .col-md-4 {
    margin-top: 100px;
  } 
  li.actslide .badgal {
    left: 80%;
  }
  button.control_prev:focus, button.control_next:focus, button.control_prev:hover, button.control_next:hover {
    border: transparent;
  }
  .ml16 {
    letter-spacing: 0.1em
  }
  .jumpcase .col-md-6 {
    max-width: 100% !important;
  }
  .left-jumpcase, .right-jumpcase {
    width: 100%;
  }
  .jumpcase-img {
    height: 50%; width: 100%;
  }
  .left-jumpcase-img {
    top:0
  }
  .right-jumpcase-img {
    bottom:0
  }
  .jumpcase a::before {
    width: 100%;
  }
  .right-jumpcase::before {
    top: 50% !important;
    height: 50% !important;
  }
  .left-jumpcase::before {
    height: 50% !important;
  }

}


