/*
Theme Name: RecreAdulte
Theme URI: http://www.premiere-place.com
Description: Thème de base pour site simple
Version: 1.0
Author: Première Place
 
*/
/* ========= CSS reset ========= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	height: 100%;
	background: #f5f5f5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3,h4, span, p {
	line-height: 1.2em;
}
p {
	padding-bottom: 1.2em;
}
p.wp-caption-text {
	font-style: italic;
	font-size: 0.875em;
	padding: 0.7em;
	background: #840048;
	color: #fff;
}
input[type=submit], input[type=text] {
	-webkit-appearance:none;
	border-radius: 0;
}

/* ========= Global ========= */
body {
	font: normal 100% 'Open Sans','Arial','Helvetica',sans-serif;
	color: #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
textarea {
	max-width: 97%;
}
a{
	color: #840048;
	text-decoration: none;
}
a:hover{
	color: #9D336D;
}
.skp-wrap {
	max-width: 1200px;
	margin: auto;
	overflow:hidden;
}
#skp-header-content .skp-wrap{
	padding:1em;
}
#skp-main .skp-wrap{
	padding:1em;
}

#skp-breadcrumb .skp-wrap{
	padding:1.2em;
}
#skp-footer .skp-wrap{
	max-width: 100%;
}

#skp-main {
	background: #f5f5f5;
	overflow: hidden;
}
#skp-content,
#skp-sidebar {
	float:none;
	width: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
}

/*********************************** Zone de recherche + RS*************************/
#content-header{
	margin: 0 auto; 
	width:950px;/*950px / 1920px*/
}
#logo, #top_menu{
	display:block;
}
#logo{
	float:left;
	padding:26px 0px 39px 0px;
}

#top_menu{
	background-color:#840048;
	height: 46px;  
	width: 272px;
	margin:2em auto 2em auto;
}
@media only screen and (min-width:767px) {
	#top_menu{
		float:right;
		margin-top:0;
	}
}
.home, .button-contact, .search{
	display:block;
}
#top_menu .home{
	float:left;
}
#top_menu .search{
	float: left;
}
#button-search {
	display:block;
	padding: 0.9em 0.926em;
	height: 46px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
#button-home{
	display:block;
	padding: 0.98em;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
#name_blog{
	color: #333;
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1em;
}
a#name_blog{
	text-decoration:none;
	margin: 0.5em 0;
}
span.alpha-name{
	display:block;
}
#top_menu .button-contact{
	text-transform:uppercase;
	color:white;
	font-size:0.813em;
	border-left: solid white 1px;
	border-right: solid white 1px;
	width: 179px;
	height:46px;
	float: left;
}
#top_menu .button-contact a{
	padding: 1.06em 1em;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#top_menu .button-contact a:hover::after, 
#button-home:hover::after, 
#button-search:hover::after{
	cursor: pointer;
	width: 0%;
}
#top_menu .button-contact a::after, 
#button-home::after, 
#button-search::after{
	height: 250%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	transform-origin: 100%;
	width: 150%;
	margin: -0.1em 0 0 -0.1em;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	position: absolute;
	transition: all 0.5s ease 0s;
	-webkit-transition: 0.5s;
	content: "";
}
#button-agence{
	font-size:1.3em;
	display:block;
	color:white;
	text-decoration:none;
	text-align:center;
	padding-top:12px;
}
	#button-agence:hover{ 
		background-color:#911A5B;
		height:46px;
	}
#open {
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
	#open .wrapper{
		width: 100%;
		box-sizing: border-box;
	}
		#open input[type=text] {
			height:43px;
			border:1px solid #fff;
			width: 83%;
			float: left;
			padding-left:5px;
			box-sizing: border-box;
			}
		#open input[type=submit] {
			height: 43px;
			width: 47px;
			background-color: transparent;
			cursor:pointer;
			border:0;
			width: 17%;
			float: left;
			-webkit-appearance:none;
			box-sizing: border-box;
			border-left: 1px solid #fff;
		}
		#open input[type=submit]:hover {
			-webkit-transition: 0.15s;
			transition: 0.15s;
			color: #840048;
		}

