@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-xxs {
  padding-top: 20px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-xxs {
  padding-bottom: 10px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 40px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-xs {
  margin-bottom: 40px;
}
.center-block {
  float: none;
}
.height-xs {
  height: 30vh;
}
.height-sm {
  height: 44vh;
}
.height-md {
  height: 61vh;
}
.height-lg {
  height: 90vh;
}
.vertical-center {
  vertical-align: middle;
  padding-top: 10vh;
}
.img-bg,
.img-bg-center {
  background-position: center !important;
  background-size: cover;
}
.img-bg-top {
  background-position: top !important;
  background-size: cover;
}
.img-bg-bottom {
  background-position: bottom !important;
  background-size: cover;
}
.img-bg-right {
  background-position: right bottom !important;
  background-size: cover;
}
.img-bg-soft,
.img-bg-softer {
  background-position: center;
  position: relative;
}
.img-bg-soft:before,
.img-bg-softer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.light-bg.img-bg-soft:before {
  background-color: #F2F5F7;
  opacity: .66;
}
.dark-bg.img-bg-soft:before {
  background-color: #222222;
  opacity: .57;
}
.tint-bg.img-bg-soft:before {
  background-color: #337ab7;
  opacity: .84;
}
.light-bg.img-bg-softer:before {
  background-color: #F2F5F7;
  opacity: .95;
}
.dark-bg.img-bg-softer:before {
  background-color: #222222;
  opacity: .97;
}
.tint-bg.img-bg-softer:before {
  background-color: #337ab7;
  opacity: .96;
}
.green-bg {
  background-color: #1ABB9C !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.blue-bg {
  background-color: #3F8DBF !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.red-bg {
  background-color: #FA6C65 !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.orange-bg {
  background-color: #F27A24 !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.purple-bg {
  background-color: #9B59B6 !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.pink-bg {
  background-color: #D487BE !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.navy-bg {
  background-color: #34495E !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.gray-bg {
  background-color: #95A5A6 !important;
  color: #FFF !important;
  padding: 2px 8px 4px;
  margin-top: -2px;
}
.light-bg {
  background-color: #eeeeee;
}
.dark-bg {
  background-color: #222222;
}
.dark-bg,
.dark-bg p,
.dark-bg .item-details li:before {
  color: #777777;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
  color: #FFF;
}
.dark-bg .widget h1,
.dark-bg .widget h2,
.dark-bg .widget h3,
.dark-bg .widget h4 {
  color: #FFF;
}
.tint-bg {
  background-color: #337ab7;
  color: #FFF;
  padding: 2px 8px;
  margin-top: -2px;
}
.tint-bg,
.tint-bg h1,
.tint-bg h2,
.tint-bg h3,
.tint-bg h4,
.tint-bg p,
.tint-bg .item-details li:before,
.tint-bg .icon i.icn {
  color: #FFF;
}
.tint-bg a {
  color: #FFF;
}
.tint-bg a:hover {
  color: #f7f7f7;
}
.light-color,
.light-color .dark-bg {
  color: #FFF !important;
}
.medium-color {
  color: #A3B1BF !important;
}
.dark-color {
  color: #506A85 !important;
}
.tint-color {
  color: #1ABB9C !important;
}
.green {
  color: #1ABB9C !important;
}
.blue {
  color: #3F8DBF !important;
}
.red {
  color: #FA6C65 !important;
}
.pink {
  color: #D487BE !important;
}
.purple {
  color: #9B59B6 !important;
}
.orange {
  color: #F27A24 !important;
}
.navy {
  color: #34495E !important;
}
.gray {
  color: #95A5A6 !important;
}
/*
    Animation Delays - Additionals Generated by Blocs
*/
.animDelay01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animDelay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animDelay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animDelay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animDelay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animDelay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animDelay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animDelay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animDelay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animDelay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animDelay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animDelay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.hideMe {
  visibility: hidden;
}
html {
  font-size: 100%;
  outline: 0;
  height: 100%;
}
body {
  height: 100%;
  background: black;
  padding-top: 50px;
  padding-bottom: 90px;
  text-rendering: optimizelegibility;
  font-family: 'Lato', sans-serif;
}
.navbar-inverse {
  background-color: #2d2f31;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #c6c8ca;
  padding-top: 0;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.page-container,
.page-container > .container-fluid,
.page-container #main-views > .row,
#main-views {
  height: 100%;
}
#views {
  padding: 0;
}
.view {
  display: none;
}
.view.active {
  display: block;
}
.view img {
  width: 100%;
}
#tools .panel-group .panel {
  border-radius: 0;
  margin-top: 0px;
}
#tools .panel.panel-default {
  border: none;
}
#tools {
  padding: 0;
  height: 100%;
  background: #90959a;
}
#tools.col-xs-4 {
  height: 100%;
}
#tools .table {
  font-size: 10px;
  margin-bottom: 5px;
  background: #e0e2e3;
}
#tools .table.table-condensed > tbody > tr > td {
  padding: 2px 5px;
}
#tools .list-header {
  padding: 7px 15px;
  text-transform: uppercase;
  background: #c6c8ca;
  border-top: 1px solid #fbfbfb;
  border-bottom: 1px solid #90959a;
  font-size: 14px;
  font-weight: 500;
}
#tools .panel-heading {
  padding: 0 15px;
  text-transform: uppercase;
  border-radius: 0;
  background: #c6c8ca;
  border-top: 1px solid #fbfbfb;
  border-bottom: 1px solid #90959a;
}
#tools .panel-heading:hover {
  background: #337ab7;
}
#tools .panel-heading .panel-title > a {
  display: block;
  padding: 3px 0 4px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
