/*
Theme Name: Toolbox - Cirque Autour
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@media screen and (min-width: 783px) {
}

@media screen and (min-width: 846px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (min-width: 1110px) {
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
}

@media screen and (min-width: 1460px) {
}


/* =Global
----------------------------------------------- */

html {
	overflow: -moz-scrollbars-vertical;
} /*toujours afficher scrollbar sous firefox*/
html {
	overflow-x: auto;
}  /*toujours afficher scrollbar sous firefox*/
body, input, textarea {
	color: #333;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
@media screen and (min-width: 1008px) {
	body, input, textarea {
		font-size: 15px;
	}
}
@media screen and (min-width: 783px) {
	body, input, textarea {
		font-size: 14px;
	}
}
body {
	background: #333;
}
#page {
}

/* clearfix */
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
} /* IE < 8 */
/* /clearfix */


/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0.4em 0;
}
h1 {
	font-size: 2.4em;
	text-align: center;
	margin-top: 0.2em;
}
.hentry	h1 { font-size: 1.8em; }
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}

@media screen and (min-width: 1008px) {
	h1 { font-size: 3.2em; }
	#primary h1:before, #primary h1:after {
		position: relative;
		top: -3px;
	}
	#primary h1:before {
		content: url(images/h1deco-gauche.png);
		margin-right: 5px;
	}
	#primary h1:after {
		content: url(images/h1deco-droite.png);
		margin-left: 5px;
	}
	#primary .hentry h1:before, #primary .hentry  h1:after {
		display: none;
	}
	.hentry	h1 { font-size: 2.4em; }
	h2 { font-size: 2.2em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1em; }
}
@media screen and (min-width: 846px) {
	h1 { font-size: 2.8em; }
	.hentry	h1 { font-size: 2em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.2em; }
	h4 { font-size: 1em;	}
}
@media screen and (min-width: 783px) {
}

/*Verifier*/
.entry-content h1:first-child,  .entry-content h2:first-child,  .entry-content h3:first-child,  .entry-content h4:first-child,  .entry-content h5:first-child,  .entry-content h6:first-child,  .entry-summary h1:first-child,  .entry-summary h2:first-child,  .entry-summary h3:first-child,  .entry-summary h4:first-child,  .entry-summary h5:first-child,  .entry-summary h6:first-child,  .page-content h1:first-child,  .page-content h2:first-child,  .page-content h3:first-child,  .page-content h4:first-child,  .page-content h5:first-child,  .page-content h6:first-child {
	margin-top: 0;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */

p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
.petit {
	font-size: 0.75em;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* images */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
/* Responsive images. Fluid images for posts, comments, and widgets */ /*SIKI REVOIR BALISES*/
#logo img,  .comment-content img,  .entry-content img,  .entry-summary img,  #site-header img,  .widget img,  .wp-caption {
	max-width: 100%;
}
/* Forms */
input[type=text], input[type=password], textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/* Links */
a {
	color: #840000;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}
a:hover {
	color: #dc002e;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#primary-navigation a.assistive-text:active, #primary-navigation a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* Genericons */
/*
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}*/
#content .entry-content .more-link:after,
#content .entry-meta .entry-date:before,
#content .entry-meta .author a:before,
#content .entry-date:before,
.menu-toggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 18px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* =Structure
-------------------------------------------------------------- */
#page {
	position: relative;
	display: block;
	width: 100%;
}
#main {
	float: right;
	width: 100%;
	margin-right: 0;
}
#primary {
	position: relative;
	float: right;
	width: 100%;
	z-index: 100;
	min-height: 380px;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 0;
}
body.home #primary {
	margin-top: 20px;
}
.breadcrumbs {
	position: relative;
	float: right;
	width: 100%;
	z-index: 110;
	height: 48px;
	margin: 22px 0 -20px 0;
}
.breadcrumbs-int {
	float: left;
	background: #dfe0e1;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}
.breadcrumbs-int img {
	float: left;
}
.breadcrumbs-int span {
	color: #FFF;
}
.breadcrumbs, .breadcrumbs a {
	text-transform: none;
	font: normal 10px 'Oswald', sans-serif;
}
.breadcrumbs a {
	color: #FFF;
}
.breadcrumbs a:hover {
	color: #333;
	text-decoration: none;
}

@media screen and (min-width: 783px) {
	#primary {
		width: 79%;
		margin-top: 0;
		background-color: rgba(255,255,255,0.85);
	}
	.breadcrumbs {
		width: 79%;
		margin: 2px 0 -20px 0;
	}
	.breadcrumbs, .breadcrumbs a {
		text-transform: uppercase;
	}	
}

@media screen and (min-width: 846px) {
	.breadcrumbs, .breadcrumbs a {
		font: normal 12px 'Oswald', sans-serif;
	}	
}

@media screen and (min-width: 1008px) {
	.breadcrumbs, .breadcrumbs a {
		font: normal 13px 'Oswald', sans-serif;
	}	
}

@media screen and (min-width: 1110px) {
	#page {
		min-width: 1120px;
	}
	#main {
		width: 1120px;
		margin-right: 10px;
	}
	#primary {
		width: 880px;
	}
	.breadcrumbs {
		width: 880px;
	}
}

@media screen and (min-width: 1218px) {

}

@media screen and (min-width: 1260px) {
	#main {
		margin-right: 8%;
	}
}

