/*
Theme Name: Transmettre le cinéma
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: transmettrelecinema

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

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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%;
	vertical-align: baseline;
}
/*table {
	border:1px !important;
	padding:3px !important;
}*/
html {
	height:100%;
	background-color: #f2f2f2;
}
body {
	line-height: 17px;
	background: url(images/bg.gif) left top repeat-x;
	height:100%;
	min-height:100%;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus
{
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 32px 0 24px;
	clear:both;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
strong, b { font-weight:600; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 0px solid #ccc;
	border-radius: 2px;
	font-family: inherit;
	padding: 3px;
	font-size:14px;
	font-weight:300;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
#site-navigation form.searchform {
	padding: 0 9px;
	margin: 20px 0 20px 0;
	position: relative;
}
#site-navigation form.searchform button.isubmit {
	position: absolute;
	right: 10px;
	font-size: 15px;
	height: 38px;
	color: #A9A9A9;
	background-color: transparent;
	border: none;
	margin-top: 1px;
	padding: 0 8px;
}
#site-navigation form.searchform input#s {
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 38px;
	border-radius: 4px;
	padding: 0 40px 0 10px;
	border-width:1px;
}
@media (max-width: 767px) {
	#site-navigation form.searchform {
		padding: 10px 15px;
		background-color: #F2F2F2;
	}
	#site-navigation form.searchform button.isubmit {
		right: 16px;
	}
}
/*#site-navigation form.searchform input#searchsubmit {*/
	/*border:none !important;*/
	/*background:url(images/loupe.png) left center no-repeat transparent !important;*/
	/*box-shadow:none !important;*/
	/*text-indent:-9999px;*/
/*}*/
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: auto; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	/*max-width: 100%;
	height: auto;  Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object/*,
video*/ {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.gallery { overflow:hidden; width:568px; }
.entry-content dl.gallery-item {
	width:180px !important;
	margin: 0 9px 0px 0 !important;
	text-shadow: 0 -1px 5px #000;
}
.gallery-item a,
.gallery-caption {
	/*width: 90%;*/
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	border:none !important;
	/*height: auto;
	max-width: 90%;
	padding: 5%;*/
}
.gallery-columns-1 .gallery-icon img {
	/*padding: 3%;*/
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	padding-top:30px;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	text-align:left;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */
#overlay {
	display:none;
	position:absolute;
	min-height:100%;
	min-width:100%;
	top:421px;
	background-color:rgba(37, 55, 77, 0.9);
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, #rgba(37, 55, 77, 0.7), #0088d0);
		background-image: -ms-linear-gradient(top, #rgba(37, 55, 77, 0.7), #0088d0);
		background-image: -webkit-linear-gradient(top, #rgba(37, 55, 77, 0.7), #0088d0);
		background-image: -o-linear-gradient(top, #rgba(37, 55, 77, 0.7), #0088d0);
		background-image: linear-gradient(top, #rgba(37, 55, 77, 0.7), #0088d0);
	z-index:400;
	margin-bottom:-421px;
}
/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	/*position:relative;*/
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled,
.list .box p a {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif !important;
	font-weight: 300;
	text-decoration:none;
}
.entry-title {
	font-family: 'Carter One';
	font-weight:200;
}
.site-header h2,
.entry-content h3,
.comment-content h3,
#secondary .widget-title,
#submenu ul li a,
.list,
.list ._box h3 > span,
.wp-paginate a,
.wp-paginate .current,
.smooth_slider .smooth_slideri span,
.result .entry-meta,
.post-home h2 a,
#site-navigation h3 {
	font-family: 'Quicksand', Arial, sans-serif !important;
	font-weight:200;
}
#menu-main_menu > li {
	font-family: 'Quicksand', Arial, sans-serif !important;
	font-weight:200;
	padding-bottom:4px;
}
a {
	outline: none;
	text-decoration:none;
	color: #21759b;
	text-decoration: none; 
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	position:relative;
	background-color: #FFF;
	/*height:100%;*/
}
.site-content {
	margin: 0;
}
/* Header */
hgroup {
	display:block;
	z-index:1000;
}
.site-header {
	width:200px;
	float:left;
	/*position:absolute;*/
	/*height:421px;*/
	/*float:left;*/
	/*background-color: rgba(0, 0, 55, 0.6);*/
}
.site-header2 {
	position:realtive;
	width:200px;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}

@media (max-width: 767px) {
	.site-header h1 a {
		line-height: 140px;
		/*display: block;*/
		/*z-index:1100 !important;*/
	}
}
.site-header h1 a span  {
	display: none;
}
.site-header h1 a img {
	vertical-align: middle;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
	outline: none;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	/*margin-bottom: 14px;*/
	/*margin-bottom: 1rem;*/
}
.site-header h2 {
	width:181px;
	font-size: 14px;
	font-weight:300 !important;
	text-transform:uppercase;
	text-align:justify !important;
}

.site-header #secondary {
	width:181px;
}

.wrapper {
	margin-left: 200px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.wrapper {
		min-height: 700px;
	}
}

/*.wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	margin-bottom:0 -100px;
}*/
/*
.archive .wrapper {
	margin-top:421px;
	margin-left:189px;
}*/

.header-image {
	position:absolute;
	left: 189px;
	width:749px;
	height:421px;
	/*z-index:0;*/
}

/* Navigation Menu */
@media (max-width: 767px) {
	.main-navigation {
		position: absolute;
		z-index: 2000;
	}
}
.main-navigation li {
	/*width:180px;*/
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
/*.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}*/
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.main-navigation .advanced-search-link {
	font-family: 'Yanone Kaffeesatz', Arial, sans-serif !important;
	font-size: 14px;
	line-height: 28px;
	font-weight: 200;
	color: #21759B;
	text-decoration: none;
}

/* Sub Menu */
#submenu {
	position:relative;
	/*width:180px;*/
	/*float:left;*/
	/*z-index:100;*/
}
#submenu ul { margin-left:9px; }
#submenu ul li a,
#secondary .widget-title {
	font-size:14px;
	/*text-transform:uppercase;*/
	line-height:28px;
	text-decoration:none;
	font-weight:300;
	text-align:left;
}
#submenu ul li a:hover { text-decoration:underline; }
#submenu ul li a:before { content : ""; }
#submenu ul li.active a:before,
#submenu ul li.current-cat a:before { content : "_ "; }

#submenu ul li.active a,
#submenu ul li.current-cat a {
	font-weight:300;
}






