/*
Theme Name: THBusiness
Theme URI: http://www.themezhut.com/thbusiness-wordpress-theme/
Author: ThemezHut
Author URI: http://www.themezhut.com
Description: THBusiness WordPress Theme is mainly focused for business websites while it consists with a simple elegant blog layout. You can simply create a business website by just dragging and dropping the widgets in the widget area. It consists with 6 featured widgets and 4 widget areas in the business template. THBusiness is created with twitter bootstrap so it can be perfectly viewed on any viewing environment. And it features a full width slider which is made with flexslider.Theme Customizer of this theme lets you to choose the main theme color from unlimited colors in just one click. Theme customizer along with theme options panel will help you to fully customize your website as you wish.You can find the theme documentation on http://www.themezhut.com/thbusiness-theme-documentation. See the demo at http://www.themezhut.com/demo/thbusiness. 
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thbusiness
Domain Path: /languages/
Tags: light, white, two-columns, right-sidebar, responsive-layout, custom-header, custom-colors, custom-background, custom-menu, sticky-post, threaded-comments, translation-ready, featured-images, theme-options

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

THBusiness WordPress Theme, Copyright 2014 ThemezHut
THBusiness is distributed under the terms of the GNU GPL

*/

/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Index Pagination
14.0 - Site Header/Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/


