/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* Color */
/* Elements */
/* Header */
/* pre-header */
/* header */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #0a0a0a;
}
/*
body #main {
  font-size: 0.85em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.65em;
}

div.container {
  padding: 1.3em;
}

.blog,
.desc {
  padding: 2rem 0 1.0625rem;
}

.section-title {
  padding: 1.0625rem 0 2rem;
}

a {
  color: #333333;
}

a.read-more {
  color: #ff8000;
  font-size: 1.3em;
  font-weight: 700;
}

a:hover {
  color: #ff8000;
}

a:focus {
  color: #ff8000;
}

strong {
  font-weight: 700;
}

strong em {
  font-style: italic;
}

em {
  font-style: italic;
}*/

/* Color */
/* Elements */
/* Header */
/* pre-header */
/* header */
header {
  z-index: 100;
  position: relative;
}

header .pre-header {
  background: #0e0e0e;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  header .pre-header {
    display: none;
  }
}

header .pre-header .top-bar {
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-size: 0.75em;
  background: #0e0e0e;
}

header .pre-header .top-bar .top-bar-right .menu,
header .pre-header .top-bar .top-bar-left .menu {
  background: #0e0e0e;
  color: #f2f2f2;
}

header .pre-header .top-bar .top-bar-right .menu li,
header .pre-header .top-bar .top-bar-left .menu li {
  padding: 0.4rem 0;
}

header .pre-header .top-bar .top-bar-right .menu li a,
header .pre-header .top-bar .top-bar-left .menu li a {
  padding: 0 1rem;
  color: white;
}

header .header.ombre {
/*  -moz-box-shadow: 0 -4px 10px 0 #0e0e0e;
  -webkit-box-shadow: 0 5px 10px 0 #0e0e0e;
  -o-box-shadow: 0 -4px 10px 0 #0e0e0e;
  box-shadow: 0 -4px 10px 0 #0e0e0e;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=10);*/
}

header .header .top-bar {
  background: #ffffff;
  padding: 20px;
}

header .header .top-bar .menu-icon.dark {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 16px;
  right: 2em;
  top: 2.5em;
}

@media screen and (max-width: 640px) {
  header .header .top-bar #responsive-menu {
    width: 100%;
  }
  header .header .top-bar #responsive-menu .top-bar-left ul {
    flex-direction: column;
  }
  header .header .top-bar #responsive-menu .top-bar-left ul li {
    width: 80%;
    text-align: center;
  }
}

header .header .top-bar ul.menu {
  background-color: #ffffff;
}

@media screen and (max-width: 640px) {
  header .header .top-bar ul.menu li {
    display: block;
  }
}

header .header .top-bar ul.menu li a {
  font-size: 1.15em;
  color: #0e0e0e;
  border-bottom: 2px solid transparent;
}

header .header .top-bar ul.menu li a:hover, header .header .top-bar ul.menu li a.active {
  border-bottom: 2px solid #ff8000;
}

header .header .top-bar ul.menu li.acces-abo {
  background: #ff8000;
}

header .header .top-bar ul.menu li.acces-abo a {
  color: #ffffff;
}


div.card {
  background-color: #f2f2f2;
/*  -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow color=black, Direction=NaN, Strength=30;*/
}

