@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Medium.woff2') format('woff2'),
        url('fonts/HKGrotesk-Medium.woff') format('woff'),
        url('fonts/HKGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-MediumItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-MediumItalic.woff') format('woff'),
        url('fonts/HKGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-LightItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-LightItalic.woff') format('woff'),
        url('fonts/HKGrotesk-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('fonts/HKGrotesk-Regular.woff') format('woff'),
        url('fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Italic.woff2') format('woff2'),
        url('fonts/HKGrotesk-Italic.woff') format('woff'),
        url('fonts/HKGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HKGrotesk-Bold.woff') format('woff'),
        url('fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-BoldItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-BoldItalic.woff') format('woff'),
        url('fonts/HKGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('fonts/HKGrotesk-SemiBold.woff') format('woff'),
        url('fonts/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-SemiBoldItalic.woff') format('woff'),
        url('fonts/HKGrotesk-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Black.woff2') format('woff2'),
        url('fonts/HKGrotesk-Black.woff') format('woff'),
        url('fonts/HKGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
   font-family: 'Antikor Mono Italic';
    src: url('AntikorMono-LightItalic.woff2') format('woff2'),
        url('AntikorMono-LightItalic.woff') format('woff'),
        url('AntikorMono-LightItalic.ttf') format('truetype');
        font-style: italic;
}
@font-face {
   font-family: 'Antikor Mono';
    src: url('AntikorMono-Light.woff2') format('woff2'),
        url('AntikorMono-Light.woff') format('woff'),
        url('AntikorMono-Light.ttf') format('truetype');
        font-style: normal;
}


body {
	background: #ffffff;
    font-family: 'HK Grotesk', sans-serif;
    font-style: normal;
	font-weight: 600;
    overflow-x: hidden;
}



/*---------------------------------------
    Typography              
-----------------------------------------*/

h1,h2 {
  font-family: 'HK Grotesk', serif;
  font-weight: bold;
}
h6 {
  font-family: 'HK Grotesk';
  font-weight: 500;
}

h1 {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

h2 {
  font-size: 30px;
  padding-bottom: 0px;
}

h3 {
  font-family: 'Antikor Mono'; 
  padding-left: 13px;
  padding-top: 13px;
  font-size: 24px;
  padding-bottom: 0px;
}

h4 {
  font-family: 'Antikor Mono'; !important;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

h5 {
  font-family: 'Antikor Mono';
  font-size: 15px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}

p {
    color: black;
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
}

.small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  text-align: left
  opacity: 0.5;   
}

.alternate {
  font-family: 'Antikor Mono';
  font-size: 22px;
  font-weight: 400;
}

#service .small {
  padding: 10px 20px 20px 20px;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #FF6323;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FF6323;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  position: relative;
  margin-bottom: 62px;
  text-align: center;
}

#portfolio,
#cta,
#team, #service,
#contact {
  padding-top: 100px;
  padding-bottom: 0px;
}

#portfolio,
#service, #contact {
  padding-top: 80px;
}


#portfolio img,
#team img {
  border-radius: 2px;
  width: 100%;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-dark {
  background-color: #202020;
}

.head {
  display: flex;
  height: 70px;
  position: relative;
  text-align: left;
}
.lr-pd {
    padding-left: 10%;
    padding-right: 10%;
}



/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    border: none;
    padding-top : 2px;
    padding-left: 14px;
    padding-right: 14px;
    border-bottom: 1px black solid;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: black;
  font-size: 28px;
  font-family: 'HK Grotesk';
  font-weight: 600;
}

.navbar-default .navbar-nav li a {
    color: black;
    font-size: 28px;
    font-family: 'HK Grotesk';
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-right: 15px;
    padding-left: 10px;
}

.navbar-default .navbar-nav > li a:hover {
    color: #FF6323 !important;
}

.navbar-brand:hover {
    color: #FF6323 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FF6323;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: black;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 14px;
     margin-right: 3px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

.navbar-default .navbar-nav .active  {
    text-decoration: underline solid 2px;
}


/*---------------------------------------
    Main section              
-----------------------------------------*/

.main-about,
.main-service, .main-contact,
.main-work {
    height: 70vh;
    text-align: left;
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 110px;
    padding-bottom: 30px;
    position: relative;
}

#home p {
   width: 57%;
   height: auto;
   min-width: 600px;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0px;
  padding-top: 10px;
  margin-bottom: 20px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: left;
}



#home h2 {
    width: 60%;
    padding-left: 13px;
    padding-top: 20px;
    padding-right: 13px;
    
 }

#home a:hover {
    text-decoration: underline !important;
    }

/*---------------------------------------
    Portfolio section              
-----------------------------------------*/

.portfolio-thumb {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.portfolio-item-hover {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent; 
  -webkit-transition: all 0.3s;
  transition: all 0.7s;
  cursor: url('black_cross.cur'), pointer;
}

/*.image-popup .overlay-text h2 {
  opacity: 1;
  font-size: 25px;
  font-family: 'Antikor Mono';
  font-weight: 600;
  position: absolute;
  left: 30px;
  bottom: 10px;
  color: black;
  letter-spacing: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
} */

.image-popup:hover .overlay-text h2 {
  opacity: 1;
  letter-spacing: 0;
}

.portfolio-thumb a:hover .portfolio-item-hover {
  opacity: 1;
}

.portfolio-thumb a:hover .portfolio-item-hover:after {
  opacity: 1;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    
    border-radius: 4px;
    color: black;
    font-size: 13px;
    font-family: 'Antikor Mono';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 6px 30px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #FF6323;
}

/*worktope box css*/
.work-box-section {
    width: 100%;
}

.work-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.work-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.work-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---------------------------------------
   Project page section              
-----------------------------------------*/

#page-projet {
  margin-top: 80px;
  margin-bottom: 18px;
  margin-left: 18px;
  margin-right: 18px;
 
}

 #page-projet .row .img-responsive {
    padding-bottom: 20px;
  }