/*@font-face {
    font-family: 'bodonitownregular';
    src: url('bodonitown-webfont.woff2') format('woff2'),
         url('bodonitown-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

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 centered 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/ */
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}
body {
	background: #ebecef;
}
article {
	background: #fff;
}
article, aside, details, figcaption, figure, footer, header, main, 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 {
	color: #eb5937;
	text-decoration: none;
	outline: 0;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #000000;
	font-family: Square721BT-Roman;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 1.5;
	text-shadow:1px 1px 1px rgba(0,0,0,0.004) !important;
	-webkit-font-smoothing: antialiased !important;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Square721BT-Roman';
}
h1 {
	font-family: 'SquareSlabserif711BT-Bold';
	font-size: 26px;
	margin: 1em 0;
}
h2 {
	font-size: 24px;
	margin: 1em 0;
}
h3 {
	font-size: 20px;
	margin: 1em 0;
}
h4 {
	font-size: 18px;
	margin: 1em 0;
}
h5 {
	font-size: 16px;
	margin: 1em 0;
}
h6 {
	font-size: 14px;
	margin: 1em 0;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: 'Square721BT-Bold';
	margin: 30px 0;
	padding: 1.5em 1.5em 1.5em 4em;
	border-left: none !important;
	font-size: 21px !important;
	background: rgba(0, 0, 0, 0) url("images/puce-quote.jpg") no-repeat scroll 0 center;
}
cite {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 30px 0 30px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 14px 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%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	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;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
th, td {
	border: 1px solid #EAEAEA;
	padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}
input[type="button"], input[type="reset"], input[type="submit"] {
	color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px;
	  border: medium none;
	  background: #E5E5E5;

}
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, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, 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"] {
	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="url"], 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="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 10px;
}
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%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #777;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:visited {
	color: #777;
}
a:hover, a:focus, a:active {
	color: #006778;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	line-height: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	color: #006774;
/*	display: block;*/
	height: 5px;
	padding: 0 10px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	border-top: 3px solid #eb5937;
	display: none;
	float: left;
	left: 0;
	position: absolute;
	margin-top: -3px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0px;
}
.main-navigation ul ul a {
	background: #fff;
	height: auto;
	line-height: 1.5;
	padding: 10px;
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	/*border-bottom: 3px solid #eb5937;*/  
}
.main-navigation ul ul :hover > a {
	background: #f5f5f5;
	border-bottom: none;
	color: #666;
}
.main-navigation ul ul a:hover {
	background: #f5f5f5;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
	color: #8b8b8b;
}
/* Responsive */
#main-nav-button {
	background: #1c1919;
	color: #fff;
	display: none;
	line-height: 50px;
	margin: 30px 0;
	text-align: center;
	width: 100%;
}
#main-nav-button:before {
	content: "\f03a";
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 10px;
}
.main-nav-button:hover {
	color: #ccc;
}
.responsive-mainnav {
	background: #eeeeee;
	display: none;
}
.responsive-mainnav ul {
	margin: 0;
	padding: 5px;
}
.responsive-mainnav li a {
	color: #777777;
	line-height: 26px;
	padding: 15px;
}
.responsive-mainnav li {
	list-style: none;
	margin: 1em;
}
.responsive-mainnav li ul {
	margin-left: 2em;
}
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* 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 */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 60px 0;
}
/* Make sure select elements fit in widgets */
.widget select {
	border: 1px solid #dedede;
	margin: 15px;
	max-width: 100%;
	height: 40px;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-area {
	margin: 10px 0 60px 0;
}
.widget-area ul {
	list-style: none;
}
.widget-title {
	color: #666;
	border-bottom: 3px solid #eb5937;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 15px 15px 15px;
}
.widget_recent_entries ul, .widget_pages ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul, .widget_recent_comments ul, .widget_meta ul, .widget_nav_menu ul {
	list-style: none;
	margin: 0 0 30px 0;
}
.widget_recent_entries ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_archive ul li:before, .widget_nav_menu ul li:before, .widget_recent_comments ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before {
	color: #555555;
	content: "\f061";
	display: none;
	font-family: FontAwesome;
	font-size: 12px;
	padding-right: 20px;
}
.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_nav_menu ul li, .widget_recent_comments ul li, .widget_meta ul li, .widget_nav_menu ul li {
	border-bottom: 1px solid #ededed;
	padding: 8px 15px;
}
.tagcloud {
	padding: 5px 15px;
}
.business-page-widget-title {
	color: #777777;
	margin: 40px 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.widget_thbusiness_services_widget {
	margin-top: 50px;
}
.th-services-box {
	margin-bottom: 50px;
	text-align: center;
}
.th-services-box:hover .th-services-icon {
	border: 1px solid #eb5937;
	color: #eb5937;
}
.th-services-box:hover .th-morelink {
	background: #eb5937;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
}
.widget_thbusiness_services_widget .business-page-widget-title {
	margin: 30px 0;
	font-size: 18px;
	text-transform: none;
}
.th-services-image {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
.th-services-image img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
.th-services-icon {
	border: 1px solid #888888;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget_thbusiness_recentwork_widget {
	margin-top: 40px;
}
.widget_thbusiness_recentwork_widget .widget-title {
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}
.th-services-boxset {
	display: inline-block;
	margin-bottom: 60px;
}
.th-morelink {
	color: #eb5937;
	display: inline-block;
	margin-top: 5px;
}
.th-morelink-sep {
	clear: both;
	height: 43px;
}
.th-morelink:visited {
	color: #eb5937;
}
.widget_thbusiness_recentwork_widget .business-page-widget-title {
	margin: 40px 0 40px 15px;
}
.th-front-page-summery {
	line-height: 1.5;
	margin-bottom: 25px;
}
.th-recentwork-box {
	margin-bottom: 65px;
}
.th-business-page-widget {
	border-bottom: 3px solid #f5f5f5;
}
.th-recentwork-title h1 {
	color: #888888;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}
.recentwork-image img:hover {
	opacity: 0.8;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget_thbusiness_callto_action {
	margin-bottom: 0;
}
.call-to-action-wrapper {
	background: #FBFBFB;
	border-bottom: 3px solid #f6f6f6;
	padding: 50px 0;
}
.call-to-action-content h3 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 20px 10px 0;
}
.call-to-action-content p {
	color: #888;
	margin: 0 20px 0 0;
}
.call-to-action-button {
	background: #eb5937;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	padding: 10px 30px;
}
.call-to-action-button:hover {
	background-color: #555555;
}
.call-to-action-button:visited {
	color: #ffffff;
}
.th-singlepage-widget {
	padding: 40px 0;
}
.th-singlepage-widget .business-page-widget-title {
	margin: 0 0 40px 0;
}
.th-singlepage-widget-image {
	margin-bottom: 25px;
}
.th-singlepage-widget-image img:hover {
	opacity: 0.8;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.singlepage-widget-moretag {
	background: #eb5937;
	border-radius: 3px;
	color: #ffffff;
	display: table;
	font-size: 14px;
	padding: 8px 25px;
	margin: 5px 0;
}
.singlepage-widget-moretag:hover {
	background-color: #333333;
	color: #fff;
}
.singlepage-widget-moretag:visited {
	color: #ffffff;
}
.th-front-page-summery h1 {
	color: #888888;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	margin: 15px 0;
	padding: 0;
}
.th-testimonial-widget {
	overflow: hidden;
	padding: 30px 0 0 0;
}
.th-testimonial-widget .business-page-widget-title {
	margin: 10px 0 40px 0;
}
.th-testimonial-widget .widget-title:before {
	content: "\f10d";
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 10px 0 0;
}
.th-testimonial-image, .th-testimonial-image img {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	float: left;
	margin: 0 20px 20px 0;
}
.testimonial-content p {
	margin: 0 0 10px 30px;
}
.testimonial-meta {
	font-size: 13px;
	margin-left: 110px;
}
.th-client-item-image {
	margin: 0 0 30px 0;
}
.th-clients {
	padding: 20px 0;
	background: #FBFBFB;
	border-bottom: 3px solid #f6f6f6;
	border-top: 3px solid #f6f6f6;
	margin-top: 30px;
}
.th-clients .business-page-widget-title {
	margin: 20px 0 40px 0;
	text-align: center;
}
.footer-widget-area .widget_recent_entries ul li, .footer-widget-area .widget_pages ul li, .footer-widget-area .widget_categories ul li, .footer-widget-area .widget_archive ul li, .footer-widget-area .widget_nav_menu ul li, .footer-widget-area .widget_recent_comments ul li, .footer-widget-area .widget_meta ul li, .footer-widget-area .widget_nav_menu ul li {
	border-bottom: 1px solid #434343;
}
.footer-widget-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 15px 15px 15px;
}
.widget-area #wp-calendar caption {
	color: #777;
	margin: 10px 0 15px 0;
	font-size: 12px;
}
.footer-widget-area #wp-calendar caption {
	color: #ffffff;
	margin: 10px 0 15px 0;
	font-size: 12px;
}
.widget-area .textwidget {
	margin: 15px;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	background-color: #EDEDED;
	padding: 30px;
}
.hentry {
	/*margin: 0 0 80px;*/
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 20px 0;
	text-align: center;
}
.entry-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.content-area {
	margin: 10px 0;
}
.entry-meta, .entry-footer {
	font-size: 13px;
	
	padding: 6px 0;
}
.entry-footer-insinglepost {
	/*border-top: 1px solid #ededed;*/
	font-size: 13px;
	margin: 30px 0;
	padding: 10px 0;
}
.site-content {
	margin: 0;
}
.article-featured-image {
	margin: 20px 0;
}
.moretag {
	background: #eb5937;
	border-radius: 3px;
	color: #fff;
	display: table;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 25px;
	margin: 0 0 20px 0;
}
.moretag:visited {
	color: #ffffff;
}
.moretag:hover {
	background-color: #333333;
	color: #fff;
}
.page-header {
	padding: 0;
	margin: 0;
	border: none;
}
.page-title {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background: #ededed;
	color: #777777;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 40px 0;
	padding: 10px 15px;
}
.posted-on:before {
	content: "\f073";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 15px 0 0;
}
.author:before {
	content: "\f007";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 15px 0 20px;
}
.comments-link:before {
	content: "\f0e6";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	margin: 0 15px 0 20px;
}
.cat-links:before {
	content: "\f07c";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.tags-links:before {
	content: "\f02c";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 10px 0 5px;
	color:#b71177;
}
.th-post-permalink:before {
	content: "\f0c1";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin: 0 15px;
}
.meta-nav-next:after {
	content: url("images/right.svg");
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 0 3px 10px;
    width: 25px;
	
}
.edit-link:before {
	content: "\f044";
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 10px 0 18px;
}
.meta-nav-prev:before {
	content: url("images/left.svg");
	display: inline-block;
	font-family: FontAwesome;
	margin: 0 10px 3px 0;width: 25px;
}
.thmag-cat-title:before, .thmag-tag-title:before, .thmag-vcard:before {
	color: #cccccc;
	content: "\f054";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	margin: 0 8px 0 5px;
}
a.next, a.prev{background: none !important;}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	margin: 40px 0;
	background: #fff;
	padding: 15px 50px;
	
}

.comments-area .even{border-bottom: 1px solid #949daa;}
.comments-area .even .children .even {border-bottom: none;}

.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
.comments-title {
	margin: 20px 0;
	color: #00acec;
	font-family: 'Square721BT-Bold';
	font-size:30px;
	border-bottom:#9F9F9F solid 1px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.comment-list .children {
	margin: 0 0 0 40px;
}
.comment-list > li:after, .comment-list .children > li:before {
/*	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;*/
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	padding: 0;
	position: relative;
	clear: both;
	overflow: hidden;
	font-family: "Square721BT-Roman";
}

.comment-author.vcard img {
    display: none;
}
.comment-author, time {
	text-align:right;
}
.comment-author .avatar {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-family: 'SquareSlabserif711BT-Bold';
}
.comment-author b.fn  {
	font-weight:normal;
	
	}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
	
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	
}
.comment-meta{
    float: left;
    padding-right: 2%;
    width: 30%;}
	
.comment-meta, .comment-meta a {
    color: #949daa;  
    font-size: 12px;
 
}

.comment-content {
    float: left;
    width: 70%;	text-align: justify;
}

.comment-content p {
	text-align: justify;
}


.comment-meta a:hover {
	color: #949daa;
}
.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f021";
	margin-right: 10px;
	display: inline-block;
	font-family: "Square721BT-Roman";
	font-weight: normal;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: url(images/left.svg);
	width:10px;
	margin-right: 10px;
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
}
/* Comment form */
.comment-respond {
	background-color: #f5f5f5;
	font-family: "Square721BT-Roman";
	padding: 30px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
}
.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 20px;
	overflow: hidden;
	width: 20px;
}
.comment-reply-title small a:hover {
	color: #949daa;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f05c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 30px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 10px 0;
	width: 100px;
}
.comment-form .required {

}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 300px;
	width: 60%;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 14px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
	white-space: pre-wrap;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	border-bottom: 1px solid #E7E7E7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 677px;
	padding: 20px 0;
	width: 100%;
}
.no-comments {
	background-color: #eeeeee;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* 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;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
}
/*--------------------------------------------------------------
13. Pagination
--------------------------------------------------------------*/