@media screen and (min-width: 1260px) {
}

@media screen and (min-width: 1460px) {
}

#content {
	/*text-shadow: 0 1px 0 #FFFFFF;*/
	padding: 20px 40px 40px 40px;
}
#main .widget-area {
	clear: both;
	float: none;
	width: 100%;
	position: relative;
	top: auto;
	z-index: 200;
}

@media screen and (min-width: 783px) {
	#main .widget-area {
		clear: none;
		float: left;
		width: 20%;
		position: absolute;
		top: 190px;
		z-index: 200;
	}
}

@media screen and (min-width: 846px) {
	#main .widget-area {
		top: 220px;
	}
}

@media screen and (min-width: 1008px) {
}

@media screen and (min-width: 1110px) {
	#main .widget-area {
		width: 220px;
		top: 230px;
	}
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
	#main .widget-area {
		top: 240px;
	}
}

@media screen and (min-width: 1460px) {
	#main .widget-area {
		top: 200px;
	}
}

@media screen and (min-width: 1600px) {
	#main .widget-area {
		top: 167px;
	}
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content, .image-attachment #content, .error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text, .assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =Header

-------------------------------------------------------------- */


#branding {
	width: 100%;
	margin: 0;
}
#description-site {
	position: absolute;
	text-align: center;
	background-color: #FFFFFF;
}
#description-site h1, #description-site h2 {
	font: 19px/30px 'Oswald', sans-serif;
	margin: 3px auto;
	padding: 0;
	text-indent: -9000px;
	height: 0;	
}
#description-site h2 {
	font: 11px/18px 'Oswald', sans-serif;
}
#logo {
	position: absolute;
	width: 10%;
	min-width: 66px;
	top: 23px;
	left: 1%;	
}
#logo .logo-big {
	display: none;
}
#logo .logo-bis {
	display: block;
}
#ronds-logo {
	display: none;
}

@media screen and (min-width: 480px) {
	#description-site h1 {
		font-size: 22px;
	}
	#description-site h2 {
		font-size: 15px;
	}
}

@media screen and (min-width: 783px) {
	/*
	#description-site {
		text-indent: -9000px;
		height: 0;
	}
	*/
	#logo {
		position: absolute;
		left: -3%;
		top: -10px;
		width: 24%;
		max-width: 310px;
	}
	#logo .logo-big {
		display: block;
	}
	#logo .logo-bis {
		display: none;
	}	
}
@media screen and (min-width: 846px) {
}

@media screen and (min-width: 960px) {
	#logo {
		top: -18px;
	}
}

@media screen and (min-width: 1008px) {
	#logo {
		top: -22px;
		width: 22%;
	}
}

@media screen and (min-width: 1110px) {
	#branding {
		margin: 0 auto;
	}
	#logo {
		top: -25px;
	}
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
	#logo {
		top: -35px;
	}
	#ronds-logo {	
		display: block;
		position: absolute;
		left: -47%;
		top: 46%;
	}	
}

@media screen and (min-width: 1460px) {
	#logo {
		left: 10px;
		top: -30px;
		width: 19%;
		max-width: 310px;
	}
}
@media screen and (min-width: 1600px) {
	#logo {
		left: 8%;
		width: 17%;
		max-width: 310px;
	}
}



/* =SurMenu */

#surmenu {
	height: 30px;
	background-color: rgba(0,0,0,0.65);	
	color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 97%;
	padding: 0 1.5%;
}
.surmenu-infos {
	float: none;
}
#surmenu h3 {
	line-height: 30px!important;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
	text-align: center;
}
#surmenu h3 span {
	font-family: 'Oswald', sans-serif;
	margin-left: 16px;
	text-transform: uppercase;
}
#surmenu h3 .fa {
	font-size: 16px;
	margin-right: 5px;
}
@media screen and (min-width: 960px) {
	.surmenu-infos {
		float: left;
	}
	#surmenu h3 {
		text-align: left;
	}
}
@media screen and (min-width: 1260px) {
	#surmenu h3 span {
		margin-left: 30px;
	} 
}


/* =Menu */


/*######################## NOUVEAU MENU 04.09.2016 - UBERMENU ##################################### */

/*######### MENU TOP ###############*/

/* Menu Top styles */

.ubermenu-skin-trans-black-hov .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: bold;
    color: #DCDCDC!important;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	display: block; 
	vertical-align: middle;
	text-align: center;
}
.ubermenu-skin-trans-black-hov .ubermenu-item-level-0 > .ubermenu-target img {
    vertical-align: middle;
	margin: auto auto;
}

/*Responsive*/
.ubermenu-responsive-toggle-align-right {
    width: 8%;
	position: absolute!important;
	top: 36px!important;
	right: 0!important;
}
#ubermenu-top-56 {
	top: 47px;
	background-color: rgba(0,0,0,0.85);
	right: 0;
	width:36%;
}
.ubermenu-responsive-toggle-align-right > i.fa-bars {
	display: none;
}
.ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle {
	color: #fff !important;
	font-size: 17px !important;
	background: #000 !important;

}
@media screen and (min-width: 960px) {
	.ubermenu-skin-trans-black-hov .ubermenu-item-level-0 > .ubermenu-target {
		display: table-cell; /* Aligne  verticalement au centre les images des boutons*/
	}	
	.ubermenu-skin-trans-black-hov.ubermenu-responsive-toggle {
		background: transparent;
	}
	#ubermenu-top-56 {
		top: 0;
		background: transparent;
		width: auto;
	}
}
/* /Menu Top styles */