/* UBERMENU */

/* niveau 1 */
#menu-item-7567 li.ss-nav-menu-item-depth-0 a  { color:aqua !important;}


#megaMenu ul.megaMenu > li.menu-item > a {
	
	/*background-image:none !important;*/
}
#menu-main_menu > li:last-child {
	border-bottom: none;
}
#menu-main_menu > li > a,
#site-navigation h3 {
	display:block;
	text-transform: uppercase;
	font-size:18px !important;
	line-height:18px;
	font-weight:200;
	padding:6px 9px 6px 9px;
	text-decoration:none;
}
#menu-main_menu > li > a:focus {
	outline: none;
}
#site-navigation h3 {
	color:#999;
	border-top:2px dotted #ccc;
	margin:9px 18px 0 6px;
	padding-left:3px !important;
}
#site-navigation #submenu h3 {
	padding-top:18px;
	color:#21759b;
}
.main-navigation #submenu a {
	color: #21759b;
	font-size:20px;
	font-weight:200;
}
#menu-main_menu > li > ul { margin:3px 0px; }

#menu-main_menu > li ul li a {
	font-size:14px !important;
	line-height:10px;
	font-weight:300;
	padding:4px 9px 6px 2px !important;
	display:block;
	text-decoration:none;
}
#menu-main_menu > li ul li a:hover { text-decoration:none; }
#menu-main_menu > li ul li a:before { content:' — '; }
#menu-main_menu > li.menu-item.current-menu-ancestor > a { font-weight:300; }
#menu-main_menu > li.menu-item ul li a.active  { font-weight:400; }

/* couleur MATERNELLE */
#menu-main_menu > li.menu-item#menu-item-16053 > a,
#menu-main_menu > li.menu-item#menu-item-16053 ul li a.active { color:#FF8C00 !important; }
#menu-main_menu > li.menu-item#menu-item-16053 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-16053 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-16053 > a { background-color:#FF8C00 !important; color:#fff !important; }
/* couleur ECOLE */
#menu-main_menu > li.menu-item#menu-item-7567 > a,
#menu-main_menu > li.menu-item#menu-item-7567 ul li a.active { color:#2F86A6 !important; }
#menu-main_menu > li.menu-item#menu-item-7567 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-7567 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-7567 > a { background-color:#2F86A6 !important; color:#fff !important; }
/* couleur COLLEGE */
#menu-main_menu > li.menu-item#menu-item-7553 > a,
#menu-main_menu > li.menu-item#menu-item-7553 ul li a.active { color:#B93D53 !important; }
#menu-main_menu > li.menu-item#menu-item-7553 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-7553 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-7553 > a { background-color:#B93D53 !important; color:#fff !important; }
/* couleur LYCEE */
#menu-main_menu > li.menu-item#menu-item-7570 > a,
#menu-main_menu > li.menu-item#menu-item-7570 ul li a.active { color:#40995A !important; }
#menu-main_menu > li.menu-item#menu-item-7570 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-7570 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-7570 > a { background-color:#40995A !important; color:#fff !important; }
/* couleur PASSEURS D'IMAGES */
#menu-main_menu > li.menu-item#menu-item-15153 > a,
#menu-main_menu > li.menu-item#menu-item-15153 ul li a.active { color:#E30233 !important; }
#menu-main_menu > li.menu-item#menu-item-15153 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-15153 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-15153 > a { background-color:#E30233 !important; color:#fff !important; }
/* couleur JEAN RENOIR */
#menu-main_menu > li.menu-item#menu-item-15411 > a,
#menu-main_menu > li.menu-item#menu-item-15411 ul li a.active { color:#444 !important; }
#menu-main_menu > li.menu-item#menu-item-15411 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-15411 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-15411 > a { background-color:#444 !important; color:#fff !important; }
/* couleur PASSEURS */
#menu-main_menu > li.menu-item#menu-item-7638 > a { color:#C88B48 !important; }
#menu-main_menu > li.menu-item#menu-item-7638 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-7638 > a,
#menu-main_menu > li.menu-item.wpmega-expanded#menu-item-7638 > a { background-color:#C88B48 !important; color:#fff !important; }
/* couleur VIDEO */
#menu-main_menu > li.menu-item#menu-item-7367 > a,
#menu-main_menu > li.menu-item#menu-item-7367 ul li a.active { color:#8C4C8E !important; }
#menu-main_menu > li.menu-item#menu-item-7367 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-7367 > a,
#menu-main_menu > li.menu-item.current-menu-ancestor#menu-item-7367 > a { background-color:#8C4C8E !important; color:#fff !important; }
/* couleur CINEASTES */
#menu-main_menu > li.menu-item#menu-item-8307 > a,
#menu-main_menu > li.menu-item#menu-item-8307 ul li a.active { color:#B93D53 !important; }
#menu-main_menu > li.menu-item#menu-item-8307 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-8307 > a,
#menu-main_menu > li.menu-item.wpmega-expanded#menu-item-8307 > a { background-color:#B93D53 !important; color:#fff !important; }
/*
/* couleur POLES */
#menu-main_menu > li.menu-item#menu-item-8907 > a,
#menu-main_menu > li.menu-item#menu-item-8907 ul li a.active { color:#db3b98 !important; }
#menu-main_menu > li.menu-item#menu-item-8907 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-8907 > a,
#menu-main_menu > li.menu-item.wpmega-expanded#menu-item-8907 > a { background-color:#db3b98 !important; color:#fff !important; }
/*
/* couleur RESSOURCES */
#menu-main_menu > li.menu-item#menu-item-8226 > a,
#menu-main_menu > li.menu-item#menu-item-8226 ul li a.active { color:#21759B !important; }
#menu-main_menu > li.menu-item#menu-item-8226 > a:hover,
#menu-main_menu > li.menu-item.megaHover#menu-item-8226 > a,
#menu-main_menu > li.menu-item.wpmega-expanded#menu-item-8226 > a { background-color:#21759B !important; color:#fff !important; }