/* The containing box with a nice white background */
.paging-navigation {
	/*background: #fff;
	background: hsl(0, 0%, 100%);*/
	font-family: sans-serif;
	padding: 0 0 30px;
	text-align: center;
	clear: both; 
}
/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}
/* Give each link and the current item some padding to make them easy to click */
a.page-numbers, span.page-numbers {
	background-color: #fff;
	padding: 10px 15px;
	line-height: 35px;
	color: #3c5065;font-family: 'Square721BT-Roman'; 
}
/* Link hover state */
a:hover.page-numbers {
	background-color: #858e9d;
	color:#fff;
	
}
.paging-navigation .current {
	background-color: #858e9d;
	color:#fff;
}
.page-links a, .page-links span {
	padding: 5px;
}
.page-links a {
	color: #3c5065;
	background: #fff;
	border-radius: 2px;
}
.page-links span a {
	background: #858e9d;
	color: #fff;
}
.page-links a:hover {
	background: #858e9d;
}
.post-navigation {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	font-weight: bold;
	padding: 15px 0;
}


/*--------------------------------------------------------------
14. Site Header/Footer
--------------------------------------------------------------*/

.site-header {
	margin-bottom: 10px;
}
.article-preview-image {
	margin-bottom: 20px;
}
.site-title {
	font-size: 36px;
	font-weight: bold;
	margin: 15px 0 0 0;
}
.site-description {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
.site-logo-image img {
	max-height: 87px;
}
.th-slider-container {
	position: relative;
}
.th-slider-details-container {
	background: none repeat scroll right -53px rgba(0, 0, 0, 0.3);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000', GradientType=0);
	color: #ffffff;
	position: absolute;
	top: 25%;
	left: 12%;
	width: 550px;
	padding: 30px;
}
.th-slider-details-container p {
	margin-bottom: 30px;
}
.th-slider-title h3 {
	margin: 0 0 25px 0;
	font-size: 25px;
}
.th-slider-title h3 a {
	color: #ffffff;
}
.th-slider-readmore-button a {
	background: #eb5937;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 20px;
}
.th-slider-readmore-button a:hover {
	background-color: #333333;
	color: #fff;
}
.site-footer {
	background-color: #466376;
	color: #ccc;
	    margin-top: 30px;
}
.site-footer a {
	color: #ddd;
}
.site-footer a:hover {
	color: #eb5937;
}
.footer-site-info {
	clear: both;
}
.footer-details-container p {
	margin: 0;
}
.copyright-container, .credit-container {
	float: left;
	font-size: 13px;
	line-height: 50px;
	padding: 0 15px;
	width: 50%;
}
.credit-container {
	text-align: right;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 40px;
	font-family: 'FontAwesome';
	background-color: #000;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.scrollup:after {
	content: "\f106";
}
.scrollup:visited {
	color: #fff;
}
.scrollup:hover {
	color: #fff;
	opacity: 0.8;
}
.th-search-button-icon {
	cursor: pointer;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
}
.th-search-button-icon:before {
	content: '\f002';
	cursor: pointer;
	display: inline-block;
	font-family: 'FontAwesome';
	vertical-align: middle;
}
.th-search-box-container {
	background: #fff;
	border: 3px solid #E3E3E3;
	border-top: 3px solid #eb5937;
	display: none;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 55px;
	width: 298px;
	z-index: 999;
}
#th-search-form input[type="submit"] {
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	background-color: #eb5937;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: normal;
	text-shadow: none;
	width: 82px;
	padding: 10px 5px;
}
#th-search-form input[type="text"] {
	border: none;
	padding: 0 11px;
	background: #f1f1f1;
	width: 200px;
	height: 40px;
	color: #222;
	margin: 0;
	float: left;
}

@media (min-width: 768px) {
.th-services-boxset {
	margin-bottom: 0;
}
.th-clear-third {
	clear: both;
}
.container {
    width: 100%;
	max-width:1060px;
}
.home .cat_article_une:nth-child(1),.home .cat_article_une:nth-child(3),.home .cat_article_une:nth-child(5){
		border-right: 7px solid #eee;
		}
		.home .cat_article_une:nth-child(2),.home .cat_article_une:nth-child(4),.home .cat_article_une:nth-child(6){
		border-left: 7px solid #eee;
		}
		

}

@media (max-width: 768px) {
.th-recentwork-box,  .widget_thbusiness_recentwork_widget .business-page-widget-title {
	text-align: center;
}
.th-slider-details-container {
	position: absolute;
	top: 25%;
	left: 45px;
	margin-right: 45px;
	width: auto;
	padding: 15px;
}
.th-slider-description {
	display: none;
}
.th-slider-title h3 {
	font-size: 16px;
	margin: 0;
}
.th-slider-readmore-button {
	display: none;
}

.cat_article_une:nth-child(1),.cat_article_une:nth-child(3),.cat_article_une:nth-child(5),.cat_article_une:nth-child(2),.cat_article_une:nth-child(4),.cat_article_une:nth-child(6){
		border-right: 0px solid #eee;
		}
		h1.entry-title, .single-auteurs h1, .page-title {
    font-size: 40px !important;
}
.entry-content blockquote p {
    font-size: 25px !important;
}
.page #secondary, .single #secondary, .archive #secondary {
    padding: 5px !important;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
   padding-right: 0;}
	#main-nav-button {
	display: inline-block;
}
#site-navigation {
	display: none;
}
.th-search-button-icon {
	display: none;
}
.th-search-box-container {
	display: none;
}
.th-slider-readmore-button {
	display: none;
}
.th-slider-description {
	display: none;
}
}

@media (min-width: 992px) {
.th-clear-third {
	clear: none;
}
.th-clear-fourth {
	clear: both;
}
.container {
    width: 100%;
	max-width:1060px;
}
.articlegh .entete, .single .type-dossier .entete  {
    margin: 0px -30px 90px 0 !important;
}
}

@media (max-width: 992px) {
.site-header {
	height: auto;
}

.th-slider-title h3 {
	margin: 0;
}
/***********Mes Styles 992max **************/
.site-header {
    margin-left: -15px;
	margin-right: -15px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ul {
    padding-right: 20px !important;
}
.home article {
    padding: 0 15px 15px 15px !important;
    margin-bottom: 15px;
}
article {
    padding: 15px 15px !important;
    margin-bottom: 15px;
}
 
  .colpluslus {
    display: none;
}
  .colactus {
   padding-left: 0;
}
.bloc_une .dossier .vignette {
    width: 153px !important;
}
}
/********************************************Mes Styles*/

#masthead .container {
	border-bottom: 3px solid #466376;
	background: #fff;
}
#masthead .top-menu {
float: right;
    margin: 5px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
	}
.top-menu li {
    display: inline;
    list-style-type: none;
}
.top-menu li a {
    color: #000;
    font-size: 11px;
    padding: 0 4px 0 8px;
}
.top-menu input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 1px 10px;
	font-size: 13px;
}
.top-menu input[type="button"], input[type="reset"], input[type="submit"] {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
    border: medium none;
    background: #FFF;
}
.top-menu .dropdown {
    position: relative;
    display: inline-block;
}
.top-menu .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
	font-size: 14px;
	text-transform: lowercase; 
}
.top-menu .erreur {
    color: #a94442;
    font-size: 14px;
    padding-right: 120px; 
}

.top-menu .dropdown-menu {
 
    right: 0;
	left: -117%;
   
}
.dropdown-menu>li>a {
    line-height: 2;
}
.socialicons {
    /* float: right; */
    display: inline-block;
	    position: relative;
    top: 15px;
    /* padding: 14px 0 0 0px; */
    /* margin-top: 32px; */
}
.socialicons a.icon {
    margin-right: 5px;
	font-size: 1.3em;
	color: #486376;
}
article {
	padding: 10px 5px 25px 50px;
}
article .entry-content {
	padding: 0 45px 0 0;
}

