/*  
Theme Name: Lefranc-Bourgeois
Theme URI: www.bim-bim.fr
Description: Thème Wordpress pour Lefranc-Bourgeois
Author: Bim-Bim
Author URI: www.bim-bim.fr
*/

section {
	color:#002e5d;
	line-height:1.5em;
}
section h2 {
	display:inline-block;
	width:100%;
	font-family: 'Avenir-Black', 'NunitoSans-Black', sans-serif;
	font-size: 30px;
	color:#002e5d;
	text-transform:uppercase;
	margin:0px 0px 40px;
}
section h3 {
	font-family: 'Avenir-Light', 'NunitoSans-Light', sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	margin:0px 0px 30px;
}
section .subtitle {
	font-family:'Avenir-Medium', 'NunitoSans-SemiBold', sans-serif;
	font-size:18px;
	color:#002e5d;
	letter-spacing: 0.05em;
}
section .links img {
	max-width:100px;
}
section a.discover {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
section a.discover span {
	font-size:12px;
}

/*** COLORS MAKER ***/
.colors-maker {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:120px 10px 0px;
	margin-bottom:40px;
}
.colors-maker h2 {
	margin-top:-40px;
}
.colors-maker > .container {
	background: url('../img/bg-toile.jpg') center top repeat;
	padding:0px;
	max-width:1200px;
}
.colors-maker .resume {
	margin-left:auto;
	margin-right:auto;
	width:60%;
	margin-bottom:80px;
	letter-spacing: 0;
}
.colors-maker .content-block {
	display:inline-block;
	vertical-align: top;
}
.colors-maker .content-block .text {
	letter-spacing: 0;
}
.colors-maker .left,
.colors-maker .right {
	display:inline-block;
	vertical-align:bottom;
}
.colors-maker .right img,
.colors-maker .left img  {
	min-width:100%;
}

.colors-maker .slide {
	width:100%;
	position:relative;
	overflow:hidden;
}
.colors-maker .right .slide::before {
	content:"";
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.colors-maker .left .slide::before {
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear ,left bottom, right top, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
}
.colors-maker .slider-list {
	width:100%;
	position:relative;	
}
.colors-maker .slide ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.colors-maker .slide ul li {
	position:relative;
	float:left;
	padding:0px;
}
.colors-maker .slide ul li .item {
	position: relative;
	width:100%;
}
.colors-maker .slide ul li .text {
	position:absolute;
	z-index:3;
	bottom:100px;
	font-family: 'Avenir-Book', 'NunitoSans-Regular', sans-serif;
	color:#fff;
	font-size:24px;
	line-height:1.2em;
	width:200px;
	letter-spacing:0.05em;
}
.colors-maker .left .slide .text {
	text-align:left;
	left:40px;
}
.colors-maker .right .slide .text {
	text-align:right;
	right:40px;
}
.colors-maker .slide .navigation {
	position: absolute;
	z-index:3;
	bottom:40px;
}
.colors-maker .right .navigation {
	right:40px;
}
.colors-maker .left .navigation {
	left:40px;
}
.colors-maker .slide .navigation .previous {
	display:inline-block;
	font-size:0px;
	width:40px;
	height:36px;
	background:url(../img/small-arrow-left.png) no-repeat left 50%;
}
.colors-maker .slide .navigation .next {
	display:inline-block;
	font-size:0px;
	width:40px;
	height:36px;
	background:url(../img/small-arrow-right.png) no-repeat right 50%;
}
.colors-maker .slide .navigation a:hover {
	opacity:0.5;
}

/*** QUALITY AT EVERY STEPS ***/
.quality {
	display:inline-block;
	margin-top:150px;
	width:100%;
	text-align:center;
}
.quality .container {
	padding:0px;
}
.quality .resume {
	margin-left:auto;
	margin-right:auto;
	width:60%;
	margin-bottom:80px;
	letter-spacing: 0;
}
.quality .slide {
	display:inline-block;
	width:100%;
	position:relative;
}
.quality .slide .left,
.quality .slide .right {
	width:90%;
	overflow:hidden;
}
.quality .slide img {
	width:100%;
	height:auto;
}
.quality .slide ul {
	float:left;
	list-style: none;
	margin:0px;
	padding:0px;
}
.quality .slide ul li {
	float:left;
	position:relative;
	text-align:left;
}
.quality .slide .text {
	font-family: 'Avenir-Book', 'NunitoSans-Regular', sans-serif;
	color:#002e5d;
	font-size:18px;
	line-height:1.2em;
	width:200px;
	overflow:hidden;
	letter-spacing:0.05em;
}
.quality .slide .navigation {
	display:inline-block;
	padding-top:20px;
	padding-left:40px;
}
.quality .slide .navigation .previous {
	display:inline-block;
	font-size:0px;
	width:40px;
	height:36px;
	background:url(../img/small-arrow-left-blue.png) no-repeat left 50%;
}
.quality .slide .navigation .next {
	display:inline-block;
	font-size:0px;
	width:40px;
	height:36px;
	background:url(../img/small-arrow-right-blue.png) no-repeat right 50%;
}
.quality .slide .navigation a:hover {
	opacity:0.5;
}

/*** HISTORY LINE ***/
.history-line {
	display:inline-block;
	width:100%;
	text-align:center;
	padding-top:120px;
	background: url('../img/bg-blue.jpg') center 166px no-repeat;
	-webkit-background-size: 90% 100%;
	background-size:90% 100%;
	margin-bottom:40px;
}
.history-line .resume {
	margin-left:auto;
	margin-right:auto;
	width:60%;
	margin-bottom:80px;
}
.history-line .timeline {
	position: relative;
	padding:0px 0px 40px;
	margin:0px;
	list-style: none;
}
.history-line .timeline li {
	display:inline-block;
	position: relative;
	text-align: left;
	margin-bottom:60px;
}
.history-line .timeline .text {
	letter-spacing: 0;
}
.history-line .timeline img {
	max-width:100%;
	-webkit-box-shadow: 14px 14px 24px 5px rgba(3,26,50,0.24);
	-moz-box-shadow: 14px 14px 24px 5px rgba(3,26,50,0.24);
	box-shadow: 14px 14px 24px 5px rgba(3,26,50,0.24);
}
.history-line .timeline .date {
	font-family: 'Avenir-Book', 'NunitoSans-Regular', sans-serif;
	font-size: 24px;
	color:#002e5d;
}
.history-line .timeline h3 {
	font-family: 'Avenir-Black', 'NunitoSans-Black', sans-serif;
	font-size:24px;
	text-transform: uppercase;
	margin:16px 0px 20px;
	line-height: 1.5em;
}

.picture-credit {
	width: 380px;
	font-size: 12px;
	line-height: 1.2;
	margin-top: -16px;
	margin-bottom: 32px;
	padding-right: 16px;
	padding-left: 16px;
}

.picture-credit.top {
	margin-top: 32px;
}

/*** OUR FAMOUS PAINTERS ***/
section.our-famous-painters {
	display:inline-block;
	width:100%;
	margin-top: 40px;
	min-height:350px;
	padding-top:100px;
	padding-bottom:60px;
	text-align:center;
	background:url('../img/heritage/bg-our-famous-painters.jpg') no-repeat top center;
	-webkit-background-size: cover;
	background-size:cover;
}
section.our-famous-painters .subtitle {
	color:#002e5d;
}
section.our-famous-painters h2 {
	color:#002e5d;
}
section.our-famous-painters .painters {
	width:100%;
	text-align: center;
	margin-top:60px;
}
section.our-famous-painters a.discover {
	color: #002e5d;
}
section.our-famous-painters .link-effect::before {
	border-top: 1px solid #002e5d;
	border-bottom: 1px solid #002e5d;	
}
section.our-famous-painters .link-effect span::after {
  border-right: 1px solid #002e5d;
  border-left: 1px solid #002e5d;
}
section.our-famous-painters .navigation {
	display:inline-block;
	vertical-align:top;
}
section.our-famous-painters .navigation .previous {
	display:inline-block;
	width:60px;
	height:160px;
	background:url(../img/small-arrow-left-blue.png) no-repeat left 50%;
}
section.our-famous-painters .navigation .next {
	display:inline-block;
	width:30px;
	height:160px;
	background:url(../img/small-arrow-right-blue.png) no-repeat right 50%;
}
section.our-famous-painters .painters .list {
	display: inline-block;
	padding-bottom:20px;
	overflow:hidden;
	width:260px;
}
section.our-famous-painters .painters ul {
	padding:0px;
}
section.our-famous-painters .painters li {
	float:left;
	position:relative;
	overflow:hidden;
	list-style: none;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:0px;
	margin:0px;
}
section.our-famous-painters .painters li img {
	width:160px;
	height:160px;
	-webkit-box-shadow: 10px 10px 12px 0px  rgba(26,38,70,0.70);
	-moz-box-shadow: 10px 10px 12px 0px  rgba(26,38,70,0.70);
	box-shadow: 10px 10px 12px 0px  rgba(26,38,70,0.70);
}
section.our-famous-painters .painters li .painter {
	display: block;
	margin-top: 20px;	
	font-family: 'Avenir-Book', 'NunitoSans-Regular', sans-serif;
	font-size:18px;
	color: #002e5d;
	letter-spacing: 0.05em;
}
section.our-famous-painters .painters li .painter span {
	display:block;
	font-family: 'Avenir-Black', 'NunitoSans-Black', sans-serif;
	line-height:1em;
}


@media (min-width: 360px) {

}

@media (min-width: 768px) {
	section .links img {
		max-width:100%;
	}
	.colors-maker {
		padding:120px 20px 0px;
	}
	.colors-maker .content-block {
		width:104%;
		margin-left:-2%;
	}
	.colors-maker .content-block:first-child {
		margin-top:-40px;
	}
	.colors-maker .content-block:last-child {
		margin-bottom:-40px;
	}
	.colors-maker .content-block:first-child h3 {
		margin-top:80px;
	}
	.colors-maker .we-make-colors .left,
	.colors-maker .everything-starts-here .right,
	.colors-maker .heritage .left,
	.colors-maker .couleurs .right {
		width:48%;
	}
	.colors-maker .we-make-colors .right,
	.colors-maker .everything-starts-here .left,
	.colors-maker .heritage .right,
	.colors-maker .couleurs .left {
		width:50%;
	}
	.colors-maker .we-make-colors .left,
	.colors-maker .heritage .left {
		float:left;
		text-align:right;
		padding-left:8%;
		padding-top:40px;
	}
	.colors-maker .we-make-colors .right,
	.colors-maker .heritage .right {
		float:right;
		text-align:left;
	}
	.colors-maker .everything-starts-here .left,
	.colors-maker .couleurs .left {
		float:left;
		text-align: right;
	}
	.colors-maker .everything-starts-here .right,
	.colors-maker .couleurs .right {
		float:right;
		text-align:left;
		padding-right:8%;
		padding-top:40px;
	}

	.quality  .slide .left {
		float:left;
		width:60%;
	}
	.quality .slide .right {
		float:right;
		width:40%;
		text-align:left;
		color:#002e5d;
	}
	.quality .slide .text {
		display:inline-block;
		vertical-align:bottom;
		margin-left:40px;
		margin-right:200px;
		width:300px;
	}
	
	.history-line .timeline::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #002e5d;
		left: 50%;
		opacity:0.3;
	}
	.history-line .timeline li::before {
		content:'';
		position: absolute;
		background: url('../img/bg-blue.jpg') center repeat;
		border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
		-webkit-border-radius: 20px 20px 20px 20px;
		border: 1px solid rgba(0, 46, 93, 0.3);		
		width:21px;
		height:21px;
		top:50%;
		left:50%;
		margin-left:-10px;
	}
	.history-line .timeline li > div:first-child {
		padding-right:70px;
		text-align:right;
	}
	.history-line .timeline li > div:last-child {
		padding-left:70px;
		text-align: left;
	}

	section.our-famous-painters {
		min-height:400px;
	}
	section.our-famous-painters .painters .list {
		width:380px;
	}
	section.our-famous-painters .painters .list li {
		padding-right:20px;
	}

	.picture-credit {
		width: 380px;
		font-size: 12px;
		line-height: 1.2;
		margin-top: 16px;
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.picture-credit.float-right {
		float: right;
	}

}

@media (min-width: 992px) {
	section h2 {
		font-size: 40px;
	}
	.colors-maker {
		padding:120px 40px 0px;
	}
	.colors-maker .slide ul li .text {
		width:300px;
	}
	.quality .slide .text {
		width:340px;
	}
	.history-line .container {
		width:90%;
	}

	section.our-famous-painters {
		min-height:500px;
	}
	section.our-famous-painters .painters .list {
		width:760px;
	}

}

@media (min-width: 1200px) {
	section h2 {
		font-size: 60px;
	}
	section h3 {
		font-size: 48px;
	}
	.colors-maker {
		padding:120px 60px 0px;
	}
	.colors-maker .we-make-colors .left,
	.colors-maker .heritage .left {
		padding-top:80px;
	}
	.colors-maker .everything-starts-here .right ,
	.colors-maker .couleurs .right{
		padding-top:80px;
	}
	.quality .slide .text {
		width:400px;
		font-size:24px;
	}
	.history-line {
		background-position:center 176px;
	}
	.history-line .container {
		width:80%;
	}

	section.our-famous-painters {
		min-height:600px;
	}

}

@media (min-width: 1500px) {
	section h2 {
		font-size: 70px;
	}
	.quality .slide .text {
		width:500px;
	}

	section.our-famous-painters {
		min-height:700px;
	}

}

@media (min-width: 2000px) {

}