/*######### MENU PRINCIPAL ###############*/

/* Menu Principal position */
#menu {
	float: right;
	width: 100%;
	margin: 36px 0 0;
}
#menu .ubermenu-responsive-toggle-align-left {
    width: 80%;
	margin-left: 12%
}
#ubermenu-main-3 {
	position: relative;
	float: right;
	width: 100%;
	z-index: 999;
}
#ubermenu-main-3 #menu-item-74 { min-width: 10%; }
#ubermenu-main-3 #menu-item-1207 { min-width: 19%; }
#ubermenu-main-3 #menu-item-95 { min-width: 23%; }
#ubermenu-main-3 #menu-item-365 { min-width: 13%; }
#ubermenu-main-3 #menu-item-936 { min-width: 12%; }
#ubermenu-main-3 #menu-item-3929, #ubermenu-main-3 #menu-item-4051 { min-width: 23%; }
.ubermenu .ubermenu-item-notext > .ubermenu-icon {
    line-height: 26px!important;
}
@media screen and (min-width: 783px) {
	#menu .ubermenu-responsive-toggle-align-left, #ubermenu-main-3 {
		width: 79%;
		margin-left: 21%;
	}	
}

@media screen and (min-width: 846px) {
}

@media screen and (min-width: 960px) {
	#menu {
		margin: 60px 0 0;
	}	
	#ubermenu-main-3 {
		width: 79%;
	}
}
@media screen and (min-width: 1008px) {
}
@media screen and (min-width: 1110px) {
	#menu {
		width: 1120px;
		margin-right: 10px;
	}
	#ubermenu-main-3 {
		width: 880px;
	}	
}
@media screen and (min-width: 1260px) {
	#menu {
		margin-right: 8%;
	}
}
/* /Menu Principal position */

/* Menu Principal styles */
.ubermenu, .ubermenu-nav {
    
}
.ubermenu .ubermenu-target-description {
    font-size: 78%!important;
}
.ubermenu-skin-white .ubermenu-target-description {
    color: #666!important;
}
.ubermenu-skin-white {
	font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px!important;
}
.ubermenu-skin-white .ubermenu-item-level-0 > .ubermenu-target {
	font: 17px/26px 'Oswald', sans-serif;
	letter-spacing: -0.025em;
	margin-right: 2px;
	text-align: center;
}
.ubermenu-skin-white .ubermenu-item-level-0:last-child > .ubermenu-target {
	margin-right: 0;
}
.ubermenu-skin-white .ubermenu-item-level-2 > .ubermenu-target, .ubermenu-submenu-type-flyout .ubermenu-item > .ubermenu-target {
	font: 15px/20px 'Oswald', sans-serif;
	text-transform: uppercase!important;
}
.ubermenu-skin-white .ubermenu-item-level-2.ubermenu-item-has-children > .ubermenu-target > .ubermenu-target-title {
	/*border-bottom: #fff solid 2px;
	margin-bottom: -5px;*/
}
.ubermenu-skin-white .ubermenu-item-level-2.ubermenu-item-has-children > .ubermenu-target:after {
	content: "";
	display: block;
	position: relative;
	border-bottom: #fff solid 2px;
	margin-top: 5px;
}
.ubermenu.ubermenu-skin-white .ubermenu-colgroup .ubermenu-column, .ubermenu.ubermenu-skin-white .ubermenu-custom-content-padded, .ubermenu.ubermenu-skin-white .ubermenu-nonlink, .ubermenu.ubermenu-skin-white .ubermenu-retractor, .ubermenu.ubermenu-skin-white .ubermenu-submenu-padded, .ubermenu.ubermenu-skin-white .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu.ubermenu-skin-white .ubermenu-target, .ubermenu.ubermenu-skin-white .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 10px 14px!important;
}
.ubermenu-skin-white .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 22px!important;
}
.ubermenu.ubermenu-skin-white .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}
.ubermenu-skin-white #menu-item-75 > a {
	background: #CCC url(http://www.cirque-autour.com/wp-content/themes/toolbox/images/langues.png) no-repeat center center;
	width: 70px;
	text-indent: -9000px;
}
.ubermenu-skin-white.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border-top: none!important;
}
/* /Menu Principal styles */








/*######################## ANCIEN MENU ##################################### */


/*#primary-navigation a {
	margin: 0 1px;
}

#primary-navigation ul ul a {
	font-size: 15px;
	background: #e5e5e5;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 170px;
	height: auto;
	border: none;
	margin: 0;
}*/

/* Navigation */

.site-navigation ul {
	list-style: none;
	margin: 0;
}
.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.site-navigation ul ul a {
	padding-left: 26px;
	font: 14px/22px 'Oswald', sans-serif;
}
.site-navigation ul ul ul a {
	padding-left: 42px;
	font: 13px/19px 'Oswald', sans-serif;
}
.site-navigation a {
	color: #000;
	background: #FFF;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font: 15px/26px 'Oswald', sans-serif;
	letter-spacing: -0.025em;
	padding-left: 10px;
}
.site-navigation a:hover {
	color: #fff;
	background: #000;
}
.site-navigation .current_page_item > a,  .site-navigation .current_page_ancestor > a,  .site-navigation .current-menu-item > a,  .site-navigation .current-menu-ancestor > a {
	color: #C00;
	font-weight: 900;
}