.entry-content p ,.entry-content ul{
	padding-right: 7em;
	text-align: justify;
	line-height: 1.5em;
	
	word-wrap: break-word;
	
}
.entry-content li {
	text-indent: 0px;	
	/*list-style-position: inside;*/
	list-style-type:none;
	list-style-image: none;
	margin-bottom: 0.5em !important;
	    padding-right: 7em;
}
.entry-content li:before {
    background-image: url(images/puce.svg);
    background-size: 1em 1em;
    background-position: bottom;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1em;
    height: 1em;
	margin-right:5px;
    content: "";
}

.entry-content h1,.entry-content h2,.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding-right: 50px;
}

.chapo, .chapo p {
	font-size: 15px !important;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: justify;
	font-weight: normal !important;
}
.chapo p {
	padding-right: 0;
}

.entry-title {
	font-size: 40px;
	font-weight: normal !important;
   
}
.entry-content h1 {
    font-family: 'PT Serif', serif;
    font-size: 30px;
	font-weight:normal;
    margin: 1em 0 0.5em 0;
}

.entry-content h2 {
    font-size: 24px;
	font-family: 'SquareSlabserif711BT-Bold';
    font-weight: normal;
}
.entry-content h3 {
	font-size: 20px;
	font-family: 'SquareSlabserif711BT-medium';
    font-weight: normal;
}
.entry-content h4, .entry-content h5 {
	font-size: 15px;
}
.entry-content h5 {
	font-style: italic;
}
.entry-content h2, .entry-content h1, .entry-content h3, .entry-content h4, .entry-content h5, .surtitre {
	margin: 1em 0 0.1em 0;
}
.entry-content .notes h5 {
	color: #e2007a;
	font-family: 'SquareSlabserif711BT-Bold';
	font-size: 17px !important;
	font-style: inherit;
	text-transform: uppercase;
}
.encadre {
	background: rgba(0, 0, 0, 0) url("images/fleche-collapse.jpg") no-repeat scroll right 0;
	border-bottom: 1px solid #beccd1;
	margin: 0 0 30px;
	padding: 0 40px 30px 0;
	font-size:16px;
	line-height: 1.4em;
	/*text-align: justify;*/
}
.encadre h2 {
	color: #006774;
	text-transform: uppercase;
	font-size: 25px;
	text-align: left;
}
.encadre h3 {
	font-size: 25px;
	margin: 0;
}
.encadre h4 {
	font-size: 17px;
	margin: 0;
}
.encadre h5 {
	font-size: 13px;
	font-style: normal;
}
.encadre ul {
    padding-right: 0;
    text-align: justify;
    line-height: 1.5em;
    word-wrap: break-word;
	margin-top:1em !important;
}
button {
	border-bottom: 1px solid #beccd1;
	color: #006774;
	display: block;
	font-weight: bold;
	background: none;
	width: 100%;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 20px;
}
button:hover {
	box-shadow: none;
	border-top: none;
	border-left: none;
	border-right: none;
}
/*TINY*/ 

.figure {
	border-bottom: 1px solid #beccd1;
	color: #beccd1;
	display: block;
	font-weight: bold;
	width: 100%;
}
.figure:after, button:after {
	content: url('images/puce-figure.jpg');
	display: inline-block;
    margin-left: 10px;
}
/***************style Yann*********************************************/
body {
	line-height:1.3em;}
.row {
	margin-left: 0;
	margin-right: 0;
}
.accueil {
	padding: 0;
}
.accueil:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #fff;
}
#pluslus:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #fff;
}
.colpluslus:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #fff;
}
.accueil .entry-content {
	margin: 0 0 10px 0;
}
.accueil article {
	padding: 0;
	margin: 0;
	background: transparent;
}
.bloc_une {
	padding: 0;
	margin: 0;
	background: #ebecef;
}
.accueil .rubrique, .dossier .rubrique, .type-dossier .entete .rubrique, .category-debat .entete .rubrique, .sommaire_aut .type-post .entete .rubrique,  .liste .entete .rubrique, .liste .extrait .entete .rubrique {
	font-family: 'Square721BT-Bold';
	text-align: right;
	font-size: 20px;
}
.container {
	padding: 0;
}
.partenaire .rubrique {
	font-family: 'Square721BT-Bold';
	text-align: right;
	background: #fff;
	font-size: 20px;
}
.cat_article_une {
	font-family: 'SquareSlabserif711BT-medium';
	line-height:1.2em;
	font-size:18px;
	background: #fff;
	margin-bottom: 15px;
	outline: 5px solid #eee;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right: 7px;
    padding-top: 6px;
	height: 165px;
}
	
.reserve,.dossier, article.partenaire, .liste.category-debat, .sommaire_aut article, .identification {
    background-color: #fff;
    margin-bottom: 15px;
    min-height: 198px;
    /*padding: 5px; */
	clear: both;
}
.recherche .page-header, .tag .page-header  {
    background-color: #fff;
    margin-bottom: 10px;
    min-height: 60px;
    padding: 10px;
	clear: both;
	
}
.recherche article, .tag article{
    padding: 0 0 0 25px;
}
.requete {
    font-family: 'Square721BT-Roman' !important;
    font-size: 40px !important;
    font-weight: normal !important;
    margin: 0 0 0 25px !important;
    line-height: 0.9;
    color: #466376;
    border-top: none;
    border-bottom: none;
    background: transparent;
    padding: 0;
}
.requete .terme {
    font-family: 'Square721BT-Bold' !important;
}
.reserve {
	margin-top:25px;
	    background: #fafbfc;
		border: 1px solid #eef1f5;
		padding:20px;
		font-family: Square721BT-Roman;
    font-size: 18px !important;
    letter-spacing: 1px;
    line-height: 1.6em;
    font-weight: normal !important;
	color:#b71177;
		}
		.reserve .btn-primary {
    color: #fff !important;
    background-color: #476474;
    border-color: #357ebd;
	margin-top:15px;
}
.reserve .figure:after, button:after {
    content: none;
    display: inline-block;
    margin-left: 00px;
}
.liste.dossier,.liste.partenaire,.liste.category-debat,.type-auteurs .cat_article_une  {
   
    padding:5px;
}
.liste.pub  {
   
    padding:0px;
}
.extrait{
	
	padding:10px;
	}
h2.titre {
	font-family: 'Square721BT-Bold';
	display: inline;
	font-size: 30px;
	line-height: 36px;
}

.bloc_une .dossier .vignette {
	width: 170px;
	min-height: 180px;
	height:100%;
	float: left;
	margin-right: 10px;
	text-align: center;
	    background-size: cover !important;
		overflow:hidden;
}
.bloc_une .vignette {
	width: 170px;
	min-height: 180px;
	height:100%;
	float: left;
	margin-right: 15px;
	text-align: center;
	    background-size: cover !important;
		overflow:hidden;
		    display: flex;
}
 
.bloc_une .vignette img {
	width:auto;
	height:auto;
	max-height:170px;
	max-width:170px;
	margin:auto;
}
.liste.dossier .vignette {
	width: 170px;
	min-height: 180px;
	height:100%;
	float: left;
	margin-right: 10px;
	text-align: center;
	    background-size: cover !important;
		overflow:hidden;
}
.accueil .vignette,.liste.dossier .vignette, .liste.partenaire .vignette {
	width: 170px;
	min-height: 180px;
	height:100%;
	float: left;
	margin-right: 15px;
	text-align: center;
	    background-size: cover !important;
		overflow:hidden;
		    display: flex;
}
 