/*Hack pour Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#open {
		padding: inherit;
		margin: inherit;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
		#open input[type=text] {
			-webkit-appearance:none;
			border-radius: 0;
		}
		#open input[type=submit] {
			-webkit-appearance:none;
			border-radius: 0;
		}
	#button-search {
		display:block;
		padding: 0.9em 0.927em;
		height: 46px;
	}
}
.img-art img{
	width: 100%!important;
	height: auto!important;
}
/* ========= Header ========= */
#skp-header {
	background: #fff;
}
body.home #skp-header {
	margin-bottom: 3.8em;
}
	#skp-header-top {
		overflow: hidden;
		min-height: 30px;
		background: #333;
		color: #fff;
	}
	#skp-header-content {
		background: #fff;
	}
		#skp-header-content .skp-wrap {
			position: relative;
		}
		@media only screen and (min-width:320px) {
			#skp-header-content .skp-wrap {
			}
		}
			#skp-logo {
				margin: 0em 0% 15px 0%;
			}
				#skp-logo img {
					display: block;
					width:75%;
				}
				#skp-logo a{
					display: block;
				}
				
				#skp-baseline {
					margin: 0.6em 1em 0.5em;
					float: left;
				}
			#skp-header-content #skp-logo p.description{
				font-size:1.1em;
				padding-top:1em;
				display: none;
			}	
			@media only screen and (min-width:400px) {
				#skp-logo img {
					width:initial;
				}
			}			
			@media only screen and (min-width:767px) {
				#skp-logo {
					float: left;
				}
				#skp-baseline {
					position: absolute;
					bottom: 2.8em;
					right: 0;
					color: #333;
				}
			}
			@media only screen and (min-width:1024px) {
				#skp-logo{
					margin-left: 38%;
				}
				#skp-header-topbar {
					min-height: 0;
				}
					#skp-baseline {
						bottom: 0;
					}
			}
	#skp-breadcrumb{
		font-size:0.875em;/* 14px/16px */
		background: #f5f5f5;
	}
	#breadcrumbs {
		background: #f5f5f5;
		min-height: 1.5625em;/*25px;*/
		padding-bottom: 1em;
		padding-top:1em;/*10px;*/
	}
		#breadcrumbs a{
			text-decoration:none;
			color:#840048;
			font-family: Arial;
			font-size:1em;
		}
			#breadcrumbs a:hover{
			text-decoration:underline;
		}
			span.breadcrumb_last {
				color:#333;
				font-family: Arial;
				font-size:1em;
			}
	span#texte{
		background: #f39034;
		opacity: 0.9;
		width: 100%;
		height: 5em;
		display: block;
		padding:15px;
	}
	span#savoirplus{
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0px;
		height: 3em;
		width: 100%;
		padding: 0;
		background: #f39034;
		opacity:1;
	}
	span#savoirplus:hover{
		background-color:#5b2d76;
		opacity:1;
	}
	span#savoirplus a{
		display:block;
		padding: 15px 12px 14px 1.875em;
		text-decoration:none;
		color:#fff;
		float: left;
	}
	.fa-bars {
		color:#840048;
		display: none;
		font-size: 2.8em;
		cursor: pointer;
		float: right;
		padding-right:0.38em;
		position: absolute;
		top: 20px;
		right: 0px;
	}
	@media only screen and (min-width: 767px){
		.fa-bars {
			top: 85px;
			position:initial;
		}
	}
.button-res{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#skp-header-menu {
		background: #fff;
		padding-bottom:1em;
	}
		/* menu - minimal configuration */
		#skp-header-menu .skp-wrap {
			min-height: 40px;
			text-align: center;
		}
			#skp-header-menu ul.menu > li {
				display: inline-block;
			}
				#skp-header-menu ul.menu li a {
					display: block;
					text-decoration: none;
					color: #000;
					padding: 0.8em 1em;
					margin: 0 0.5em;
					min-height: 40px;
					text-transform: uppercase;
					font-weight: 300;
				}
				#skp-header-menu ul.menu li.current-menu-item a,
				#skp-header-menu ul.menu li.current-menu-parent a {
					border-bottom: 1px solid #840048;
					color: #840048;
				}
				#skp-header-menu ul.menu li a:hover {
					color: #840048;
					-webkit-transition: 0.15s;
					transition: 0.15s;
				}
					#skp-header-menu ul.menu > li > ul.sub-menu {
						display: none;
						position: absolute;
						background: #207db2;
						z-index: 20;
					}
					#skp-header-menu ul.menu > li:hover > ul.sub-menu {
						display: block;
						float: none;
					}
						#skp-header-menu ul.menu > li > ul.sub-menu  > li{
							position: relative;
						}
							#skp-header-menu ul.menu > li > ul.sub-menu  > li > a{
								display: block;
								color: #fff;
								min-width: 14em;
							}
							#skp-header-menu ul.menu > li  > ul.sub-menu  > li > a:hover {
								background: #4B4B4D;
							}
		/* menu - responsive (non-mobile first pour retro-compatibilité) */
		@media only screen and (max-width:1023px) {
			#skp-page {
				position: relative;
			}
			#skp-header-menu .skp-wrap {
				display:none;
				position: fixed;
				width: 75%;
				overflow: auto;
				height: 100%;
				text-align:left;
				top: 0;
				background-color:#fff;
				right:-75%;
				overflow-x:hidden;
				z-index: 10;
				border-left: 1px solid #ddd;
			}
			#skp-header-menu ul.menu li {
				float: none;
				width: auto;
				display: block;
			}
			#skp-header-menu .skp-wrap a{
				padding-left:10px;
				border-right:none;
			}
			#skp-header-menu .skp-wrap a:hover {
				background-color: transparent;
			}
			#skp-header-menu ul.menu li span, #skp-header-menu ul.menu.sub-menu {
				display:block!important;
			}
			#skp-header-menu ul.menu li a {
				padding-left:30px;
				padding-right:0px;
				border-top:none;
				height: auto;
			}
			#skp-header-menu ul.menu li a:hover {
			}
			#skp-header-menu ul.menu li ul.sub-menu {
				display: block;
			}
			#skp-header-menu ul.menu li:hover > ul.sub-menu,
			#skp-header-menu ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
				display: none;
			}
			#skp-header-menu ul.menu > li > ul.sub-menu,
			#skp-header-menu ul.menu > li:hover > ul.sub-menu,
			#skp-header-menu ul.sub-menu > li > ul.sub-menu,
			#skp-header-menu ul.sub-menu > li:hover > ul.sub-menu,
			#skp-header-menu ul.menu > li:hover > ul.sub-menu > li > ul.sub-menu,
			#skp-header-menu ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
				display: none;
				position: static;
			}
			.fa-bars {
				display: block;
			}
		}
		@media only screen and (min-width:1024px) {
			#skp-header-menu .skp-wrap {
				display: block !important;
			}
		}