/* Primary Navigation */
.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	padding-top: 42px;
}
.primary-navigation.toggled-on {
	padding: 62px 0 36px;
}
.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}
.primary-navigation.toggled-on .nav-menu {
	display: block;
}
.primary-navigation a {
}

/* / 5.0 Navigation twentyfourteen*/
.menu-toggle {
	background-color: #000;
	border-radius: 0;
	border: none;
	cursor: pointer;
	height: 58px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 58px;
}
.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 18px;
}
.menu-toggle:active,  .menu-toggle:focus,  .menu-toggle:hover {
	background-color: #444;
}
.menu-toggle:focus {
	outline: 1px dotted;
}

@media screen and (min-width: 783px) {
	/* Navigation */
	.site-navigation li .current_page_item > a,  .site-navigation li .current_page_ancestor > a,  .site-navigation li .current-menu-item > a,  .site-navigation li .current-menu-ancestor > a {
		color: #C00;
	}	
	/* Primary Navigation */
	.primary-navigation {
		float: right;
		font-size: 11px;	
		padding: 0;
		text-transform: uppercase;
		margin: 5px 0 0 0;
		width: 810px;
		text-align: right;
	}
	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}
	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}
	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.primary-navigation a {
		display: inline-block;
		padding: 0 5px;
		white-space: nowrap;
		text-align: left;
		font: 14px/48px 'Oswald', sans-serif;
	}
	.primary-navigation ul ul {
		background-color: #24890d;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
		box-shadow: 0 3px 4px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.6);
	}
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}
	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}
	.primary-navigation li:hover > a,  .primary-navigation li.focus > a {
		background-color: #000;
		color: #fff;
	}
	.primary-navigation ul ul a:hover,  .primary-navigation ul ul li.focus > a {
		background-color: #666;
	}
	.primary-navigation ul li:hover > ul,  .primary-navigation ul li.focus > ul {
		left: auto;
	}
	.primary-navigation ul ul li:hover > ul,  .primary-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.primary-navigation .menu-item-has-children > a,  .primary-navigation .page_item_has_children > a {
		padding-right: 13px!important;
	}
	.primary-navigation .menu-item-has-children > a:after,  .primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 3px;
		top: 22px;
		vertical-align: text-bottom;
	}
	.primary-navigation li .menu-item-has-children > a,  .primary-navigation li .page_item_has_children > a {
		padding-right: 13px!important;
		width: 168px;
	}
	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,  .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,  .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,  .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 4px;
		top: 20px;
	}
	/* Menu special */	
	.primary-navigation li.menu-item-75 a {
		background: #CCC url(images/langues.png) no-repeat center center;
		width: 55px;
		text-indent: -9000px;
	}
	.primary-navigation li.menu-item-75 ul a {
		background: #e5e5e5;
		width: 170px;
		text-indent: 0px;
	}
	.primary-navigation li.menu-item-75 ul a:hover {
		background: #cecece;
	}
}

@media screen and (min-width: 846px) {
	#primary-navigation a {
		padding: 0 6px;
		font: 14px/48px 'Oswald', sans-serif;
	}
}

@media screen and (min-width: 960px) {
	#primary-navigation a {
		padding: 0 6px;
		font: 16px/48px 'Oswald', sans-serif;
	}
}

@media screen and (min-width: 1008px) {
	#primary-navigation a {
		padding: 0 7px;
		font: 17px/48px 'Oswald', sans-serif;
	}
}

@media screen and (min-width: 1110px) {
	#primary-navigation a {
		padding: 0 8px;
	}
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
}




/* =Content
-------------------------------------------------------------- */

.sticky {}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-previous a, #content nav .nav-next a {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	text-shadow: none;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above, .single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle, .error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}
/* Notices */
.post .notice, .error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}
/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content, .format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content, .single .format-aside .entry-summary {
	padding-top: 0;
}
/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0.4em 0;
	width: 36%;
	max-width: 240px;
}
.format-gallery .gallery-thumb img {
	max-width: 100%;
	height: auto;
}
/* Image Posts */
.format-image .entry-header {
	/*display: none;*/
}
.single .format-image .entry-header {
	/*display: block;*/
}
.format-image .entry-content, .format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content, .single .format-image .entry-summary {
	padding-top: 0;
}


/**/
#content .post.hentry {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 48px;
	padding-top: 24px;
	margin-top: 12px;
}
#content header .entry-meta {
	margin-bottom: 12px;
}
#content footer.entry-meta {
	margin-top: 12px;
}
#content .entry-meta {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	color: #666666;
}
#content .entry-meta a {
	color: #666666;
	text-decoration: none;
}
#content .entry-meta a:hover {
	color: #DC002E;
}
#content .entry-meta .entry-date:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: 1px;
	font-size: 23px;
}
#content .entry-meta .author a:before {
	content: "\f304";
	font-size: 23px;	
}
#content .entry-content .more-link-cont {
}
#content .entry-content .more-link {
	padding: 1px 9px 2px 14px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	text-shadow: none;
	background-color: #2A2A2A;
}
#content .entry-content .more-link:hover {
	background-color: #ff4e00;
}
#content .entry-content .more-link:after {
	content: "\f429";
}
#content .entry-content .more-link:before {
	/* nouvelle ligne*/
	 /* content: '';
 	 display: block;*/
	/*content: '\A';
	white-space:pre;*/
	/*content:"\000A";
    white-space: pre;*/
}




