/*
Theme Name: FTVI
Theme URI: http://underscores.me/
Author: Julien LEGER
Author URI: http://www.ptiswitz.fr
Description: Thème principal pour la plateforme de blogs de francetvinfo
Version: 1.1.1
License: GNU General Public License
License URI: license.txt
Tags:

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.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*img {
	height: auto;
	max-width: 100%;
}*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}
}

/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


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

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
.entry-content embed,
.entry-content iframe,
.entry-content object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =FTVI Theme
----------------------------------------------- */
/* Fonts */
@font-face {
    font-family: 'ftv_heldustry-demidemi';
    src: url('inc/fonts/ftvheldustry-demi-webfont.eot');
    src: url('inc/fonts/ftvheldustry-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/ftvheldustry-demi-webfont.woff') format('woff'),
         url('inc/fonts/ftvheldustry-demi-webfont.ttf') format('truetype'),
         url('inc/fonts/ftvheldustry-demi-webfont.svg#ftv_heldustry-demidemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ftv_heldustry-regularregular';
    src: url('inc/fonts/ftvheldustry-regular-webfont.eot');
    src: url('inc/fonts/ftvheldustry-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/fonts/ftvheldustry-regular-webfont.woff') format('woff'),
         url('inc/fonts/ftvheldustry-regular-webfont.ttf') format('truetype'),
         url('inc/fonts/ftvheldustry-regular-webfont.svg#ftv_heldustry-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General */
body {
	color: #222;
	font: 15px/1.4em 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
}

a,
a:visited {
	color: #0E51d1;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #ccc;
	text-decoration: none;
}

br.clear {
	clear: both;
}

/* Layout */
#page {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}

#main {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 80px;
	padding: 20px;
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
}

#primary {
	width: 100%;
}

#secondary {
	width: 100%;
}
@media screen and (min-width: 1000px) {
	#primary {
		float: left;
		margin-right: 40px;
		width: 600px;
	}
	#secondary {
		float: left;
		width: 280px;
	}
}

/* Sidebar */
#secondary > aside {
	border: 1px solid #ddd;
	color: #999;
	clear: both;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 15px;
}

div.widgettitle p span {
	color: #666;
	display: block;
	font-size: 14px;
}

div.widgettitle p {
	margin-bottom: 0;
}

.widget .content > ul li,
.disqus_rcw_single_comment_wrapper {
	padding: 8px 0;
	border-bottom: 1px dotted #CCC;
}

.widget .content > ul li:last-child {
	border-bottom: none;
}

.widget-title,
.widgettitle {
	color: #999;
	font-family: "ftv_heldustry-regularregular", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}

#secondary > aside ul {
	margin: 0;
}

#secondary > aside ul > li {
	list-style: none;
}

.widget_categories,
.widget_archive {
	float: left;
	width: 250px;
}

.widget_categories .widget-title,
.widget_archive .widget-title {
	margin-bottom: 5px;
}

.widget_archive li {
	float: left;
	margin: 5px 0;
	width: 125px;
}

.widget_categories li {
	display: inline-block;
	margin: 5px 0;
	width: 120px;
	vertical-align: top;
}

.widget_categories li a,
.widget_archive li a {
	font-weight: bold;
}

.widget_recent_entries li,
.widget_recent_comments li {
	border-top: 1px dotted #CCC;
	padding: 5px 0;
}

.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child {
	border-top: none;
}

.widget_recent_entries li a,
.widget_recent_comments li a {
	color: #222;
	font-weight: bold;
}

.widget_search input[type="search"] {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	-moz-border-radius : 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #eaeaea;
	font-style: italic;
	font-size: 13px;
	padding: 8px;
	width: 250px;
}

.about-me img {
	float: left;
	margin-right: 15px;
	margin-bottom: 9px;
}

.Ftvi_Facebook_Page iframe {
	display: block;
	margin: 0 auto;
}

#secondary > aside.widget_text,
#secondary > aside.widget_twitter_timeline {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 0;
}

.disqus_rcw_author_name a,
.disqus_rcw_comment_actual_wrapper a {
	color: #999;
}

a.disqus_rcw_thread_title {
	color: #222;
}

.disqus_rcw_single_comment_wrapper {
	margin-bottom: 0;
}

.disqus_rcw_single_comment_wrapper:last-child {
	border-bottom: none;
}

.single div.sharedaddy .sd-content li {
    margin: 0 0 5px !important;
}

/* Post */
.post {
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
	padding-bottom: 10px;
}