/* ========= Content ========= */
#skp-content {
	margin-bottom: 4em;
}	
	.skp-post-leftwrap {
		margin-top: 2em;
	}
@media only screen and (min-width:1100px) {
	#skp-content {
		width: 70%;
		float: left;
	}
}
body.single #skp-content .post, body.page #skp-content{
	background: #fff;
	padding: 2em;
}
	h1.skp-post-title, body.page #skp-content h1.skp-post-title {
		display: inline-block;
		color: #840048;
	}
	#skp-content h1 {
		margin-bottom: 1em;
		font-size: 1.7em;
		text-transform:uppercase;
		color: #840048;
	}
	 #skp-content h2 a {
		color: #000;
		font-weight: normal;
		text-decoration:none;
	}

	#skp-content > div:first-of-type .skp-thumb{
		padding:inherit;
	}


@media only screen and (min-width:767px) {	
	.skp-thumb {
		display: block;
		overflow: hidden;
		width: 100%;
	}
}

	a.skp-readmore {
		display: block;
		background-color:#207db2;
		color:#fff;
		display:table;
		text-decoration:none;
		padding:0.4em 0.6em;
		opacity:0.8;
	}
	a.skp-readmore:hover {
		background-color:#207db2;
		opacity:1;
	}
		.skp-post-content h2 {
		font-size: 1.4em;
		text-transform:uppercase;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
	.skp-post-content  h3 {
		font-size: 1.125em;/*16px*/
		text-transform:uppercase;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
	.skp-post-content  h4 {
		font-size: 1em;/*16px*/
		text-transform:uppercase;
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
	
		body.page-template-home-php #skp-content h1 {
			font-size: 2.5em;
			margin-bottom: 0.2em;
		}
	body.home div.post,
	body.archive div.post,
	body.archive div.page,
	body.search div.post,
	body.search div.page {
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
		margin-bottom: 5.5em;
	}
	
.skp-content-alpha, .skp-content-alpha-ss {
			display:block;
			max-width:451px;
			margin:0 auto;
			height:auto;
			overflow:hidden;
		}
		.skp-content-alpha .skp-post-wrap, .skp-content-alpha-ss .skp-post-wrap {
			position: relative;
		}
		a.area-thumb-content {
			overflow: hidden;
			display: inline-block;
			background-color: #fff;
			color: #000;
			-webkit-transition: 0.15s;
			transition: 0.15s;
			width: 100%;
		}
		.skp-post-wrap {
			display:block;
		}
		.skp-post-wrap {
			padding: 1.4em;
		}
		.area-thumb-content:hover {
			background-color:#840048;
			-webkit-transition: 0.15s;
			transition: 0.15s;
		}
			.area-thumb-content:hover p.skp-post-meta {
				color:#fff;
			}
			.area-thumb-content:hover .skp-post-content {
				color:#fff;
			}
			.area-thumb-content:hover h2.skp-post-title {
				color:#fff;
			}
		.skp-date-bloc{
				float: left;
				padding: 0.5em;
				margin-right:2px;
				text-align: center;
				background-color: #840048;
				color: #fff;
		}
		@media only screen and (min-width:767px) {
			.skp-content-alpha, .skp-content-alpha-ss {
				max-width:100%;
			}
			.skp-content-alpha .skp-thumb {
				float: left;
				margin: 0 0 0 0;
				width: 100%;
			}
			.skp-content-alpha-ss .skp-thumb {
				display: none;
			}
			.skp-content-alpha .skp-post-wrap {
				/*width: 59.1%; /* 100% - 39.6% - 2.3% */
				width: 87%;
			}
			.skp-content-alpha-ss .skp-post-wrap {
				width: 89%;
				margin-left: 5.6em;
			}
			a.area-thumb-content {
			}
			.skp-date-bloc {
				width: 5.625em;
				height: 5.625em;
				position: absolute;
			}
			.skp-date-bloc span.day, .skp-date-bloc span.month, .skp-date-bloc span.year {
					font-weight: bold;
					display: block;
			}
				.skp-date-bloc span.day {
					font-size: 1.875em;
				}
				.skp-date-bloc span.month {
					font-size: 0.9375em;
				}
				.skp-date-bloc span.year {
					font-size: 0.9375em;
				}
		}
		@media only screen and (min-width:767px) {
			body.single .skp-date-bloc span.day {
					font-size: 1.875em;
					font-weight: bold;
					display: inline-block;
				}
			body.single .skp-date-bloc span.month {
				font-weight: bold;
				font-size: 0.9375em;
				display: inline-block;
			}
			body.single .skp-date-bloc span.year {
				font-weight: bold;
				font-size: 0.9375em;
				display: inline-block;
				padding-top: 0.3em;
			}
		}
		@media only screen and (min-width:767px) {
			.skp-content-alpha, .skp-content-alpha-ss {
				max-width: 100%;
			}
			.skp-content-alpha .skp-thumb {
				width: 39.7%;
			}
			.skp-content-alpha .skp-post-wrap {
				width: 60.3%;
				margin-left: 0;
			}
			.skp-content-alpha-ss .skp-post-wrap {
				width: 87%;
			}
			a.area-thumb-content {
				display: block;
			}
		}
		@media only screen and (min-width:900px) {
			.skp-content-alpha-ss .skp-thumb {
				display: none;
			}
			.skp-content-alpha-ss .skp-post-wrap {
				width: 89%;
				margin-left: 5.6em;
			}
		}
		.skp-thumb {
			float:left;
		}
			.skp-thumb a {
				display: block;
			}
				.skp-thumb img {
					display: block;
					/*max-*/width: 100%;
					height: auto;
				}
		.skp-post-wrap {
			float: left;
		}
		.nb_com, .art_com p{
			display:block;
			color:#686868;
		}
		.nb_com {
			float:left;
		}
		.nb_com a {
			color: #000;
			text-decoration:none;
		}
			h2.skp-post-title {
				font-size: 1.3em;
				margin-bottom: 0.6em;
			}
			.skp-post-content img {
				max-width: 100%;
				height: auto;
			}
			.skp-post-content img.alignleft,
			.skp-post-content div.wp-caption.alignleft {
				float: left;
				display: block;
				margin: 1em 1em 1em 0;
			}
			.skp-post-content img.alignright,
			.skp-post-content div.wp-caption.alignright {
				float: right;
				display: block;
				margin: 1em 0 1em 1em;
			}
			.skp-post-content img.aligncenter,
			.skp-post-content div.wp-caption.aligncenter {
				display: block;
				margin: 1em auto;
			}
			.skp-post-content img.alignnone,
			.skp-post-content div.wp-caption.alignnone {
				float: none;
				display: block;
				margin: 1em 0;
			}
			.skp-post-content ul {
				list-style: disc;
				margin: 1em 2em;
			}
			.skp-post-content ol {
				list-style: none;
				margin: 1em 2em;
				counter-reset: list;
			}
				.skp-post-content ol li:before {
					content: counter(list, decimal) ".";
					counter-increment: list;
					padding-right: 0.5em;
				}
			.skp-post-content blockquote {
				color: #686868;
				font-style: italic;
			}
			.skp-post-content code {
				font-family: Courier New, serif;
			}
		 .juiz_sps_links {
			text-align: right;
			margin: 2em 0 3em 0;
			line-height: 0.875em; / 14px / 16px /
		   }
			.juiz_sps_links .juiz_sps_links {
			}
			 .juiz_sps_links .juiz_sps_links .juiz_sps_item a:hover {
			  text-decoration: none;
			 }
			 .juiz_sps_links .juiz_sps_totalcount {
			  margin-top: 5px;
			  padding-top: 6px;
			 }
			 .juiz_sps_links .juiz_sps_counter {
			  padding-top: 6px;
			 }
		  @media only screen and (min-width:350px) {
		   .juiz_sps_links .juiz_sps_totalcount {
			margin-top: -7px;
		   }
		  }
		  @media only screen and (-webkit-min-device-pixel-ratio:0) {
		   .juiz_sps_links .juiz_sps_totalcount {
			margin-top: 5px;
		   }
		  }
		  @media only screen and (min-width: 352px) and (-webkit-min-device-pixel-ratio:0) {
		   .juiz_sps_links .juiz_sps_totalcount {
			margin-top: -19px;
		   }
		  }
		.skp-post-navigation {
			padding-bottom:2.8125em;/*  45/16 px */
			margin: 3em 0;
		}
			.skp-post-prev{
				float: left;
				color:#840048;
			}
			.skp-post-prev, .skp-post-next{width: 35%;}
				.skp-post-prev a{
					text-decoration:none;
					opacity:0.9;
				}
				.skp-post-prev a:hover{
					text-decoration:underline;
				}
			.title-post-nav{
				color:#333333;
			}
			.skp-post-prev a:hover, .skp-post-next a:hover{
				text-decoration:underline;
			}
			.skp-post-next{
				float: right;
				color:#840048;
				text-align:right;
			}
				.skp-post-next a{
					text-decoration:none;
					opacity:0.9;
				}
				
			.skp-post-prev a, .skp-post-next a{
				color:#840048;
			}
				.skp-post-prev a span, .skp-post-next a span{
					font-weight: bold;
				}
/*========= PAGINATION =========*/		
	.wp-pagenavi {
		margin: 3em auto 2em auto;
		text-align: center;
		clear: both;
		color:#fff;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		border:#f5f5f5 solid 1px;
		height: 38px;
		-ms-transform: skewX(170deg);
		-webkit-transform: skewX(170deg);
		transform: skewX(170deg);
		display: inline-block;
		vertical-align: top;
		padding:0.5em 0.8em;
		margin: 0 0.2em;
		text-decoration: none;
		color: #840048;
		-webkit-transition: 0.15s;
		transition: 0.15s;
	}
	.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border: 1px solid #840048;
	cursor:pointer;
	background-color: #840048;	
	color: #fff;
	}
	.wp-pagenavi span.current {
		opacity:1;
	}
	.skp-comments {
		clear: both;
		padding: 1em 0;
	}
	@media (max-width: 480px) {
		#recaptcha_challenge_image {
			margin: 0 !important;
			width: 100% !important;
		}
		#recaptcha_response_field {
			margin: 0 !important;
			width: 100% !important;
		}
		.recaptchatable #recaptcha_image {
			margin: 0 !important;
			width: 100% !important;
		}
		.recaptchatable .recaptcha_r1_c1, 
		.recaptchatable .recaptcha_r3_c1, 
		.recaptchatable .recaptcha_r3_c2, 
		.recaptchatable .recaptcha_r7_c1, 
		.recaptchatable .recaptcha_r8_c1, 
		.recaptchatable .recaptcha_r3_c3, 
		.recaptchatable .recaptcha_r2_c1, 
		.recaptchatable .recaptcha_r4_c1, 
		.recaptchatable .recaptcha_r4_c2, 
		.recaptchatable .recaptcha_r4_c4, 
		.recaptchatable .recaptcha_image_cell {
			margin: 0 !important;
			width: 100% !important;
			background: none !important;
		}
	}