.liste.partenaire .vignette img, .liste.dossier .vignette img {
	width:auto;
	height:auto;
	max-height:170px;
	max-width:170px;
	margin:auto;
}

/*.extrait {
    float: left;
    width: 77%;
}*/

article {
	padding: 15px 50px;
	margin-bottom: 15px;
}
article .entry-content {
	padding: 0;
}
ul {
	margin: 0 0 2em 0 !important;
}
li {
	margin-bottom: 1em !important;
}

.entry-content blockquote{
    font-family: 'SquareSlabserif711BT-Bold';
    margin: 30px 0;
    padding: 1.5em 1.5em 1.5em 2.5em;
    border-left: none !important;
    font-size: 30px !important;
    background: rgba(0, 0, 0, 0) url(images/puce-quote.jpg) no-repeat scroll 0 1.5em;
	color:#006778;
	line-height:1em;
	text-align:left;
}
.entry-content blockquote p {
	text-align:left;
	line-height:1em;
	padding-right: 10px;
	
}
/******************* SOMMAIRE DE ACCUEIL ************************/
.accueil .extrait {
    padding: 10px 0 0 0;
	margin-left: 190px;
    /*float: right;
    width: 310px;
	    max-width: 100%;*/
}
.accueil .dossier {
padding-right: 5px;
    padding-left: 5px;
}
.accueil .dossier h2 {
    display: inline;
	margin-top:45px
}
.colpluslus {
    padding-right: 15px !important;
}
.accueil .rubrique .date{
	    color: #000000;
    font-family: Square721BT-Roman;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
	padding-right: 7px;
    /*line-height: 1.5;*/
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004) !important;
    -webkit-font-smoothing: antialiased !important;
	}
	
	
		.sommaire_num .cat_article_une:nth-child(1),.cat_article_une:nth-child(3),.cat_article_une:nth-child(5),.cat_article_une:nth-child(2),.cat_article_une:nth-child(4),.cat_article_une:nth-child(6){
		border-right: 0px solid #eee;
		}
		
/******************* SOMMAIRE DE NUMERO ************************/
.sommaire_num article.type-numero {
	padding:0;
	background-color:transparent; 
	}
	.sommaire_num article.type-numero .dossier,.sommaire_num article.type-numero .cat_article_une {
	padding:15px 20px 30px 50px  !important;
	min-height: 150px  !important;
	height: auto;
	}
	.sommaire_num article.type-numero .rubrique, .liste.category-debat  .entete .rubrique {
	font-family: 'SquareSlabserif711BT-Bold';
    margin-left: 15px;
    text-align: right;
    display: inline-block;
	float:right;   
 	margin-bottom: 25px;
 	font-size: 32px;
	/*width: 100%;*/
	}
.sommaire_num .type-numero h1 {
	font-family: 'SquareSlabserif711BT-Bold';
	font-size: 56px;
    font-weight: normal !important;
    margin: 0;
	padding:0;
    line-height: 0.9;
	color: #006774;
	}
	.sommaire_num .type-numero .dossier .surtitre,.type-numero .surtitre, .single-auteurs .surtitre, .category-debat .extrait .surtitre , .recherche .extrait .surtitre,.liste .extrait .surtitre {
	font-family: 'Square721BT-Bold';
    color: #006774;
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0 0 0;
	line-height:1em;
	}
	.sommaire_num .cat_article_une.debat .surtitre, .type-numero .cat_article_une.debat h3 {
		 color: #fff !important;
		}
.sommaire_num .type-numero .dossier h3,.type-numero .cat_article_une h3 {
	font-family: 'SquareSlabserif711BT-Bold';
	font-size: 30px  !important;
    margin: 0 0 5px 0;
    line-height: 0.9em;
	color:#000;
	}
	.sommaire_num .soustitre {
	font-family: 'Square721BT-Roman';
		 font-size: 22px  !important;
		 padding-right: 1em;
    text-align: left;
    line-height: 1em;
	margin-bottom:3px;
		}
	.accueil .type-numero .cat_article_une h3 {
    font-family: 'SquareSlabserif711BT-Bold';
    font-size: 18px !important;
    margin: 0 0 7px 0;
    line-height: 0.9em;
    color: #000;
}
a h3:hover, a:hover {
	color:#696969;
	}
	.sommaire_num .type-numero .dossier .auteurs,.sommaire_num .cat_article_une .auteurs {
	font-family: 'Square721BT-Roman';
	font-size: 18px  !important;
    margin: 0;
    line-height: 1em;
	color: #496379
	}

/******************* ARHIVES DE DOSSIERS ************************/
.entete .rubrique {
    display: inline !important;
}
.accueil .rubrique,.dossier .rubrique, .partenaire .rubrique, .type-dossier .rubrique, .type-partenaire .rubrique, .category-dossier .rubrique, .type-post .rubrique, .type-agenda .rubrique.category-debat .rubrique, .single-auteurs .rubrique, .type-actualite .entete .rubrique  {
	margin-left:7px;
	text-align:right;
	display: block;
	/*float:right;*/
	/*width: 60%;*/
	margin-bottom:15px;
	
}
.articlegh .rubrique, .type-partenaire .rubrique {
	float:none;
	}
.dossier p.entete, .partenaire p.entete , .sommaire_aut p.entete, .liste p.entete{
	text-align:right;
	margin-bottom:15px !important;
}
.dossier h2, .liste h2,.partenaire h2,.liste.category-debat h2, .cat_article_une h2, .sommaire_aut h2, .recherche h2 {
	font-family: 'SquareSlabserif711BT-Bold';
	display: inline;
	font-size: 30px;
	line-height: 25px;
	font-weight:normal;
}

/*.entry-content h2, .entry-content h3, .entry-content h4{
padding-right: 7em;
}*/

.entry-content h2 {
	font-size: 20px;
	}

.partenaire .title a, .partenaire p.entete{
	color: #466277;
	}
	
	.category-dossier .entete .rubrique, .type-dossier .entete .rubrique,.type-post .entete .rubrique ,.type-agenda .entete .rubrique, .type-partenaire .entete .rubrique, .type-actualite .entete .rubrique {
		font-family: 'Square721BT-Bold';
		color: #c1ccd2;
		font-size:44px;
		}
	.category-dossier .entete,.type-dossier .entete, .liste .entete {
		/*display:table-cell;*/
		/*height:150px;*/
		vertical-align:bottom;
		}
.category-dossier .chapo,.category-dossier .chapo p, .articlegh .chapo p, .articlegh .chapo  {
	font-family: Square721BT-Roman;
    font-size: 18px !important;
    letter-spacing: 1px;
    line-height: 1.6em;
    font-weight: normal !important;
}
	.type-dossier .entry-title {
		color: #006778;
		margin-bottom:20px;
		}
.entete {
    float: right;
    margin: 30px 0 90px;
    text-align: right;
    width: 100%;
	font-family: Square721BT-Roman;
}
.articlegh .entete { 
margin: 0px 0 90px;
}
.extrait .entete {
    float: none;
	margin: 0 !important;
}

.rubrique {padding-right: 0 !important;}	

/**************Caroussel **********/
.conteneur-car {
	width:100%;
	background-color:#fff;
	padding:10px 25px;
	height:300px;
	font-size:12px;
	}
	.conteneur-car.artcar {
	width:100%;
	background-color:#fff;
	padding:5px;
	height:200px;
	margin-bottom: 20px;
	}
	.conteneur-car:after,.conteneur-car:before {
	content:'';
	background-color:#fff;
	}
	.carousel .surtitre {
	font-family: 'Square721BT-Bold';
    color: #006774;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
	}
	.conteneur-car.artcar h2 {
	font-family: 'SquareSlabserif711BT-Bold';
    color: #000;
    font-size: 20px;
    margin: 0;
	line-height:1em;
	}
	.titre-car { 
	color: #006774;
	font-size:22px;
    text-decoration: none;
    text-transform: uppercase;
	font-family: Square721BT-Roman;
	margin-bottom:10px;
	}