@media (max-width: 767px) {
	#menu-main_menu > li {
		border-bottom: 2px dotted #F0F0F0;
		padding: 5px 0;
	}
	#menu-main_menu > li > a {
		padding: 8px 9px;
	}
}

/* Vertical Submenu Width

#menu-item-7367 ul.sub-menu-1 { display:block !important; } */

#megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 { background:none !important; border:none; }

#megaMenu.megaMenuVertical ul.megaMenu li.ss-nav-menu-mega.ss-nav-menu-item-depth-0 ul.sub-menu-1 {
	top:-103px;
	height:421px;
	background-color: rgba(255, 255, 255, 0.9) !important;
	overflow:hidden;
	margin-right:1px;
	padding-top:9px;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-1 > a {
	margin:9px 9px 0px !important;
	padding:0px !important;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-item-depth-1 > a span {
	position:relative;
	font-size:22px;
	font-weight:400;
	margin: 0 !important;
	color:#21759b;
	width:130px;
	z-index:200;
}
#megaMenu .wpmega-nonlink li.widget { padding:0 !important; }


#megaMenu .wpmega-nonlink.ss-colgroup-1 li {
	position:relative;
	width:760px;
}


.tm_latest_cp_widget li {
	display:block;
	width:180px;
	height:121px;
	overflow:hidden !important;
}
ul.tm-latest-updates li a span {
	position:absolute;
	bottom:9px;
	z-index:620;
	font-size:14px !important;
	color:#FFF;
}
ul.tm-latest-updates li a img { 
	position:absolute;
	left:0px;
	top:0;
	min-width:170px !important;
	min-height:121px !important;
	margin:0 !important;
	z-index:610;
}

/* submenu : VIDEO */
#megaMenu ul.megaMenu #menu-item-7367 li.menu-item.ss-nav-menu-item-depth-1 > a ,
#megaMenu ul.megaMenu #menu-item-8226 li.menu-item.ss-nav-menu-item-depth-1 > a  { margin:27px 0 0 9px !important; }

#menu-item-7367 ul.sub-menu-1 li.menu-item,
#menu-item-8226 ul.sub-menu-1 li.menu-item {
	position:relative;
	width:189px !important;
	height:195px !important;
	margin:0 9px 9px 0 !important;
	padding:0px !important;
	float:left !important;
}
#megaMenu ul.megaMenu #menu-item-7367 li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item { margin:9px !important; background-color: #0F0;}

#menu-item-7367 ul.sub-menu-1 li.menu-item  .box:first-child,
#menu-item-8226 ul.sub-menu-1 li.menu-item  .box:first-child {
	margin: 9px 0px 0px 0px !important;
	/*border:1px solid red;*/
	height:200px !important;
	overflow:hidden;
}
#menu-item-7367 ul.sub-menu-1 li.menu-item .list  .box:first-child .attachment-thumbnail,
#menu-item-7367 ul.sub-menu-1 li.menu-item .list  .box:first-child span.fade-caption,
#menu-item-8226 ul.sub-menu-1 li.menu-item .list  .box:first-child .attachment-thumbnail,
#menu-item-8226 ul.sub-menu-1 li.menu-item .list  .box:first-child span.fade-caption {
	top:70px;
	margin-top:10px !important;
	height:128px !important;
}
/*#menu-item-7367 ul.sub-menu-1 li.menu-item .list  .box:first-child .attachment-thumbnail {
	clip: rect(9px, 180px, 120px, 0px);
}*/
#menu-item-7367 ul.sub-menu-1 li.menu-item  .box:first-child h3 {
}
img.um-img {
	position:absolute;
	top:80px;
	clip: rect(9px, 180px, 128px, 0px);
}
img.um-img + span {
	padding-left:9px !important;
	width:171px !important;
	display:block !important;
	word-wrap:break-word;
}
/* fin video */

.um-anchoremulator { height:36px; }
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.ss-nav-menu-highlight {
	float:none !important;
	display:block !important;
}

#megaMenu .menu-item-object-metier.ss-nav-menu-item-depth-1 .box:first-child,
#megaMenu .menu-item-object-dispositif.ss-nav-menu-item-depth-1 .box:first-child,
#megaMenu .menu-item-object-video_categorie.ss-nav-menu-item-depth-1 .box:first-child {
	margin-left: 189px !important;
}
#megaMenu .menu-item-object-metier.ss-nav-menu-item-depth-1 .widgettitle,
#megaMenu .menu-item-object-dispositif.ss-nav-menu-item-depth-1 .widgettitle,
#megaMenu .menu-item-object-video_categorie.ss-nav-menu-item-depth-1 .widgettitle {
	display:none !important;
}
#megaMenu .menu-item-object-metier.ss-nav-menu-item-depth-1 > a,
#megaMenu .menu-item-object-dispositif.ss-nav-menu-item-depth-1 > a,
#megaMenu .menu-item-object-video_categorie.ss-nav-menu-item-depth-1 > a {
	display: block;
	background-color:#0CC;
	position:absolute;
	width:130px !important;
	height:100px;
	top:0;
	text-transform: uppercase;
	white-space:normal;
	font-weight:200 !important;
}

.single-acteur #secondary._box .img_box,
.film-list ._box .img_box { background:url(images/default-film.png) left bottom no-repeat transparent; }

.single-film #secondary ._box .img_box,
.acteur-list ._box .img_box { background:url(images/default-realisateur.jpg) left bottom no-repeat transparent; }