/* ========== YARPP ========== */
.skp-yarpp-thumbnails-horizontal {
	overflow: hidden;
	margin-top: 1.5em;
}
	.skp-yarpp-thumbnails-horizontal .skp-yarpp-thumbnail {
		display: block;
		border: none;
		width: auto;
		height: auto;
		margin: 0;
		margin-top: 1em;
		vertical-align: top;
	}
	.skp-yarpp-thumbnails-horizontal .skp-yarpp-thumbnail a{
		margin: 1em 0;
	}
	@media only screen and (min-width:767px) {
		.skp-yarpp-thumbnails-horizontal .skp-yarpp-thumbnail {
			display: inline-block;
			vertical-align: bottom;
			width: 31.43712574850299%; /* 33.333333% - (2% + 2%) */
			margin: 0;
			margin-left: 2.245508982035928%; /* 15 / 668 */
			font-weight: normal !important;
		}
		.skp-yarpp-thumbnails-horizontal .skp-yarpp-thumbnail:first-child {
			margin-left: 0;
		}
		.skp-yarpp-thumbnails-horizontal .skp-yarpp-thumbnail:last-child {
			margin-right: 0;
		}
	}
		.yarpp-related .skp-yarpp-thumbnail-title {
			display: block;
			color: #000;
			text-transform: uppercase;
			margin-bottom: 0.4em;
		}
		.yarpp-related .skp-yarpp-thumbnail-title:hover {
			color: #840048;
			-webkit-transition: 0.15s;
			transition: 0.15s;
		}
		.yarpp-related .skp-yarpp-thumbnail-authordate{
			color: #686868;
			font-size: 0.8571428571428571em;
		}
		.skp-yarpp-thumbnail .skp-yarpp-thumbnail-img {
			display: block;
			overflow: hidden;
			width: auto;
			height: auto;
			margin-top:1em;
		}
		.skp-yarpp-thumbnail .skp-yarpp-thumbnail-img img{
			width: 100%;
			height: auto;
			background: #f5f5f5;
		}
		.skp-yarpp-thumbnail .skp-yarpp-thumbnail-img:hover img{
			opacity: 0.8;
			-webkit-transition: 0.15s;
			transition: 0.15s;
		}
		.yarpp-related .skp-yarpp-thumbnail-more{
			display: block;
			color: #840048;
			text-align: center;
			margin: 0.4em 0;
		}
		.yarpp-related .skp-yarpp-thumbnail-more:hover{
			text-decoration: underline;
		}
	@media only screen and (max-width:767px) {
		.skp-yarpp-thumbnail-authordate,
		.skp-yarpp-thumbnail-img,
		.skp-yarpp-thumbnail-more {
			display: none !important;
		}	
	}
