/* */
/* Base color if needed */
/* Base time if needed */
/* Base transition if needed */
/* Base font to calc rem/em */
/* calc em */
/* calc line-height */
/* calc rem */
body {
  font: normal 17.6px/1.5 'Open Sans', sans-serif;
  font: normal 1.1rem/1.5 'Open Sans', sans-serif;
  background: #fff;
}
.site {
  padding-top: 20px;
}
a {
  color: #1a1a1b;
}
a.button,
.button,
input[type="submit"],
button {
  background: #1a1a1b;
}
.site-width {
  max-width: 960px;
  max-width: 60rem;
}
a.button,
.button,
input[type="submit"],
button,
.button,
input[type="submit"],
button {
  background: rgba(0, 0, 0, 0.7);
}
a.button:hover,
.button:hover,
input[type="submit"]:hover,
button:hover {
  background: rgba(0, 0, 0, 0.9);
}
/* ----------------
	HEADER
----------------- */
.site-header .site-branding {
  width: 80%;
}
.site-header .site-branding .site-logo,
.site-header .site-branding .site-title {
  vertical-align: middle;
}
.site-header .site-branding .site-logo {
  width: 14%;
}
.site-header .site-branding .site-logo img {
  max-width: 100px;
  width: 100%;
}
.site-header .site-branding .site-title {
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding-left: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.site-header .site-branding .site-title:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* ----------------
	CONTENT
----------------- */
.main-content {
  padding-top: 20px;
}
.main-content #content .entry-header {
  padding-bottom: 20px;
}
.main-content #content .entry-header h1 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 30px;
}
.main-content #content .entry-content {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.main-content #content .entry-content h2 {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 0;
}
.main-content #content .entry-content a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.main-content #content .entry-content a:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* ----------------
	NAVIGATION
----------------- */
.burger .entry-label {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.burger .entry-icon span {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.burger:hover .entry-label {
  color: rgba(0, 0, 0, 0.8);
}
.burger:hover .top-icon,
.burger:hover .bottom-icon {
  margin-left: 4px;
}
.burger:hover .middle-icon {
  margin-left: -4px;
}
.touch-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.touch-navigation {
  width: 100%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: -300px;
  left: auto;
  height: 100%;
  top: 0;
  bottom: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  padding: 30px;
}
.touch-navigation .js-close-navigation {
  top: 22.4px;
  top: 1.4rem;
  right: 22.4px;
  right: 1.4rem;
}
.touch-navigation .js-close-navigation:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}
.touch-navigation .entry-title {
  text-transform: uppercase;
  padding-bottom: 16px;
  font-weight: 300;
}
.touch-navigation .nav-menu a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
}
.touch-navigation .nav-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.touch-navigation .nav-menu > .menu-item {
  padding-bottom: 10px;
}
.touch-navigation .nav-menu .sub-menu {
  padding-left: 16px;
  border-left: 1px dotted rgba(255, 255, 255, 0.4);
}
.touch-navigation .nav-menu .sub-menu a {
  font-weight: 400;
  text-transform: none;
}
.site,
.touch-navigation {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.touch-nav-active {
  overflow: auto;
}
.touch-nav-active .touch-navigation {
  -webkit-transform: translateX(-300px);
     -moz-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
       -o-transform: translateX(-300px);
          transform: translateX(-300px);
}
.touch-nav-active .site {
  -webkit-transform: translateX(-300px) !important;
     -moz-transform: translateX(-300px) !important;
      -ms-transform: translateX(-300px) !important;
       -o-transform: translateX(-300px) !important;
          transform: translateX(-300px) !important;
}
/* ----------------
	BREADCRUMB
----------------- */
#breadcrumb {
  padding-top: 10px;
  font-size: 14px;
}
#breadcrumb .site-width {
  padding-bottom: 10px;
}
#breadcrumb .site-width > div {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
#breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.9);
}
/* ----------------
	BLOC PROJECT
----------------- */
.bloc-project .bloc-item.--background .bloc-item-thumbnail {
  overflow: hidden;
}
.bloc-project .bloc-item.--background .bloc-item-thumbnail img {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bloc-project .bloc-item.--background .bloc-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.bloc-project .bloc-item.--background .bloc-item-content > div {
  margin: auto;
}
.bloc-project .bloc-item.--background .bloc-item-content .bloc-title {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 0;
}
.bloc-project .bloc-item.--background .bloc-item-content .bloc-content {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  top: 60px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.bloc-project .bloc-item.--background:hover .bloc-item-thumbnail img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
}
.bloc-project .bloc-item.--background:hover .bloc-item-content .bloc-content {
  top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.bloc-project .bloc-item .bloc-item-padder {
  position: relative;
  overflow: hidden;
}
.bloc-project .bloc-item .bloc-item-content {
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  word-break: normal;
}
.bloc-project .bloc-item .bloc-item-content a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* ----------------
	CONTENT
----------------- */
.main-content a {
  text-decoration: underline;
}
/* ----------------
	FOOTER
----------------- */
.site-footer .site-width {
  padding-top: 20px;
}
.site-footer .site-width > div {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin: 0;
}
.site-footer .gridwrapper.w3 > div:first-child {
  padding-left: 0;
}
.site-footer .gridwrapper.w3 > div:last-child {
  padding-right: 0;
}
.site-footer aside {
  font-size: 14px;
}
.site-footer aside a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.site-footer aside a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.site-footer aside ul {
  padding: 0;
  list-style-type: none;
}