.entry-title {
	color: #222;
	font: 28px/30px "ftv_heldustry-demidemi", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}

.entry-title a {
	color: #222;
}

.entry-meta {
	color: #888;
	font-size: 12px;
	word-spacing: 1px;
}

.entry-content {
	margin-top: 0
}

.entry-header {
	margin-bottom: 10px;
}

.more-link {
	background-color: #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #0E51D1;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 12px;
}

.entry-header hgroup {
	float: left;
	width: 490px;
}

.entry-header .smps-bar,
.entry-header .sharedaddy {
	float: right;
	width: 100px;
}

.entry-header figure {
	margin-bottom: 10px;
	text-align: center;
}


.entry-content {
	margin: 1em 0;
}

.entry-content iframe {
	display: block;
	margin: 1em auto;
}

.subheader {
    color: #888888;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.bullet {
    background: url("inc/img/icn_article_bullet.png") no-repeat scroll 2px 19px transparent;
    color: #022F6F;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 23px;
    padding-top: 15px;
}

.number {
    color: #022F6F;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
    padding-top: 15px;
}

.number span {
    background: url("inc/img/icn_article_number.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    margin-right: 12px;
    text-align: center;
    text-shadow: 1px 1px 1px #4481E9;
    width: 31px;
}

.post div.sharedaddy {
	clear: none !important;
}

.post div.sharedaddy div.sd-block {
	border: none;
	padding: 0;
}

.post div.sharedaddy h3.sd-title {
	position: absolute !important;
	left: -9999em;
}

.post div.sharedaddy .sd-content {
	float: none;
	width: auto;
}

div.sharedaddy .sd-content li.share-end {
	display: none;
}

/* post single */
.single .entry-meta {
	float: left;
	width: 285px;
}

.single footer.entry-meta {
	float: none;
	width: auto;
}

.single .entry-header .smps-bar,
.single .entry-header .sharedaddy {
	float: left;
	width: 315px;
}

.single .smps-bar ul > li {
	float: left;
	margin-left: 9px;
}

.single .smps-bar ul > li:first-child {
	margin-left: 0;
}

.single .entry-header,
.single .entry-content {
	border-bottom: 1px solid #DDD;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.single .entry-content {
	padding-bottom: 10px;
}

/* Paging */
ul.pagination {
	list-style: none;
	margin: 0;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a,
ul.pagination li span.current {
	background: #fff;
	border: 1px solid #ddd;
	display: block;
	float: left;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

ul.pagination li a:hover,
ul.pagination li span.current {
	background: #0E51D1;
	border: 1px solid #0E51D1;
	color: #fff;
}

/* header */
.site-title, .site-description, .site-author {
	text-align: center;
	margin: 0;
	padding: 0;
}
.full .site-title img {
	margin-top: 20px;
}
#masthead > hgroup {
	margin-bottom: 30px;
}

#masthead > hgroup.img, #masthead > hgroup.full {
	margin-bottom: 0;
}

#masthead > hgroup.img img {
	display: block;
	max-width: 100%;
	*width: 100%;
	height: auto;
}

.site-title {
	color: #111;
	font-size: 50px;
	font-family: "ftv_heldustry-regularregular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 25px;
	letter-spacing: 0.03em;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#484848));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1em;
}

.site-title img {
	vertical-align: bottom;
}

.site-description {
	color: #666;
	font-family: "ftv_heldustry-demidemi", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-top: 10px;
}

.site-author {
	background-color: #174bd1;
	color: #fff;
	font-family: "ftv_heldustry-demidemi", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	letter-spacing: 0.1em;
	text-shadow: #133EAE 1px 1px 1px;
}

/* related post */
.related_post_box,
.yarpp {
	border: 1px solid #e5e5e5;
	padding: 25px;
	margin: 20px 0;
}

.related_post_box ul,
.yarpp ol {
	float: left;
	margin: 0 !important;
	padding: 0;
	width: 100%;
}

.related_post_box li,
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	float: left;
	list-style: none;
	margin: 0 49px 0 0;
	padding: 0;
	width: 150px;
	height: auto;
	border: none;
}

.related_post_box li:last-child,
.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail:last-child {
	margin-right: 0;
}

.related_post_box li a,
.yarpp a {
	color: #222;
	font-weight: bold;
}

.related_post_box li a:hover;
.yarpp a:hover {
	color: #666;
}

.related_post_box li img {
	display: block;
}

.yarpp .yarpp-thumbnail > img,
.yarpp .yarpp-thumbnail-default {
	display: inline !important;
	margin: 0;
	width: 100%;
	height: auto;
}