/* ========= Sidebar ========= */
#skp-sidebar .skp-wrap{
	padding:inherit;
}

#skp-sidebar ul li a{
	text-decoration:none;
	color: #333;
}

#skp-sidebar ul li a:hover{
		color: #207db2;
}

#skp-sidebar {
	text-align: center;
}

#skp-sidebar > div {
    margin-bottom: 3.5em !important;
}
	#skp-sidebar > div {
		margin-top: 1em;
		float: none;
		max-width: 18.1em;
		text-align: left;
		margin: auto;
		display: block;
	}
	@media only screen and (min-width:350px) {
		#skp-sidebar > div {
			margin: 0 1.5em;
			display: inline-block;
			vertical-align: top;
		}
	}
		#skp-sidebar > div img {
			max-width: 100%;
			height: auto;
		}
		#skp-sidebar h3 {
			text-transform: uppercase;
			font-size: 1.2em;
			padding-bottom: 0.4em;
		}
		a.btn-action{
			background: #840048;
			padding: 0.8em;
			color: #fff;
			text-decoration: none;
			text-align: center;
			display: block;
			position: relative;
			overflow: hidden;
			-webkit-transition: 0.5s;
			transition: 0.5s;
		}
		a.btn-action:hover{
			cursor: pointer;
			-webkit-transition: 0.5s;
			transition: 0.5s;
		}
		a.btn-action:hover::after{
			cursor: pointer;
			width: 0%;
		}
		a.btn-action::after{
			height:350%;
			background: rgba(255,255,255,0.1);
			z-index: 1;
			right: 0;
			top: 0;
			transform-origin: 100%;
			width: 120%;
			margin: -0.1em 0 0 -0.1em;
			transform: rotate(20deg);
			-ms-transform: rotate(20deg);
			-webkit-transform: rotate(20deg);
			position: absolute;
			transition: all 0.5s ease 0s;
			content: "";
		}