.single-video #secondary ._box .img_box,
.type-video._box .img_box  { background:url(images/default-video.jpg) left top no-repeat transparent; }
#menu-item-7367 ul.sub-menu-1 li.menu-item .list .box:first-child { background:url(images/default-video.jpg) left 80px no-repeat transparent; }

#megaMenu .wpmega-nonlink ul li.widget {margin-bottom:0;}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item { margin: 0 !important; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul li.menu-item.ss-nav-menu-item-depth-1 { padding:0px !important; }

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision {
	position:absolute;
	/*bottom:72px;*/
	padding:0 !important;
	left:558px !important;
	margin:0 0 0 9px !important;
}
/*#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(2) { bottom:110px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(3) { bottom:103px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(4) { bottom:30px; }*/

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(2) { bottom:110px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(3) { bottom:78px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:nth-child(4) { bottom:81px; }
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision:last-child { bottom:18px; }

#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision a {
	text-transform:none !important;
	margin:0 !important;
	width:auto !important;
	height:auto !important;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item.ss-nav-menu-verticaldivision a span {
	width:180px !important;
	white-space:normal;
	margin:3px 0 0 !important;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 15px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin: 0 0 0;
	color: #b93d53;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	text-align: justify;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	position:relative;
	clear: both;
	font-size: 12px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px 0;
}
@media (max-width: 767px) {
	footer[role="contentinfo"] {
		margin-top: 0;
		padding-top: 0;
	}
}
footer[role="contentinfo"] a {
	color: #999;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
#footer.widget-area .widget {
	position: relative;
}

#footer.widget-area .widget h3 {
	margin: 5px 0 10px 0;
	font-weight:300;
	font-size:13px;
}

#footer.widget-area .textwidget img { margin:10px 0; }
#footer.widget-area .textwidget a span { display:none; }
/* search form footer */
#footer.widget-area form#searchform {
	text-align: right;
}

#footer.widget-area form#searchform input#s {
	width: 100%;
	margin-bottom: 10px;
}

.copyright {
	font-family: "Helvetica LT Std", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:  #999;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	/*clear: both;*/
}
.entry-header { margin:0 0px 12px 0; }
/*body.archive .entry-header, body.search-results .entry-header { margin-right:8px; }*/

.single .entry-header img.wp-post-image {
	z-index:3;
}
#submenu {
	/*position:absolute;
	left: -180px;
	top:449px;*/
}
#content { 
	/*min-height:650px;*/
	position: relative;
}
/*body.single #content,
body.page #content {
	padding-left:189px;
}*/
body.archive #content,
body.home #content {
	padding-left:0px;
	/*overflow:hidden;*/
	min-height: inherit;
}
@media (max-width: 767px) {
	body.home #content {
		margin: 0 -15px;
	}
}
body.archive #content {
	padding-bottom:30px;
}
.entry-header {
	font-size: 14px; /*28*/
	line-height: 20px; /*30*/
	font-weight: normal;
	margin-top:25px;
	margin-bottom:29px;
	text-decoration:none;
}
.entry-title {
	font-size: 30px; /*28*/
	line-height: 35px; /*30*/
	font-weight: normal;
	margin-top:0px;
	margin-bottom:37px;
}
.archive .entry-header .entry-title,
.search .entry-header .entry-title,
.phototheque .entry-header .entry-title { text-align:right; }
.search-no-results .entry-header .entry-title { text-align:left !important; }
.entry-header .entry-title a {
	text-decoration: none;
}
@media (max-width: 767px) {
	.archive .entry-header,
	.search .entry-header {
		margin-bottom: 0;
	}
	.archive .entry-header .entry-title,
	.search .entry-header .entry-title {
		background-color: #2F86A6;
		color: #FFF;
		margin: 0 -15px;
		padding: 10px 15px;
		text-transform: uppercase;
		text-align: center;
		/*margin-bottom: 15px;*/
	}
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	font-size: 13px;
	line-height: 1.4;
	padding-top: 0px;
}

