.site-footer {
  display: none;
}

.site-title{
  font-size: 24px;
  line-height: 32px !important;
  text-align: left;
}

.single .entry-title {
  font-size: 46px;
  line-height: 40px;
  width: fit-content;
  margin-right: 20px;
  margin-bottom: 0;
}
.page .entry-title {
  font-size: 46px;
  line-height: 40px;
  margin-bottom: 0;
}

.site-branding {
	margin-bottom: 40px;
}

.site-title a{
  color: #fff;
  font-size: 42px !important;
}

.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a,
.non-click > a {
  color: #fff;
  font-weight: 400;
}

.menu-menu-principal-container {
	margin-top: 30px;
}

#div-menu {
  bottom: 0;
  left: 0;
  max-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 300px;
  background: #111;
  z-index: 99;
}

.site-header {
	padding-left: 60px;
	width: 300px;
	background: #111;
	left: 0;
	z-index: 99;
}

@media screen and (min-width:768px) {
	.site-header {
		bottom: 0;
		left: 0;
		max-height: 100%;
		overflow: auto;
		overflow-x: hidden;
		padding-right: 40px;
		/* position: fixed; */
		/* top: 0; */
    /* padding-top: 72px; */
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
		width: 300px;
    height: fit-content;
	}

	.site-content {
		/* margin-left: 320px; */
		margin-right: 40px;
	}
}

@media screen and (min-width:1025px) {
	.site-header {
		left: 0;
		width: 300px;
	}

	.site-content {
		/* margin-left: 360px; */
		width: 200vw;
	}
}
.social-links {
	transform: scale(0.8);
}
#social-links-mobile {
	display: none;
}

/**********************************************/
/************* HOME *************/
/**********************************************/
.horiz {
  overflow: hidden;
  position: relative;
}

.isotoped {
    width: 100%;
    height: calc(100vh - 100px);
    white-space: nowrap;
    position: relative;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
    -webkit-overflow-scrolling: touch;
}

.less-more {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  top: 45%;
  /* background-color: #888; */
  padding: 5px;
  border-radius: 50px;
  width: 60px;
}

#arrow-less {
  content: url('/wp-content/themes/blask/img/fleche.png');
  /* content: url('/wp-content/themes/blask/img/left-arrow.svg'); */
  left: 35px;
  
}
#arrow-more {
  content: url('/wp-content/themes/blask/img/fleche.png');
  right: 35px;
  transform: rotate(180deg);
}

.item {
    float: none;
    display: inline-block;
    width: calc((100vh - 100px) * 0.707);
    height: calc(100vh - 100px);
    /* background: #e6e5e4; */
    /* border: 2px solid #b6b5b4; */
    transition: transform 0.4s;
    padding-right: 30px;
    /* border: 1px solid #fff; */
    align-content: end;
    position: relative;
}

.covered-title, .full-image {
  display: none;
}

.covered-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 30px;
}
#isotoped.focusable .covered-overlay:hover {
  width: calc(100% - 30px);
  display: block;
  background: #000;
  opacity: 0.85;
}
#isotoped.focusable .covered-overlay:hover .covered-title {
	display: block;
	position: absolute;
	color: #fff;
	z-index: 999;
	bottom: 40%;
	width: 100%;
	text-align: center;
	font-size: 37px;
}
#isotoped.focusable .covered-overlay:hover .covered-titre {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 8px;
  text-wrap: wrap;
  line-height: 1;
}
#isotoped.focusable .covered-overlay:hover .covered-titre {
	font-family: 'Roboto-Black', 'Cormorant Garamond', serif;
  text-transform: uppercase;
}
#isotoped.focusable .covered-overlay:hover .covered-annee {
	font-size: 22px;
}

@keyframes hidded {
    from {
        width: 350px;
    }
    
    to {
        width: 0px;
    }
}

.home .item.hidded {
    animation-duration: 0.4s;
    animation-name: hidded;
    transform: scaleX(0);
    opacity: 0;
}

.home .item.hidden {
    display: none;
}

#primary {
	opacity: 1;
	width: 100vw;
	height: 100vh;
	position: relative;
	left: 0;
	z-index: 1;
  float: left;
  padding-left: 360px;
}

@media screen and (min-width:768px) {
	#primary {
		padding-left: 320px;
	}
}

#primary-detail {
	opacity: 1;
	width: 100vw;
	min-height: 100vh;
	position: relative;
	left: 0;
  padding-left: 30px;
	z-index: 999;
  float: left;
  padding-top: 40px;
  background-color: #111;
}
#primary-detail .hentry {
	max-width: calc(100vw - 100px);
}

#close-detail {
  display: none;
	position: fixed;
  top: 10px;
	right: 10px;
  font-size: 36px;
  cursor: pointer;
  content: url('/wp-content/themes/blask/img/quit.png');
  transform: scale(0.4);
}

/**********************************************/
/************* SINGLE *************/
/**********************************************/

.page #primary,
.single #primary {
  padding-left: 360px;
}

.arrow-back {
  display: none;
}

.featured-image {
  width: auto;
  max-width: 35%;
  display: block;
  float: left;
  margin-right: 2%;
}
.featured-image-bottom {
  display: none;
}

.home .featured-image .covered,
.archive .featured-image .covered,
.page .featured-image .covered,
.single .featured-image .covered {
  min-height: 60vh;
  max-height: 500px;
}

.home .content-part,
.archive .content-part,
.page .content-part,
.single .content-part {
  width: 63%;
  display: block;
  float: left;
  padding-left: 1em;
  padding-right: 1em;
}