
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           ARTICLE                                                  ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#page_article #full_width1 {
	/*box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.1);*/
	background-color: rgba(0,0,0,0.01);
	margin: 0;
	padding-bottom: 0;
}

#page_article #main_column{ 
	display: inline-block; 
	width: 70%; 
	padding: 15px 0 15px 15px;
}


/* Mise en page de l'article */

#top_box {
	width: 100%;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	border-top: solid 1px rgba(0,0,0,0.2);
}

#top_left_box {
	display: table-cell;
	border: none;
	position: relative;
	width: 50%;
	padding: 40px 50px;
	background-color: rgba(0,0,0,0.02);
	box-shadow: inset -10px 0 10px -10px #FFF, 
				inset -20px 0 20px -20px #FFF, 
				inset -30px 0 30px -30px #FFF, 
				inset -40px 0 40px -40px #FFF, 
				inset -50px 0 50px -50px #FFF,  
				inset -60px 0 60px -60px #FFF,  
				inset -70px 0 70px -70px #FFF, 
				inset -80px 0 80px -80px #FFF,  
				inset -90px 0 90px -90px #FFF, 
				inset -100px 0 100px -100px #FFF;
	vertical-align: top;
	overflow: hidden;
}

#top_left_box h2{
	margin: 10px 0;
}

#top_left_box p{
	color: #666;
	text-align: justify;
	font-size: 16px;
}


#top_left_box ul li{
	display: block;
}

#top_right_box {
	display: table-cell;
	border: none;
	position: relative;
	width: 50%;
	height: 100%;
	vertical-align: top;
	text-align: right;
	margin-left: 0px;
	padding: 0px 20px;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: inset 100px 0 100px -100px rgba(0,0,0,0.02) ;
}

#top_right_box img {
	position: absolute;
	bottom: -50px; right: 70px;
	opacity: 0.05;
	
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

#top_right_box h1 {
	text-align: right;
	margin-bottom: 10px;
}

#top_right_box h3 {
	text-align: right;
	margin: 0 0 15px 0;
	color: #31A7D2;
}

#page_article h2{ 
	color: #D31D31; 
	font-size: 32px; 
	margin-bottom: 5px; 
}
	
#page_article #article_preview p { 
	color: rgba(0,0,0,0.6); 
	text-align: justify; 
	padding-bottom: 15px;
	margin-bottom: 5px; 
	overflow: hidden;
	font-size: 16px; 
}


/* Main page */

#main_article {
	width: 100%;
	background-color: #FFF;
	border-radius: 12px 12px 0 0;
	margin: 25px 0 0 0;
	min-height: 70vh;
	overflow: hidden;
}

#article_author {
	display: inline-block;
	line-height: 16px;	
}

#article_author img { vertical-align: middle;}
#author_name { font-weight: bold;}

#page_article span{
	display: inline-block;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.5); 
	font-size: 14px;
	line-height: 16px;	
}

#article_main_photo {
	width: 100%;
	margin: 10px 0;
}

#article_main_photo img{
	width: 96%;
	border-radius: 4px;
}

#article_second_photo {
	width: 50%;
	margin: 5px 0 10px 20px;
	float: right;
}

#article_content p { 
	color: rgba(0,0,0,0.6); 
	text-align: justify; 
	padding: 15px 15px 15px 0;
	margin-bottom: 5px; 
	overflow: hidden;
}

#article_content ul li {
	display: list-item;
	list-style-type: disc;
	list-style-image: url("../images/puce.png");
	
	font-family: 'LibertySans', helvetica; 
	font-size: 14px;   
}

#article_content img{
	border-radius: 4px;
	border: solid 5px white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}


#more_article_photos {margin: 0;}
#more_article_photos h2 {color: rgba(0,0,0,0.6); font-size: 22px;}

#more_photos {text-align: left;}
#more_photos li {
    width: 31%;
	margin: 5px 0.7%;
	height: 140px;
	overflow: hidden;
	background: #000;
	vertical-align: middle;
	border-radius: 4px;
	border: solid 5px white;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#more_photos li img{
	height: auto !important;
    width: 100% !important;
	vertical-align: middle;
}

