/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------/
																																																				/
																				COMMUNS AUX PAGES (!= HOME)																		/
																																																				/
---------------------------------------------------------------------------------------------------------------------------------------------------------------------/**/		


body.page .container section{
	margin-top:8px;
}
	body.page section article{
		margin-bottom:20px;
		float:left;
		width: 100%;
		position:relative;
	}

/* block de partage partage */
body.page .share ul li:last-child a{
	background:#323335;
}	
/* Border footer COLOR */		
body.page article.blue footer, body.page .blue .border-content{
	border-color:#008cbb;		
}
body.page article.light-blue footer, body.page .light-blue .border-content{
	border-color:#38a7cc;		
}
body.page article.purple footer, body.page .purple .border-content{
	border-color:#6a4380;		
}
body.page article.pink footer, body.page .pink .border-content{ 
	border-color:#ff6dab;		
}
body.page article.red footer, body.page .red .border-content{
	border-color:#b60c0c;
}
body.page article.green footer, body.page .green .border-content{
	border-color:#a1ab00;
}
body.page article.orange footer, body.page .orange .border-content{
	border-color:#ff8400;
}
body.page article.grey footer, body.page .grey .border-content{
	border-color:#5a5b5d;
}
/* @End Border footer */
	

/* Block de contenu */	
body.page .border-content { /* block de contenu blanc avec bordure bottom */
	border-bottom:3px solid #38a7cc;
}

 body.page .block-content { /* block de contenu blanc */
  background-color: #fff;
  padding: 35px 15px 10px;
  overflow: hidden;

}
	 body.page .block-content p{
		margin-bottom:20px
	 }
	 body.page .top-content	{ /* fait monter le block de contenu de -28px pour apparaitre sous le titre */
		margin-top:18px;
	 }

 body.page .block-content h3{
	font-size:1.6em;
	font-family:"Arial", Tahoma, Helvetica;
	color:#5a5b5d;
 }
 
 body.page .block-content  ul li{
	float:left;
  }
  body.page .block-content  ul li:first-child{
	margin-left:0;
  }

body.page .grey-content{
	padding:10px;
	background-color: #d5d5d5;
	font-weight:bold;

}  
body.page .grey-content.block-content{
    padding: 35px 15px 10px;
}  
 
body.page p.block-heading, body.page h2.block-heading, body.page h1.block-heading{ /* titre avec background gris */
	background-color: #323335;
	color: #fff;
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	line-height: 45px;
	min-height: 45px;
	padding: 0 15px;
	position: absolute;
	z-index: 99;
	text-transform:uppercase;
}
	body.page p.block-heading {
		font-size:1.8em
	}
	body.page h2.block-heading.blue, body.page p.block-heading.blue{
		background-color: #008cbb;
		margin-top:0;
	}
	body.page h2.block-heading.green{
		background-color: #1e9977;
	}
.block-img-content{
	margin-top: -35px;
	margin-left: -15px;
	margin-right:15px;
	position: relative;
	z-index: 0;
	float: left;
}

button.single-btn{
	height: 24px;
	position: absolute;
	right: 10px;
	top: 31px;
	overflow:hidden;
	width: 24px;
}
    button.single-btn img{
	  left: 0;
	  position: absolute;
	  top: 0;
    }
    button.single-btn img.close{
	    margin-top:-24px;
    }
	
/* Footer article */

	
body.page article footer{
		background: #fff;
		border-top: 3px solid #38a7cc;
		margin-top:0;
		overflow: hidden;
		float: left;
		clear: left;
		width: 100%;
		
	}
	
	body.page article footer ul li{
		float:left;
		
	}
	body.page article footer .left {
		margin-top: 3px;
	}
	body.page .post-share {
	/*	padding: 5px 0 5px;*/
	}
	body.page section footer ul li a{
		padding: 7px;
		float: left;
		text-decoration:none;			
	}
	
	body.page .post-share ul li a{
		width: 40px;
		height: 36px;
		text-align: center;
		display: block;
		float:none;	
		padding:0;
		opacity:.8;
	}
		body.page .post-share ul li a img{
				vertical-align:top;
				text-align: left;
				margin-left: 0;
				margin-top: 7px;
			}
	body.page .post-share ul li a:hover{
	    opacity: 1;
	}
	
	
	body.page .post-share ul li:last-child a{
		background-color: #323335;
	}
	
	
body.page section article .post-excerpt,
body.page section article .post-content{
			background: #fff;
			margin-bottom: 0;
			float:left;
			width:334px;
			padding: 10px 15px;
			
		}

body.page section article .post-excerpt a,
body.page section article .post-content a{
    background-color: inherit;
    color: inherit;
}
		

span.checkbox{
    background: url(../img/pictos/checkbox.png) no-repeat;
    display: inline-block;
    height: 20px;
    padding: 0 5px 0 0;
    width: 20px;
}

@media only screen and (max-width: 767px) {
	body.page article header{min-height:80px;}
	body.articles article .post-content img{max-width: 100%;height: auto;}
	body.page h2.block-heading{width:190px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	body.page article header{min-height:30px;}

	body.page h2.block-heading{width:310px;}
}