/* General */

.section,
.child-content
{
	background-color: #e8e8e8;
}

.section .page-title
{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
	color: black;
    font-size: 40px;
    line-height: 40px;
    font-size: 4rem;
    line-height: 4rem;
	border-bottom: none;
}

.list .child .content,
.section .child .content 
{
	padding: 30px 10% 30px !important;
}

.section .post .child:hover .title
{	
	text-decoration: underline;
}

.post
{	
	width: 100%;
	box-sizing: border-box;
	padding: 0px 40px 0 40px;
	overflow: auto;
}

.post:first-child
{	
	width: 100%;
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
}

.post:last-child
{	
	padding-bottom: 40px;
}

.post .child
{	
	width: 100%;
	height: 600px;
	position: relative;
	float: left;
	margin-bottom: 40px;
	background-color: white;
}

.post a:last-child .child .content
{	
	border: none;
}

.post .child .title
{	
	margin: 0;
	padding: 30px 35px 10px 35px;
	color: black;
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.post .line
{	
	width: 100%;
	height: 1px;
	border-color: black;
}

.post .title
{	
	margin: 35px 0px;
	clear: both;
	vertical-align: baseline;
	color: black;
    font-size: 24px;
    line-height: 28px;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.post .number
{	
	margin-right: 20px;
	padding: 12px 5px 10px 10px;
	border: 1px solid black;
	border-radius: 20px;
	vertical-align: middle;
	color: black;
    font-size: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.post .no-element
{	
	margin: 5% 0 25% 0 ;
	color: black;
    font-size: 18px;
    line-height: 1.8px;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

.post .picture
{	
	width: 100%;
	height: 50%;
	color: black;
    font-size: 28px;
    line-height: 32px;
    font-size: 2.8rem;
    line-height: 3.2rem;
}

.post .description
{	
	padding: 0 35px 30px 35px;
	color: black;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    font-family: 'FuturaLT-Book', Verdana, Arial;
}

.post .more
{	
	float: right;
	position: absolute;
	bottom: 35px;
	right: 35px;
	margin-right: 35px;
	color: #bbbdc0;
	font-size: 1.2em;
	letter-spacing: .2em;
}


@media all and (min-width: 1025px) {

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

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

@media all and (min-width: 1280px) {

	.post .child
	{	
		width: 33.333%;
	}

}


/* History */

.section.history .post .child .title
{	
	margin: 0;
	padding: 0;
}

.list.history .title
{	
	padding: 40px 40px 0 40px;
}




/* Objects */

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

.objects .post .picture
{	
	height: 65%;
	display: none;
}

.objects .post .content .title
{	
	width: 85%;
	float: left;
	padding: 15px 0 10px 0;
}

.objects .post .count
{	
	width: 15%;
	height: 35%;
	float: left;
	margin: 0;
	padding: 15px 0 10px 0;
	color: black;
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: right;
}


@media all and (min-width: 1025px) {

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

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


/* Objects - Section */

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

.section.objects .post .child 
{
	max-height: 120px;
	margin-bottom: 20px;
}

.section .objects .post .picture
{	
	height: 65%;
	display: block;
}


@media all and (min-width: 1025px) {

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


/* Objects - List */

.list.objects .post .child
{	
	height: 340px;
	margin-bottom: 20px;
}

.list.objects .post .picture
{	
	height: 65%;
	display: block;
	padding: 0;
	background-color: #cfcbca;
	text-align: center;
}

.list.objects .post .picture:before
{	
	background: none;
}

.list.objects .post .picture
{	
	overflow: hidden;
}

.list.objects .post .picture img
{	
	width: auto;
	max-height: 100%;
	height: auto;
}

.list.objects .post .content .title
{	
	width: 100%;
	padding: 0;
}


@media all and (min-width: 1025px) {

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

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



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

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



/* Ressources */

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

.section.posts .post .child 
{
	height: 140px;
	margin-bottom: 20px;
}

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

.section.posts .post .child:hover
{
	color: black;
	text-decoration: underline;
}

.posts .post .child .title 
{
	color: black;
	padding: 0;
}

.posts .post .child .content 
{
	display: block;
}

.ressources .content .links
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.single.ressources article .content .links li
{
	width: 100%;
	padding: 15px 30px 15px 15px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	border: 2px solid #f0f0f0;
}

.single.ressources article .content .links li:hover
{
	background-color: white;
}

.single.ressources article .content .links li a
{
	padding-left: 30px;
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
	text-decoration: none;
}


@media all and (min-width: 1025px) {

	.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 */

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

.maps .post:first-child,
.maps .post
{	
	padding: 40px 40px 80px 40px;
}


@media all and (min-width: 1025px) {

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

.section, .child-content
{
                background-color: #e8e8e8;
                height: 100%;
}