.yarpp .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: auto;
	margin: 0;
	overflow: visible;
}

.related_post_title,
.yarpp h3 {
	color: #083dc7;
	font-family: "ftv_heldustry-regularregular", Helvetica, Arial, sans-serif;
	font-size: 20px !important;
	line-height: 22px;
	margin-bottom: 20px !important;
}

.yarpp h3:empty {
	display: none;
}

/* comments */
#dsq-content h3 {
	color: #999;
	font-family: "ftv_heldustry-regularregular",Helvetica,Arial,sans-serif;
	font-size: 20px;
}

#dsq-subscribe {
	display: none;
}

#dsq-content .dsq-button,
.dsq-more-button,
.dsq-button {
    background-image: -webkit-linear-gradient(bottom, rgb(14,82,209) 10%, rgb(77,140,242) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(14,82,209) 10%, rgb(77,140,242) 78%);
	background-image: -o-linear-gradient(bottom, rgb(14,82,209) 10%, rgb(77,140,242) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(14,82,209) 10%, rgb(77,140,242) 78%);
	background-image: linear-gradient(bottom, rgb(14,82,209) 10%, rgb(77,140,242) 78%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.1, rgb(14,82,209)),
	color-stop(0.78, rgb(77,140,242))
	);
	background: none;
	border: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 12px;
	text-shadow: 0 0 1px #000;
}

/* tags, archives, categories list */
h1.page-title {
	color: #0e51d1;
	font-family: "ftv_heldustry-regularregular",Helvetica,Arial,sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	padding-bottom: 15px;
}

/* pi posts widget */
aside.widget_pi-posts ul li a {
	color: #222;
}

aside.widget_pi-posts h2.widgettitle,
aside.widget_pi-posts h2.widgettitle a {
	color: #0e51d1;
}

aside.widget_pi-posts h2.widgettitle span {
	color: #666;
	display: block;
	font-size: 14px;
}

aside.widget_pi-posts h2.widgettitle span img {
	vertical-align: middle;
}

aside.widget_pi-posts ul li a:hover {
	color: #666;
}

aside.widget_pi-posts ul li {
	float: left;
	width: 100%;
}

aside.widget_pi-posts ul li img {
	float: left;
	max-width: 100px;
	margin-right: 10px;
}

figure,
.wp-caption {
	position: relative;
}

figure > img {
	display: block;
	margin: 0 auto;
}

figcaption,
.wp-caption .wp-caption-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 12px;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}

.wp-caption {
	border: none;
}

.wp-caption img[class*="wp-image-"] {
	margin: 0;
	max-width: 600px;
}

/* header ftv */
.metanav a {
	color: #fff;
}

/* additional fix to disqus recent comments widget */
.disqus_rcw_avatar {
	width: 35px;
	height: auto;
}


/* cnil case */
html.html-cnil #cookie-cnil-box {
	z-index: 9999;
}

html.html-cnil #wpadminbar {
	z-index: 8888;
}


/* Plugin Newsletter */
.newsletter {
    background-color: #e0ebfd;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px
}

.newsletter span.title {
    display: block;
    margin-bottom: 15px;
    color: #0e51d1;
    font: 18px/21px Heldustry,sans-serif;
    text-transform: uppercase
}

.newsletter span.icon {
    display: block;
    width: 42px;
    height: 48px;
    background: url("inc/img/newsletter.png") no-repeat 0 0 #e0ebfd;
		background-size: 42px 48px;
    margin-right: 7px;
    float: left;
    margin-bottom: 15px
}

.newsletter span.text {
    display: block;
    font: 14px/17px arial,sans-serif;
    color: #222;
    margin-bottom: 15px
}

.newsletter .newsletter-email {
    width: 190px;
    height: 30px;
    border: 0;
    font: 14px/30px arial,sans-serif;
    color: #999;
    float: left;
    padding: 0 10px;
		border-radius: 0;
}

.newsletter .newsletter-button {
    background-color: #0e51d1;
    width: 40px;
    height: 30px;
    font: bold 14px/30px arial,sans-serif;
    color: #fff;
    border: 0;
    float: right;
		padding: 0;
		text-shadow: 0 0 0 #fff;
		box-shadow: inset 0 0 0 #fff;
		border-radius: 0;
}

.newsletter .newsletter-button:hover {
		padding: 0;
		text-shadow: 0 0 0 #fff;
		box-shadow: inset 0 0 0 #fff;
		border-radius: 0;
}

