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;
}


a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
}

.container {}

.bl-main {
    position: absolute;
    width: calc(100% - 160px);
    height: 100%;
    overflow: hidden;
}

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

.bl-main > #section-01 {
	top: 0;
	left: 0;
	background:url('../images/bg-bloc.jpg') center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.bl-main > #section-02 {
	top: 0;
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-02.bl-expand {
	cursor: default;
}
#section-02 .bl-content {
    background: url('../images/bg-triangle-blanc.png');
    background-position: top right;
}

.bl-main > #section-03 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-03.bl-expand {
	cursor: default;
}

#section-03 .bl-content {
    background: url('../images/bg-triangle-blanc-opose.png');
    background-position: top right;
}

.bl-main > #section-04 {
	background:url('../images/bg-texte.png');
}
.bl-main > #section-05 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-05.bl-expand {
	cursor: default;
}
#section-05 .bl-content {
    background: url('../images/bg-triangle-blanc.png');
    background-position: top right;
}
.bl-main > #section-06 {
	background:url('../images/bg-texte.png');
}

.bl-main > #section-07 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-07.bl-expand {
	cursor: default;
}
#section-07 .bl-content {
    background: url('../images/bg-triangle-blanc-opose.png');
    background-position: top right;
}
.bl-main > #section-08 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-08.bl-expand {
	cursor: default;
}
#section-08 .bl-content {
    background: url('../images/bg-triangle-blanc.png');
    background-position: top right;
}
.bl-main > #section-09 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-09.bl-expand {
	cursor: default;
}
#section-09 .bl-content {
    background: url('../images/bg-triangle-blanc-opose.png');
    background-position: top right;
}
.bl-main > #section-10 {
	background:url('../images/bg-triangle.png');
	background-position:top right;
	cursor:pointer;
}
.bl-main > #section-10.bl-expand {
	cursor: default;
}
#section-10 .bl-content {
    background: url('../images/bg-triangle-blanc.png');
    background-position: top right;
}
.bl-main > #section-11 {
	background:url('../images/bg-texte.png');
	cursor:pointer;
}

.bl-main > #section-11:hover a#bouton-contact{
	background-color:#fff;
	color:#000 !important;
}
.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	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-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

.bl-icon-about:before {
	content: "\e000";
}

.bl-icon-works:before {
	content: "\e001";
}

.bl-icon-blog:before {
	content: "\e002";
}

.bl-icon-contact:before {
	content: "\e003";
}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	width:85px;
	height:85px;
    background: url("../images/close.png");
}


.bl-content, 
div.bl-panel-items > div > div {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
    overflow-y: hidden;
}

/* Custom content */

.bl-content p {
	margin: 0 auto;
	padding-bottom: 15px;
}

.bl-content h2 {
	font-size: 3vw;
    font-weight: 300;
    line-height: 2.8vw;
    display: block;
    position: relative;
    margin: 25px 0;
    text-transform: none;
}
.bl-content h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 0px;
    left: 50%;
    margin-left: 0%;
    bottom: -100%;
    background-color: #000;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bl-expand .bl-content h2:after {
    width: 10%;
    height: 2px;
    left: 50%;
    margin-left: -5%;
    bottom: -15%;
}
.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;
	width: 20%;
	margin: 1%;
}

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

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

/* Panel Items */

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: 60%;
	margin: 0 auto;
	opacity: 1;
	bottom: 90px;
	top: 90px;
	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: #3ba5db;
	z-index: 0;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	-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;
	z-index: 9999;
	width: 216px;
	left: 50%;
	top: 0px;
	margin-left: -108px;
	opacity: 0;
	-webkit-transform-style: preserve-3d;
	-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.bl-panel-items-show nav span {
	float: left;
	margin: 5px;
}

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;
}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
	top: -70px;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	-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-transform-style: preserve-3d;
	-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-transform-style: preserve-3d;
	-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 {
    position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
}

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

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

.bl-box {
	-webkit-transform-style: preserve-3d;
	-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-transform-style: preserve-3d;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bl-content,
.bl-icon-close {
	-webkit-transform-style: preserve-3d;
	-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-transform-style: preserve-3d;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}
.bl-box h2 {
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    font-size: 1.8vw;
    line-height: 2.5vw;
    letter-spacing: 0;
    font-weight: 200;
	display: block;
    position: relative;
	top: inherit;
}

.abril-titre{
	font-family: "abril-fatface";
    font-size: 3vw;
    padding: 3% 0 1%;
    display: inline-block;
    margin: 0;
	text-transform:uppercase;
}
#zone-contenu-histoire {
    display: inline-block;
    width: 100%;
    padding: 0 20%;
    font-size: 1vw;
    line-height: 2vw;
    padding-bottom: 10%;
    font-weight: 300;
}
#section-04 #zone-contenu-histoire {
    padding-bottom: 40%;
}
#section-11 #zone-contenu-histoire {
    text-align: center;
}
#section-11 #zone-contenu-histoire a{
    color: #fff;
    font-weight: 700;
    font-size: 1vw;
    text-transform: none !important;
}
#zone-signature-histoire{
    text-align: right;
    font-family: "abril-fatface";
    font-style: italic;
    display: block;
    width: 100%;
    font-weight: 300;
    padding: 0 20%;
}
#section-04 h2:after, #section-06 h2:after, #section-11 h2:after{
    content: '';
    display: block;
    position: absolute;
    width: 12%;
    height: 3px;
    left: 50%;
    margin-left: -6%;
    bottom: -5%;
    background-color: #fff;
}