div.card .card-title {
  background: #fea621;
  background: -moz-linear-gradient(top, #fea621 0%, #ff8000 100%);
  background: -webkit-linear-gradient(top, #fea621 0%, #ff8000 100%);
  background: linear-gradient(to bottom, #fea621 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea621', endColorstr='#ff8000', GradientType=0);
}

div.card .card-title h2 {
  margin: 0;
  color: #ffffff;
}

 div.card b {
  margin: 0;
}



/* Color */
/* Elements */
/* Header */
/* pre-header */
/* header */
/*div.callout.intro {
  border: none;
  max-height: 50vh;
  margin: 0;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  div.callout.intro {
    max-height: 100%;
    padding: 2rem;
  }
}

@media screen and (max-width: 640px) {
  div.callout.intro {
    padding: 1rem;
  }
}

div.callout.intro::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 14, 14, 0.75);
}

div.callout.intro > .row {
  position: relative;
  z-index: 2;
}

div.callout.intro div.card {
  background-color: #f2f2f2;
  -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Shadow color=black, Direction=NaN, Strength=30;
}

div.callout.intro div.card .card-title {
  background: #fea621;
  background: -moz-linear-gradient(top, #fea621 0%, #ff8000 100%);
  background: -webkit-linear-gradient(top, #fea621 0%, #ff8000 100%);
  background: linear-gradient(to bottom, #fea621 0%, #ff8000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea621', endColorstr='#ff8000', GradientType=0);
}

div.callout.intro div.card .card-title h2 {
  margin: 0;
  color: #ffffff;
}

div.callout.intro div.card b {
  margin: 0;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
div.blog {
  background-color: #f2f2f2;
  padding: 2rem 0 1.0625rem;
}

div.blog .hvr-sweep-to-right {
  margin: 0 0 .9375rem 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

div.blog [class^="hvr-"] {
   display: inline-block; 
   vertical-align: middle; 
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: transparent;
}

div.blog .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: .9375rem;
  right: .9375rem;
  bottom: 0;
  background: #ff8000;
  background: -moz-linear-gradient(top, #ff8000 0%, #fea621 100%);
  background: -webkit-linear-gradient(top, #ff8000 0%, #fea621 100%);
  background: linear-gradient(to bottom, #ff8000 0%, #fea621 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

div.blog .hvr-sweep-to-right:hover:before, div.blog .hvr-sweep-to-right:focus:before, div.blog .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

div.blog article {
  height: 100%;
  border-left: 4px solid #ff8000;
  transition: 0.2s all ease-out;
}

div.blog article .container a {
  transition: 0.1s all ease-out;
  color: #0e0e0e;
}

div.blog article .container a.read-more {
  color: #ff8000;
  position: absolute;
  left: 2em;
  bottom: 0;
}

div.blog div.columns:hover article {
  color: #ffffff;
  transition: 0.2s all ease-out;
}

div.blog div.columns:hover a {
  transition: 0.2s all ease-out;
  color: #ffffff;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
div.desc article .container {
  padding: 3em;
}

div.desc article .header {
  border-bottom: 4px solid #ff8000;
  margin: 0 0 1.5em 0;
  background: none;
}

div.desc article .header img {
  width: 90px;
  height: auto;
  margin: 2em;
}

div.desc article .content p {
  font-size: 1.2em;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
div.compas {
  padding: 2rem 0 1.0625rem;
}

div.compas .container {
  padding: 3em;
}

div.compas .container .content p {
  font-size: 1.2em;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
div.exemple {
  background: #f2f2f2;
}

div.exemple p {
  font-size: 1.2em;
}

div.exemple .header .img {
  padding: 1em;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
footer {
  background: #0e0e0e;
  color: #333333;
  text-align: center;
  padding: 3em 0 1em 0;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #8e8e8e;
}

footer .scroll {
  width: 80px;
  height: 80px;
  text-align: center;
  background: #ff8000;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 100px;
  display: none;
}

 Color 
 Elements 
 Header 
 pre-header 
 header 
.ghost p {
  font-size: 1.3em;
}

.ghost .tag-head {
  margin: 4em 0 0 0;
}

.ghost nav.pagination {
  text-align: center;
}

.ghost nav.pagination a, .ghost nav.pagination span {
  display: inline-block;
}

.ghost .parallax-mirror {
  height: 50vh;
}

.ghost .post-image {
  position: relative;
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .ghost .post-image {
    height: 35vh;
  }
}

@media screen and (max-width: 640px) {
  .ghost .post-image {
    height: 20vh;
  }
}

.ghost .post-image::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top left;
  background-repeat: repeat;
  background-size: 256px 256px;
}

.ghost .single .row {
  margin-top: -20vh;
}

.ghost article {
  margin: 3em 0 2em;
  padding: 2em 0 0;
}

.ghost article.cover {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ghost article {
    margin: 2em 0 1em;
  }
}

@media screen and (max-width: 640px) {
  .ghost article {
    margin: 2em 0;
  }
}

.ghost article:only-child .post-footer {
  border: none;
}

.ghost article .post-header h1, .ghost article .post-header h2 {
  font-size: 2.8em;
  line-height: 1.2em;
  color: #333333;
}

.ghost article .post-header h1 a, .ghost article .post-header h2 a {
  color: #333333;
}

.ghost article .post-header h1 a:hover, .ghost article .post-header h2 a:hover {
  color: #ff8000;
}

.ghost article .post-header .post-meta {
  font-size: 0.85em;
  color: #9f9f9f;
}

.ghost article .post-content h2 {
  margin: 1.2em 0 0.9em;
}

.ghost article .post-content h3 {
  margin: 1.1em 0 0.9em;
}

.ghost article .post-content h3 {
  margin: 1em 0 0.8em;
}

.ghost article .post-content h4 {
  margin: .9em 0 .3em;
}

.ghost article .post-content a {
  color: #ff8000;
  font-weight: 700;
}

.ghost article .post-content img {
  display: block;
  margin: auto;
}

.ghost article .post-content > ul {
  font-size: 1.3em;
}

.ghost article .post-content aside {
  float: right;
  padding: 1.5em 2em;
  margin: 2em 0 2em 2em;
  background: #ff8000;
  font-size: 1.35em;
  color: #ffffff;
  width: 50%;
}

.ghost article .post-content aside abbr {
  font-weight: 700;
  text-decoration: underline;
  color: #ffffff;
}

@media screen and (max-width: 640px) {
  .ghost article .post-content aside {
    float: none;
    width: 100%;
    margin: 2em 0;
  }
}

.ghost article .post-content aside::after {
  clear: left;
}

.ghost article .post-content .footnotes {
  font-size: 0.9em;
  color: #8e8e8e;
}

.ghost article footer {
  background: none;
  padding: 0;
  border-bottom: 2px solid #ff8000;
}

.ghost article footer .post-meta {
  font-size: 0.85em;
  color: #9f9f9f;
}

.ghost .pagination {
  color: #8e8e8e;
}

.ghost .pagination a {
  color: #8e8e8e;
}

.ghost .pagination a:hover {
  background: none;
}

.ghost .read-next {
  margin: 5em 0 2em 0;
  opacity: 0.6;
  transition: 0.2s all ease-out;
}

.ghost .read-next:hover {
  opacity: 1;
  transition: 0.2s all ease-out;
}

.ghost .read-next .read-next-story {
  padding: 0 4em 0 0;
  float: left;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .ghost .read-next .read-next-story {
    float: none;
  }
}

.ghost .read-next .read-next-story.prev {
  padding: 0 0 0 4em;
  float: right;
}

@media screen and (max-width: 640px) {
  .ghost .read-next .read-next-story.prev {
    float: none;
  }
}

# sourceMappingURL=style.css.map*/