@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v14-latin-regular.woff2') format('woff2'), 
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans-v14-latin-italic.woff2') format('woff2'),
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v14-latin-600.woff2') format('woff2'),
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('../fonts/open-sans-v14-latin-600italic.woff2') format('woff2'),
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v14-latin-700.woff2') format('woff2'),
}
/* 
Reset
-----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
main{
  /*  For IE*/
  Display:block;
  position:relative;
}
img,
svg,
video,
audio {
  max-width: 100%;
}
img,
video {
  height: auto; 
}
svg {
  max-height: 100%;
}
iframe {
  border: none;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a img,
a svg{
  vertical-align: top;
}
img,
svg{
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
td {
  min-width: 4em;	
}
/* 
Preloader
-----------------------------------------------------------------------------*/
#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 1000; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff; 
}
.spinner {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 40%;
	width: 200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 180px;
	z-index: 1001;
	background: url(../images/logo.gif);
    background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 200px;
}

/* 
Typo
-----------------------------------------------------------------------------*/
html,
body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow-X:hidden;
}
body {  
  font-weight:normal;
  position:relative;
}
body:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0 auto
}
h1.title, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{  
  text-rendering: optimizeLegibility;
  margin-bottom: 16px;
  font-weight: normal;	
}
h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }
h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }
h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }
h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }
h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }
h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }
h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration:none;
  color: inherit; }
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + hr,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
figure + p{
  margin-top: 24px; }
/*
ul,
ul ul
{
margin: 0 0 0 24px; }
*/
figure{
  margin-bottom:16px
}
figcaption {
  font-size: 87.5%; }
figcaption {
  opacity: .6; }
figure figcaption {
  font-style:italic;
  position: relative;
  top: -1rem/2; }
a{
  color:inherit;  
}
.kt ul ul{
  margin-top:5px;
  margin-bottom:5px;  
}
.kt ul ul li{
  opacity:1;
  font-size:95%
}
.kt p,
.kt ul li{
  opacity:1
}
.kt a:not(.prev-img):not(.next-img){   
  opacity:1;
  transition:opacity .2s
}
.kt a:not(.prev-img):not(.next-img):hover{
  opacity:.7
}
strong{
  font-weight:700
}
.kt ul{
  margin-bottom:24px;
  margin-left:1em;
}
.kt ul ul{
  padding-left:1em;
  margin-left:0;
  position:relative;  
  list-style:none
}
.kt ul ul:before{
  content:"";
  /*  background:#616161;*/
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:2px;
  border-radius:1px;
  opacity:.8
}
.kt ul ul li{
  position:relative;
  padding-left:1em
}
.kt ul ul li:before {
  content:"";
  position: absolute;  
  width: 1em;
  height: 2px;  
  left: -1em;
  top: 12px;
  opacity:.8
}
.mt {
	margin-top: 85px;
}
.mb {
	margin-bottom: 15px;
}
.text-center {
  text-align: center; 
}
p {
  margin-bottom: 16px;
}
hr {
  border: none;
  border-bottom: 1px solid ;
  margin-top: -1px;
  margin-bottom:1.65em}
blockquote {
  padding-left: 1rem;
  border-left: 4px solid;
  font-style: italic;
  color: inherit;
  margin-bottom:24px;}
blockquote p {
  margin-bottom: .5rem; }
