
/* IE parent theme import */

@import url("/wp-content/themes/war-ve-responsive/ie.css");

/* Header */

.subheader
{
	display: block;
}


/* Navigation */

div#wrapper .menu
{
	width: 240px;
	display: block;
	float: left;
	padding: 100px 0px;
	overflow: hidden;
	background-color: #28292c;
	-webkit-box-shadow: -1em 0 10px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: -1em 0 10px rgba(0,0,0,0.1) inset;
	box-shadow: -1em 0 10px rgba(0,0,0,0.1) inset;

	/* Dirty fix for float */
    padding-bottom: 999999px;
    margin-bottom: -999999px;
}

div#wrapper .menu li
{
	width: 200px;
	position: relative;
	float: right;
	padding: 30px 20px 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

div#wrapper .menu li.active a
{
	color: white;
}

div#wrapper .menu li.active::before
{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #e8e8e8 transparent transparent;
}

div#wrapper .menu li.active.no-arrow::before
{
	content: "";
	border: none;
}


div#wrapper .menu a
{
	color: #9b9c9c;
    font-size: 25px;
    line-height: 28px;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-family: "FuturaBT-MediumCondensed", Verdana, Arial;
	text-decoration: none;
}

div#wrapper .menu a:hover
{
	color: white;
	background-color: #28292c;
}

div#wrapper .menu .icon
{
	color: white;
    font-size: 24px;
    line-height: 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

div#wrapper .menu .back
{
	padding-right: 40px;
}

div#wrapper .menu .back a
{
	width: 100%;
	display: block;
	float: left;
	text-align: right;
	color: white;
}

div#wrapper .menu .back a span
{
	float: left;
}

div#wrapper .menu li:first-child
{
	border-top: 1px solid #f0f0f0;
}


.anchor-menu
{	
	width: 9%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #896253;
	text-align: center;

	/* Dirty fix for float */
    padding-bottom: 999999px;
    margin-bottom: -999999px;
}

.list-bar
{	
	position: absolute;
	margin: 0 auto;
	right: 50%;
	margin-right: -23px;
}

.list-bar.fixed
{	
	position: fixed;
	right: 4.5%;
	top: 0;
	margin-right: -34px;
}

.list-bar a
{	
	color: white;
}

.list-bar a:first-child
{	
	margin-top: 25px;
}

.list-bar .dash
{	
	width: 1px;
	height: 40px;
	margin: 0 auto;
	border-left: 1px dashed white;
}

.list-bar .dash.mini
{	
	width: 1px;
	height: 30px;
	margin: 0 auto;
	border-left: 1px dashed white;
}

.list-bar .dash:last-child
{	
	border: none;
}

.list-bar .dash.last
{	
	border: none;
}


/* Components */

.dropdown
{
    width: 33.333%;
}

.dropdown > ul li ul 
{
    top: 70px;
}

.dropdown > ul li ul li a
{
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.dropdown > ul li ul li a.icon
{
    font-size: 16px;
    line-height: 16px;
    font-size: 1.6rem;
    line-height: 1.6rem;
}


.social-list > li 
{
    width: 10%;
    height: 100%;
    margin: 0;
}

.social-list > li.printable,
.social-list > li.tooltipable
{
    display: block;
}

.social-list > li.first
{
    width: 25%;
    margin-left: 0%;
    text-align: center;
}

.social-list > li.first:first-child
{
    width: 30%;
    margin-left: 10%;
    text-align: center;
}

.social-list > li a
{
    width: auto;
    padding: 22px 25px;
}

.social-list > li.first a
{
    padding: 23px 15px;
}

.social-list > li a:hover
{
    background-color: #5f443b;
}

.social-list > li a span
{
    display: table-cell;
    text-indent: -999999999px;
}

.social-list > li a.bookmarkable span,
.social-list > li a.printable span

{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    text-indent: 0;
}


/* Home */

.home .featured-image
{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.home .featured-image .title
{
	width: 80%;
	margin: 0 auto;
	padding-top: 25%;
    font-size: 60px;
    line-height: 70px;
    font-size: 6rem;
    line-height: 7rem;
}

.home .featured-image .description
{
	width: 60%;
	max-width: 600px;
	margin: 3% auto;
    font-size: 16px;
    line-height: 26px;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.home .featured-image .cta
{
	margin: 0 auto 3%;
    font-size: 22px;
    line-height: 30px;
    font-size: 2.2rem;
    line-height: 3rem;
}


/* footer */

	.footer
	{
		position: relative;
		left: 0;
		bottom: 0;
	}


/* Introduction */

	div#main.introduction .featured-image
	{	
		width: 94%;
		height: 600px;
		margin: 3% auto;
	}

	div#main.introduction .featured-image .title
	{	
	    font-size: 24px;
	    line-height: 34px;
	    font-size: 2.5rem;
	    line-height: 3.4rem;
	}

	.list-pics
	{	
		width: 91%;
		float: left;
		overflow: hidden;

		/* Dirty fix for float */
        padding-bottom:999999px;
        margin-bottom:-999999px;
	}


/* Listing */

	.list .page-title
	{
		display: none;
	}

	.list-pics,
	.list-posts
	{	
		width: 91%;
		float: left;
		overflow: hidden;

		/* Dirty fix for float */
        padding-bottom:999999px;
        margin-bottom:-999999px;
	}

	.objects.list .list-posts
	{	
		width: 100%;
	}

	.post
	{	
		padding: 0px 40px 0 40px;
	}

	.post:first-child
	{	
		padding: 40px 40px 0 40px;
	}

	.post .child
	{	
		width: 50%;
		height: 640px;
		margin-bottom: 40px;
		float: left;
		background-color: white;
		border-right: 1px solid #f0f0f0;
	}

	.post .subtitle
	{	
		margin: 20px 0;
	    font-size: 32px;
	    line-height: 32px;
	    font-size: 3.2rem;
	    line-height: 3.2rem;
	}

	.post .content
	{	
		display: block;
	}

	.post .picture
	{	
		height: 40%;
	}

	.post .picture .mobile-title
	{	
		display: none;
	}


/* Search */

	.search .content
	{
		width: 80%;
		min-height: 600px;
		padding: 0 40px;
		background-color: white;
	}

/* Section */

	.section .page-title
	{
		display: none;
	}

	.post .child
	{	
		width: 50%;
		height: 600px;
		float: left;
		background-color: white;
	}

	.objects .post
	{	
		padding: 40px 40px 0 40px;
	}

	.objects .child .content 
	{
		padding: 8% 10% 8% !important;
	}

	.objects .post .picture
	{	
		display: block;
	}

	.section.objects .post .child
	{	
		height: 420px;
		max-height: 420px;
		margin-bottom: 0px;
	}

	.list-posts
	{	
		width: 91%;
		float: left;
		overflow: hidden;

		/* Dirty fix for float */
        padding-bottom:999999px;
        margin-bottom:-999999px;
	}

	.list .child .content 
	{
		padding: 8% 10% 8% !important;
	}

	.list .mobile-menu
	{
		display: none;
	}

	.list.objects .post .picture
	{	
		height: 65%;
	}

	.posts .post
	{	
		padding: 40px 40px 0 40px;
	}

	.section.posts .post .child 
	{
		margin-bottom: 1px;
	}

	.section.posts .child .content 
	{
		padding: 20px 40px !important;
	}

	.posts .post .child .title 
	{
		padding: 15px 0 10px;
	}

	.maps .post .child
	{
		width: 50%;
	}


/* Single */

	.single .page-title
	{
		display: none;
	}

	.single .featured-image
	{
		height: 580px;
	}

	.single .featured-image .round-number
	{
		margin: 200px 0 35px 0;
	}

	.single .featured-image .breadcrumb
	{
		display: block;
		margin-bottom: 200px;
	}

	.single .featured-image .title
	{
	    font-size: 42px;
	    line-height: 42px;
	    font-size: 4.2rem;
	    line-height: 4.2rem;
	}

	.single.history .featured-image .title
	{
		padding-top: 0;
	}

	.single article .content
	{
		padding: 8% 10%;
	}

	.single article header .link
	{
		width: 33.3333%;
	}

	.single article header .dropdown:first-child + .link
	{
		margin-left: 33.3333%;
	}

	.single article header span.icon
	{
		display: inline-block;
		margin-bottom: 0;
		margin-right: 15px;
	}

	.single article header span.icon-arrow-down
	{
		display: inline-block;
	}

	.single article header .link.printable
	{
		display: block;
	}

	.single.ressources article .content 
	{
		padding: 0 40px 80px 40px;
	}


/* Viewer */

	.viewer .description .title
	{
	    font-size: 30px;
	    line-height: 30px;
	    font-size: 3rem;
	    line-height: 3rem;
	}

	.viewer .description .social-list
	{
		width: 268px;
	}

	.viewer .description .database
	{
		width: 240px;
	}

	.viewer .description .social-list > li
	{
		width: 30%;
	}

	.viewer .description .social-list > li a
	{
		padding: 15px 28px;
	}

	.viewer .description
	{
		height: 280px;
		bottom: -200px;
		padding: 30px 40px;
	}

	.viewer .description .text
	{
		height: 80px;
	}

	.viewer .description .wrapper-content
	{
		width: 50%;
	}

	.viewer .description .wrapper-socials
	{
		width: 270px;
		position: absolute;
		bottom: 40px;
		right: 100px;
		padding-bottom: 0;

	}

	.viewer .description .social-list
	{
		float: none;
	}

	.viewer .zoomer .zoomer-controls span.zoomer-next,
	.viewer .zoomer .zoomer-controls span.zoomer-previous
	{
		width: 100px;
	}

	.zoomer-previous
	{
		position: absolute;
		top: 0;
		right: 201px;
	}

	.controlsContainer #_zi { position: fixed; top: 20px; left: 40px; z-index: 100; }
	.controlsContainer #_zo { position: fixed; top: 20px; left: 100px; z-index: 100; }
	.controlsContainer #_rs { position: fixed; top: 20px; left: 160px; z-index: 100; }