.motion {
    height: 51vh;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 14px;
  padding-right: 14px;
  border-top: 1px black solid;
}

footer .footer-copyright {
  padding-top: 20px;
  width: 100%;
}


/*---------------------------------------
   Back top         
-----------------------------------------*/

.go-right {
    bottom: 2em;
    right: 2em;
    position: fixed;
}
   
.go-right img {
  width: 80px;
}

/*.go-top {
  border-radius: 2px;
  transition : all 1s ease;
  bottom: 1em;
  right: 1em;
  font-size: 30px;
  display: none;
  position: fixed;
  line-height: 90px;
  text-align: center;
}

.go-top img {
  width: 60px;
} */

.go-top:hover {
    color: #FF6323;
}


/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 1150px) {

  .navbar-default .navbar-brand {
    font-size: 23px;
    line-height: 18px;
   }  

   .navbar-default .navbar-nav li a {
    font-size: 23px;
    line-height: 18px !important;
    }      
    
    #home p {
    font-size: 23px;
    line-height: 27px;
    }

   .filter-wrapper li a {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 10px;
    }

  #about .chart {
    margin-top: 32px;
  }

  #cta p {
    font-size: 24px;
  }
    
     h5 {
      font-size: 17px;
      line-height: 3px;
    }
    
   .alternate {
  font-size: 18px;
}
    
}

 

@media (max-width: 900px) {
    
  .navbar-default .navbar-brand {
      font-size: 17px;
  }
    
  .navbar-default .navbar-nav li a {
    font-size: 17px;
  }      
    
    .alternate {
  font-size: 17px;
}
   
  h1 {
    font-size: 48px;
  }

  #portfolio,
  #cta,
  #team, #service,
  #contact {
  padding-top: 0px;
  padding-bottom: 0px;
  }
    
    #page-projet .row {
    display: flex;
    flex-wrap: wrap; 
    }
    
    #page-projet {
    margin-bottom: 50px;
    }

    #page-projet .row .page-projet-img {
    margin-top: 0px;
    }
    
   #page-projet h4 {
    font-family: "Antikor Mono";
   }
    
    
    .go-right {
    bottom: 40px;
    right: -86%;
    position: relative;
    }
    
     #legal {
   margin-top: 10px;
    }
}
    


@media (max-width: 767px) {
    
  .navbar-default {
    text-align: center;
    padding-top: 0px;
   
  }

  .navbar-default .navbar-brand {
      line-height: 24px;
       padding-bottom: 80px;
      margin-bottom: 15px;
  }

  .navbar-default .navbar-nav li a {
    line-height: 35px;
  }

  footer {
    padding: 10px;
    padding-top: 20px;
  }
    
     .alternate {
  font-size: 16px;
}
    
    h4 {
    text-align: left;
  }
    
    h2 {
    text-align: left !important;
      font-size: 28px;
    }
    
     h3 {
    text-align: left !important;
      font-size: 22px;
    }
    

    
    .small {
  font-size: 11px;
  line-height: 15px;  
}


   .go-right img {
    width: 60px;
   }
    
    .go-right {
    bottom: 40px;
    right: -85%;
    position: relative;
    }
}



@media (max-width: 650px) {
    
  .navbar-default .navbar-brand {
      font-size: 19px;
      padding-top: 0px;
      padding-right: 70px;
      padding-left: 70px;
       padding-bottom: 120px;
   }

    .navbar-default .navbar-nav li a {
    font-size: 17px;
    line-height: 8px !important;
    }     
 
    .navbar-default .navbar-nav .active  {
    text-decoration: underline solid black 2px;
    }    
    
      .alternate {
  font-size: 18px;
}

    h2 {
    text-align: left;
      font-size: 25px;
    }
    
     h3 {
    text-align: left;
      font-size: 16px;
    }
    
      h4 {
    font-family: "Antikor Mono";
    text-align: left;
    font-size: 18px;
    }
    
     h5 {
      font-size: 14px;
      line-height: 1px;
    }

      p {
    text-align: left;
      font-size: 15px;
      line-height: 20px;
    }
    
    #home p,
    #cta p {
    font-size: 20px;
    line-height: 24px;
    min-width: 100% !important;
    }

   .filter-wrapper {
    text-align: center;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    .filter-wrapper li a {
    padding: 3px;
      font-size: 10px;
      letter-spacing: 2px;
    }

    #contact .contact-detail-1 {
    padding-top: 32px;
   }
     .go-right {
    bottom: 30px;
    right: -75%;
    position: relative;
    }
    
}





@media (min-width:350px){.container{width:100%}}
@media (min-width:650px){.container{width:100%}}
@media (min-width:768px){.container{width:100%}}
@media (min-width:992px){.container{width:100%}}
@media (min-width:1200px){.container{width:100%}}

/* ajout nils */
.portfolio-thumb a {
  cursor: url('black_cross.cur'), pointer;
}
/* fin ajout nils */