.carousel li {
	margin-right: 0 !important;
	line-height: 1.3em;
	text-align: left;
	padding: 10px 3px 5px 3px;
}
.sommaire_num .carousel li {
	margin-right: 0 !important;
	line-height: 1.3em;
	text-align: center;
	padding: 0;
}
.carousel li img {
border: #AEAEAE 1px solid;}

.articlegh {
	font-family: 'PT Serif', serif;
}
.type-partenaire .vignette {
	margin-bottom:30px;
	max-width:150px;
	}
	.type-partenaire h1 {
	line-height: 1.2 !important;
	
	}
	
	.recherche .type-dossier{
		    background-color: #f3efef;
    border: 1px solid #ccc;}



/******************* SIDEBARS ************************/

.colpluslus, .colactus {
	padding-right:0;
	}
	
#plus_lus {
	font-size: 14px;
	background-color: #fff;
	padding: 5px;
}
#plus_lus .rubrique {
	font-family: 'Square721BT-Bold';
	text-align: left;
	font-size: 18px;
	margin-top: 5px;
}
#plus_lus a {
	font-size: 20px;
	font-family: 'SquareSlabserif711BT-Bold';
	color: #000;
}
.bloc_sd_pub, .bloc_sd_partenaire, .bloc_sd_une, .bloc_actu, .bloc_publi, .bloc_agenda, .bloc_somdos {
	margin-bottom: 20px;
}
.bloc_sd_une img {
	margin-bottom: 5px;
}
.bloc_sd_une, .bloc_sd_une a{
	color:#496379;
}
.bloc_actu, .bloc_publi, .bloc_sd_partenaire, .bloc_part {
	background: #fff;
	padding: 10px;
	
}
.bloc_part {
	text-align:center;
	
}
.bloc_part .slogan {
	font-family: 'Square721BT-roman';
text-transform:uppercase;
	 color: #006778;
	 font-size:10px;
	 text-align:left;
	 margin-top:5px;
	}
.bloc_part img {
	max-height:150px;
	max-width:35%;
	width:auto;
	margin: 0 10px;
}
 .bloc_sd_partenaire a {
	 	font-family: 'Square721BT-Bold';
text-transform:uppercase;
	 color: #006778;
	 font-size:12px;
	 
 }
 .bloc_sd_partenaire img {
	 margin-top:7px;
 }
.bloc_agenda {
	background: #FBDFEB;
	padding: 10px;
}
.bloc_somdos {
	background: #fff;
	padding: 10px;
}
.bloc_somdos .rubrique {
    font-family: 'SquareSlabserif711BT-Bold';
    color: #006778;
    font-size: 24px;
	text-align:right;
}
.bloc_somdos h2 {
    font-family: 'SquareSlabserif711BT-Bold';
    color: #006778;
    font-size: 30px;
	line-height:0.9em;
}
.bloc_somdos .surtitre {
    font-family: 'Square721BT-Bold';
	color: #006778;
}
.bloc_agenda .date {
	font-family: 'Square721BT-Bold';
	margin-top: 14px;
	margin-bottom: 0;
	font-size: 14px;
}
.sd_title {
    font-family: "Square721BT-Bold";
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
	color: #b71177;}
.widget-area h4 {
	margin-top: 7px;
	margin-bottom: 0;
}
.widget-area .bloc_agenda h4 {
	margin-top: 0px;
}
.widget-area h4 a {
	font-family: 'SquareSlabserif711BT-Bold';
	color: #B51E83;
}
.tags-links {
	margin-bottom:0.3em !important;
	
	}
/*	.bloc_sd_partenaire a, .bloc_sd_une a, .bloc_actu a, .bloc_publi a,.bloc_agenda a {
		font-family: 'SquareSlabserif711BT-Bold';
		color:#B51E83;
		}*/
		/********************* FOOTER *****************************/
		#menu-menu-pied li, #menu-menu-pied ul { 
		display:inline-block;
		border-bottom: 0px;
		}
		#menu-menu-pied li a { 
	font-family: 'Square721BT-Bold';
	color:#fff;
		} 
		.right-footer aside.widget_text {
    background-color: transparent;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
}
#menu-menu-pied li:first-child {
    padding-left: 0;
}
				
		/********************* Les couleurs *****************************/
		
.dossier h4, .dossier h2 a, .dossier .rubrique, .dossier blockquote,.category-dossier .encadre h1,.category-dossier .encadre .surtitre_enc,
.category-dossier .entete .rubrique,
.edito h4, .edito h2 a, .edito .rubrique, .edito blockquote,.category-edito .encadre h1,.category-edito .encadre .surtitre_enc,
.category-edito .entete .rubrique,
.n-500 h4, .n-500 h2 a, .n-500 .n-500, .n-500 blockquote,.category-n-500 .encadre h1,.category-n-500 .encadre .surtitre_enc,
.category-n-500 .entete .rubrique
  {
	color: #006778 !important;
}
.category-dossier .encadre,
.category-edito  .encadre,
 .category-n-500  .encadre{
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_006778.png) no-repeat scroll right 0;}
.category-dossier blockquote,
.category-edito  blockquote,
 .category-n-500  blockquote{
background: rgba(0, 0, 0, 0) url(images/puce-quote_006778.png) no-repeat scroll 0 1.5em;}



.reflexion h4,.reflexion .encadre h2, .reflexion .surtitre,.reflexion .rubrique,.reflexion blockquote, .liste.category-reflexion .entete .rubrique, .liste.category-reflexion .surtitre, .category-reflexion .encadre h1, .category-reflexion .encadre .surtitre_enc,.category-reflexion button {
	color: #aa6323 !important;
}
.category-reflexion  .encadre{
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_aa6323.png) no-repeat scroll right 0;}

.category-reflexion  blockquote{
background: rgba(0, 0, 0, 0) url(images/puce-quote_aa6323.png) no-repeat scroll 0 1.5em;}


.juridique .surtitre,.juridique .encadre h2,.juridique .rubrique,.category-juridique .rubrique, .liste.category-juridique .entete .rubrique, .liste.category-juridique .surtitre, .category-juridique .encadre h1, .category-juridique .encadre .surtitre_enc,.category-juridique button,
 .jurisante .surtitre,.jurisante .rubrique,.jurisante .encadre h2.category-jurisante .rubrique, .liste.category-jurisante .entete .rubrique, .liste.category-jurisante .surtitre, .category-jurisante .encadre h1, .category-jurisante .encadre .surtitre_enc,.category-jurisante button,
  .tribune-du-cneh .surtitre,.tribune-du-cneh .rubrique,.category-tribune-du-cneh .rubrique, .category-tribune-du-cneh .encadre h1, .category-tribune-du-cneh .encadre .surtitre_enc,.category-tribune-du-cneh button {
	color: #ae1613 !important;
}
.category-juridique blockquote,
 .category-jurisante blockquote,
   .category-tribune-du-cneh blockquote  {
	   color: #ae1613 !important;
background: rgba(0, 0, 0, 0) url(images/puce-quote_ae1613.png) no-repeat scroll 0 1.5em;
}