/* =Images
-------------------------------------------------------------- */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img, .wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* =Forms
-------------------------------------------------------------- */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text], input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* =Comments
-------------------------------------------------------------- */
article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
/* =Widgets



-------------------------------------------------------------- */



.widget {
	display: block;
	background: #FFF;
	padding: 8px 11px 11px;
	margin: 0 0 13px;
}
.widget h1.widget-title {
	font: 17px/17px 'Oswald', sans-serif;
	margin: 3px 0 5px 0;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
/* widget telechargements */

#text-4 {
	padding: 0;
}
a.telechargements-widget {
	padding: 4px 10px 4px 4px;
	display: block;
	background: #000 url(images/btn-telechargements-widget-fleche.png) no-repeat right center;
}
a.telechargements-widget:hover {
	background-color: #666;
}
/* widget slider references */

.slider-references-wrapper { /* niveau widget */
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #fff;
	text-align: center;
}
.slider-references-wrapper h3 {
	font: 17px/17px "Oswald", sans-serif;
	margin: 3px 0px 5px;
	padding: 0 0 0 8px;
}
#page .theme-default #slider-references {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0 auto;
	max-width: 220px;
}
/* widget texte lien toutes les references*/

#text-2 { /* niveau widget */
	padding-top: 0;
}
/* widget_subpages */

.widget_subpages {
	background: transparent;
	margin-right: -30px;
}
.widget_subpages h1.widget-title {
	font: 15px/32px 'Oswald', sans-serif;
	text-transform: uppercase;
	background: url(images/subpages-menu-title.png) no-repeat right center;
	float: right;
	padding: 0 52px 0 12px;
	margin-bottom: 2px;
}
.widget_subpages h1.widget-title a {
	text-decoration: none;
	color: #CE0005;
}
.widget_subpages h1.widget-title a:hover {
	text-decoration: none;
	color: #FFF;
}
.widget_subpages ul, .widget_subpages ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget_subpages ul li {
	clear: both;
}
.widget_subpages ul li a {
	font: 14px 'Oswald', sans-serif;
	text-transform: uppercase;
	height: 38px;
	line-height: 38px;
	color: #FFF;
	background: url(images/subpages-menu-fond.png) no-repeat right top;
	float: right;
	padding: 0 42px 0 12px;
	margin: 1px 0;
}
.widget_subpages ul li a div {
	line-height: 15px;
	vertical-align: middle;
	display: inline-block;
	padding-bottom: 2px;
}
.widget_subpages ul li.widget_subpages_current_page a, .widget_subpages ul li.widget_subpages_current_page a:hover {
	background: url(images/subpages-menu-activ-fond.png) no-repeat right center;
}
.widget_subpages ul li a:hover {
	background: url(images/subpages-menu-fond.png) no-repeat right center;
	text-decoration: none;
}
/*deuxieme niveau*/

.widget_subpages ul ul li a {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	color: #FFF;
	padding: 0 12px 0 12px;
	margin: 0 30px 1px 0;
	background: #333 url(none);
}
.widget_subpages ul ul li a:hover {
	color: #FFF;
	background: #666 url(none);
}
.widget_subpages ul ul li.widget_subpages_current_page a, .widget_subpages ul ul li.widget_subpages_current_page a:hover {
	background: #666 url(none);
}
/* widget_recent_entries - Derniers Articles */

.widget_recent_entries {
	padding-bottom: 0px;
	margin-bottom: 0px!important;
}
.widget_recent_entries a {
	background: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 2px 4px;
	font-size: 12px;
}
.widget_recent_entries a:hover {
	color: #FFF;
	text-decoration: none;
	background: #666;
	border-bottom: 1px solid #666;
}
.widget_recent_entries ul {
	padding: 0;
	margin: 0;
}
.widget_recent_entries li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 783px) {
	.widget {
		padding: 5px 8px 8px;
		margin: 0 0 7px;
	}
}

@media screen and (min-width: 846px) {
}

@media screen and (min-width: 1008px) {
}

@media screen and (min-width: 1110px) {
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	clear: both;
	margin: 0 0 40px 0;
	float: right;
	font-size: 10px;
	color: #ccc;
	width: 100%;
	background-color: rgba(50,50,50,0.8);	
}
#colophon p, #colophon a {
	color: #ccc;
	font-size: 10px;
}
#colophon-int {
	float: right;
	padding: 10px 2%;
	margin: 0;
	width: 96%;
}
#colophon #footer-widget {
	width: 100%;
}
.copyright-info {
	text-align: center;
	clear: both;
}
#colophon .col {
	float: none;
	width: 70%;
	margin-left: 30%;
}
#colophon .col1 { clear:both; }
#colophon .col2 {}
#colophon .col3 {}
#colophon .col3 p { line-height: 19px; margin-bottom: 4px; }
#colophon .col3 img { height:auto; max-width: 100%; min-width: 120px; }
#colophon .col-int {
	border: none;
	min-height: 80px;
	padding: 0 12px;
}
#colophon .col4 .col-int {
	border: none;
}
#colophon .tel {
	background: url(images/tel-mini.png) no-repeat 0 4px;
	padding: 0 0 0 15px;
	line-height: 16px;
}