.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.2;
}
.comment-content h3,
.result .entry-header h3 {
	font-size: 25px;
	font-weight: 100;
	line-height: 30px;
	text-transform:uppercase;
	color:#21759b;
	border-bottom:1px solid #21759b;
	margin-bottom:11px;
}
.entry-content h3 {
	font-size: 20px;
	font-weight: 100;
	/* line-height: 10px; */
	text-transform:uppercase;
	color:#21759b;
	border-bottom:1px solid #21759b;
	margin-bottom:11px;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 18px;
	text-align:left;
	padding-top:4px;
	/*clear:both;*/
}
.entry-summary p {
	clear:none !important;
}
.entry-header p {
	line-height: 20px;
	font-size:14px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	line-height:15px;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 0 24px 12px 0;
	clear:both;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	/*margin-bottom: 24px;*/
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
/*.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
*/
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	/*padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;*/
}
article.format-aside p {
	font-size: 13px !important;
	line-height: 17px !important;
	margin-right:9px;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* smooth slider
----------------------------------------------- */

.smooth_slider { 
	position:relative;
	/*margin-left:189px;*/
	padding: 0 0px !important;
}
.smooth_slider .smooth_slideri{
	max-width:100% !important;
	/*max-width:749px !important;*/
	/*width:749px !important;*/
	/*height:421px !important;*/
	/*margin:0px 0px 0px 0px !important;*/
}
.site-content {
	/*width: 748px;*/
}
.smooth_slider .smooth_next,
.smooth_slider .smooth_prev {
	z-index:15 !important;
	top: 50% !important;
	width: 40px !important;
	height: 100px !important;
	margin-top: -50px;
	opacity:0.75;
}
.smooth_slider .smooth_prev { background: url(images/prev.png) transparent no-repeat 0 0; left:15px !important; background-size: cover; }
.smooth_slider .smooth_next { background: url(images/next.png) transparent no-repeat 0 0; right:15px !important; background-size: cover; }

/* Caption */
.smooth_slider .smooth_slideri {
	margin: 0 !important;
}
.smooth_slider .smooth_slideri h2 { display:none; }
.smooth_slider .smooth_slideri span {
	position:absolute;
	text-align:right !important;
	bottom:12px;
	width:700px;
	right:0px;
	bottom:0px;
	padding:0 25px 40px 15px;
	margin:0;
	font-size:45px !important;
	line-height:50px;
	font-weight:100 !important;
	color:#FFF !important;
	text-shadow: 0 -1px 30px #000;
}
.smooth_slider .smooth_slideri span a { color:#fff; }
@media (max-width: 767px) {
	.smooth_slider .smooth_slideri span {
		font-size: 35px !important;
		line-height: 35px;
		padding: 0px 15px 25px;
	}
	.smooth_slider .smooth_next, .smooth_slider .smooth_prev {
		width: 20px !important;
		height: 50px !important;
		margin-top: -25px;
	}
}
@media (max-width: 549px) {
	.smooth_slider .smooth_slideri span {
		font-size: 20px !important;
		line-height: 20px;
		padding: 0px 15px 25px;
	}
	.smooth_slider .smooth_next, .smooth_slider .smooth_prev {
		width: 10px !important;
		height: 25px !important;
		margin-top: -25px;
	}
}

.smooth_slider .smooth_slider_thumbnail {
	max-height: none !important;
	width: 100%;
	margin: 0 !important;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/*JM ALPHA PAGINATION
-------------------------------------------------------------- */

.navigation {
	position:relative;
	text-align:right;
	/*margin-bottom:20px;*/
}
.navigation .wp-paginate {
	padding-bottom: 10px;
	}
.navigation .wp-paginate li {
	border-right: 0px solid #cfcfcf;
}
.navigation .wp-paginate li:last-child {
	border: none;
}
.navigation a { text-decoration:none; font-weight:100; }
.navigation a:hover { text-decoration:none; }
.navigation a.current { font-weight:bold; }

.nav_mode {
	position:relative;
	/*text-align:right;*/
	/*margin-top:20px;*/
	float: left;
	margin-top: 0;
}
.navigation .wp-paginate .current,
.navigation .wp-paginate a {
	padding: 4px !important;
	margin: 5px 3px;
	font-size: 14px;
	font-weight: 500;
}
@media (max-width: 767px) {
	.archive .navigation-holder,
	.search .navigation-holder {
		margin: 0 -15px 20px;
		padding: 15px;
		background-color: #f2f2f2;
	}
	.sub-header {
		padding: 15px 0;
	}
}
/*JM FEATURED VIDEO
-------------------------------------------------------------- */

#headervideo {
	position:absolute;
	top:0px;
	left:0px;
	/*height: auto !important;*/
	max-height: 528px;
}

/*JM SINGLE VIDEO
-------------------------------------------------------------- */

.video-js .vjs-tech {
	position: relative !important;
	z-index:2100;
	max-height: 528px;
}
.vjs-default-skin .vjs-control-bar {
	z-index:2200;
}
body.single-video #video-wrap {
	z-index:2;
	text-align:center;
}

body.single-video #video-wrap video {
	position:relative;
	margin:0 auto;
	width: 100% !important;
  	height: auto !important;
	max-height: 500px;
}

body.single-film #video-wrap .vjs-fullscreen,
body.single-video #video-wrap .vjs-fullscreen { text-align:center; }


body.single-film #video-wrap .vjs-fullscreen video,
body.single-video #video-wrap .vjs-fullscreen video { height:100% !important; width:auto !important; }

/*JM THUMB VIDEO
-------------------------------------------------------------- */

.thumbvid {
	position:relative;
	float:left;
	margin:0 9px 9px 0;
}
.thumbvid div.vjs-big-play-button {
top: 33%;
left: 33%;
margin: -1.3em 0 0 -2em;
}

/*JM SINGLE FILM
-------------------------------------------------------------- */

.video-wrap, video {
	max-width: 100%;
}

body.single-film .video-js {
	position:relative;
	width:558px !important;
	height:auto !important;
}

body.single-film .vjs-fullscreen {
	position:relative;
	width:100% !important;
	height:auto !important;
}
body.single-film .video-wrap {
	margin-bottom:30px;
}
body.single-film  .vjs-default-skin .vjs-big-play-button {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0.5;
	background-color: #282828;
	border: none;
	border-color: rgba(255, 255, 255, 0.25);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
	-webkit-transition: border .4s, -webkit-box-shadow .4s, -webkit-transform .4s;
	-moz-transition: border .4s, -moz-box-shadow .4s, -moz-transform .4s;
	-o-transition: border .4s, -o-box-shadow .4s, -o-transform .4s;
	transition: border .4s, box-shadow .4s, transform .4s;
}
body.single-film  .vjs-default-skin .vjs-big-play-button:before { font-size:12em; line-height: 3.66; }

#ressource_ext {
	margin:20px 0 0px;
	background-color:#f5f5f8;
	}
#ressource_ext:after {
	clear: both;
	display: table;
	content: " ";
}
#ressource_ext > div {
	position:relative;
	float:left;
	height:70px;
	width:33%;
}
#ressource_ext div a {
	vertical-align:top;
}
#ressource_ext div a.couv {
	position:absolute;
}
#ressource_ext div a.txtlnk { font-size:13px; padding-top:10px; text-decoration:none; line-height:18px; }
#ressource_ext div#ressource_ext_g a.txtlnk { display:block; margin-left:110px;}
#ressource_ext div#ressource_ext_d a.txtlnk { display:block; margin-left:74px;}
#ressource_ext div#ressource_ext_n a.txtlnk { display:block; text-decoration:none; margin-left:125px;}


#ressource_ext img { margin-right:9px; }
#ressource_ext a { text-decoration:none !important; }
#ressource_ext a:hover { text-decoration: underline !important; }

