/*
Theme Name: Kpsule
Theme URI: http://www.zhell.fr/
Description: Thème Kpsule
Author: Julien Siwek
Version: 1.1
*/
/* RESET
--------------------------------------------------------------------------------------------------------------------------------------*/
.content {
	position: relative;
}

.lang {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
}

html {
	font-size: 100%
} /* Fix bug d'IE 6-7 */
html,body,form,fieldset,dl,dd {
	margin: 0;
	padding: 0;
}

p,select,input,caption,label,tr,td,table,textarea {
	font-size: 1em;
	line-height: 1;
}

h1,h2,h3,h4,h5,h6,span {
	line-height: 1;
	margin: 0;
}

img,fieldset,table {
	border: none
}

form,p,ul,li,fieldset,input {
	margin: 0;
	padding: 0;
	line-height: 1;
}

ul,li {
	list-style: none
}

ol li {
	list-style: decimal inside
}

address {
	font-style: normal
}

img {
	vertical-align: middle
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: #7b7b7b;
	font-size: 10px; /* 1em = 10px */
	font-family: Verdana, sans-serif;
}

.txt-hidden {
	position: absolute;
	left: -9999em;
}

a {
	color: #e51e73;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

#content .hover-links a {
	text-decoration: none
}

#content .hover-links a:hover {
	text-decoration: underline
}

.pink {
	color: #e51e73
}

/********** HTML5 **********/
header,section,footer,aside,nav,article,figure {
	display: block;
}

/********** MARGINS **********/
.no-margin {
	margin: 0 !important
}

.marg-btm35 {
	margin-bottom: 35px
}

/* HEADER
--------------------------------------------------------------------------------------------------------------------------------------*/
/*#header {
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-header.png) left top repeat;
}*/

#header .content {
	width: 930px;
	margin: auto;
	padding: 30px 0;
}

#logo {
	float: left;
}

.auto-trigger {
	display: none;
}

/********** MENU ***********/
#menu {
	float: right;
	margin-top: 10px;
}

#menu li {
	float: left;
	margin-left: 0px;
}

#menu a {
	width: 79px;
	display: block;
	color: #8d8d8d;
	font-size: 14px;
	padding: 6px 0 8px;
	text-align: center;
	text-decoration: none;
	/*background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-menu.png) left top no-repeat;*/
}

#menu a:hover,#menu .current-menu-item a,#menu .current-page-ancestor a
	{
	color: #e61e7e;
}

/* NAV
--------------------------------------------------------------------------------------------------------------------------------------*/
#nav {
	background: #e51e73 url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-subnav.png) left top repeat-x;
}

#nav .content {
	width: 930px;
	padding: 15px 0 12px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, sans-serif;
}

#nav .share {
	display: block;
	float: right;
	font-size: 13px;
	color: #fff;
	padding: 3px 0 8px 30px;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/ico-share.png) left top no-repeat;
}

#nav .addthis_toolbox {
	position: absolute;
	right: 0;
	top: 12px;
	width: 112px;
}

/*
#nav .addthis_button_compact{
	display:block;
	width:65px;
	height:26px;
	background:url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/btn-add-this.png) left top no-repeat;
}

#nav .addthis_counter.addthis_pill_style{
	overflow:visible;
}

#nav .addthis_button_expanded{
	margin-top:2px;
}
*/
/********** MENU ***********/
#nav .menu {
	float: left;
}

#nav .menu li {
	float: left;
	position: relative;
	line-height: 1;
	margin-right: 30px;
	padding-top: 5px;
}

#nav .menu a {
	color: #f5a5c7;
	font-size: 13px;
	display: block;
	text-decoration: none;
}

#nav .menu a:hover,#nav .menu .current-menu-item a,#nav .menu .current-page-ancestor a
	{
	color: #fff;
}

#nav .menu .menu-item-35 {
	width: 22px;
	height: 24px;
	padding-top: 0;
	text-indent: -9999em;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/ico-home.png) left top no-repeat;
}

#nav .menu .menu-item-35 a {
	display: block;
	width: 100%;
	height: 100%;
}

#nav .arr {
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -7px;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/ico-arr-menu.png) left top no-repeat;
}

/********** SUB **********/
#subnav {
	padding: 12px 0;
	position: relative;
	z-index: 1;
	background-color: #e9e9e9;
}

#subnav ul {
	width: 930px;
	margin: 0 auto;
}

#subnav li {
	float: left;
	font-size: 1.1em;
	padding-left: 15px;
	margin-left: 15px;
	line-height: 1;
	border-left: 1px solid #969696;
}

#subnav li:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}

#subnav a {
	color: #969696;
}

#subnav .active a,#subnav .current_page_item a {
	color: #e51e73;
}

/* CONTENT
--------------------------------------------------------------------------------------------------------------------------------------*/
#content {
	width: 932px;
	margin: 30px auto 50px;
}

.jcarousel-next-disabled,.jcarousel-prev-disabled {
	display: none !important;
}

/*#wrapper.shadow {
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-shadow.png) center 370px no-repeat;
}*/