@media screen and (min-width: 673px) {
	#colophon .col {
		float: left;
		width: 25%;
		margin: 0;
	}
	#colophon .col-int {
		border-right: 1px solid #666;		
	}
}
@media screen and (min-width: 783px) {
	#colophon {
		width: 79%;
	}
}
@media screen and (min-width: 846px) {
	#colophon {
		width: 75%;
	}
}
@media screen and (min-width: 1008px) {
	#colophon {
		width: 70%;
	}
}
@media screen and (min-width: 1110px) {
	#colophon {
		width: 790px;
		margin: 0 2% 40px 0;
	}
}
@media screen and (min-width: 1260px) {
	#colophon {
		margin: 0 10% 40px 0;
	}
}


/* =Divers
-------------------------------------------------------------- */
/*tableau caracteristiques*/
table.caracteristiques {
	margin: 10px 0 30px 0;
	text-shadow: none;
}
table.caracteristiques tr td {
	padding: 10px 14px;
	background: #333;
	width: 240px;
	vertical-align: top;
	color: #fff;
}
table.caracteristiques div.entete {
	font: 18px 'Oswald', sans-serif;
	background-color: #000;
	color: #FFF;
	padding: 3px 15px;
	text-transform: uppercase;
}
table.caracteristiques p {
	padding: 0;
	margin: 0.3em 0;
}
/* youtubevideo */
.youtubevideo {
	background: #000;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
}
.youtubevideo p, .youtubevideo h1, .youtubevideo h2, .youtubevideo h3, .youtubevideo h4, .youtubevideo h5 {
	color: #FFF;
}
.youtubevideo iframe {
	margin: 0 auto;
}

/* icones info */
.info-ronds {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 0; /*pour supprimer l'espacement sur enfant li du au inline-block*/
}
.info-ronds img {
	width: 85%;
	margin: 0 auto;
}
.info-ronds li {
	width: 16%; /* width within the parent. can be any percentage. */
	background-color: #CCC;
	text-transform: uppercase;
	list-style-type: none;
	font: normal 12px/13px 'Oswald', sans-serif;
	text-shadow: none;
	color: #333;
	padding: 1%;
	margin: 0 2% 0 0;
	max-width: 90px;
	min-width: 66px;
	display: inline-table;
	border-radius: 50%;
}
.info-ronds li:before {
	content: "";
	float: left;
	/* essentially the aspect ratio. 100% means the div will remain 100% as tall as it is wide, or square in other words.  */
	padding-bottom: 100%;
}
/* this is a clearfix. you can use whatever clearfix you usually use, add  overflow:hidden to the parent element, or simply float the parent container. */
.info-ronds li:after {
	content: "";
	display: table;
	clear: both;
}
/* / icones info V2 */

/* dates */
.dates-liste {
	padding: 0;
	margin: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dates-liste h4, .dates-liste p {
	line-height: 1em;
}
.dates-liste li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	list-style: none;
	padding: 3px 1%;
	background-color: #FFF;
	width: 100%;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 20%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(20%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 20%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 20%, #e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 20%, #e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 20%, #e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
}
.dates-liste li:nth-child(2n+1) {
	margin-right: 0%;
}
.dates-liste li:hover {
}
.dates-liste li p {
	margin: 0;
}
.dates-liste li .dates-liste-date {
	background-image: -webkit-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 51.30%);
	background-image: -moz-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 51.30%);
	background-image: -o-linear-gradient(270deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 51.30%);
	background-image: linear-gradient(180deg,rgba(81,81,81,1.00) 0%,rgba(0,0,0,1.00) 51.30%);	
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;	
	border-radius: 30px;	
	text-transform: uppercase;
	float: left;
	margin: 4px 4px 0 7px;
	padding: 0;
	text-align: center;
	color: #FFF;
	width: 60px;
	height: 60px;
	line-height: 1em;
	font-size: 11px;
	text-shadow: none;
}
.dates-liste li .dates-liste-date .jour {
	font: normal 22px 'Oswald', sans-serif;
}
.dates-liste li .dates-liste-img {
	float: left;
	padding: 4px 5px 4px 4px;
	line-height: 0;
}
.dates-liste li .dates-liste-img img {
	margin: 0;
	height: 60px;
	width: 60px;
}
.dates-liste li .dates-liste-nom {
	float: left;
	padding: 4px;
}
.em-pagination {
	margin: 24px 0 20px 0;
	display: inline-block;
}
.em-pagination .page-numbers {
	width: 32px;
	height: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #000;
	line-height: 32px;

}
.em-pagination a.page-numbers {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);	
}
.em-pagination a.page-numbers, .em-pagination a.page-numbers:hover {
	text-decoration: none;
}
.em-pagination .page-numbers.current, .em-pagination a.page-numbers:hover {
	background: #000;
	color: #fff;
}


@media screen and (min-width: 783px) {
}

@media screen and (min-width: 846px) {
	.dates-liste li {
		width: 47%;
	}
	.dates-liste li:nth-child(2n+1) {
		margin-right: 2%!important;
	}	
}

@media screen and (min-width: 1008px) {
}

@media screen and (min-width: 1110px) {
}