@media all and (max-width: 1199px) {
	#ressource_ext > div {
		width: 50%;
	}
	#ressource_ext > div:nth-child(3) {
		margin-top: 10px;
	}
}
@media all and (max-width: 499px) {
	#ressource_ext > div {
		width: 100%;
	}
	#ressource_ext > div:nth-child(2) {
		margin-top: 10px;
	}
}



/*JM FLIM LIST ACTEUR LIST VIDEO LIST
-------------------------------------------------------------- */

.film-list,
.acteur-list,
.video-list {
	/*position:relative;*/
}
#secondary .list {
	width:auto;
	overflow:auto;
	margin-left:0px;
}
.list .entry-header p {
	font-size:15px;
	text-align:justify;
	line-height:18px;
	font-weight:100;
}


/* Image Box Style */
.list .box * {
	color:#FFF !important;
	line-height:1.2em !important;
}

.list ._box {
	border: none;
	cursor: pointer;
	/*float: left;*/
	margin: 0 0 15px 0;
	position: relative;
	overflow: hidden;
	z-index:90;
	line-height:18px;
}
.list.video-list ._box {
	width: 180px;
	height: 220px;
	margin: 0 10px 10px 0;
	float: left;
}
.list.sidebar-list ._box {
	width: 180px;
	height:auto;
}
.phototheque .entry-content ul {
	width:760px;
}
	
