@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* Filter */
section#filter{
	min-height: 56px;
	background: #ffffff;
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
}
section#filter ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
section#filter ul li{
	display: inline-flex;
	position: relative;
    justify-content: center;
    align-items: center;
	margin: 0px auto;
	padding: 0px 20px;
	width: auto;
	height: 100%;
    min-height: 56px;
	text-align: center;

}
section#filter ul li.first{
	width: 11.5%;
}
section#filter ul li.filter_products_enfant{
	background: #ededed;

}


section#filter ul li a, section#filter ul li label{
	color: #a39161;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	padding: 0 6px;
	cursor: pointer;
}
section#filter ul li.active{
	background: #a39161;
}
section#filter ul li.active a, section#filter ul li.active label{
	color: #fff;
}

/* texte intro */
.section_matiere.section_matiere_1.bg-image1 ,
#section-572.bg-image1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center top;
    background-image: url("../images/matieres-bg-lainage.jpg");
    position: relative;
    overflow: hidden;
}
.section_matiere.section_matiere_2.bg-image1 ,
#section-579.bg-image1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center top;
    background-image: url("../images/matieres-bg-vegetales.jpg");
    position: relative;
    overflow: hidden;
}
.section_matiere.section_matiere_3.bg-image1 ,
#section-586.bg-image1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center top;
    background-image: url("../images/matieres-bg-autre.jpg");
    position: relative;
    overflow: hidden;
}

section#texte-intro .container{
	max-width: 1005px;
	position: relative;
}

section#texte-intro{
	background-size: cover !important;
	height: auto;
	padding: 90px 0;
}

section#texte-intro.matieres-intro-1{
	background: #fff url("../images/matieres-bg-intro.jpg") no-repeat top right;
}

section#texte-intro .texte .title{
	font-family: 'TimesNewRomanItalic', sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #a39161;
    position: relative;
    display: inline-block;
	margin-bottom: 30px;
}
section#texte-intro .texte .title:after{
	content: "";
	position: absolute;
	bottom: -5px;
	width: 60px;
	height: 1px;
	background: #a39161;
	left: 0px;
}

section#texte-intro .image {
	text-align: center;
	display: block;
    min-height: auto;

}
section#texte-intro .image .img-rond {
    width: 265px;
    height: 265px;
    background: #fff;
    border: 3px #fff solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    margin: auto;
    position: relative;
    background-position: 40% 30% !important;
    background-repeat: no-repeat !important;
	-webkit-box-shadow: 0px 0px 60px -5px rgba(40,40,40,0.20);
	-moz-box-shadow: 0px 0px 60px -5px rgba(40,40,40,0.20);
	box-shadow: 0px 0px 60px -5px rgba(40,40,40,0.20);
}
section#texte-intro .image .img-rond:before{
	content: "";
	background: url("../images/icons/icon-filet.png") no-repeat center center;
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	right: 4px;
    top: 4px;
}
section#texte-intro .image .img-rond:after{
	content: "";
	background: url("../images/icons/icon-filet.png") no-repeat center center;
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	left: 4px;
	bottom: 4px;
}



#filter-container {margin-bottom: 0px !important;}

@media (min-width: 768px){
	section#texte-intro .image {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	section#texte-intro .col-sm-7.texte {
		float: right;
	}
}
@media (max-width: 769px) {

	section#texte-intro {
		padding: 0 0 30px;
	}
	section#texte-intro .texte, section#texte-intro .image {
		padding: 20px 0;
	}
}

@media (max-width: 960px){
	section#filter ul li{
		width: 22.5%;
		padding: 0 6px;
	}
	section#filter ul li.first{
		width: 10%;
		padding: 0px;
	}
	section#filter ul li a, section#filter ul li label{
		font-size: 13px;
		line-height: 16px;
	}
	#section-572.bg-image1, #section-579.bg-image1, #section-586.bg-image1 {
    background-size: contain;
	}
}
@media (max-width: 769px) {
	section#filter-container section#filter .container{
		padding: 0px;
	}
	section.center-histoire .items .div-text-1 .description{
		padding: 20px 15px !important;
	}
	section#filter ul li{
		width: 33.33% !important;
		padding: 0 15px;
		justify-content: center;
		min-height: 56px;
		float: left;
	}
	section#filter ul li:nth-child(3){
		border-right: 0px #a39161 solid;
	}
	
}
@media (max-width: 580px){
	section#filter ul li{
		width: 22.5%;
		padding: 5px 15px;
		height: 100%;
		min-height: 56px !important;
		text-align: center;
		border-right: 1px #a39161 solid;
	}
	section#filter ul li.first{
		width: 10%;
		padding: 0px;
	}
	
	section#filter ul li a, section#filter ul li label{
		font-size: 12px;
		line-height: 16px;
	}
	section.center-histoire .items .btn-top .btn.style2 {
    width: 80% !important;
	}
}
/***********************/
/* Intro texte */
section#texte-intro.histoire-intro{
	background: #fff url("../images/histoire-bg-intro.jpg") no-repeat top right;
	background-size: cover !important;
	height: auto;
	padding: 90px 0;
}
section#texte-intro.histoire-intro .container{
	max-width: 1060px;
}