/* plugin tooltips */
.tooltips {
	border-bottom: #666 1px dotted;
}

.credits,
.push-mobile{
	display: none;
}

/* Slider */
.gallery-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery-wrapper .gallery {
	display: flex;
    align-items: stretch;
	transition: transform .25s ease;
	height: auto !important;
}

.gallery-wrapper[data-current="0"] .gallery {
	transform: translateX(0%);
}

.gallery-wrapper .gallery .gallery-item {
	flex: 0 0 100%;
}

.gallery-wrapper .gallery .gallery-icon img {
    height: 400px !important;
	width: 100%;
    object-fit: cover;
    border: none !important;
	max-width: none !important;
}

.gallery-wrapper .slider__dots {
	position: absolute;
    bottom: calc(100% - 400px );
    width: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    gap: 6px;
	margin: 0;
    padding: 0;
    list-style: none;
}

.gallery-wrapper .slider__dots button {
    text-indent: -999999px;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: none;
	background: #e6e6e6;
}

.gallery-wrapper .slider__dots button.slider__active {
	background: #0e51d1;
}

@media screen and (max-width: 999px) {

	#main {
		padding: 20px 10px;
		margin-bottom: 0;
		box-shadow: none;
	}

	#secondary > aside {
		width: 100%;
		box-sizing: border-box;
	}

	.metanav div.content{
		width: 100% !important;
	}

	/* hide on mobile */
	nav.metanav ul.meta-items li:not(.with-logo),
	.pagination li:not(.nav__arrows),
	nav.metanav ul.meta-items>li:hover ul,
	.entry-meta,
	.entry-summary,
	.sharedaddy,
	.related_post_box,
	.widget-area .widget:not(.Ftvi_About_Me):not(.widget_categories):not(:first-child),
	.page .widget-area .widget.Ftvi_About_Me,
	.loop .entry-header figcaption,
	.widget-area .newsletter {
		display: none !important;
	}

	.site-title{
		font-size: 32px;
		margin-top: 20px;
	}

	.site-title img {
		max-width: 100%;
	}

	.site-author{
		font-size: 10px;
		line-height: 1.2;
	}

	.loop.hentry{
	margin-bottom: 10px;
	}

	.loop .entry-content img{
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

	.loop .entry-header{
		display: flex;
		margin-bottom: 0;
	}
	.loop .entry-header figure{
		flex: 1;
		margin-bottom: 0;
	}

	.loop .entry-header hgroup{
		flex: 3;
		width: auto;
	}

	.loop .entry-header img{
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		display: block;
	}

	.loop .entry-header .entry-title{
		flex: 3;
		margin-left: 10px;
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 0;
	}

	.single .entry-content{
		border-bottom: none;
		box-shadow: none;
		padding-bottom: 0;
	}

	.single .entry-content img,
	.single .entry-header img {
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;
	}

	.single .entry-header img {
		width: 100%;
	}

	.widget_categories li{
		width: 49%;
		box-sizing: border-box;
	}

	.push-mobile {
		position: relative;
		display: block;
		background: url(data/bg_article_download.png) 9px center no-repeat #ddd;
		background-size: 44px 44px;
		color: #666;
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		padding: 17px 100px 19px 60px;
	}
	.push-mobile > p {
		margin: 0;
	}
	#download {
		position: absolute;
		top: 12px;
		right: 13px;
		background: #afafaf;
		border-radius: 3px;
		-moz-box-shadow: inset 0px 1px 0px #7a7b7e, inset 0px -1px 0px #e5e5e5;
		-webkit-box-shadow: inset 0px 1px 0px #7a7b7e, inset 0px -1px 0px #e5e5e5;
		box-shadow: inset 0px 1px 0px #7a7b7e, inset 0px -1px 0px #e5e5e5;
		color: #fff;
		display: block;
		font-size: 11px;
		line-height: 27px;
		text-align: center;
		padding: 1px 8px 3px 8px;
	}
	.credits {
		display: block;
		position: relative;
		background: #6d6d6d;
		color: #fff;
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		padding: 0 10px;
	}
	.credits > p {
		margin: 0 auto;
	}
	#top-link {
		position: absolute;
		top: 0px;
		right: 0px;
		border-left: 1px solid #575757;
		display: block;
		line-height: 15px;
		width: 41px;
		height: 40px;
	}

	.gallery-wrapper .slider__dots {
		bottom: calc(100% - 300px );
	}

	.gallery-wrapper .gallery .gallery-icon img {
		height: 300px !important;
	}
}