.phototheque .media-tag-list {
	position:relative;
	display:block;
	width: 180px !important;
	height: auto !important;
	list-style-type:none;
	margin: 0 10px 10px 0;
}
.phototheque .media-tag-list h3 { border:none; }
.phototheque .media-tag-list span.fade-caption,
.list.phototheque .box span.fade-caption {
	position:absolute;
	top:0;
	left:0;
	/*height:100% !important;*/
	padding:9px;
}
.list ._box .img_box {
	position: absolute;
	left:0px;
	width:180px;
	height:128px;
	overflow:hidden;
}
.list.sidebar-list ._box .img_box {
	position: relative;
}
.list ._box .img_box img {
		-webkit-transition: all 150ms ease-out;
		-moz-transition: all 150ms ease-out;
		-o-transition: all 150ms ease-out;
		-ms-transition: all 150ms ease-out;	
	transition: all 150ms ease-out;
}
.list ._box h3 {
	font-size:22px;
	font-weight:100;
	text-transform:none !important;
	border-bottom:none !important;
	margin:0 0 4px;
}
.list.sidebar-list ._box h3 { margin-bottom: 10px; }
.list .box p,
.list .box p a {
	font-size:14px !important;
	margin:0;
}
.ecriture-genre {
	line-height: 16px;
}
.list { 
	font-weight:normal;
	line-height:22px;
	font-size:20px;
	color:#444;
	text-decoration:none;
}
 ._box h3 a { 
	font-family: 'Varela Round';
	font-style:normal;
	font-weight:600;
	line-height:18px;
	font-size:15px;
	color:#444;
	text-decoration:none;
}
.list ._box h3 a:hover { color:#000; } 

.list ._box span.caption {
	position: relative;
	margin-left:180px;
	display:block;
	/*width:180px;*/
	height:128px;
	padding-left:12px;
	z-index: 100;
	left: 0;
	font-size:13px;
	line-height:18px;
}
.list.video-list ._box span.caption {
	margin-left:0px;
	margin-top:128px;
	padding:0px;
	background-color:#fff;
}
.list.sidebar-list ._box {
	padding-top:0px;
	margin-bottom:20px;
}
.list.sidebar-list ._box span.caption {
	margin-left:0px;
	padding:0px;
	height:auto;
	text-align:left;
	background-color:#fff;
}
.list.sidebar-list ._box .img_box img {
	height:128px;
}
._box span.caption p._box_auteur {
	margin-bottom:8px;
	line-height:14px;
	text-align:left;
}
.list.video-list ._box h3 {
	font-size:18px;
	text-transform:none !important;
	border-bottom:none !important;
	margin:0px 0 7px;
	padding-top:10px;
}
.list.video-list ._box h3 a,
.list.video-list ._box h3 span { font-weight:300 !important; line-height:18px; }
.list.sidebar-list ._box span.caption h3 { line-height:12px !important; }

.list ._box span.caption p a  {
	font-weight:400;
	color:#444;
	line-height:18px;
}
.list ._box span.caption p a:hover  {
	color:#21759b;
}
.list .box span.fade-caption,
.video-list .box span.fade-caption,
.acteur-list .box span.fade-caption,
.sidebar-list .box span.fade-caption  {
	width:163px;
	height: 110px;
}
.list ._box:hover {
    background-color: #fff;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
.list ._box:hover .img_box img {
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
@media (max-width: 1199px) {
	.list.video-list ._box {
		margin: 0 6px 10px 0;
	}
	.list.video-list ._box:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.list.video-list ._box {
		width: auto;
		height: auto;
		padding: 0;
		margin: 0 0 15px 0;
		float: none;
	}
	.list.video-list ._box span.caption {
		background: none;
		margin-top: 0;
		margin-left: 180px;
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.list.film-list ._box,
	.list.acteur-list ._box {
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid #cfcfcf;
	}
	.list ._box h3,
	.list ._box h3 a {
		line-height: 25px;
		font-size: 25px;
	}
	.list.video-list ._box {
		padding: 15px 0;
		margin: 0;
		border-bottom: 1px solid #cfcfcf;
	}
	.list.film-list ._box:last-child,
	.list.acteur-list ._box:last-child,
	.list.video-list ._box:last-child {
		border-bottom: none;
	}
}
@media (max-width: 399px) {
	.list.film-list ._box,
	.list.acteur-list ._box {

	}
	.list ._box,
	.list.sidebar-list ._box {
		width: auto;
	}
	.list ._box .img_box,
	.list ._box .img_box img {
		width: 100% !important;
		position: static;
		height: auto;
		display: block;
	}
	.list ._box span.caption,
	.list.video-list ._box span.caption {
		position: static;
		margin: 0;
		height: auto;
		padding: 0;
	}
	.list.sidebar-list ._box .img_box img {
		height: auto;
	}
}
@media (min-width: 400px) and (max-width: 991px) {
	.list.sidebar-list ._box {
		width: auto;
		position: relative;
		min-height: 128px;
	}
	.list.sidebar-list ._box span.caption {
		margin-left: 190px;
	}
	.list.sidebar-list ._box .img_box {
		position: absolute;
		top: 0;
	}
}
@media (min-width: 992px) {
	.film-list ._box,
	.acteur-list ._box {
		width: 50%;
		float: left;
		padding-right: 10px;
	}
}
@media (min-width: 1200px) {
	.list.video-list ._box:nth-child(5n) {
		margin-right: 0;
	}
}

.tm-latest-updates .list { overflow:auto; }

.post-home {
	/*position:relative;*/
	/*float:left;*/
	/*float:left;*/
	/*width:369px;*/
	/*margin:0 9px 0 0;*/
}
.post-home h2 {	margin-top:-15px; }

.post-home h2 a {
	text-decoration:none;
	font-size:22px;
	font-weight:300;
	line-height:30px;
}
.post-home .entry {
	display:none;
}

body.page .fvp_dynamic {
	display:block;
	width:749px;
	height:421px;
}

/* SEARCH */

.page-id-5224 .result { margin-left:0px; }
.page-id-5224 #content > article > .entry-header,
.page-id-5224 #content > article > .entry-content,
.page-id-5224 #content > article > .entry-meta {
	float: none;
}

.result article:after {
	clear: both;
	display: table;
	content: " ";
}

.result article { 
	/*clear:both;*/
	position:relative;
	/*height:128px;*/
	margin-bottom:9px;
	display: inline-block;
}
.result article .entry-header {
	margin-bottom:3px;
	display: inline-block;
vertical-align: top;
}

.result article img.attachment-thumbnail {
	float:left;
	margin-right:14px;
	margin-top:24px;
}
.result .entry-header h3 {
	clear:none;
	line-height:15px !important;
	font-size:15px !important;
	border-bottom:none !important;
	margin-bottom:0px !important;
}
.result .entry-header h3 a { text-decoration:none; }

.result .entry-meta {
	/*position:relative;*/
	float: right;
	bottom:0;
	right:0;
	clear: none;
	text-transform:uppercase;
	padding:4px;
	background-color: #E3E3E3;
	display:inline;
	line-height:inherit !important;
	font-weight:300;
}
.search .result #submenu { left:-189px; }

/* overlay gallery */

.cboxPhoto { margin:9px 9px 18px !important; }

#cboxPrevious { left:9px !important; bottom: 9px !important; background: url(images/controls.png) no-repeat -75px 0 !important; }
#cboxNext { left:36px !important; bottom: 9px !important; background: url(images/controls.png) no-repeat -50px 0 !important; }
#cboxClose  { right:9px !important; bottom: 9px !important; background: url(images/controls.png) no-repeat -25px 0 !important; }

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter { width:9px !important; height:9px !important; background: none !important;}


#cboxCurrent { width:200px !important; margin:9px !important;  }

#cboxOverlay { background: none !important; background-color: rgba(37, 55, 77, 0.9) !important; }

.vjs-loading-spinner { display : none !important; }

/* BREADCRUMBS */

.breadcrumb-trail {
	position:relative;
	margin-top:18px;
}

.breadcrumb-trail :nth-child(-n+3) {
	display:none;
}

/* BAO boite a outils */

ul.bao-boites {
	list-style:none;
	margin-left:18px;
	}


ul.bao-boites li {
	width:170px;
	height:170px;
	background-color:#6173f9;
	position:relative;
	float:left;
	margin:0 9px 9px 0;
	text-align:center;
}
ul.bao-boites li a {
	color:#FFF;
	font-weight:500;
	text-align:center;
	text-decoration:none;
	font-size:20px;
	margin-top:18px;
	line-height:24px;
	display:block;
	height:100%;
	background:url(images/bao-fleche.png) center 100px no-repeat;
}
ul.bao-boites li a:hover { text-decoration:underline; }

body.postid-5179 aside#p2p-27 div.list ul div._box {display:none;}
body.postid-5179 aside#p2p-27 div.list ul div._box:first-child {display:block;}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 768px) {

	.site {
	}
	.site-content {
		position:relative;
	}
	body.home.page-template-default .site-content {
	}
	#primary.phototheque {
		/*width: 748px !important;*/
	}
	#primary.phototheque .entry-header { margin-right:8px !important; }
	body.single .site-content,
	body.page-template-default .site-content,
	body.page-template-template-boiteaoutil-php .site-content {
		/*width: 558px;*/
	}
	/*,
	body.single-attachment .site-content,
	body.full-width .site-content*/
	body.template-front-page .site-content {
		width: 100%;
	}
	.wrapper .widget-area {
		/*float: right;*/
		/*width: 180px;*/
	}
	.home #main.wrapper {
		position:relative;
		text-align: left;
	}
	.home .wrapper .widget-area {
		float: none;
		width:auto;
		overflow:auto;
	}
	.home #secondary {
		display: block;
		width: auto;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin: 4px 0 6px;
	}
	.site-header h1 a {
		display:block;
		text-align: center;
	}

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .wrapper .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		/*float: left;*/
		/*width: 369px;*/
	}
	/*.template-front-page .widget-area .widget:nth-child(odd) {
		margin-right:0px;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: left;
		width: 369px;
		margin-bottom: 24px;
		margin-right:9px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}*/
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. 
@media screen and (min-width: 960px) {
	body {
		background-color: #f5f8f8;
	}
	body .site {
		margin-bottom: 48px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
*/

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

footer #footer.widget-area .textwidget {
	text-align: center;
}

footer #footer.widget-area .textwidget .copyright {
	font-family: "Helvetica LT Std", Helvetica, sans-serif;
	color: #666;
}

