@charset "UTF-8";
/* CSS Document */



.image-callout{
	-webkit-box-shadow: -6px 7px 2px -1px rgba(0,0,0,0.4); 
	box-shadow: -6px 7px 2px -1px rgba(0,0,0,0.4);
	-moz-transform: rotate(357deg);
	-webkit-transform: rotate(357deg);
	-o-transform: rotate(357deg);
	-ms-transform: rotate(357deg);
	transform: rotate(357deg);
}

#lt-titlebannerrow{
	background-image: url(../images/titlebanner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#lt-titlebanner{
	width: 100%;
	height: 240px;
	text-align: center;
	float: left;
}
#lt-titlebannerheading{
	margin-top: 80px;
	font-size: 98px;
	line-height: 100px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Luckiest Guy', Arial, sans-serif;
	color: #ffd742;
	text-shadow: 0px 7px 1px #000000,
	-3px 7px 1px #000000,
	3px 7px 1px #000000;
}

#lt-nav{
	padding: 5px 0;
	background: #004d88;
	text-align: center;
}
#lt-nav-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.lt-nav-list-item{
	display: inline-block;
	margin: 10px 4% 2px 4%;
	font-family: 'Luckiest Guy', Arial, sans-serif;
	letter-spacing: 1px;
}
.lt-nav-list-item:first-child{
	margin-left: 0;
}
.lt-nav-list-item:last-child{
	margin-right: 0;
}
.lt-nav-list-item a{
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
}

.lt-section{
	width: 100%;
	padding: 60px 0;
	float: left;
}
.lt-sectionheading{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 76px;
	line-height: 80px;
	letter-spacing: 4px;
	color: #ffffff;
	font-family: 'Luckiest Guy', Arial, sans-serif;
	text-shadow: -5px 5px 0 rgba(0,0,0,0.4), 
	0px 0px 2px #000000, 
	0px 0px 2px #000000,
	0px 0px 2px #000000,
	0px 0px 2px #000000;
}

#lt-personnages{
	background: #ffd742;
}
.lt-personnages-item{
	width: 100%;
	text-align: left;
	float: left;
}
.lt-personnages-item img{
	width: 100%;
	max-width: 248px;
	height: auto;
}
.lt-personnages-item h3{
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	margin: 10px 0 5px 0;
}
.lt-personnages-item p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}

#lt-draw{
	background: #ffd742;
}
.lt-draw-item{
	width: 100%;
	text-align: left;
	float: left;
}
.lt-draw-item img{
	width: 100%;
	max-width: 248px;
	height: auto;
}
.lt-draw-item h3{
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	margin: 10px 0 5px 0;
}
.lt-draw-item p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}

#lt-livres{
	background: #6ecc60;
}
.lt-bookheading{
	font-size: 30px;
	line-height: 34px;
	color: #000000;
	margin: 0 0 5px 0;
}
.lt-bookinfo{
	margin-bottom: 20px;
}
.lt-book-cover{
	width: 100%;
	height: auto;
}
.lt-bookinfo p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.lt-releasedate{
	font-size: 15px;
	line-height: 19px;
	color: #000000;
	background: #5eba50;
	padding: 5px 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: 700;
	display: inline-block;
}

#lt-biographie{
	background: #ac84bb;
}
#lt-authorphoto{
	width: 100%;
	max-width: 300px;
	height: auto;
}
#lt-authorinfo p{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}
.lt-biographie-download{
	background: #9e6db1;
	border-radius: 5px;
	padding: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
}
.lt-biographie-download h3{
	font-family: 'Luckiest Guy', Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 0;
	text-shadow: 0px 1px 3px #000000;
}
.lt-btn{
	display: block;
	background: #ffd742;
	border: 2px solid #000000;
	border-radius: 100px;
	padding: 17px 30px 10px 30px;
	box-shadow: -3px 3px 0 0 rgba(0,0,0,0.4);
	box-sizing: border-box;
	font-family: 'Luckiest Guy', Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000000;
	text-align: center;
	transition: background 150ms, transform 150ms, box-shadow 150ms;
}
.lt-btn:hover, .lt-btn:focus{
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	transform: scale(1.03);
	box-shadow: -5px 8px 0 0 rgba(0,0,0,0.4);
}

#lt-videos{
	background: #dd3f39;
}
.lt-video-container{
	width: 100%;
	padding: 0 10%;
	float: left;
}

#lt-activites{
	background: #2d95cb;
}
.activite{
	text-align: center;
}
.activite img{
	width: 100%;
	max-width: 170px;
	height: auto;
	transition: transform 150ms, box-shadow 150ms;
	box-shadow: -3px 3px 0 0 rgba(0,0,0,0.4);
}
.activite img:hover, .activite img:focus{
	transform: scale(1.03);
	box-shadow: -5px 8px 0 0 rgba(0,0,0,0.4);
}
#lt-activites-a-venir{
	width: 100%;
	text-align: center;
	margin-top: 90px;
	float: left;
}

@media screen and (max-width: 768px){
	.lt-nav-list-item{
		margin: 10px 2% 2px 2%;
	}
	.lt-nav-list-item a{
		color: #ffffff;
		font-size: 22px;
		line-height: 22px;
	}
	
	.lt-sectionheading{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	#lt-activites-a-venir{
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px){
	#lt-titlebanner{
		height: 180px;
	}
	#lt-titlebannerheading{
		margin-top: 30px;
		font-size: 60px;
		line-height: 70px;
	}
	
	.lt-sectionheading{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	
	.lt-personnages-item{
		margin-bottom: 30px;
	}
	.lt-personnages-item img{
		width: 70%;
	}
	
	.lt-book-cover{
		width: 70%;
	}
	.lt-bookheading{
		margin-top: 30px;
		font-size: 22px;
		line-height: 26px;
	}
	
	#lt-authorphoto{
		width: 70%;
		margin-bottom: 15px;
	}
	
	#lt-videos, #lt-activites{
		width: 100%;
		float: left;
	}
	.lt-video-container{
		padding: 0;
	}
	.activite{
		margin-bottom: 30px;
	}
	#lt-activites-a-venir{
		margin-top: 0;
	}
}

#holder .container {max-width: 1170px;}


/* .video-holder {
	height:auto;
}
.video-container{
	height: 640px;
}
@media screen and (max-width:1399px){
	.video-container{
		height: 640px;
	}
}
@media screen and (max-width:1199px){
	.video-container{
		height: 640px;
	}
}
@media screen and (max-width:991px){
	.video-container{
		height: 640px;
	}
}
@media screen and (max-width:767px){
	.video-container{
		height: 640px;
	}
}
@media screen and (max-width:480px){
	.video-container{
		height: 640px;
	}
}

.vjs-poster, .video-js, .limelight-player {background-color: transparent !important;}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
} */