.category-juridique .encadre,
 .category-jurisante .encadre,
   .category-tribune-du-cneh .encadre  {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_ae1613.png) no-repeat scroll right 0;
}


.avis-dexpert .surtitre,.avis-dexpert .rubrique,.avis-dexpert blockquote,.liste.category-avis-dexpert .entete .rubrique, .liste.category-avis-dexpert .surtitre, .category-avis-dexpert .encadre h1, .category-avis-dexpert .encadre .surtitre_enc,.category-avis-dexpert button,
.experience .rubrique, .liste.category-experience .entete .rubrique, .liste.category-experience .surtitre,.category-experience .surtitre,.experience .surtitre, .category-experience .encadre h1, .category-experience .encadre .surtitre_enc, .category-experience button,
.experience .surtitre,.experience blockquote, .point-de-vue .surtitre,.point-de-vue blockquote,.liste.category-point-de-vue .entete .rubrique,  .liste.category-point-de-vue .surtitre,  .category-point-de-vue .encadre h1 ,  .category-point-de-vue .encadre .surtitre_enc,.category-point-de-vue button{
	color: #008ac4 !important;
}
.category-avis-dexpert .encadre,
.category-experience .encadre,
.category-point-de-vue .encadre 
{
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_008ac4.png) no-repeat scroll right 0;
}

.category-avis-dexpert blockquote,
.category-experience blockquote,
.category-point-de-vue blockquote 
{
background: rgba(0, 0, 0, 0) url(images/puce-quote_008ac4.png) no-repeat scroll 0 1.5em;
}
.sommaire_num .type-numero .graph h1, .graph .title, .type-partenaire.graph h1 ,.type-dossier.graph .entry-title ,.graph .rubrique, .graph h2 a, .graph .surtitre, .graph blockquote,  .liste.category-graph .entete .rubrique,  .liste.category-graph .surtitre,  .category-graph .encadre h1,  .category-graph .encadre .surtitre_enc, .category-graph button {
	color: #00acb1 !important;
}
.category-graph .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_00acb1.png) no-repeat scroll right 0;
}
.category-graph blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_00acb1.png) no-repeat scroll 0 1.5em;
}
.entretien .rubrique,.entretien .surtitre,.entretien .title, .entretien .encadre h2, .entretien blockquote, .liste.category-entretien .entete .rubrique,  .liste.category-entretien .surtitre, .category-entretien .encadre h1, .category-entretien .encadre .surtitre_enc,.category-entretien button,
.category-colloque .entete .rubrique, .category-colloque .surtitre, .category-colloque .encadre h1,
 .ght .rubrique, .ght .surtitre, .liste.category-ght .entete .rubrique,  .liste.category-ght .surtitre, .category-category-ght .encadre h1, .category-ght .encadre .surtitre_enc,
 /*.journee-regionale-fhf-paca, .rencontres, .rencontre-de-la-sante, .universite-d-ete-erema,*/
 .category-seminaire-ehesp-idm .surtitre,.category-seminaire-ehesp-idm button, .category-seminaire-ehesp-idm .surtitre_enc, .category-seminaire-ehesp-idm blockquote, .category-seminaire-ehesp-idm .title, .category-seminaire-ehesp-idm .rubrique,
 .category-ehesp-idm .surtitre,.category-ehesp-idm button, .category-ehesp-idm .surtitre_enc, .category-ehesp-idm blockquote, .category-ehesp-idm .title, .category-ehesp-idm .rubrique, .ehesp-idm .surtitre, .sommaire_num .ehesp-idm h1, .ehesp-idm .rubrique, .ehesp-idm .title a
  {
	color: #5692cd !important;
}
.category-entretien .encadre,
.category-colloque .encadre,
 .category-ght .encadre,
 /*.journee-regionale-fhf-paca, .rencontres, .rencontre-de-la-sante, .universite-d-ete-erema,*/
 .category-seminaire-ehesp-idm .encadre,
 .ehesp-idm .encadre
  {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_5692cd.png) no-repeat scroll right 0;
}
.category-entretien blockquote,
.category-colloque blockquote,
 .category-ght blockquote,
 /*.journee-regionale-fhf-paca, .rencontres, .rencontre-de-la-sante, .universite-d-ete-erema,*/
 .category-seminaire-ehesp-idm blockquote,
 .ehesp-idm blockquote
  {
background: rgba(0, 0, 0, 0) url(images/puce-quote_5692cd.png) no-repeat scroll 0 1.5em;
}
.sommaire_num .type-numero .conferences-des-ch h1, .conferences-des-ch .entry-title, .conferences-des-ch .rubrique,.conferences-des-ch .surtitre,.conferences-des-ch .title, .conferences-des-ch h2.title a, .conferences-des-ch .encadre h2, .conferences-des-ch blockquote,  .category-conferences-des-ch .encadre h1,  .category-conferences-des-ch .encadre .surtitre_enc, .category-conferences-des-ch button,
 .liste.category-conferences-des-ch .entete .rubrique,  .liste.category-conferences-des-ch .surtitre, .category-conferences-des-ch .encadre h1, .category-conferences-des-ch .encadre .surtitre_enc,
.sommaire_num .type-numero .groupe-irch h1,.groupe-irch .rubrique,.groupe-irch .surtitre,.groupe-irch .title, .groupe-irch h2.title a, .groupe-irch .encadre h2, .groupe-irch blockquote,  .liste.category-groupe-irch .entete .rubrique,  .liste.category-groupe-irch .surtitre,  .category-groupe-irch .encadre h1,  .category-groupe-irch .encadre .surtitre_enc, .category-groupe-irch button,
.sommaire_num .type-numero .erema h1,.groupe-irch .rubrique,.erema .surtitre,.erema .title, .erema h2.title a, .erema .encadre h2, .erema blockquote,  .liste.category-erema .entete .rubrique,  .liste.category-erema .surtitre,  .category-erema .encadre h1,  .category-erema .encadre .surtitre_enc, .category-erema button {
	color: #5692cd !important;
	
	}
	.category-conferences-des-ch .encadre,
.category-conferences-des-ch .encadre ,
.groupe-irch .encadre, .erema .encadre{
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_5692cd.png) no-repeat scroll right 0;
	
	}

	.category-conferences-des-ch blockquote,
.category-conferences-des-ch blockquote ,
.groupe-irch blockquote,
.erema blockquote{
background: rgba(0, 0, 0, 0) url(images/puce-quote_5692cd.png) no-repeat scroll 0 1.5em;
	
	}
	.ap-hp .rubrique,.ap-hp .surtitre,.ap-hp .title, .ap-hp blockquote, .ap-hp .encadre h1, .ap-hp .encadre .surtitre_enc, .category-ap-hp button {
	color:#005ca9 !important;
	
	}
	.ap-hp .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_005ca9.png) no-repeat scroll right 0;
	
	}
	.ap-hp blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_005ca9.png) no-repeat scroll 0 1.5em;
	
	}