@media only screen and (min-width:1100px) {
	.skp-wrap #skp-sidebar {
		width: 30%;
		float: right;
		padding-right: 1em;
	}
		#skp-sidebar > div {
			float: right;
			width: 18.1em;
			margin: auto;
		}
}
@media only screen and (min-width:1200px) {
	.skp-wrap #skp-sidebar {
		padding-right: 0;
	}
}
#skp-sidebar .textwidget p{
	padding: 0.9em 0 1.5em 0;
}

#skp-sidebar .name-widg ul{
	padding-top:1em;
	padding-bottom:1em;
}		
.skp-post-link {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}		

.skp-post-link a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff !important;
	text-decoration: none;
	background-color: #1979b0;
	opacity: 0.8;
	float: right;
	font-weight: inherit !important;
}	
.skp-post-link a:hover {
	background-color: #1979b0;
	opacity: 1;
	text-decoration: none !important;
}	
.skp-post-meta {
	font-size: 0.8571428571428571em;
	color: #686868;
	padding: 0 0 0.3em 0;
	position: absolute;
	top: 0;
	left: 0.2em;
	margin: 1.5em;
}
body.single .skp-post-meta{
	position: inherit;
	margin: 0 0 0.5em 0;
}
/*========= COMMENTAIRE========= */
	.skp-comments h3{
			padding: 1em ;
			background-color: #fff;
			margin-bottom:1em;
			color: #840048;
		}
	.skp-comments-area{
		font-size:1.125em;
	}
		.skp-comments-area h3{
			text-transform:uppercase;
			padding: 1em ;
			background-color: #fff;
			margin-bottom:1em;
			color: #840048;
		}
		.commentmetadata{
			color:#9d9d9d;
		}
		.skp-commentlist p{
			font-size:0.765625em;/* 14px*/
		}
		.skp-comments-area .commentmetadata a{
			text-decoration:none;
			color:#9d9d9d;
			font-size:0.88888889em; /*16/18*/
		}
	.skp-commentlist li.alt:first-of-type {
		border: none;
	}
	.skp-comments .skp-commentlist li{
		padding:0.9375em;/*15px;*/
		border-top:1px solid #e5e5e5;
	}
	p.skp-required-fields{
		float:right;
	}
	.skp-commentlist li{
		padding: 13px 20px;
	}
	h3#respond{
		font-size:1.125em; /* 18px */
		text-transform:uppercase;
	}