#section-01{
	width:40%;
}
#section-02{
	width:60%;
	left:40%;
}
#section-03{
	width:60%;
}
#section-04{
	width:40%;
	left:60%;
}
#section-05{
	width:60%;
}
#section-06{
	width:40%;
}
#section-07{
	width:60%;
	left:40%;
}
#section-08{
	width:60%;
	left:40%;
}
#section-09{
	width:60%;
}
#section-10{
	width:60%;
}
#section-11{
	width:40%;
	left:60%;
}

a#bouton-contact {
    display: inline-block;
    width: 76%;
    background-color: #000;
    padding: 5%;
    margin-top: 7%;
    font-size: 1.5vw !important;
    border-radius: 5px;
    cursor: pointer;
}
.contenu-texte-fiche-produit {
    opacity: 0;
    overflow: hidden;
    height: 0;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}
section.bl-expand .contenu-texte-fiche-produit {
    opacity: 1;
    height: auto;
    color: #707070;
    font-family: "open-sans";
    text-transform: none;
    font-weight: 300;
    padding-top: 20px;
}

.bouton-interesse{
	display:block;
	color:#434343;
	background-color:#eeeeee;
	border-radius:5px;
	margin-top:20px;
	font-size: 20px;
	padding:20px 0;
	cursor:pointer;
}
@media screen and (max-width: 1600px) {
	#zone-contenu-histoire img {
		zoom: 0.8;
	}
}
@media screen and (max-width: 1300px) {
	#zone-contenu-histoire img {
		zoom: 0.6;
	}
	.bl-expand .titre-produit {
		position: relative !important;
		display: block;
		top: initial !important;
		left: 20% !important;
		width: 60% !important;
		margin-top: auto !important;
	}
	.bl-expand .conteneur-titre-img {
		position: relative;
		height: auto !important;
		padding-bottom: 50px;
	}
	.bl-expand .image-produit {
		position: relative !important;
		margin-left: 18%;
		margin-top: 10%;
	}

}
@media screen and (max-width: 1060px) {
	#container-blocs{
		height:auto !important;
		padding-bottom: 160px;
	}
	.bl-main {
		position: relative;
		display:block !important;
		width:100% !important;
		height:auto !important;
	}
	.bl-main > section {
		position: relative;
		display:block !important;
		width:100% !important;
		left:0 !important;
		top:auto !important;   
		border-bottom: solid 1px #222222;
	}
	.bl-main > section#section-04 {
    	height: auto !important;
	}
	.bl-main > section#section-06 {
    	height: auto !important;
	}
	.bl-main > section#section-11 {
    	height: auto !important;
	}
	#section-04 #zone-contenu-histoire {
		padding: 100px 15%;
		font-size: 2vw;
		line-height: 3vw;
	}
	#section-04 h2 {
		padding-top: 100px !important;
	}
	#section-06 h2 {
		padding-top: 100px !important;
	}
	#section-11 h2 {
		padding-top: 100px !important;
	}
	#section-04 .bl-content, #section-04 div.bl-panel-items > div > div,  #section-06 .bl-content, #section-06 div.bl-panel-items > div > div, #section-11 .bl-content,  #section-11 div.bl-panel-items > div > div{
		position: relative;
	}
	#section-04, #section-06 {
    border-bottom: solid 1px #fff;
	}
	#zone-contenu-histoire img {
		zoom: 1;
	}
	.bl-box h2 {
		font-size: 5vw;
		line-height: 6vw;
	}
	.abril-titre {
		font-size: 6vw;
	}	
	.bl-expand .image-produit {
		margin-bottom: 10%;
	}
	.bl-expand .conteneur-titre-img {
		display: block;
		position: relative;
		width: 90% !important;
		left: 5% !important;
	}
	.bouton-interesse {
		font-size: 19px;
	}
	#section-11 #zone-contenu-histoire {
		font-size: 2vw;
		line-height: 3vw;
    	padding-top: 50px;
	}
	#section-11 #zone-contenu-histoire a {
		font-size: 2vw;
		line-height: 3vw;
	}
	a#bouton-contact {
		font-size: 2vw !important;
		line-height: 3vw !important;
	}
	.bl-expand .titre-produit {
		position: relative !important;
		display: block;
		top: initial !important;
		left: 5% !important;
		width: 90% !important;
		margin-top: auto !important;
	}
	section:hover .titre-produit {
		left: 5% !important;
	}
}

@media screen and (max-width: 750px) {
	#zone-contenu-histoire img {
		zoom: 0.8;
	}
}

@media screen and (max-width: 610px) {
	#container-blocs{
		padding-bottom: 0;
	}
	#section-04 #zone-contenu-histoire {
		padding: 50px 15%;
		font-size: 19px;
    	line-height: 24px;
	}
	#section-04 h2 {
		padding-top: 50px !important;
	}
	#section-06 h2 {
		padding-top: 50px !important;
	}
	#section-11 h2 {
		padding-top: 50px !important;
	}
	#section-11 #zone-contenu-histoire {
		font-size: 3vw;
		line-height: 4vw;
    	padding-top: 50px;
	}
	#section-11 #zone-contenu-histoire a {
		font-size: 3vw;
		line-height: 4vw;
	}
	a#bouton-contact {
		font-size: 3vw !important;
		line-height: 4vw !important;
	}
}