/* 
Helpers
-----------------------------------------------------------------------------*/
.video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
pre code {
  font-family: Courier, monospace;
  position: relative;
  top: -1px;
  display: block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85);
  background: #e0e1e1;
  padding: 2em;
  margin: 16px 0;
  overflow-x: auto;
}
p pre, p code {
  background: #e0e1e1;
  font-family: Courier, monospace;
  font-size: .75rem;
  display: inline-block;
}
p code {
  margin: -.25em 0;
  padding: .25em .15em;
  position: relative;
  bottom: .05em;
}
.center{
  text-align: center
}
.left {
	float: left;
	margin-right: 25px;
	margin-left: -85px;
	margin-bottom: 25px;
}
.first,
.second {
	display: block;
}
.picbg {
    background: transparent no-repeat center center;
        background-image: none;
        background-size: auto auto;
    background-size: cover;
    transition: all .4s ease-out;
    overflow: hidden;
}
.item-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all .2s ease-out;
}
.picbg:hover .item-mask {
    opacity: 0.2;
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
/* 
Flex Grid
-----------------------------------------------------------------------------*/
.bls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.bl3 {
  width: 25%;}
.bl4 {
  width: 33.33333%;}
.bl6 {
  width: 50%; }
.bl8 {
  width: 66.66667%; }
.gu{
  margin-left: -1em;
}
.gu > .bl6 {
  width: calc(50% - 1em);
  margin-left:1em;
}  
.gu > .bl{
  margin-left: 1em;
}   
.am {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ac {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pr {
  margin-left: auto; }
.pd {
  padding-left: 4vw;
  padding-right: 4vw;
}
.bpt {
   margin-top: 10em;	
}
/* 
Color Sheme
-----------------------------------------------------------------------------*/
/*In header Site*/
/* 
General Site
-----------------------------------------------------------------------------*/
.width, .wrapper-mini{
  width: 90%;  
  margin: 0em auto 0 auto;
}
.wrapper-large{
  max-width: 1700px;  
  margin: 0em auto 0 auto;
  padding-top: 7em;
}
.wrapper-large.bpt {
  padding-top: 15em;
}
.width{
  max-width: 1700px;
}
.header-site{  
  position: relative;    
  padding-top: 0;
}
.header-site nav {
  position:relative;
  display:inline-block;  
}
.header-site nav ul {
  margin: 0;
  list-style: none;
}
.header-site nav ul li,
.page-title-container {
  display: inline-block;
  position: relative;
}
.page-title-container{
  padding: .8em 0 0;
}
.page-title{
  font-size:1.2em;
}
.header-site nav a {  
  font-size:.9em;
  padding: 0 2vw;
  opacity:1
}
.header-site nav a svg{
  vertical-align: sub;
}
.page-title {
  font-weight: 700;
  text-transform:uppercase;
}
.header-site nav a {
  font-weight: 400;	
  height:75px;
  line-height:75px;
  margin-bottom: 0;  
  display:inline-block;
  vertical-align:middle;
  text-decoration:none
}
.header-site nav ul li {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-site nav ul li:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.header-site nav li.is-active a{
    font-weight: 700;
	color: black;	
}
.site-title{
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  margin-top:-.8em;
  text-transform:uppercase;
  letter-spacing:2px
}
.site-title img {
	max-width: 125px;
}
.tags-results-wrapper{
  display: inline-block;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
}
.tags-results-wrapper a svg{
  vertical-align:middle
}
.tags-results{
  font-size:90%;
  font-style:italic;
}
.close-tags-results{
  margin-left:2em;
  display:inline-block;
}
.close-tags-results svg{
  transition:all .4s 
}
.close-tags-results:hover svg{
  transform: rotate(360deg) 
}
/* 
Mobile navigation
-----------------------------------------------------------------------------*/
.label-for-nav{
  display:none;
  font-size:.8em;
  position:relative;
  z-index:99;
  height: 75px;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom:1px; 
  letter-spacing:2px;
  width:100%;
  text-align:center;
  background:white;
  cursor:pointer;
}
.close-menu-mobile{
  display:none;
  position:absolute;
  top:0;
  right:0;
  margin-right: 1em;
  padding: 1em;
  cursor:pointer;
  z-index: 10;
}
/* 
Social-Bar
-----------------------------------------------------------------------------*/

.social-link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100px;
  text-align: center;
  z-index: 10;
  background-color: white;
}
.social-link a {
  display: inline-block;
  text-align: center;
  opacity: 0.4;
  padding: 5px;
  transition: all 0.3s ease;
}
.social-link a:hover,
.social-link a:focus,
.social-link a:active{
  opacity: 0.8;
}

@media all and (min-width: 950px){  
.social-link {
  position: fixed;
  width: 50px;
  bottom: 50%;
  right: 5px;
  text-align: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
}
.social-link a {
  display: block;
  text-align: left;
  opacity: 0.4;
  padding: 5px;
  transition: all 0.3s ease;
}
.social-link a:hover,
.social-link a:focus,
.social-link a:active{
  opacity: 0.8;
}
}

/* 
CSS Grid container for Home
-----------------------------------------------------------------------------*/
.grid-masonry {
  padding:5em 3em 3em;
  position:relative;
  -webkit-columns: 450px;
  -moz-columns: 450px;
  columns: 450px;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.grid-masonry .boite{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom:1em
}
@supports (display: grid) {
  .grid-masonry {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(450px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 1rem;  
    grid-auto-flow: dense;
  }
  .grid-masonry .boite{    
    margin-bottom:0
  }
  @media all and (min-width: 950px){        
    .grid-masonry:not(.archives) .boite:nth-child(even) {
      -ms-grid-row: span 2;
      grid-row: span 2;
    }        
  } 
}
/* 
CSS Grid container for blog
-----------------------------------------------------------------------------*/
.grid-blog {
  padding:3em;
  position:relative;
  -webkit-columns: 200px;
  -moz-columns: 200px;
  columns: 200px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.grid-blog .boite{
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom:1.65em
}
@supports (display: grid) {
  .grid-blog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 1px;
    padding: 5em 3em 3em 3em;
  }
}
/* 
Common CSS Grid Home and Blog descendant box
-----------------------------------------------------------------------------*/
.excerpt-image .border-radius{
  border-radius: 50%;
}
.rounded-for-gif {
  width: 25vh;
  height: 25vh;
  max-width: 175px;
  max-height: 175px;
  background-color: red;
  border-radius: 50%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.blog-rounded-for-gif {
  max-width: 130px;
  max-height: 130px;
}
.hashtag{  
  margin-top:2em;
}
.hashtag a{
  text-decoration:none;
  font-size:.6rem;
  margin:5px;
  text-transform:uppercase;
  letter-spacing:1px;  
  opacity:.7
}
.hashtag a:hover{
  opacity:1
}
.hashtag a:before{
  content:"#";
  display:inline-block;
}
p.article-date{
  font-style: italic;
  font-size: 12px;
}
/* 
Modale only for home
-----------------------------------------------------------------------------*/
.modal-text{
  position:absolute;
  top:0;
  left:0;        
  width:0;
  height:0;
  overflow:hidden;  
  z-index:9
}
.label-for-modal{
  cursor: pointer;
  position: absolute;
  top: 0;
  margin-top: 1.65em; 
  left: 50%;
  margin-bottom: -4.2em;    
  transform: translateX(-50%);
  padding: 0 .5em;
  opacity: 1;
  transition: opacity .2s;
  z-index: 999;
}
.label-for-modal:hover{  
  opacity:.7
}
input:checked ~ .modal-text{        
  width:100%;
  height:100%;
}
.modal-text:after{   
  content:"";
  position:absolute;
  top:0;
  left:0;        
  width:0;
  height:0;  
  opacity:0;
  z-index:-1;
  transition:opacity .2s
}
input:checked ~ .modal-text:after{  
  width:100%;
  height:100%;
  opacity:.85
}
input:checked ~ .modal-text .modal-text-content{
  -webkit-animation: fade-in-bottom 0.2s ease-in-out both;
  animation: fade-in-bottom 0.2s ease-in-out both;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
input:checked ~ .boite{        
  opacity:.1
}
input{
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.modal-text-content {
  width: 90%;
  max-width: 700px;
  margin: 5em auto 0 auto;  
  padding: 3em;
}
.modal-text-content p,
.modal-text-content li{  
  opacity:.8
}
.modal-text-content h2{ 
  margin-bottom:1.65em;
  text-align:center
}

/*
Project Modal */

.container {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.btn {
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 3px;
  text-decoration: none;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
  color: #333333;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
  color: #333333;
}

i {
  vertical-align: middle;
}


/* 
images Gallery for article and project page
-----------------------------------------------------------------------------*/
.grid-gallery-masonry { 
  -webkit-columns: 540px;
  -moz-columns: 540px;
  columns: 540px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.project .grid-gallery-masonry { 
  -webkit-columns: 200px;
  -moz-columns: 200px;
  columns: 200px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
slider{
  margin-top:24px
}
.slider ul,
.group ul{
  list-style:none;
  margin:0
}
.slider figure{
  position: relative;
  height: 100%;
  margin-bottom:1em;
}
.slider li > figure img{
  width:100%
}
.slider figcaption{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0);
  transition:background .2s linear
}
.slider figure:hover figcaption{
  background: rgba(0, 0, 0, 0);
}
.slider figcaption a{
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  text-indent:-999999px;  
}
.slider-switch{
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width:0;
  height:0;        
  background-color: rgba(225,225,225,.5);
  z-index: 9999;
}
.slider-switch:target{
  width:100%;
  height:100%;
}
.slider-switch img{
  position:relative;
  opacity:0;      
  z-index:9;
  max-height:95%;
  max-width:80%;
  backface-visibility: hidden;
  transform:scale(.98) translateY(0);
  transition:opacity .25s linear, transform .35s
}
.slider-switch:target img{
  transform:scale(1) translateY(0px);
  opacity:1;
}
.close-overlay{
  text-align:right;
  position:absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  z-index:8;
  padding:4em;
  text-decoration: none;
  font-size: 1.5em;
  line-height:1;
  color: black;
}
.prev-img,
.next-img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: black;
  text-decoration: none;
  padding: 1em .5em;
  font-size: 1.5em;
  font-weight: lighter;
  transition: background .2s linear;
}
.prev-img{
  left:0
}
.next-img{
  right:0
}

/* Slider Article */

article .slider {
	position: relative;
	min-height: 650px;
	max-height: 850px;
	overflow: hidden;
}

.slider-item {
	text-align: center;
}
.slider-item img {
	position: relative;
	margin: 0 auto;
}

.prev-item,
.next-item{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: black;
  text-decoration: none;
  padding: 1em .5em;
  font-size: 1.5em;
  background: white;
}
.prev-item{
  left:0
}
.next-item{
  right:0
}
a.prev-item,
a.next-item {
	cursor: pointer;	
}
/* 
Project template page
-----------------------------------------------------------------------------*/
.wrapper-mini {  
  max-width: 45em;  
  padding: 8em 0;
}
.project-year{
  display:inline-block;
  margin-bottom:1em
}
/* Pagination */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #e3000f;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '>'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '<'; }

/* 
Article template page + Sidebar
-----------------------------------------------------------------------------*/
.article-with-sidebar{
  padding: 7em 0;
}
aside ul{
  list-style:none;
  margin:0
}
.aside-item-title{
  display:block;
  text-decoration:none;
}
.aside-item{
  margin-bottom:1.65em;
  padding-bottom:1.65em;
}
.aside-item:last-child {
  border-bottom: none;
}
.aside-item ul li a{ 
  opacity:1;
  text-decoration:none;
  transition:all .2s
}
.aside-item ul li a:hover,
.aside-item ul li.is-active a{
  opacity:.8  
}
.aside-item ul li.is-active a{
  text-decoration: line-through 
}
.aside-item .tags li{
  display:inline-block;
  margin-right:1em
}
.aside-item .tags li a{
  font-size:.8rem;  
  text-transform:uppercase;
}
.aside-item .tags li a:before{
  content:"#";
  display:inline-block;
  margin-right:-2px;
  font-weight:bold
}
.aside-item .other-articles li{
  font-size:95%;
  margin-bottom:2px 
}
.aside-text {
	max-width: 275px;
}
/* 
Archives page
-----------------------------------------------------------------------------*/
.archives .months-list-content{
  transition:background .2s linear
}
.archives .months-list-content{  
  /*  padding: 1.65em 1.65em 3em 1.65em;*/
  margin-bottom: 1em;
  text-align:center;
}
.months-list > .months-list-content h3{
  padding:1.2em 1em;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  margin-bottom:0;
}
.months-list ul{
  margin:0;
  list-style:none;
  padding:3em 1em 2em 1em
}
.months-list ul li{
  opacity:.8;
  margin-bottom:1.65em
}
.months-list ul li a{
  text-decoration:none
}
.archives-article-date{
  font-style: italic;
  font-size: 12px;
  display:block;
}
.must-read-list li.is-active{
  display:none
}
.must-read-list figure{
  margin-bottom:.5em
}
.must-read-list figure ~ a{
  font-size:90%;
}
/* 
Entrance animation for grid boxes and aside items
-----------------------------------------------------------------------------*/
.aside-item,
.boite,
.anim,
.aside-text,
.text,
.textblockLeft,
.textblockCenter,
.textblockRight,
.grid-gallery-item,
.grid-gallery-item-wrapper,
.archives .months-list-content,
.months-list{
  -webkit-animation: fade-in-bottom 0.25s ease-in-out both;
  animation: fade-in-bottom 0.25s ease-in-out both;
}
.anim {
  -webkit-animation: fade-in-right 0.8s ease-in-out both;
  animation: fade-in-right 0.8s ease-in-out both;
}
.boite:nth-child(3n+4),
.grid-gallery-item-wrapper:nth-child(3n+4),
.aside-item:nth-child(2),
.grid-gallery-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.boite:nth-child(2n+1),
.grid-gallery-item-wrapper:nth-child(2n+1),
.aside-item:nth-child(3),
.textblockCenter,
.aside-text,
.grid-gallery-item:nth-child(2n+1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.aside-item:nth-child(4),
.grid-gallery-item:nth-child(4),
.textblockRight {  
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.months-list:nth-child(even){
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(155px);
    transform: translateX(155px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* 
Footer
-----------------------------------------------------------------------------*/
.footer-copyright{
  font-size:90%
}
.footer{
  display: block;
  min-height: 45px;
  width: 100%;
  bottom: 0;
  padding: 2em 1em 1em;
  background: white;
}
.footer a{
  text-decoration:none;
  font-size:80%
}
.footer a svg{
  fill-opacity:.7
}
.footer a:hover svg{
  fill-opacity:1
}
.footer ul.menu {
	list-style: none;
	list-style-image: none;
	text-align: center;
}
li.menu-text {
	padding-left: 0;
}
.footer li {
  display: block;
  position: relative;
  padding-bottom: 1em;
}
@media all and (min-width:950px){
.footer{
  position:fixed;
}
.footer ul.menu {
	text-align: left;
}
.footer li {
  display: inline-block;
  position: relative;
}
.footer li a {
  padding: 0 2vw;
}
}
/* 
Mobile
-----------------------------------------------------------------------------*/
@media all and (max-width:950px){
  body:before{   
    width:90%;  
    left:5%;
  }
  .site-title{  
    width: 100%;
    margin-top:-1.8em;
    text-transform:none;
    letter-spacing:normal
  }
  .project article {
    /*    margin: 3em auto 1em auto;*/
    padding:5em 0
  }
  .article-with-sidebar{
    padding: 1em 1.5em;
  }
  article .slider {
    min-height: auto;
}
  aside {
    padding: 1em 1.5em;
  }
  .bl3,.bl4,.bl8, .gu > .bl4, .bl6, gu > .bl6 {
    width: 100%;
  }
  .gu{
    margin-left: 0; }
  .gu > .bl{
    margin-left: 0;
  }   
  .article-with-sidebar article{
    padding:0
  }
  .wrapper-large {
    padding-top: 0;
}
  .wrapper-large.bpt {
    padding-top: 1em;
}
  .wrapper-mini {
    padding: 1em 0;
}
  .page-title-container{
    text-align: center;
	width: 100%;
  }
  .header-site {           
    padding-top: 10px;
  }
  .header-site nav{           
    position:fixed;          
    top:0;
    left:0;
    height:0;
    width:0;
    z-index:-99999999; 
  }
  nav .bg-mobile{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;          
    background:transparent;
    opacity:0;
    transition:background .2s
  }
  .inp-open-nav:checked ~ nav .bg-mobile{
    background:white;
    opacity:.9;
  }
  .inp-open-nav:checked ~ nav ul{
    opacity:1;
    width: 100%;
    -webkit-animation: fade-in-bottom 0.2s ease-in-out both;
    animation: fade-in-bottom 0.2s ease-in-out both;
  }
  .header-site nav ul li{
    padding:1em
  }
  .label-for-nav{
    display:block;
  }
  .inp-open-nav:checked ~ nav{
    z-index:99999;
    height:100vh;
    width:100vw
  }
  .close-menu-mobile{
    display:block
  }
  .header-site nav li{
    text-align:left;
  }
	.header-site nav ul li {
    display: block;	
	padding: 0 4vw .5vw;
  }
  .header-site nav a {	
  height:55px;
}
  .header-site nav li a {
	display: block;
    font-size: 1.5em;
    opacity: 1;
    width: 100%;
}
  nav .bg-mobile,
  .header-site ul{
    display: block;
	padding-top: 30px;
  }
}
@media all and (max-width:767px){
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px; }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 32px; }
  h3,
  .h3 {
    font-size: 21px;
    line-height: 32px; }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width:500px){
  body {
    font-size: 15px;
    line-height: 22px;
  }
  .grid-masonry .boite:first-of-type{
    margin-top:3.5em
  }  
  @supports (display: grid){
    .grid-masonry {  
      padding: 1.5em;
      -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .grid-blog {  
      -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
      grid-gap: 1px;
      padding: 5em 1.5em 3em 1.5em;
    }
  }
}