#commentform label{
	font-size:0.875em; /* 14px*/
	color:#4f4f4f;
}
#commentform div input[type="text"]{
	background-color:#ddd;
	border:none;
	height:36px;
	width:100%;
	padding-left:1em;
}
#commentform a{
	color:#333;
}
#commentform div{
	margin-bottom:20px;
}
#commentform div input[type="submit"]{
	color:#fff;
	background-color:transparent;
	border: none;
	padding: 1.06em 1em;
	width: 100%;
}
#commentform div input[type="submit"]:hover{
	cursor: pointer;
}
#commentform div span{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	background: #840048;
	max-width: 8em;
}

#commentform div span:hover::after{
	width: 0%;
	cursor: pointer;
}
#commentform div span::after{
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	transform-origin: 100%;
	width: 120%;
	margin: -0.1em 0 0 -0.1em;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	position: absolute;
	content: "";
	-webkit-transition: 0.35s;
     transition: 0.35s;
}

#commentform textarea{
	background-color:#ddd;
	border:none;
	width:97%;
	height:150px;
	padding: 1em;
}
@media only screen and (min-width:767px){
	#commentform div input[type="text"]{
		width:306px;
	}
	#commentform textarea{
		width:97%;
	}
}
@media (max-width: 480px) {
	#recaptcha_challenge_image {
		margin: 0 !important;
		width: 100% !important;
	}
	#recaptcha_response_field {
		margin: 0 !important;
		width: 100% !important;
	}
	.recaptchatable #recaptcha_image {
		margin: 0 !important;
		width: 100% !important;
	}
	.recaptchatable .recaptcha_r1_c1, 
	.recaptchatable .recaptcha_r3_c1, 
	.recaptchatable .recaptcha_r3_c2, 
	.recaptchatable .recaptcha_r7_c1, 
	.recaptchatable .recaptcha_r8_c1, 
	.recaptchatable .recaptcha_r3_c3, 
	.recaptchatable .recaptcha_r2_c1, 
	.recaptchatable .recaptcha_r4_c1, 
	.recaptchatable .recaptcha_r4_c2, 
	.recaptchatable .recaptcha_r4_c4, 
	.recaptchatable .recaptcha_image_cell {
		margin: 0 !important;
		width: 100% !important;
		background: none !important;
	}
}		
/*========= SEARCH WIDGET=========*/
	form.skp-search-form {
				min-height: 1.875em; /* 30px --> 30*0.875/14    */
				border-left:1px solid #fff;
				margin-bottom:2em;
			}
			input[placeholder], input[placeholder], input[placeholder] {
				color:#333 !important;
				font-size:0.75em;/* 12px */
				font-family:arial;
			}
			input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				color: #797979;
			}
			input::-moz-input-placeholder, textarea::-moz-input-placeholder {
				color: #797979;
			}
			input::-o-input-placeholder, textarea::-o-input-placeholder {
				color: #797979;
			}

			input:-moz-placeholder, textarea:-moz-placeholder {
				color: #797979;
			}
			input {
				color: #797979;
			}
				form.skp-search-form input[type='text'],
				form.skp-search-form input[type='submit'] {
					display: block;
					float: left;
					min-height: 1.875em;
					border: 0;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					background: #ddd;
					margin: 0;
				}
				form.skp-search-form input[type='text'] {
					padding: 7px 0.6em 8px 13px;
					color: #797979;
					font-size: 0.75em; /* 12px / 16px */

				}
				form.skp-search-form input[type='submit'] {
					width: 34px;
					cursor: pointer;
					padding: 0;
					background: url(img/search.png) 1px 0 #ddd;
					margin-left: 1px;
					padding:7px;
				}
