@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Shrikhand&display=swap" rel="stylesheet);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
    color: #f2ede3;
    background: #212121;
    font-size: 0.85em;
    font-weight: 300;
    line-height: 1.4em;
}

/* canvas {display: none;} */
img {display:none;}
.image-visible img {display:block;}
#boites img {display:none;}


a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.02em;
}


a.item_thumb {
	font-weight: 100;
}

div.title {
	display:none;
}
a.item_info  {
	font-weight: 100;
    font-size: 0.8em;
    line-height: 1em;
    text-transform: none;
    display: none;
}
a.item_info p {
    line-height: 0.5em;
    text-transform: none;
    padding-bottom: 0.5em;
}
.item_thumb h3 {
	font-weight: 300;
    font-size: 1.8em;
    line-height: 1em;
    text-transform: uppercase;
}

a:hover {
	color: #afafaf;
}

.container { height: 100%; }

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.bl-main > section {
	position: absolute;
	width: 50%;
	height: 50%;
    
}

.bl-main > section:first-child {
	top: 0;
	left: 0;
    width: 33.33%;
	background: rgb(212, 191, 170);
    
    
}

.bl-main > section:nth-child(2) {
	top: 0;
	left: 33.33%;
    width: 33.33%;
	background: #b0d2d3;
    
}

.bl-main > section:nth-child(3) {
	top: 0;
	left: 66.66%;
    width: 33.33%;
	background: #9cd4c7;
    
}

.bl-main > section:nth-child(4) {
	top: 50%;
	left: 0%;
    width: 33.33%;
	background: rgb(193, 177, 162);
;
}
.bl-main > section:nth-child(5) {
	top: 50%;
	left: 33.33%;
    width: 33.33%;
	background: #9cc1c3;
}
.bl-main > section:nth-child(6) {
	top: 50%;
	left: 66.66%;
    width: 33.33%;
	background: #8ec3b6;
}

.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl-box h2 {
	/*text-align: center;*/
    bottom: 20px;
	left: 20px;
	width: 100%;
	font-size: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
}
.bl-box h2 a:hover{
        color: #ffffff;

}
 .bl-box h2 a{
    color: black;
    /*font-size: 0.9em;*/
	letter-spacing: 0.01em;
	font-weight: 300;
}

.bl-icon {
	
	font-size: 0.5em;
	font-weight: 100;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 1em;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon:before {
    font-family: 'icomoon';
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
}


/*.bl-icon-blog:before {
	content: "\e000";
    bottom:0px;
}*/
.bl-icon-blog {
    width:25%;
    position: absolute;
    bottom:0px;
    margin: 0px;

}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
    width: 3%;
    height: 3%;
}

.bl-icon-close:before {
    font-family: 'icomoon';
    font-size: 2em;
	content: "\e005";
}

.bl-content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	padding: 0 20px;
    width:90%;
    margin:0 2%;
    
	
}

/* Custom content 
overflow: hidden;
overflow-y: auto;
padding: 0 20px;
left: 30px;
right: 30px;*/

.bl-content p {
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.2;
    padding: 5px 0;
}

.bl-content h2 {
	font-size: 3em;
	font-weight: 200;
	margin: 0 0 20px 0;
}
.bl-content h4 {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 20px 0;
    text-transform: uppercase;

}

.bl-content article {
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.2);
}

.bl-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	margin: 1% 0;
}

.bl-content > ul li a {
	display: block;
	padding: 0.2em 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
    margin-bottom:0.15em;
}

/* Panel Items */

.duree, .item_duration {
    font-size: 0.8em;
    padding: 0.2em 0;
}

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.bl-panel-items > div > div {
	width: 640px;
	margin: 0 auto;
	opacity: 1;
	pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 0 20px 0;
}

div.bl-panel-items > div > div p {
	font-size: 1.3em;
}

div.bl-panel-items > div > div img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}

div.bl-panel-items > div {
	background-color: #212121;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

div.bl-panel-items nav {
	position: absolute;
    margin: 0 auto;
	z-index: 9999;
	top: 0px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}



div.bl-panel-items nav span.bl-next-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	cursor: pointer;
	margin-right: 2em;
}

#boite-close {
    top:20px;
    position: relative;
}

#video {
    opacity: 1;
	top: 60px;
    width: 640px;
	pointer-events: auto;
    position: relative;
    z-index: 1000;
}



div.test-video{
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}


#boite-suivant {
    top:15px;
    position: relative;
    display: none;
    
}
div.bl-panel-items.bl-panel-items-show nav.close {
	opacity: 1;
    margin-left: 626px;
}

div.bl-panel-items.bl-panel-items-show nav.suivant {
	opacity: 1;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
	width: 100%;
	/*height: 200%;*/
	top: 0;
	left: 0;
    
}

.bl-main > section.bl-expand-top {
	z-index: 100;
    
}

.bl-main > section:first-child.bl-expand {
    background-color: #212121;
}
.bl-main > section:nth-child(2).bl-expand {
        background-color: #212121;

}
.bl-main > section:nth-child(3).bl-expand {
        background-color: #212121;

}
.bl-main > section:nth-child(4).bl-expand {
       background-color: #212121;

}
.bl-main > section:nth-child(5).bl-expand {
        background-color: #212121;

}
.bl-main > section:nth-child(6).bl-expand {
        background-color: #212121;

}


.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-expand-item {overflow: auto;}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.bl-content,
.bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}



@media screen and (max-width: 46.5em) {
	.bl-content,
	.bl-box {
		font-size: 75%;
        line-height: 1.3em;
	}
    .bl-box h2 {
    bottom: 5%;
	left: 4%;
    }

	.bl-expand .bl-box {
		height: 130px;
	}

	.bl-content > ul li {
		width: 40%;
	}
}