@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body {
  font-weight: lighter;
  font-family: 'Open Sans', sans-serif;
  background: url('images/pattern.png');
  background-attachment: fixed;
  font-size: 16px;
}
body .tooltip {
  top: 100% !important;
  margin-top: 10px !important;
  width: calc(100% - 30px) !important;
}
body .tooltip * {
  font-size: 13px !important;
  text-align: left !important;
  padding: 15px !important;
  line-height: 1.2em !important;
}
body .tooltip-arrow {
  display: none !important;
}
body .tooltip > *,
body .tooltip > * > *,
body .tooltip > * > * > *,
body .tooltip > * > * > * > * {
  width: 100% !important;
  max-width: inherit !important;
}
body .tooltip > * {
  max-width: inherit !important;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
}
body strong {
  font-weight: 400;
}
body .label {
  font-weight: 400 !important;
}
body * {
  box-shadow: none !important;
}
body .glyphicon {
  padding-right: 10px;
}
body .mfp-title {
  position: absolute;
}
body ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
body .well {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  border-radius: 7px;
}
body .well.top {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  background-image: -webkit-linear-gradient(45deg, rgba(210, 210, 210, 0.1) 25%, transparent 25%, transparent 50%, rgba(210, 210, 210, 0.1) 50%, rgba(210, 210, 210, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(210, 210, 210, 0.1) 25%, transparent 25%, transparent 50%, rgba(210, 210, 210, 0.1) 50%, rgba(210, 210, 210, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(210, 210, 210, 0.1) 25%, transparent 25%, transparent 50%, rgba(210, 210, 210, 0.1) 50%, rgba(210, 210, 210, 0.1) 75%, transparent 75%, transparent);
  -webkit-background-size: 350px 350px;
  background-size: 350px 350px;
  background-color: #848484;
}
body input,
body button,
body textarea {
  text-transform: uppercase;
}
body button,
body input[type="submit"] {
  border: none !important;
}
body .btn-danger {
  background-color: #d9794f;
}
body .btn-danger.active.focus,
body .btn-danger.active:focus,
body .btn-danger.active:hover,
body .btn-danger.focus:active,
body .btn-danger:active:focus,
body .btn-danger:active:hover,
body .open > .dropdown-toggle.btn-danger.focus,
body .open > .dropdown-toggle.btn-danger:focus,
body .open > .dropdown-toggle.btn-danger:hover {
  background-color: #bc5121;
}
body .btn-danger.focus,
body .btn-danger:focus {
  background-color: #bc5121;
}
body .btn-danger:hover {
  background-color: #d05e2c;
}
body .btn-danger.active,
body .btn-danger:active,
body .open > .dropdown-toggle.btn-danger {
  background-color: #d05e2c;
}
body h1,
body h2,
body h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
body .left-menu > li {
  margin-bottom: 10px;
}
body .left-menu > li > a {
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.08) !important;
  box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.08) !important;
  border-radius: 7px;
  padding: 7px 14px;
  font-size: 21px;
}
body .left-menu > li > a:hover {
  background: #f1f1f1;
}
body .left-menu > li > a.active {
  background: #eeeeee;
}
body .panel {
  border-radius: 5px;
  border: none !important;
  float: left;
  width: 100%;
  background-color: #33a3b7;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
body .panel .panel-heading {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border: none !important;
  background-color: transparent;
  color: #ffffff !important;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
}
body .panel .panel-heading h4 {
  margin: 0px;
}
body .panel .panel-heading a {
  color: #ffffff !important;
}
body .panel .panel-body,
body .panel .list-group {
  border: none !important;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0px 0px 10px -3px rgba(0, 0, 0, 0.1) !important;
  position: relative;
}
body .panel .panel-body,
body .panel .list-group,
body .panel .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body .panel.panel-warning {
  background-color: #f0c44e;
}
body .panel.panel-success {
  background-color: #8cb85c;
}
body .panel.panel-danger {
  background-color: #d9794f;
}
body > div.container-fluid {
  padding-top: 15px;
}
body .intro .box-logo {
  height: auto;
  margin-bottom: 20px;
}
body .intro .box-logo a {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 10px;
  display: inline-block;
}
body .intro .box-logo a.lang {
  color: #ffffff;
  text-transform: uppercase;
}
body .aside {
  height: 100%;
  display: block;
}
body .services .workflow {
  height: 40px;
}
body .services .workflow .progress-bar {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
body .services .workflow .progress-bar.idea {
  width: 15%;
}
body .services .workflow .progress-bar.code {
  width: 45%;
}
body .services .workflow .progress-bar.illustration {
  width: 15%;
}
body .services .workflow .progress-bar.quality {
  width: 15%;
  background-color: #d9794f;
}
body .services .workflow .progress-bar.launch {
  width: 10%;
}
body .resume {
  clear: both;
}
body .resume .panel ul:not(.list-group) {
  margin-bottom: 10px;
}
body .resume .panel ul:not(.list-group) li {
  list-style-type: disc;
  padding-left: 0px;
  margin-bottom: 3px;
  margin-left: 23px;
}
body .portfolio #filter-nav li {
  float: left;
  margin: 10px 15px;
  padding: 10px;
  width: 150px;
  text-align: center;
  background-color: #dddddd;
  border: 1px dotted #eeeeee;
  border-radius: 7px;
}
body .portfolio #filter-nav li.filter-current {
  border: 1px dotted #cccccc;
}
body .portfolio #filter-nav li a {
  display: block;
  height: 100%;
  cursor: pointer;
  width: 100%;
  color: #999999;
}
body .portfolio #filter-nav li:active {
  border: 1px solid #aaaaaa;
}
body .portfolio #filter-port {
  margin-bottom: 20px;
}
body .portfolio #filter-port li {
  position: relative;
  font-size: 1vw;
  cursor: pointer;
}
body .portfolio #filter-port li .overlay {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 100%;
  opacity: 0.9;
  z-index: 999;
  position: relative;
  display: block;
  background-color: rgba(110, 110, 110, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
  border-radius: 7px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px 5px 0px;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.1em;
  border: none;
  box-shadow: none;
}
body .portfolio #filter-port li.musique,
body .portfolio #filter-port li.video,
body .portfolio #filter-port li.illustration,
body .portfolio #filter-port li.site-web {
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  /*overflow:hidden;*/
}
body .portfolio #filter-port li.musique img,
body .portfolio #filter-port li.video img,
body .portfolio #filter-port li.illustration img,
body .portfolio #filter-port li.site-web img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.5;
  height: 100%;
  border-radius: 7px;
  position: absolute;
  z-index: 2;
  background-color: #dddddd;
  border: 1px solid #dddddd;
  display: block;
}
body .portfolio #filter-port li.musique:hover img,
body .portfolio #filter-port li.video:hover img,
body .portfolio #filter-port li.illustration:hover img,
body .portfolio #filter-port li.site-web:hover img {
  opacity: 0.8;
}
body .portfolio #filter-port li.musique:hover .overlay,
body .portfolio #filter-port li.video:hover .overlay,
body .portfolio #filter-port li.illustration:hover .overlay,
body .portfolio #filter-port li.site-web:hover .overlay {
  opacity: 0.8;
}
body .portfolio #filter-port li.musique .description,
body .portfolio #filter-port li.video .description,
body .portfolio #filter-port li.illustration .description,
body .portfolio #filter-port li.site-web .description {
  text-transform: uppercase;
  margin: 10px;
  padding: 5px;
  text-align: center;
  border: 1px dotted #eeeeee;
  margin-top: 10px;
  border-radius: 7px;
}
body .portfolio #filter-port li.musique .description h3,
body .portfolio #filter-port li.video .description h3,
body .portfolio #filter-port li.illustration .description h3,
body .portfolio #filter-port li.site-web .description h3 {
  margin: 0px;
  padding: 5px 0px;
  font-size: 0.7em;
  color: #ffffff;
  font-weight: bold;
}
body .portfolio #filter-port li.musique .description span,
body .portfolio #filter-port li.video .description span,
body .portfolio #filter-port li.illustration .description span,
body .portfolio #filter-port li.site-web .description span {
  color: #ffffff;
  font-style: italic;
  font-weight: normal;
  display: block;
}
body .portfolio #filter-port li.musique .description strong,
body .portfolio #filter-port li.video .description strong,
body .portfolio #filter-port li.illustration .description strong,
body .portfolio #filter-port li.site-web .description strong {
  color: #ffffff;
}
body #contact {
  clear: both;
}
@media (max-width: 992px) {
  body .portfolio #filter-port li {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  body nav {
    padding: 0px;
  }
  body nav .navbar-brand {
    padding: 15px;
  }
  body nav .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body nav .navbar-collapse .navbar-nav {
    margin: 0px;
  }
  body nav .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .portfolio #filter-port li {
    font-size: 4vw;
  }
}
