@charset "UTF-8";

/* COLORS */
.maincolor {
  color: #f03f28;
}

.greycolor {
  color: #30343F;
}


/* HELPERS */
/* FONTS
   =========================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

h1{
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

h1 a{
  display: block;
}

h1 .subtitle {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
}

h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
}

h3:after {
  content: '';
  width: 15px;
  height: 3px;
  background: #f03f28;
  display: block;
  margin-top: 10px;
}

/* RESET STUFF
=========================== */
/* MIXINS
=========================== */
/* STRUCTURE
=========================== */
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 2px solid #30343F;
}

hr.tinyhr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 2px solid #30343F;
  width: 20px;
  margin-left: 0;
}

/*BUTTONS*/

.btn-primary{
  background-color: #f03f28;
  border-color: #f03f28;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  background-color: #db2c15;
  border-color: #db2c15;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}


/* GENERAL */
html, body {
  height: 100%;
}

body {
  background: #16191D;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  min-height: 700px;
  padding-top: 72px;
}

body.noscroll {
    overflow: hidden;
}

.main-mobile-overlay {
    background-color: rgba(55,54,70,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

a, .btn, .fa {
  transition: all 0.5s ease;
}

a {
  color: #fff;
}
a:hover {
  color: #f03f28;
  text-decoration: none;
}

/* NAVIGATION */

#top-nav{
  position: fixed;
  width: 100%;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #16191D;
  top: 0;
}

#mainnavigation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  background: #7386D5;
  color: #fff;
  transition: all 0.3s;
  padding: 72px 15px 15px 15px;
  background: #16191D;
  width: 85%;
  transform: translateX(-100%);
}
#mainnavigation h2{
  color: #5c6479;
}
#mainnavigation.visible{
  transform: translateX(0);
}
#mainnavigation .mainheader {
}
#mainnavigation .header {
  position: relative;
  max-width: 100%;
}

#mainnavigation a {
  color: #fff;
}
#mainnavigation a:hover {
  text-decoration: none;
  opacity: .6;
}
#mainnavigation .nav {
  padding: 140px 0;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
#mainnavigation .nav h2, #mainnavigation .nav ul{
  flex-basis: 100%;
}
#mainnavigation .nav a {
  padding: 6px 0;
  display: block;
}
#mainnavigation .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnavigation #contactnav {
  position: fixed;
  bottom: 15px;
}
#mainnavigation #contactnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainnavigation #contactnav ul li {
  margin-bottom: 15px;
  display: inline-block;
}
#mainnavigation #contactnav ul li:hover .fa {
  border: 2px solid #f03f28;
}
#mainnavigation #contactnav ul li a {
  display: block;
}
#mainnavigation #contactnav ul li a:hover {
  text-decoration: none;
}
#mainnavigation #contactnav ul li .fa {
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 8px;
  text-align: center;
  min-width: 35px;
  margin-right: 8px;
}


.content {
  padding: 40px;
  background: #1d2126;
  min-height: 100%;
  position: absolute;
  width: 100%;
}

#home {
  background: transparent;
  top: -40px;
}

.slider-navigation {
  width: 140px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: -15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.slider-navigation #prevslide, .slider-navigation #nextslide {
  background: transparent !important;
  position: relative;
  height: 60px;
  width: 67px;
  top: inherit;
  margin-top: 0;
  display: inline-block !important;
  text-align: center;
}
.slider-navigation #prevslide .fa, .slider-navigation #nextslide .fa {
  font-size: 60px;
  color: #16191D;
}
.slider-navigation #prevslide:active, .slider-navigation #nextslide:active {
  margin-top: 0 !important;
}
.slider-navigation #nextslide {
  right: inherit;
}
.slider-navigation #prevslide {
  left: inherit;
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background: #111;
}

#about {
  background: url(../images/bg_laura.jpg);
  background-size: cover;
}
#about-title{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about-title h2, #about-title .btn{
  flex-basis: 100%;
}
#about-title div{
  display: flex;
  margin-bottom: 15px;
}
#about-title .btn {
  margin-right: 10px;
}

/* MEDIAS */
#mediapress img {
  max-width: 100%;
}
#medias iframe{
  height: 300px;
}

#work {
  background: url(../images/bg_work.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
}
#work h3 {
  margin-top: 0px;
}
#work .workheader {
  margin-top: 20px;
}

.workgallery {
  margin-top: 25px;
}
.workgallery .thumbs {
  margin: 0 !important;
}
.workgallery .thumbs .col-md-3, .workgallery .thumbs .col-md-12 {
  padding: 0 !important;
}
.workgallery .thumbs img {
  width: 100%;
}

.container {
  width: 1170px !important;
}

.jumbotron, footer, .navbar, .footer-head {
  min-width: 1170px;
}

/*Responsive*/

@media (max-width: 1740px) {
  #mainnavigation .nav {
    padding: 40px 0;
  }

  #mainnavigation #contactnav {
    font-size: 14px;
  }

  #mainnavigation #contactnav ul li .fa {
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 7px;
    text-align: center;
    min-width: 32px;
    margin-right: 8px;
  }
}

@media (max-height: 960px) {
  #mainnavigation .nav {
    padding: 15px 0;
  }

  #mainnavigation #contactnav {
    font-size: 14px;
  }


  #mainnavigation #contactnav ul li .fa {
    font-size: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 7px;
    text-align: center;
    min-width: 32px;
    margin-right: 8px;
  }
}


@media(min-width: 992px){
  h1{
    font-size: 35px;
    line-height: 30px;
  }
  h1 .subtitle{
    font-size: 18px;
  }
  h2{
    font-size: 35px;
  }
  body{
    padding-top: 0;
  }
  #top-nav{
    width: 450px;
    padding: 40px;
  }
  #top-nav #sidebarCollapse{
    display: none;
  }
  #mainnavigation {
    padding: 145px 40px 40px 40px;
    position: fixed;
    width: 450px;
    transform: translateX(0);
  }
  #mainnavigation .nav {
    padding: 40px 0;
    font-size: 18px;
  }
  .content{
    position: relative;
    width: calc(100% - 450px);
    margin-left: 450px;
    height: 100%;
    overflow: scroll;
  }
  .content#home{
    overflow: hidden;
    top: 0px; 
  }
  #supersized{
    width: calc(100% - 450px);
    margin-left: 450px;
  }
  #supersized li{
    width: calc(100% - 450px);
  }
  #about-title h2, #about-title .btn{
    flex-basis: 50%;
  } 
  #medias iframe{
    height: 400px;
    max-width: 700px;
  }
}

@media (min-width: 1200px){
  
}

@media (max-height: 760px) {
  #mainnavigation #contactnav {
    position: relative !important;
    margin-top: 25px;
  }

  hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#lien-nixa{
  margin-bottom: 0;
}
#lien-nixa a {
  color: #606060 !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

#lien-nixa a:hover {
  opacity: 1;
  color: #f03f28 !important;
}