@media screen and (min-width: 1218px) {
}

@media screen and (min-width: 1260px) {
}

/* dates widget */
.widget_em_widget {
	color: #FFF;
	background-color: #000;
}
#em_widget-4.widget_em_widget {
	color: #000;
	background-color: #FFF;
	padding: 5px 0 0;
	height: 190px;
	overflow: hidden;
	display: none;
}
.widget_em_widget h1.widget-title {
	font-size: 17px;
 	color: #FFF;
}
#em_widget-4.widget_em_widget h1.widget-title {
	color: #000;
}
.widget_em_widget ul {
	margin: 0;
	padding: 0;
}
.widget_em_widget li {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 4px 0;
	border-top: 1px solid #333;
}
#em_widget-4.widget_em_widget li {
	padding: 3px 0 0;
	border: none;
}
.widget_em_widget li .widget-dates-liste-date {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(235,235,235,1.00) 100%);
	text-align: center;
	float: left;
	height: 34px;
	width: 34px;
	color: #000;
	text-transform: uppercase;
	font-size: 9px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;	
	border-radius: 17px;
	margin-top: -3px;
}
#em_widget-4.widget_em_widget .widget-dates-liste-date {
	background-image: none;
	background-color: rgba(255,255,255,0.75);
	height: 60px;
	width: 60px;
	color: #000;
	font-size: 12px;
	margin-left: 8px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;	
	border-radius: 30px;
}
.widget_em_widget .widget-dates-liste-infos {
	position: absolute;
	bottom: 60px;
	width: 100%;
}
.widget_em_widget .widget-dates-liste-details {
	margin: 3px 0 0 75px;
	padding: 10px;
	background-color: rgba(255,255,255,0.75);
}
.widget_em_widget li .widget-dates-liste-date span {
	display: block;
	line-height: 9px;
}
#em_widget-4.widget_em_widget li .widget-dates-liste-date span {
	display: block;
	line-height: 11px;
}
.widget_em_widget li .widget-dates-liste-date .jour {
	font: normal 17px 'Oswald', sans-serif;
	margin-top: 1px;
	line-height: 20px;
}
#em_widget-4.widget_em_widget li .widget-dates-liste-date .jour {
	font-size: 24px;
	margin-top: 3px;
	line-height: 30px;
}
#em_widget-4.widget_em_widget li .widget-dates-liste-date .annee {
	font-size: 9px;
}

.widget_em_widget img {
	float: left;
	margin: 0 10px 0;
	border: #999 1px solid;
}
#em_widget-3.widget_em_widget img {
	display: block;
}
#em_widget-4.widget_em_widget img {
	float: none;
	margin: 0;
	border: none;
}
.widget_em_widget h5 {
	clear: none;
	margin: 0;
	line-height: 1em;
}
#em_widget-4.widget_em_widget h5 {
	font-size: 15px;
}
.widget_em_widget p {
	font-size: 12px;
	margin: 0;
}
.widget_em_widget i {
	font-size: 10px;
}
#em_widget-4.widget_em_widget p {
	font-size: 13px;
}
#em_widget-4.widget_em_widget i {
	font-size: 11px;
}
.widget_em_widget li.all-events-link a, a.widget-link {
	font: normal 13px 'Oswald', sans-serif;
	color: #000;
	padding: 1px 10px;
	background: #F0F0F0;
}
.widget_em_widget li.all-events-link a:hover, a.widget-link:hover {
	background-color: #ff4e00;
	color: #FFF;
	text-decoration: none;
}
/* Btn Toutes les dates */
.toutes-dates {
	clear : both;
	margin : 1em 0;
}
.toutes-dates a {
	font: normal 13px 'Oswald', sans-serif;
	color: #000;
	padding: 1px 10px;
	background: #F0F0F0;
}
.toutes-dates a:hover {
	background-color: #ff4e00;
	color: #FFF;
	text-decoration: none;
}

@media screen and (min-width: 783px) {
	#em_widget-3.widget_em_widget img {
		display: none;
	}
	#em_widget-3 .widget-dates-liste-date {
		margin-right: 5px;
	}	
	#em_widget-4.widget_em_widget {
		display: block;
	}	
}
@media screen and (min-width: 1108px) {
	#em_widget-3.widget_em_widget img {
		display: block;
	}
	#em_widget-3 .widget-dates-liste-date {
		margin-right: 0px;
	}	
	#em_widget-4.widget_em_widget {
		height: 210px;
	}		
}



/* pagination */
.pagination {
	clear: both;
	text-shadow: none;
}
/*pagination events menager */
.pagination .page-numbers {
	height: 35px;
	width: 34px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: url(images/pag-no.png);
	text-decoration: none;
	float: left;
	color: #FFF;
	text-align: center;
	font: normal 15px/35px 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-right: 4px;
}
.pagination .next, .pagination .next-next, .pagination .prev, .pagination .prev-prev {
	text-indent: -9000px;
}
.pagination .next {
	background: url(images/pag-fleche-d.png);
}
.pagination .next-next {
	background: url(images/pag-fleche-double-d.png);
	width: 47px;
}
.pagination .prev {
	background: url(images/pag-fleche-g.png);
}
.pagination .prev-prev {
	background: url(images/pag-fleche-double-g.png);
	width: 47px;
}
.pagination a.page-numbers:hover {
	background-position: 0 -35px;
}
.pagination .current {
	background-position: 0 -35px;
	color: #ff6000;
	font-size: 18px;
 !important
}