@media (max-width: 767px) {
	footer {
		font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
	}

	footer #footer {
		background-color: #F2F2F2;
	}

	footer #footer.widget-area #text-2.widget {
		background-color: white;
	}

	footer #footer.widget-area .widget_nav_menu {
		border-bottom: 1px solid #E0E0E0;
		margin: 0 15px;
	}

	footer .widget_nav_menu .widget-title,
	footer #footer.widget-area .widget.widget_nav_menu h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 10px -15px;
		padding: 0 15px;
	}

	footer .widget_nav_menu .widget-title {
		cursor: pointer;
	}

	footer #footer.widget-area .widget_nav_menu .widget-title:after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		line-height: 30px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		content: "\f067";
		float: right;
	}

	footer #footer.widget-area .widget_nav_menu.open .widget-title:after {
		content: "\f068";
	}

	footer #footer.widget-area .widget_nav_menu .menu {
		display: none;
		padding-bottom: 10px;
	}

	footer #footer.widget-area .widget_nav_menu.open .menu {
		display: block;
	}

	footer #footer.widget-area .widget_nav_menu .menu .menu-item {
		font-size: 16px;
	}

	footer #footer.widget-area .textwidget {
		font-size: 45px;
	}

	footer #footer.widget-area .textwidget .copyright {
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
	}

	footer #footer.widget-area .textwidget .logo-lux {
		border-bottom: 2px solid #CCC;
	}
}

@media (min-width: 768px) {
	footer #footer.widget-area .textwidget .logo-lux img {
		max-width: 70px;
		max-height: 70px;
	}
}

.tab-content {

}

.tab-content > h3.tab-title,
.tab-content.tab-fb-comments > h3 {
	cursor: pointer;
	margin: 0;
	padding: 15px 0;
	text-transform: none;
}

.tab-content > h3.tab-title:after,
.tab-content.tab-fb-comments > h3:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 30px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f067";
	float: right;
}

.tab-content.open > h3.tab-title:after,
.tab-content.tab-fb-comments.open > h3:after {
	content: "\f068";
}

.tab-content > .tab-content-holder,
.tab-content.tab-fb-comments > .fb-comments {
	display: none;
	padding-top: 15px;
}
.tab-content.open > .tab-content-holder,
.tab-content.tab-fb-comments.open > .fb-comments {
	display: block;
}

.entry-header-image img.wp-post-image {
	max-width: 100%;
	width: 100%;
	padding-bottom: 0px;
}

@media (max-width: 767px) {
	.entry-header-image {
		margin-left: -15px;
		margin-right: -15px;
	}
	#headervideo {
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	#content {
		min-height: initial;
		float: none;
	}
	#content > article > .entry-header,
	#content > article > .entry-content,
	#content > article > .entry-meta,
	#content > article > .my-breadcrumbs {
		float: left;
		width: 540px;
	}
	#main {
		text-align: right;
	}
	#primary {
		text-align: left;
	}
	#secondary {
		width: 180px;
		float: none;
		display: inline-block;
		text-align: right;
	}
}

@media (min-width: 1200px) {
	#content > article > .entry-header,
	#content > article > .entry-content,
	#content > article > .entry-meta,
	#content > article > .my-breadcrumbs {
		width: 740px;
	}
	.home #content > article > .entry-header,
	.home #content > article > .entry-content,
	.home #content > article > .entry-meta {
		width: auto;
	}
}

@media (min-width: 992px) {
	.home .front-widgets {
		width: 100%;
		float: left;
	}
	.home .wrapper .widget-area .first {
		padding-right:10px;
		overflow-x: hidden;
	}
}

@media (max-width: 767px) {
	.fb-box {
		border-color: #3b5997;
		border-width: 5px 0 5px 0;
		border-style: solid;
		margin: 0 -15px;
		padding: 15px;
		text-align: center;
	}
}

#wp-advanced-search {
	margin-bottom: 15px;
}

.content_social_buttons .fb_iframe_widget,
.content_social_buttons .twitter-share-button,
.content_social_buttons .mail-share-button {
	display: block;
	margin: 0 10px 0 0;
	height: 20px;
	line-height: 20px;
	float: left;
	outline: none;
}

@media (max-width: 767px) {
	#p2p-4 {
		margin: 0 -15px;
		padding: 15px;
		background-color: #F2F2F2;
	}
	#p2p-4 .widget-title {
		margin-top: 0;
	}
}

.fb_iframe_widget iframe {
	max-width: none;
}

.list ._box.type-video .img_box:not(:empty):after,
.list ._box.type-film .img_box:not(:empty):after {
	background: url(images/play.png) center center no-repeat;
	width: 130px;
	height: 147px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -74px;
	left: 70%;
	margin-left: -37px;
	/* border-radius: 50%; */
	pointer-events: none;
}

.ARCHIVE.FILM .list.film-list .filmbox img {
	width: 100%;
}

.wp-paginate .gap {
	margin-left: 4px;
}

#content > article > .my-breadcrumbs {

}
.my-breadcrumbs {
	font-family: Signika, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

@media (min-width: 400px) {
	.list ._box img {
		object-fit: cover;
		width: 100%;
		height: 128px;
	}
}

/* META SLIDER */
.metaslider .caption,
.metaslider .cs-title,
.metaslider .title {
    font-family: 'Carter One';
    font-size: 1.6em;
    color: #d20d4a;
    text-transform: uppercase;
    display: block;
    line-height: 0.8;
}
.metaslider .subtitle {
    font-family: 'Yanone Kaffeesatz', Arial, sans-serif;
    font-size: 1.2em;
    color: #000000;
    text-transform: lowercase;
    display: block;
    line-height: 0.8;
}
.metaslider .summary {
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 0.6em;
    color: #000000;
    text-transform: lowercase;
    display: block;
    line-height: 1.4;
}
.responsive {
    width: 100%;
    height: auto;
}
#gauche ul, #droite ul {
	margin: 0 0 0 10px;
	padding: 10px 0 10px 10px;
	list-style: none;