.coach-et-culture .surtitre,.coach-et-culture .rubrique, .category-coach-et-culture .entete .rubrique,  .liste.category-coach-et-culture .surtitre,  .category-coach-et-culture .encadre h1, .category-coach-et-culture button {
	color: #6f2282 !important;
}
.category-coach-et-culture .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_6f2282.png) no-repeat scroll right 0;
}
.category-coach-et-culture blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_6f2282.png) no-repeat scroll 0 1.5em;
}
.category-analyse .rubrique, .category-analyse .surtitre, .analyse .rubrique, .analyse .surtitre,.category-actualite  .rubrique, .category-actualite  .surtitre,    .type-agenda  .rubrique,   .type-agenda  .surtitre,  .category-analyse .encadre h1, .category-analyse button{
	color: #b71177 !important;
}
.category-analyse .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_b71177.png) no-repeat scroll right 0;
}
.category-analyse blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_b71177.png) no-repeat scroll 0 1.5em;
}
.note-de-lecture .title,.note-de-lecture .surtitre,.note-de-lecture .rubrique,.note-de-lecture blockquote,.note-de-lecture h4,  .liste.category-note-de-lecture .entete .rubrique,  .liste.category-note-de-lecture .surtitre, .category-note-de-lecture button {
	color: #db6412 !important;
}
.category-note-de-lecture .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_db6412.png) no-repeat scroll right 0;
}
.category-note-de-lecture blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_db6412.png) no-repeat scroll 0 1.5em;
}
.cat_article_une.abo, .cat_article_une.abo a {
	background-color: #FABA1B;
	color:#fff !important;
}
.cat_article_une.debat, .cat_article_une.debat a {
	background-color: #0094C8;
	color:#fff !important;
}
 .liste.category-debat a, .category-debat  .entete .rubrique,.category-debat .surtitre, .category-debat .extrait .surtitre,  .liste.category-debat .entete .rubrique,  .liste.category-debat .surtitre, .category-debat button {
	 background-color: #fff;
	 color: #0094C8 !important;
	 }
.category-debat .encadre {
background: rgba(0, 0, 0, 0) url(images/fleche-collapse_0094C8.png) no-repeat scroll right 0;
	 }
.category-debat blockquote {
background: rgba(0, 0, 0, 0) url(images/puce-quote_0094C8.png) no-repeat scroll 0 1.5em;
	 }
.right-footer {
	font-size:12px;
	text-align:right;
	}
	
	
	/******************* FENTRE MODALE *********************/
	h4.modal-title {
    font-size: 2.5em;
}
	
		/********************* Styles Articles *****************************/
	
 .entry-header .titre-article{font-family: "SquareSlabserif711BT-Bold"; font-size:55px; text-align: right; float: right;}

 .entry-header .titre-article:before, .entry-header .rubrique:before, .bloc_somdos .rubrique:before{content:"(" }
 .entry-header .titre-article:after, .entry-header .rubrique:after, .bloc_somdos .rubrique:after{content:")" }
 h1.entry-title, .single-auteurs h1, .page-title {
    font-size: 56px;
    font-weight: normal !important;
	margin:0 0 10px 0;
	line-height: 0.9;
}
 h4.surtitre {
	font-family: 'Square721BT-Bold';
	color: #006774;
	text-transform: uppercase;
	font-size: 25px;
	margin: 50px 0 0 0;
}
.sous-titre {
	color: #9c9e9f;
	font-family: 'SquareSlabserif711BT-Bold';
	font-size: 30px;
    margin: 5px 0 0px 0;
	
}
.single-auteurs .fonctions {
	color: #9c9e9f;
	font-family: 'Square721BT-Roman';
	font-size: 40px;
    margin: 5px 0 0px 0;
	line-height:0.9em;
}
.identification {
    padding: 10px;
}

.post-sous-titre {
	/*font-family: 'bodonitownregular'; */
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
 
.page #secondary, .single #secondary, .archive #secondary {
    padding: 0 0 0 25px;
}
.lauteur{background: #fff; 
padding:5px 5px;
margin-bottom:10px;}
.titre-auteur{font-family: 'Square721BT-Roman'; color:#476474;
margin-bottom: 5px;
    display: block;
	text-transform:uppercase;
	font-size:14px;}
.lauteur .nom, .lauteur .prenom {
	font-family: 'SquareSlabserif711BT-Bold'; color:#000;
font-size:18px;}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right  {

	font-family: 'SquareSlabserif711BT-Bold';
}
.alaune {
	
	margin-bottom:25px;}
	
.entry-header {
    margin: 10px 0 0;
}
h5.date {
	font-family: 'Square721BT-Bold';
    margin-top: 7px;
    margin-bottom: 0;
	color: #B51E83;
	font-size:22px;
	}
	.couv {
		margin-bottom:50px;
		color: #006774;
		font-family: 'Square721BT-Roman';
		display: inline-block;
		}
		.couv .gras {
		font-family: 'Square721BT-Bold';
		}
		.couv a{
		color: #006774;
		}
		.couv img {
    margin-bottom: 5px;
    border: #eee 3px solid;
}
		.paging-navigation .current a {
			color: #fff;
			}
			.nom{
				text-transform:uppercase;
				}
			.encadre h1 {
				font-family: 'Square721BT-bold';
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
	text-transform:uppercase;
	
				}
				.surtitre_enc{
	font-family: 'Square721BT-bold';
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;}
	
			.encadre h2 {
				font-family: 'SquareSlabserif711BT-Bold';
				display:block;
    font-size: 24px;
    line-height: 25px;
    font-weight: normal;
	color:#000;
	margin-top:0;
	margin-bottom:10px;
	text-transform:none;
	
				}
				.encadre h3 {
				font-family: 'SquareSlabserif711BT-Bold';
   /* display: inline;*/
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
	color:#000;
				}
				.encadre h4 {
				font-family: 'Square721BT-bold';
    font-size: 18px;
    line-height: 1em;
    font-weight: normal;
	
				}
				.page-title {
					font-family: 'Square721BT-bold';
    font-size: 56px;
    font-weight: normal !important;
    margin: 20px 0 0 0;
    line-height: 0.9;
	color: #466376;
	 border-top: none; 
    border-bottom:  none;
    background: transparent;
	padding:0;
}
				
				/************************* PUBS ****************************/
				.pub-top{
					
					margin-bottom:10px;}
					
						/********************* Page de recherche *****************************/
					.search	.widget-title {
    font-family: 'Square721BT-Bold' !important;
    font-size: 22px !important;
    font-weight: normal !important;
    margin: 0 0 15px 0!important;
    line-height: 0.9;
    color: #466376;
    border-top: none;
    border-bottom: none;
    background: transparent;
    padding: 0;
}	
.search	input[type="text"], .search	input[type="email"], .search	input[type="url"], .search	input[type="password"], .search	input[type="search"] {
    padding: 3px;
	width:100%;
	margin-bottom:5px;
}
.search	input[type="search"] {
    width: 98%;
}
.facetwp-facet {
    margin-bottom: 10px !important;
}
select.facetwp-dropdown {
    width: 100%;
	margin: 10px 0 10px 0 !important;
}
aside.widget_text {
    background-color: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px;
}
.widget-area .textwidget {
    margin: 0;
}
.search	input[type="button"],.search input[type="reset"], .search input[type="submit"] {
    color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 6px 20px;
    border: medium none;
    background: #476275;
}

.recherche .entry-content p,.tag .entry-content p {
	    padding-right: 1.5em;
	}
	
	.encadre img {
    display: block;
}
sup.appel {
	color: #d00072;
	cursor: pointer;
	
}
.notes p, .entry-content ul {
    padding-right: 0em !important;
    
}

.um-profile-meta, .um-profile-photo.um-trigger-menu-on-click {
	display:none;
}
.lock::after
{
	color:#a64446;
	content: ".";
	font-size: 40px;
	line-height: 0px;
}
.unlock::after
{
	color:#608A4A;
	content: ".";
	font-size: 40px;
	line-height: 0px;
}
.debat .lock::after {
    content: none; /*url(images/lock.png);*/
}
.erreur {
	color: rgb(123, 123, 123);
}