/* Textes centre */
section.center-histoire{
	padding: 90px 0 125px;
    float: left;
    width: 100%;
}
section.center-histoire .items{
	max-width: 1020px;
	margin: auto;
}
section.center-histoire .items h2{
	text-align: center;
	margin-bottom: 62px;
}
section.center-histoire .all-items{
	position: relative;
    float: left;
    width: 100%;
}
section.center-histoire .all-items:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 100%;
    background: #a39161;
    z-index: 0;
}
section.center-histoire .items .all-items:before{
    content: "";
    position: absolute;
    bottom: -28px;
    height: 34px;
	width: 34px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: transparent url("../images/icons/bullet-top.svg") no-repeat top center;
    z-index: 99;
}
section.center-histoire .items .btn-top{
	text-align: center;
	margin: 85px 0 0;
}
section.center-histoire .items .btn-top .btn.style2{
	width: auto;
	float: none;
	margin-bottom: 100px;
	z-index: 99;
	position: relative;
}
section.center-histoire .items .btn.style2:after{
	bottom: -100px;
    height: 100px;
}
section.center-histoire .items .btn-top:before{
    content: "";
    position: absolute;
    top: -28px;
    height: 34px;
	width: 34px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: transparent url("../images/icons/bullet-top.svg") no-repeat top center;
    z-index: 99;
}
section.center-histoire .items .item h2 {
    color: #a39161;
    font-size: 40px;
    line-height: 50px;
	margin-bottom: 30px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    transition: opacity 1s;
}
section.center-histoire .items .item h2.is-visible {
	opacity: 1;
}
section.center-histoire .items .item h3 {
    font-size: 24px;
    line-height: 30px;
	margin-bottom: 25px;
    text-transform: uppercase;
}
section.center-histoire .items .item h2:after , section.center-histoire .items .item h3:after {
    content: "";
    display: block;
    background: #a39161;
    height: 1px;
    width: 60px;
    margin: 10px auto;
}
section.center-histoire .items .item {
    margin-bottom: 200px;
    float: left;
    width: 100%;
	position: relative;
	z-index: 1;
	/* background-color: #f5f5f5; */
}
section.center-histoire .items span.flesh-scroll{
	cursor: pointer;
	display: block;
	position: absolute;
	bottom: -122px;
	margin: auto;
	z-index: 99;
	left: 0px;
	right: 0px;
	width: 44px;
	height: 44px;
	background: transparent url("../images/icons/icon-slider-smaller_on.svg") no-repeat top center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

section.center-histoire .items .item:last-child{
	margin-bottom: 100px;
}
section.center-histoire .items .div-img .img-container {
    overflow: hidden;
}
section.center-histoire .items .div-img .img-container img {
	-webkit-transition: transform .7s;
    -moz-transition: transform .7s;
    transition: transform .7s;
}
section.center-histoire .items .div-img .img-container:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

section.center-histoire .items .div-text-1 {
    max-width: 590px;
    min-height: 365px;
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    z-index: 99;
	padding: 30px;
    text-align: center;
	background: #f5f5f5;
}
section.center-histoire .items .div-text-1 .description p {
    text-align: left;

}
section.center-histoire .items .div-text-1 .description {
    border: 1px #a39161 solid;
    padding: 40px 50px;
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
}
section.center-histoire .items .div-img {
    max-width: 426px;
    width: 100%;
    background: transparent;
    float: left;
    overflow: hidden;
	position: relative;
    z-index: 9;
	margin-top: 80px;
}


@media (max-width: 1020px) {
  section.center-histoire .items span.flesh-scroll {
		bottom: -92px;
	}
	section.center-histoire .items .item{
		margin-bottom: 140px;
	}
  section.center-histoire .items .item-inner{
		-ms-box-orient: vertical;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	section.center-histoire .items .div-img {
		margin: auto !important;
		padding: 0 !important;
		max-width: 500px !important;
		order: 2;
		text-align: center;
	}
	section.center-histoire .items .div-text-1 {
		padding: 15px;
		min-height: auto !important;
		max-width: 500px !important;
		margin: auto !important;
		position: relative !important;
		right: 0 !important;
		order: 1;
	}
}

.btn-bas {
    text-align: center;
    margin-top: 60px;
}

section#bottom .link-video a.btn {
    background: rgba(21, 20, 25, 0.2) url("../images/icons/icon-playerh.svg") no-repeat 20px center;
    background-size: auto auto;
    background-size: 28px 28px;
    padding-left: 65px;
}
section#bottom .link-video a.btn:hover, section#bottom .link-video a.btn:active, section#bottom .link-video a.btn:focus {
    background: rgba(21, 20, 25, 1) url("../images/icons/icon-playerh.svg") no-repeat 20px center;
    background-size: auto auto;
    background-size: 28px 28px;
    border: 1px solid rgba(163, 145, 97, 1);
    color: #fff;
}

section.center-histoire .items .div-text-1 .description span.lire-plus {
    font-size: 25px;
    cursor: pointer;
    color: #a39161;
    transition: transform .5s;
}
section.center-histoire .items .div-text-1 .description span.lire-plus.opened {
    transform: rotate(180deg);
}
section.center-histoire .items .div-text-1 .description .others{
	display: none;
}