.page-push {
	width: 951px;
	text-align: center;
	margin-left: -10px;
}

.page-push img {
	display: block;
	margin: 0 auto 25px;
}

#home-banner {
	width:100%;
	
	margin-bottom: 20px;
}

/********** COLS 3 **********/
.cols3 .shadow-box:first-child,.cols3 .col:first-child {
	margin-left: 0;
}

.cols3 .col {
	width: 282px;
	float: left;
	margin-left: 42px;
}

.cols3 .col .shadow-box {
	float: none;
}

.shadow-box {
	margin-left: 42px;
	float: left;
	width: 280px;
	padding: 20px 0;
	position: relative;
	border: 1px solid #c6c6c6;
	border-radius: 0 px;
	-moz-border-radius: 0 px;
	-webkit-border-radius: 0 px;
	-moz-box-shadow: 0 0 0px #999;
	-webkit-box-shadow: 0 0 0px #999;
	box-shadow: 0 0 0px #999;
	background-color: #fff;
}

.std-shadow {
	border: 1px solid #c6c6c6;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 0px #999;
}

.radius20{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.cols3-btns .shadow-box {
	padding-bottom: 70px;
	cursor: pointer;
}

.shadow-box .inner {
	padding: 0 20px;
	margin-bottom: 30px;
}

.shadow-box h2,.wysiwyg .title-niv1,.wysiwyg h1 {
	color: #e51e73;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	min-height: 38px;
	margin-bottom: 10px;
	border-bottom: 5px solid #211e22;
	font-family: "Trebuchet MS", sans-serif;
}

.wysiwyg h1,.wysiwyg .title-niv1 {
	width: 240px;
}

h3,.title-niv2,.wysiwyg h2 {
	color: #211e22;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family: Georgia, serif;
}

.wysiwyg h2,.wysiwyg h3 {
	font-size: 23px;
}

.shadow-box a,.wysiwyg a {
	text-decoration: underline;
}

.shadow-box a:hover,.wysiwyg a:hover {
	text-decoration: none;
}

.shadow-box p,.wysiwyg p {
	font-size: 11px;
	line-height: 1.8;
}

.wysiwyg p {
	margin-bottom: 15px;
}

.shadow-box .legend {
	color: #000;
	font-size: 11px;
	font-style: italic;
	display: block;
	margin: 0 0 10px 20px;
	font-family: Georgia, serif;
}

.shadow-box .visu {
	display: block;
	margin: 0 auto;
}

.shadow-box .more,.rounded-btn {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: 240px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-btn-more.png) left top repeat-x;
}

.rounded-btn {
	display: inline-block;
	position: static;
	width: auto;
	padding: 5px 20px;
}

.shadow-box .more:hover,.rounded-btn:hover {
	background-position: left -30px;
	text-decoration: none;
}

/* FOOTER
--------------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/bg-footer.png) left top repeat-x;
}

#footer .content {
	width: 930px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#btn-top {
	color: #e61e7e;
	font-size: 11px;
	padding-right: 20px;
	position: absolute;
	right: -115px;
	top: -22px;
	z-index: 10;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/ico-top.png) right 4px no-repeat;
}

/*********** MENU **********/
#footer .menu {
	text-align: center;
}

#footer .menu li {
	font-size: 11px;
	display: inline;
	padding-left: 18px;
	margin-left: 12px;
	background: url(/web/20160212032951im_/http://en.kpsule.me/wp-content/themes/kpsule/img/ico-bullet-footer.png) left center no-repeat;
}

#footer .menu li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

#footer .menu a {
	color: #7b7b7b;
}

/*********** SHARE **********/
#footer .share {
	position: absolute;
	right: 0;
	top: 20px;
}

#footer .share li {
	float: left;
}

/*********** Sylvain : Formats **********/

div .formats_title {
	text-align: center;
	width: 104%;
	color: black;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	min-height: 50px;
	margin-bottom: 10px;
	border-bottom: 3px solid #e9e9e9;
	font-family: Georgia, serif;
}

.formats_section {
	font-size: 12px;
	line-height: 10pt;
	margin-bottom: 42px;
}

.formats_section li div {
	text-align: center;
	line-height: 10pt;
	height: 15px;
	margin-bottom: 10px;
}

.formats_section .t {
	color: black;
	font-weight: bold;
}

.formats_section .c {
	color: #e51e73;
	font-style: italic;
}

span.roll {
	height: 150px;
	position: absolute;
	width: 221px;
	z-index: 10;
}

span.rollhtml {
	height: 188px;
	position: absolute;
	width: 221px;
	z-index: 10;
}
/*
     FILE ARCHIVED ON 03:29:51 Feb 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:14:34 Feb 24, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 228.372
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.085
  cdx.remote: 0.06
  esindex: 0.007
  LoadShardBlock: 170.946 (3)
  PetaboxLoader3.datanode: 72.451 (4)
  PetaboxLoader3.resolve: 463.863 (3)
  load_resource: 406.966
*/