/* SHARE */
#share_social {
	display : inline-block;
	float: right;
	text-align: left;	
	
}


#share_social h3 { line-height: 20px; vertical-align: top; color: rgba(0,0,0,0.5);}
#share_social h3, #share_social ul {	display : inline-block;}
#share_social img { height: 20px; width: 20px;}

.fb-share-button,
.fb-like  {
	float: right;
	margin: 0 8px 0 0 ;	
	z-index: 10000;
}

/* ////////// COLONNE DROITE ///////// */

#page_article #right_column {
	float: right;
	width: 27%;
	min-height: 70vh;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.008);
	padding: 16px 10px;
}

#page_article #right_column h2 {font-size: 22px;}


#article_by_theme {
	margin: 20px 0;
	padding-bottom: 15px; 
	border-bottom: dotted 1px rgba(0,0,0,0.2);
}

#article_by_theme li{
	background-color: rgba(0,0,0,0.3);
	color: #FFF; 
	margin: 2px 0;
	padding: 1px 3px;	
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; 
}

#article_by_theme li:hover{
	background-color: rgba(0,0,0,0.5);
}


#newsletter_form  {
	margin: 20px 0;
	padding-top: 20px;
	border-top: dotted 1px rgba(0,0,0,0.2);
}

#newsletter_form h3 {
	color: rgba(0,0,0,0.5);
	margin-top: -5px;
	font-size: 14px;	
}

#newsletter_form input[type=text] {
	width: 100%;
	height: 40px;
	margin: 10px 0;
	border-radius: 2px;
	background-color: #FFF;
}

#newsletter_form input[type=text]:focus {
	background-color: rgba(255,255,255,1);
}

#newsletter_form input[type=submit] {
	float: right;
	background-color: rgba(255,255,255,1);
	height: 40px;
	margin: 5px 0;
	padding: 0 20px;
	border-radius: 2px;
	cursor: pointer;
}

/* SLIDER */
#page_article .sp-slideshow {
    position: relative;
    width: 100%;
    height: 170px;
	margin: 0px 0px 0px 0px;
	border-radius: 2px;
	overflow: hidden;	
	z-index: 999;
}

#page_article .sp-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;	
}

/* Définition des puces */
 
#page_article .sp-slideshow input + label {
    display: none;
}

/* Définition des flèches */

.sp-arrow {
    position: absolute;
    top: 35%;
    width: 40px;
	height: 40px;
    margin-top: -0px;
	border-radius: 15px;
    display: none;
    opacity: 1;
    cursor: pointer;
    z-index: 1001;
    background: url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	
	-webkit-transition: opacity linear 0.5s;
	-moz-transition: opacity linear 0.5s;
	-ms-transition: opacity linear 0.5s;
	-o-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
}


.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
	background:  url(../images/arrow_black.png) no-repeat;
	background-color: #fff;
	z-index: 1000;
	width: 40px;
    right: -20px;
    display: block;
    background-position: center right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: -20px;
    display: block;
    background-position: center right;
	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/* ************ */
 
#page_article .news_title span{
	color: #ccc;
}

#page_article .sp-slideshow{ margin-top: 0;}


#related_article {
	position: relative;
	width: 100%;
}

#related_article img {
	width: 100%;
	height: auto !important;	
	border-radius: 3px;
}

#related_article .news_title{
	position: absolute;
	bottom: 0; left: 0;
	height: 50px; width: 100%;
	padding: 5px 10px;
	background-color: rgba(211,29,49,0.4);	
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	cursor: pointer;
}

#related_article span{color: #ccc; font-size: 12px;}
#related_article p {display: none; color: #ccc; font-size: 12px;}

#related_article:hover .news_title{height: 100px; }
#related_article:hover img{opacity: 0.7;}
#related_article #main_slider > span{display: none;}
#related_article:hover span{display: none;}
#related_article:hover p{display: block;}