a#button-sidebar {
	display: block;
	background-color: #207db2;
	color: white;
	width: 100%;
	font-size: 1.3em;
	text-decoration: none;
	text-align: center;
	padding: 1em;
	vertical-align: middle;
	opacity:0.8;
}			
	a#button-sidebar:hover {
		background-color: #207db2;
		opacity:1;
	}	
/*========= FORMULAIRE =========*/
.wpcf7 span{
	font-family: PT Sans;
	font-size:1em; /* 16px*/
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="textarea"] {
	background-color:#ddd;
	border:none;
	height:36px;
	width:100%;
}
.wpcf7 p{margin-bottom:20px;}
.wpcf7 input[type="submit"]{
	margin-top:2em;
	color:#fff;
	background-color:#840048;
	color: #fff;
	padding: 12px;
	border: none;
	cursor:pointer;
}
.wpcf7 input[type="submit"]:hover{
	background-color:#911A5B;
	-webkit-transition: 0.15s;
    transition: 0.15s;
}
.wpcf7 textarea{
	background-color:#ddd;
	border:none;
	display:block;
	max-width:100%;
	width:100%;
}
@media only screen and (min-width:600px){
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="textarea"]{
		width:306px;
	}
	.wpcf7 textarea{
		width:60%;
	}
}
/*========= Documents =========*/
	.skp-post-content .skp-attachments {
		margin: 2.5em 0 2.7em;
		overflow: hidden;
	}
		.skp-post-content .skp-attachments-title {
			color: #FEFEFE;
			text-transform: uppercase;
			font-size: 1.125em;
			margin: 0px;
			background-color: #4B4B4D;
			padding: 0.8em;
		}
		.skp-post-content .skp-attachment {
			display: block;
			float: left;
			margin-right: 1em;
			margin-top: 0.8em;
		}
			.skp-post-content .skp-attachment a {
				background: #207db2;
				opacity:0.8;
				display: block;
				padding: 0.5em 0.5em;
				font-weight: normal;
				color: #fff;
				text-decoration: none;
			}
			.skp-post-content .skp-attachment a:hover {
				background: #207db2;
				opacity:1;
			}
/* ========= Footer ========= */
	#skp-footer {
		background: #fff;
		font-size:0.875em;
		color:#333;
		position: relative;
	}
	ul#menu-footer li {
		display: inline-block;
	}
	ul#menu-footer li a {
		text-decoration: none;
		color:#fff;
		font-family: 'Open Sans', sans-serif;
		padding: 0.8em;
		display: block;
	}
	@media only screen and (min-width:350px) {
		ul#menu-footer li a {
			padding: 1em;
		}
	}
	ul#menu-footer li a:hover{
		background: #911A5B;
		-webkit-transition: 0.15s;
		transition: 0.15s;
	}
	#commentform div span{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.35s;
	transition: 0.35s;
	background: #840048;
	max-width: 8em;
}

#commentform div span:hover::after{
	width: 0%;
	cursor: pointer;
}
#commentform div span::after{
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	transform-origin: 100%;
	width: 120%;
	margin: -0.1em 0 0 -0.1em;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	position: absolute;
	content: "";
	-webkit-transition: 0.35s;
     transition: 0.35s;
}
	
	.menu-footer-container ul{
		max-width: 1200px;
		margin: auto;
	}
	.menu-footer-container ul li{
	}
	
	#skp-footer .skp-wrap p{
		max-width: 800px;
	}
	.menu-footer-container{
		display: block;
		margin: auto;
		width: 100%;
		background: #840048;
	}
	
	.footer-right{
		padding: 1.5em 1em;
		margin: auto;
		max-width: 1200px;
	}
	.textefooter{
		width:100%;
		clear:both;
		padding-top:2.5em;
	}
@media only screen and (min-width:850px) {
	.menu-listereffooter-container{
		width:28%;
	}
		.textefooter{
			width:50%;
			padding-top:0em;
			clear:inherit;
			float:left;
		}
}			

/*SKP Cookie Consent - Bouton Mentions Légales*/
.skpcc-open-settings {
	display: inline-block;
	padding: 15px;
	background-color: #840048;
	color: #fff; 
	transition: 0.25s ease-in-out;
}
.skpcc-open-settings:hover {
	background-color: #911A5B;
	color: #fff;
	transition: 0.25s ease-in-out;
}