/* colonnes */
.colonnes-2 {
}
.colonne {
	float: left;
}
.colonne-2-1 {
	width: 385px;
	margin-right: 30px;
}
.colonne-2-2 {
	width: 385px;
}

/* Page d'accueil */
.layer-slider-accueil {
	/*margin : -20px -40px 0 -40px;*/
	margin : 5px -10px 0 -10px;
	border-radius: 12px;
	overflow: hidden;
}
/*
#layerslider_2 h1, #layerslider_2 h2, #layerslider_2 h3, #layerslider_2 h4, #layerslider_2 h5, #layerslider_2 h6, #layerslider_2 p {
	text-align: center;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
}
#layerslider_2 h1 {	font-size: 26px; line-height: 26px; }
#layerslider_2 h2 {	font-size: 21px; line-height: 21px; }
#layerslider_2 h3 {	font-size: 16px; line-height: 16px; }
#layerslider_2 h4 {	font-size: 14px; line-height: 14px; }
#layerslider_2 h5 {	font-size: 14px; line-height: 14px; text-transform: none; font-weight: bold; }
#layerslider_2 p {	font-size: 14px; line-height: 14px; text-transform: none; font-weight: normal; }
*/
.flash-infos {
	background: #fff url(images/accueil-flash-infos.png) no-repeat left top;
	border: #CCC 1px solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 5px 0 75px;
	margin-top: 10px;
}
.flash-infos p {
	background: url(images/pouce-orange-01.png) no-repeat 0px 4px;
	white-space: normal;
	padding-left: 11px;
	font-size: 12px;
	text-transform: uppercase;
}
.fb-contact-infos {
	display: block;
	position: relative;
}
.fb-contact-infos a {
	display: inline-block;
	position: relative;
}
.fb-contact-infos img {
	display: inline-block;
}

/* Liens Telechargements */
ul.telechargements {
	margin: 0.5em 0;
	padding: 0;
}
ul.telechargements li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
ul.telechargements li a {
	background: #FFF url(images/telecharger.gif) no-repeat 0px 0px;
	display: block;
	line-height: 18px;
	margin: 2px 0;
	padding: 0 12px 0 26px;
	border: 1px solid #CCC;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	float: left;
	text-shadow: none;
}
ul.telechargements li a:hover {
	background-color: #ff6000;
	background-position: 0 -68px;
	color: #FFF;
	text-decoration: none;
}

/* Infos haut du site page accueil */
#infos {
	background-color: rgba(50,50,50,0.8);
	position: absolute;
	bottom: -500px;
	max-height: 500px;
	overflow: auto;
}
#infos .infos-col {
	float: none;
	width: 98%;
	padding: 0 2%;
}
#infos h1 {
	font-size: 90%;
	color: #CCC;
	margin: 12px auto;
}
#infos h2, #infos h3, #infos p {
	font-size: 75%;
	color: #999;
}
@media screen and (min-width: 480px) {
	#infos {
		bottom: -470px;
		max-height: auto;
	}
}
@media screen and (min-width: 783px) {
	#infos .infos-col {
		float: left;
		width: 29.33333333333333%;
		padding: 0 2%;
	}
	#infos {
		bottom: -470px;
	}
}
@media screen and (min-width: 960px) {
	#infos {
		bottom: -420px;
	}
}
@media screen and (min-width: 1108px) {
	#infos {
		bottom: -370px;
	}
}
@media screen and (min-width: 1260px) {
	#infos {
		bottom: -300px;
	}
}

/* Nivo slider */
#page .sliderspectacles-wrapper.theme-default {
	margin-bottom: 40px;
}
#page .theme-default .nivoSlider {
	background: #fff url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	/*overflow: visible;*/
}

#sliderspectacles {
	border-radius: 12px;
}
#page .theme-default .nivo-controlNav {
	position: relative;
	z-index: 999;
	margin-top: -40px;
	padding: 0;
}
#page .theme-default .nivo-directionNav a {
	width: 60px;
	height: 70px;
	background: url(arrows.png) no-repeat;
}
#page .theme-default a.nivo-nextNav {
	background-image: url(images/arrows-next.png);
	right: -14px;
}
#page .theme-default a.nivo-prevNav {
	background-image: url(images/arrows-prev.png);
	left: -14px;
}
#page .theme-default .nivo-directionNav a:hover {
	background-position: 0 -70px;
}
/* / Nivo slider */

/* Image de fond Overlay */
#supersized:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: 0 0;
	background-image: url(images/bg-pattern.png), -webkit-linear-gradient(270deg,rgba(30,30,30,0.3) 0%,rgba(30,30,30,0) 100%);
	background-image: url(images/bg-pattern.png), -moz-linear-gradient(270deg,rgba(30,30,30,0.3) 0%,rgba(30,30,30,0) 100%);
	background-image: url(images/bg-pattern.png), -o-linear-gradient(270deg,rgba(30,30,30,0.3) 0%,rgba(30,30,30,0) 100%);
	background-image: url(images/bg-pattern.png), linear-gradient(180deg,rgba(30,30,30,0.3) 0%,rgba(30,30,30,0) 100%);
	
}
/* /Image de fond Overlay */