.close-menu-desk{
  position:absolute;
  z-index:2;
  top:2.3rem;
  font-size:1.6rem;
  line-height:1;
  color:#fff;
  cursor:pointer;
  -webkit-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease
}
.close-menu-desk:hover{color:#fff}

.back-parent-menu{
  position:absolute;
  z-index:2;
  top:2.3rem;
  font-size:1.6rem;
  line-height:1;
  color:#fff;
  cursor:pointer;
  -webkit-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease
}
.back-parent-menu:hover{color:#fff}



.hero__caption h1{
  font-size: 72px !important;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}


.hero__caption p{
  font-size: 32px !important;
  color: white;
  font-weight: 600;
  /*text-transform: uppercase;*/
}

.cards__arrow {

   /* position: absolute;
    left: 0;
    bottom: 100px;*/
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 4px;
    transition: all .3s;

}

  #myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
      background-image: /* our video */;
      background-position: center center;
      background-size: contain;
      object-fit: cover; /*cover video background */
      /*z-index:3;*/
  }

  /* Hiding video controls
  * See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
  * --------------------------------------- */
  video::-webkit-media-controls {
    display:none !important;
  }


/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.loading {
  background: #111111;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1100;
}
.loading::before {
  content: '';
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  -webkit-animation: reveal 2s 800ms cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: reveal 2s 800ms cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
}
.loading::after {
  content: '';
  background: #0f0f0f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 0% 0px;
  -webkit-animation: reveal 2s 400ms cubic-bezier(0, 0, 0.2, 1) infinite;
  animation: reveal 2s 400ms cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: 1;
}
.loading-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
.loading-wrap .logotype {
  width: 160px;
}
@media screen and (max-width: 580px) {
  .loading-wrap .logotype {
    width: 100px;
  }
}



.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}



.onFocus{
  display: flex !important;
  opacity:1 !important

}

.split-section .onfocus {
  -webkit-transform:translate(0);
  -ms-transform:translate(0);
  -o-transform:translate(0);
  transform:translate(0);
  opacity:1
}

.outFocus{ 
  opacity:0 !important;
  display:none !important;
  -webkit-transform:translateY(2rem);
  -ms-transform:translateY(2rem);
  -o-transform:translateY(2rem);
  transform:translateY(2rem);
  -webkit-transition:all .5s .9s ease;-o-transition:all .5s .9s ease;transition:all .5s .9s ease
}

.split-section .outFocus{
  opacity:0;
  -webkit-transition-delay:0s;
  -o-transition-delay:0s;
  transition-delay:0s
}
.split-wrapper {
  height:100vh;
  /*display: flex;*/
  opacity:0;
  display:none;
}

.split-section {
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex:1;
  transition: all .5s;
  position: relative;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

.split-section:hover {
  flex:2;
}

.split-section-bg{
   position: absolute;
   width: 100%;
 /* top: 0;*/
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 0; 
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*text-align: center;*/
}
.split-section a.circle-button {
  display: block !important;
  margin: 0 auto;
  margin-bottom: 40px;
}

.split-section h3 {
  color: #fff;
  z-index: 1;
  position: relative;

}


.photographer{
  background:url('../images/home-futur-bg.jpg') center center no-repeat;
}

.designer{
  background:url('../images/home-chantier-bg.jpg') center center no-repeat;
}


.developer{
  background:url('../images/home-concourt.jpg') center center no-repeat;
}


.circle-button{
  border: 2px solid #fff;
    background: none;
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin:5px;
    overflow:hidden;
    padding:25px;
    position:relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff
}

.circle-button:hover{
    color: #fff !important
}
.text-button{
  transform:translate(-50%,-50%);
  position:absolute;
  top:50%;
  left:50%;
}


.circle-box{
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  margin: auto;
  float: none;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  text-align: center;
  line-height: 0;

}

.flex-item h4{
  margin-top: 0 !important;
  color: #fff;
}

.list-unstyled.checked li{
  background: url('../images/cirlce.png') 0 17px  no-repeat;
  background-size: 20px 20px;
  padding:5px 0 5px 45px;
}

.list-unstyled.checked li ul li{
  background: none !important;
  padding: 5px 0 !important;
}

.list-unstyled.simple {
margin-left: 30px !important;
}


.list-unstyled.simple li{
  list-style-type: circle;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
} 

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -151px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
  border: black;

}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
  background-color: limegreen;
  border-color: green;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/*footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 350px;  
  padding-left: 50px;
  background: #4B466F;
  font-size: 100px;
  color: #F56469;
}*/

/*.intro {

    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

}*/