#tools .panel-heading .panel-title > a:hover {
  color: white;
}
#tools .panel-body {
  background: #e0e2e3;
  padding: 0px 5px 15px;
}
#tools .form-control {
  display: block;
  width: 100%;
  height: 20px;
  padding: 2px 7px;
  font-size: 10px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#tools button {
  height: 17px;
  padding: 0px 7px;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 2px;
  margin-left: 10px;
}
.toolform {
  font-size: 10px;
  clear: left;
  padding-top: 20px;
}
.toolform h5 {
  margin: 0px 0 4px 10px;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.toolform .col-md-9,
.toolform .col-md-8,
.toolform .col-md-7,
.toolform .col-md-6,
.toolform .col-md-5,
.toolform .col-md-4,
.toolform .col-md-3,
.toolform .col-md-2,
.toolform .col-md-1 {
  padding: 1px 3px;
}
.toolform .form-group {
  margin-bottom: 1px;
}
.toolform .input-sm {
  height: 20px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 3px;
}
.toolform .control-label {
  text-align: right;
  margin: 2px 0;
  font-weight: 400;
}
.toolform .help-block {
  text-align: left;
  margin: 2px 0;
}
.switch {
  width: 80px;
  height: 18px;
  display: inline-block;
}
.switch.disabled {
  background: url(/img/Switch-off.png) center center no-repeat;
}
.switch.active {
  background: url(/img/Switch-on.png) center center no-repeat;
}
.view {
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
#step .nav-pills.nav-justified > li h4 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
#step .nav-pills.nav-justified > li.active > a {
  color: white;
}
#step .nav-pills.nav-justified > li > a {
  text-align: left;
  height: 89px;
  border-radius: 0;
  color: #525559;
  border-right: 1px solid #abafb2;
  box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.39);
}
.project-box {
  float: left;
  width: 23%;
  margin: 0.5% 1%;
}
.project-box .panel.panel-default {
  border: 1px solid #90959a;
}
.project-box .panel.panel-default:hover {
  border: 1px solid #337ab7;
  box-shadow: 0px 4px 4px rgba(62, 62, 62, 0.39);
}
.project-box .panel-heading {
  background: #abafb2;
}
.project-box .panel-body {
  background: url(/img/projet-box.png) no-repeat -10px 0;
  padding: 0;
  height: 130px;
}
.projects {
  background: #c6c8ca;
  padding: 10px 20px;
}
.projects .nav-tabs {
  padding: 10px 15px 0;
}
a,
button {
  -webkit-transition: color, background-color, border-color 0.3s ease-out;
  -moz-transition: color, background-color, border-color 0.3s ease-out;
  -o-transition: color, background-color, border-color 0.3s ease-out;
  transition: color, background-color, border-color 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
