@CHARSET "UTF-8";

/*
* Theme Name: bancassurances
* Author: Sébastien Chandonay
* Author URI: http://www.seb-c.com/
* Description: Bancassurances Theme
* Version: 1.5
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: bancassurances
* Text Domain: bancassurances
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * 10.0 - Home Page
 * 11.0 - Page
 * 12.0 - Formulaires
 * 13.0 - Page services
 * 14.0 - Fil d'Ariane
 * 15.0 - shortcodes
 * 16.0 - page actualités
 * 16.1 - page recrutement
 * 16.2 - page revue de presse
 * 17.0 - page devenir bancassureur
 * 18.0 - page sitemap
 * 19.0 - actualités sur la page home
 * 20.0 - formulaire MailChimp
 * 21.0 - page formation
 * 22.0 - google maps
 * 23.0 - fancybox
 * 24.0 - page franchises & page franchise
 * 25.0 - home page switcher
 * 26.0 - meta-slider
 * 27.0 - short-content
 * 27.1 - boxed-content
 * 28.0 - page glossaire
 * 29.0 - page contact
 * 30.0 - page reseau
 * 31.0 - les taux
 * 32.0 - lien parent direct
 * 33.0 - lien vers le depot d'annonce
 * 34.0 - Pagination - pagenavi
 * 35.0 - Page Recherche (résultats)
 * 36.0 - WPML
 * 37.0 - Page Calculatrices
 * 38.0 - Page Guide Pratique
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 13px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: verdana;
}

body {
	color: #4C4C4C;
	line-height: 22px;
	margin: 0;
}

a {
	color: #E5642D;
	text-decoration: none;
}

a:visited {
	color: #E5642D;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #F9906B;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: verdana;
	line-height: 1.3;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	margin: 33px 0;
	border-bottom: 1px solid #999999;
}

h2 {
	font-size: 25px;
	margin: 25px 0;
}

h3 {
	font-size: 20px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 15px;
	margin: 30px 0;
}

h6 {
	font-size: 13px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 25px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	font-size: 12px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	/*border-top: 1px solid #ededed;*/
	/*padding: 6px 10px 6px 0;*/
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #cdcdcd;
	font-family: inherit;
	padding: 2px 5px 2px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type='file']{
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter: none;
	font-family: inherit;
	padding: 2px 0 2px 0;
}

input,
textarea {
	color: #7a7a7a;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
input[type="radio"], input[type="checkbox"]{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.like-input {
	cursor: pointer;
	background: #f98f6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f98f6a 0%, #d15529 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98f6a), color-stop(100%,#d15529)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f98f6a 0%,#d15529 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f6a', endColorstr='#d15529',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	-o-box-shadow: 0px 0px 3px 0px #cccccc;
	box-shadow: 0px 0px 3px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=NaN, Strength=3);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.like-input:focus {
	-moz-box-shadow: 0px 0px 3px 0px #999999;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	-o-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.like-input:active {
	-moz-box-shadow: 0px 0px 3px 0px #555555;
	-webkit-box-shadow: 0px 0px 3px 0px #555555;
	-o-box-shadow: 0px 0px 3px 0px #555555;
	box-shadow: 0px 0px 3px 0px #555555;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	/*max-width: 1080px;
	width: 100%;*/
	width: 1080px;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
    background-repeat: repeat-x; 
    background: #0380ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #0380ba 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0380ba), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0380ba 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0380ba', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=180, Strength=5);
	-moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-o-box-shadow: 0px 5px 5px 0px #aaaaaa;
	box-shadow: 0px 5px 5px 0px #aaaaaa;
    margin-bottom: 20px;
    height: 144px;
}

.home .site-header{
    height: 115px;
}

.site-header .header-top{
	width: 100%;
	background-color: #fff;
	height: 31px;
}

.site-header .header-left{
	float: left;
}

.site-header .header-right{
	float: left;
	margin-left: 10px;
}

.site-header .home-link {
	display: block;
	background-color: rgba(0, 0, 0, 0);
    background-image: url("images/banca/logo.png");
    background-repeat: no-repeat;
    height: 101px;
    width: 239px;
    padding: 0;
    margin: -24px 0 0 0;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 0px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
	border: none;
}

.site-description {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	border: medium none;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    height: 31px;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: block;
    float: left;
    list-style-type: none;
    margin: 1px 8px 9px 0;
    position: relative;
    background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ffffff;
	height: 29px;
	min-width: 40px;
	-moz-box-shadow: 0px 3px 3px 0px #777777;
	-webkit-box-shadow: 0px 3px 3px 0px #777777;
	-o-box-shadow: 0px 3px 3px 0px #777777;
	box-shadow: 0px 3px 3px 0px #777777;
}


.nav-menu li a {
	text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 27px;
    padding: 0 10px 0 10px;
    color: #FFFFFF;
}

.nav-menu li.menu-item-home a{
	background-image: url("images/banca/icones/home.png");
	background-position: center;
    background-repeat: no-repeat;
	font-size: 0px;
}

.nav-menu li:hover,
.nav-menu .current_page_item,
.nav-menu .current_page_ancestor,
.nav-menu .current-menu-item,
.nav-menu .current-menu-ancestor{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.nav-menu li.menu-item-gold{
	background: rgb(241,189,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,189,28,1) 0%, rgba(184,152,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,189,28,1)), color-stop(100%,rgba(184,152,22,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,189,28,1) 0%,rgba(184,152,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,189,28,1) 0%,rgba(184,152,22,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,189,28,1) 0%,rgba(184,152,22,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241,189,28,1) 0%,rgba(184,152,22,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1bd1c', endColorstr='#b89816',GradientType=0 ); /* IE6-9 */

}

.nav-menu li.menu-item-gold a{
    font-weight: 600;
    text-transform: uppercase;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #ffffff;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 3px;
	top: 1px;
}

.site-header .search-field {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 24px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 15px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta{
	padding: 0 10px 0 10px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-thumbnail-float a{
	float: left;
}

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

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title-float {
	float: left;
	clear: none;
	margin-left: 20px;
	width: 100%;
	max-width: 700px;
}

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

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ffffff;
	text-decoration: none;
}

.paging-navigation {
	/*background-color: #e8e5ce;*/
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	/*padding: 0 376px 0 60px;*/
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation a:hover {
	color: #bc360a;
	text-decoration: underline;
}

.paging-navigation .meta-nav {
	/*background-color: #e63f2a;*/
	border-radius: 50%;
	color: #e63f2a;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	/*margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;*/
}

.paging-navigation .nav-next .meta-nav {
	/*margin-left: 10px;*/
}

.paging-navigation a:hover .meta-nav {
	/*background-color: #ea9629;*/
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	/* background-color: #e8e5ce;*/
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 10px 10px;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background: none;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 10px;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 900px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.page-404 .page-header{
	background-color: #fff;
}

.page-404 h1{
	line-height: 40px;
	margin: 50px 0;
	padding: 30px;
	position: relative;
	text-align: center;
	width: auto;
	font-style: normal;
	border: none;
}

.page-404 h1 em{
	font-size: 20px;
}

.page-404 .page-content{
	margin: 50px auto 150px auto;
	padding: 0;
	max-width: 1080px;
}

.page-404 .page-content.search404 .search-form{
	width: 275px;
	margin: 0 auto;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.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;
	max-width: 604px;
	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 {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.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: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	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 {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.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: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.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: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}

.display-video-box{
	cursor: pointer;
}

/* étiquettes */

.tool-labels{
	position: fixed;
	top: 50px;
	right: 0;
	width: 60px;
	z-index: 1000;
}

.tool-labels .tool-labels-container{
	position: relative;
}

.tool-label{
	position: relative;
	float: right;
	clear: both;
	width: 60px;
	margin-right: -10px;
	height: 50px;
	margin-bottom: 5px;
	padding: 10px;
	cursor: pointer;
    font-weight: 700;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-right: none;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	-o-box-shadow: 0px 0px 3px 0px #cccccc;
	box-shadow: 0px 0px 3px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=NaN, Strength=3);
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;
}

.tool-label .icon-active{
	display: none;
	position: absolute;
	bottom: -7px;
	left: -2px;
	font-size: 2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    writing-mode: lr-tb;
}

.tool-label.active{
	background: #7a7a7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a7a7a 0%, #bcbcbc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(99%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a7a7a 0%,#bcbcbc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}

.tool-label.active .icon-active{
	display: block;
}

.tool-label-form{
	margin-right: -110px;
	width: 160px;
}

.tool-label a{
	color: #ffffff;
}

.tool-label a:hover{
	color: #ffffff;
	text-decoration: none;
}

.tool-label img{
	max-width: 30px;
	max-height: 30px;
}

.tool-label span.title{
	margin-left: 10px;
}

.tool-label:hover{
	-webkit-transition: all 0.4s ease-in-out;                  
    -moz-transition: all 0.4s ease-in-out;                 
    -o-transition: all 0.4s ease-in-out;   
    -ms-transition: all 0.4s ease-in-out;          
    transition: all 0.4s ease-in-out;
	margin-right: 0px;
	-moz-box-shadow: 0px 0px 3px 0px #999999;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	-o-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
	outline: none;
	opacity: 1;
}

.tool-labels-form-particuliers .tool-label{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}
.tool-labels-form-particuliers .tool-label.active{
	background: #03689b; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
	opacity: 1;
}

.tool-labels-form-entreprises .tool-label{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}
.tool-labels-form-entreprises .tool-label.active{
	background: #d15429; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
	opacity: 1;
}

/* l'affichage des étiquettes en fonction du contexte (particuliers / entreprises) est fait en javascript (cf. labels.js) */
.tool-labels-form{
	display: none;
}

/* l'affichage de l'étiquette permettant de remonter en haut de page est géré en javascript (cf. labels.js) */
#tool-label-banca-scrolltop{
	display: none;
}

/* sur le homeswitcher, on place le bouton de haut de page en bas */
.homeswitcher .tool-labels{
	top: auto;
	bottom: 50px;
}

/* fin étiquettes */

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	/*background-color: #009ce6;*/
	color: #686758;
	font-size: 14px;
	padding: 0;
	margin-top: 20px;
    -moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
	-o-box-shadow: 0px 5px 5px 0px #aaaaaa;
	box-shadow: 0px 5px 5px 0px #aaaaaa;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=180, Strength=5);
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	padding: 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
	/* attention ce qui suit sucharge ce qui est définit en dur par WP mais bidouille bancassurances oblige */
	height: auto !important;
	padding: 30px 0;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin: 0;
	padding: 5px 25px;
	width: 179px;
	/* attention ce qui suit sucharge ce qui est définit en dur par WP mais bidouille bancassurances oblige */
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	border-right: 1px solid #ffffff;
}

.site-footer .widget:last-child{
	border-right: none;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	font-size: 11px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	color: #999999;
	text-align: center;
}

.site-info a{
	color: #999999;
}

.site-info a:hover{
	color: #999999;
	text-decoration: underline;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer .footer-menu{
	list-style: none;
	padding: 0;
	margin: 5px auto 0 auto;
	/* largeur fixée en javascript */
}
.site-footer .footer-menu li{
	height: 15px;
	line-height: 12px;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ffffff
}
.site-footer .footer-menu li:first-child{
}
.site-footer .footer-menu li:last-child{
	border-right: none;
}
.site-footer .footer-menu li a{
	font-size: 12px;
	color: #ffffff;
}
.site-footer .footer-menu li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.site-footer .social-space{
	margin: 10px auto 0 auto;
	/* largeur fixée en javascript */
}
.site-footer .social-space a{
	text-decoration: none;
	float: left;
}
.site-footer .social-space a img{
	margin: 5px;
}
.site-footer .social-space .obs{
	float: left;
	margin-top: 2px;
}

/* les services du footer */
.footer-espaces{
	margin: 0;
	width: 100%;
}

.footer-espaces .footer-espace{
	width: 50%;
	height: 170px;
	float: left;
	color: #fff;
	padding: 5px 0;
    font-size: 12px;
}

.footer-espaces .footer-espace a{
	color: #fff;
	text-decoration: none;
}

.footer-espaces .footer-espace a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer-espaces .footer-espace h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 5px 0;
    padding: 0  0 5px 0;
    text-align: center;
    font-weight: bold;
}

.footer-espaces .footer-espace h4 img{
    margin: 0 0 0 15px;
}

.footer-espaces .footer-espace h5{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}

.footer-espaces .footer-espace#footer-espaces-particuliers{
	/*background: none no-repeat scroll 0 0 #009CE6;*/
    background: #0380ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #0380ba 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0380ba), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0380ba 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0380ba', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #ffffff;
}

.footer-espaces .footer-espace#footer-espaces-entreprises{
	/*background: none no-repeat scroll 0 0 #F56B3B;*/
	background: #e5642d; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5642d 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5642d), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5642d 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5642d 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5642d 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5642d 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5642d', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.footer-espaces .footer-espace .footer-espace-content-item{
	width: 179px;
	float: left;
	padding-left: 25px;
	border-right: 1px solid #ffffff;
}

.footer-espaces .footer-espace .footer-espace-content-item:last-child{
	border-right: none;
}

.footer-espaces .footer-espace .footer-espace-content-item ul{
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}

.footer-espaces .footer-espace .footer-espace-content-item ul li{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

/* sur et sous les services du footer */

.footer-top{
	border-bottom: 1px solid #ffffff;
	width: 100%;
	padding: 10px;
	/*background: #009CE6;*/
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #0380ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#0380ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#0380ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#0380ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#0380ba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#0380ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#0380ba',GradientType=0 ); /* IE6-9 */
}

.footer-bottom{
	border-top: 1px solid #ffffff;
	width: 100%;
	padding: 0;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.footer-bottom .widget-title{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    font-style: normal;
}

.footer-bottom li{
	margin: 0;
	padding: 0;
}

.footer-bottom a{
	font-size: 11px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
/*
@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}
*/
/*
@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}
*/
/*
@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}
*/
/* Collapse oversized image and pulled images after iPad breakpoint. */
/*
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}
*/
/*
@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}
*/
/* Mobile devices */
/*
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}
*/

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/**
 * 10.0 - Home Page
 * ----------------------------------------------------------------------------
 */

.home-page .top-box{
	width: 100%;
	height: 247px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-webkit-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-o-box-shadow: 0px 3px 3px 0px #aaaaaa;
	box-shadow: 0px 3px 3px 0px #aaaaaa;
}

.home-page .top-box .slide-images{
	width: 694px;
	height: 246px;
    overflow: hidden;
	height: 100%;
	background-color: #ffffff;
	float: left;
	position: relative;
	border-right: 1px solid #dddddd;
}

.home-page .top-box .slide-text{
	width: 304px;
	height: 100%;
	float: left;
}

.home-page .top-box .slide-text .news{
	width: 385px;
	height: 161px;
	padding: 5px;
	color: #333;
	overflow: hidden;
	position: relative;
}

.home-page .top-box .slide-text .newsletter{
	width: 382px;
	height: 85px;
	padding: 5px;
	-moz-box-shadow: 0px -2px 2px 0px #cccccc;
	-webkit-box-shadow: 0px -2px 2px 0px #cccccc;
	-o-box-shadow: 0px -2px 2px 0px #cccccc;
	box-shadow: 0px -2px 2px 0px #cccccc;
}

.home-page .bottom-box{
	margin-top: 20px;
	width: 100%;
}

.home-page .bottom-box .tab-bar{
	width: 100%;
}

.home-page .bottom-box .tab-bar ul{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.home-page .bottom-box .tab-bar ul li{
	width: 50%;
	height: 27px;
	float: left;
    list-style-type: none;
    margin: 0;
    position: relative;
    cursor: pointer;
    /*background-image: url("images/banca/bgOnglet.png");*/
    background-repeat: repeat-x;
    display: block;
    height: 60px;
    line-height: 34px;
    /*text-align: center;*/
    text-decoration: none;
    
    background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
	
}

.home-page .bottom-box .tab-bar ul li#tab-particuliers{	
    border-right: 1px solid #fff;
}

.home-page .bottom-box .tab-bar ul li#tab-entreprises{
	
}

.home-page .bottom-box .tab-bar ul li#tab-particuliers.active{
    background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.home-page .bottom-box .tab-bar ul li#tab-entreprises.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.home-page .bottom-box .tab-bar ul li img.space-icon{
	position: absolute;
	left: 170px;
	top: 8px;
}

.home-page .bottom-box .tab-bar ul li span{
	margin-left: 240px;
}

.home-page .bottom-box .tab-bar ul li img.arrow-goto{
	position: absolute;
	right: 12px;
	top: 18px;
	display: none;
}

.home-page .bottom-box .tab-bar ul li span{
	text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    padding: 0 16px 0 12px;
}

.home-page .bottom-box .tab-bar ul li#tab-particuliers span{
    color: #fff;
}

.home-page .bottom-box .tab-bar ul li#tab-entreprises span{
    color: #fff;
}

.home-page .bottom-box .tab-bar .tab-contents{
	width: 100%;
	/*height: 470px;*/
	position: relative;
	/*background-color: #E7F9FD;*/
	padding-bottom: 5px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content{
	height: 100%;
}

.home-page .bottom-box .tab-bar .tab-contents #tab-particuliers-content{
}

.home-page .bottom-box .tab-bar .tab-contents #tab-entreprises-content{
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box{
	float: left;
	background: #fff;
    margin-top: 15px;
    width: 261px;
	margin-right: 11px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box.taux{
	margin-right: 0;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box h2{
	color: #FFFFFF;
    font-size: 15px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box .content-box-content{
    min-height: 470px;
    height: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0px 2px 1px 0px #cccccc;
	-webkit-box-shadow: 0px 2px 1px 0px #cccccc;
	-o-box-shadow: 0px 2px 1px 0px #cccccc;
	box-shadow: 0px 2px 1px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=180, Strength=1);
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box.immobilier .content-box-content{
	 min-height: 406px;
	 height: 100%;
	 margin-bottom: 5px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box.taux .content-box-content{
	 background: #f7f7f7;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box .content-box-footer{
	width: 100%;
	height: 8px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box.immobilier .content-box-content .form-immo{
	/*
	background-image: url("images/banca/bgformImmo.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    */
    margin: 0;
    padding-top: 20px;
    width: 100%;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content h2 a{
	color: #fff;
	text-decoration: none;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content h2 a:hover{}

.home-page .bottom-box .tab-bar .tab-contents #tab-particuliers-content h2{
    height: 34px;
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.home-page .bottom-box .tab-bar .tab-contents #tab-entreprises-content h2{
    height: 34px;
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}

.home-page .bottom-box .tab-bar .tab-contents #tab-particuliers-content .taux h2,
.home-page .bottom-box .tab-bar .tab-contents #tab-entreprises-content .taux h2{
    height: 34px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(99%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.home-page .bottom-box .tab-bar .tab-contents #tab-particuliers-content .taux h2 a{
	color: #03689b;
}

.home-page .bottom-box .tab-bar .tab-contents #tab-entreprises-content .taux h2 a{
    color: #d15429;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content{
	padding: 5px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box.immobilier .content-box-content{
	padding: 0;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content article{
	margin-bottom: 15px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content article .entry-content{
	padding: 0;
	margin: 0;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content article .entry-content img{
	margin-bottom: 4px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content article .entry-content h4{
	margin: 0px;
}

.home-page .bottom-box .tab-bar .tab-contents .tab-content .content-box-content article .entry-content h4 a{
	color: #0099CC;
    display: block;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

/**
 * 11.0 - Page
 * ----------------------------------------------------------------------------
 */
.left-column{
	float: left;
	width: 225px;
}

.left-column aside{
	min-height: 35px;
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #E5E4E4;
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
}

.left-column aside.clean{
	min-height: 35px;
	width: 100%;
	background: none;
	padding: 0;
	margin: 15px 0 0 0;
	border-top: none;
	-moz-box-shadow: 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	-o-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff;
}

.left-column aside header{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	padding: 5px;
	background: #ccc;
	color: #fff;
    height: 34px;
    background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.left-column aside .aside-content{
	padding: 5px;
}

.left-column .sub-page-menu{
	padding-left: 10px;	
}

.left-column ul{
	padding: 0 10px;
}

.left-column ul li{
	color: #e26e46;
	margin-bottom: 5px;
}

.left-column ul li a{
	color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 700;
	/*color: #636456;*/
	border-bottom: 1px dashed #999999;
	padding-bottom: 3px;
}

.left-column ul li:last-child a{
	/*border-bottom: none;*/
}

.left-column ul li.active a{
	color: #e26e46;
}

.left-column ul li.noactive a{
	color: #000000;
}

.left-column ul li.noactive a:hover{
	color: #e26e46;
	text-decoration: underline;
}

.right-column{
	float: right;
	min-height: 150px;
	width: 225px;
	background: #CCC;
}

.content-area-right{
	float: left;
	width: 850px;
	min-height: 400px;
}

.content-area-left{
	float: left;
	width: 850px;
	min-height: 400px;
}

.content-area-full{
	float: left;
	width: 100%;
	min-height: 200px;
}

.entry-content #download{
	margin: 150px 0 150px 380px;
}

/* les vidéos */
.video-box{
	padding: 10px 10px;
	margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.video-box .no-video{
	font-size: 17px;
	color: #444;
	text-align: center;
	font-weight: bold;
}

/**
 * 12.0 - Formulaires
 * ----------------------------------------------------------------------------
 */

.form-box{ /* pages standards */
	margin: 20px auto 0 auto;
    max-width: 800px;
    width: 100%;
}

.form-box.full-page{
	margin: 20px 0 0 0;
	max-width: none;
    width: 100%;
}

.home .form-box.full-page{
	margin: 0;
}

.form-box.recrutement-content,
.form-box.revue-presse-content{
    max-width: 833px;
    width: 100%;
    margin: 20px 0 10px 20px;
}

.banca-email-form{
	background-color: #e7f9fd;
	/*background-color: #ffffff;*/
	padding: 0;
    -moz-box-shadow: 0px 1px 3px 0px #999999;
	-webkit-box-shadow: 0px 1px 3px 0px #999999;
	-o-box-shadow: 0px 1px 3px 0px #999999;
	box-shadow: 0px 1px 3px 0px #999999;
}

.banca-email-form .required-fields{
	font-style: italic;
	font-size: 9px;
}

.banca-email-form .form-wrapper header{
	clear: both;
    border: none;
    clear: none;
    min-height: 0px;
    overflow: visible;
}

.banca-email-form header table.etape-breadcrumb{
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.banca-email-form header table.etape-breadcrumb tr.etapes-label{
	padding: 0;
	margin: 0;
	background-color: #e7f9fd;
	/*background-color: #ffffff;*/
}

.banca-email-form header table.etape-breadcrumb tr.etapes-label td{
	text-align: center;
	max-width: 150px;
	padding: 10px 20px 10px 10px;
	height: 100%;
    cursor: pointer;
	color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.banca-email-form header table.etape-breadcrumb tr.etapes-label td:hover{
	text-decoration: underline;
}

.banca-email-form .form-wrapper header table.etape-breadcrumb tr.etapes-label td.active{
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a7a7a 0%, #bcbcbc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(99%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a7a7a 0%,#bcbcbc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .form-wrapper[data-espace='particuliers'] header table.etape-breadcrumb tr.etapes-label td.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .form-wrapper[data-espace='entreprises'] header table.etape-breadcrumb tr.etapes-label td.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.banca-email-form header table.etape-breadcrumb tr.etapes-label td.etape-inter-item{
	padding: 1px;
	margin-right: 0px;
}

/* erreurs */
.banca-email-form .validator-errors{
	text-align: center;
	color: #FF0000;
	padding: 5px;
    font-size: 10px;
    font-weight: 700;	
}

/* erreurs dans le breadcrumb */
.banca-email-form header table.etape-breadcrumb tr.etapes-error td.active{
	background-color: #FF0000;
}

/* footer */
.banca-email-form footer{
	padding: 10px;
}

.banca-email-form footer .etape-button,
.banca-email-form footer input[type='submit']{
	padding: 5px;
	min-height: 42px;
    font-weight: 700;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	-o-box-shadow: 0px 0px 3px 0px #cccccc;
	box-shadow: 0px 0px 3px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=NaN, Strength=3);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    width: 150px;
    overflow: hidden;
    position: relative;
}

.banca-email-form footer input[type='submit']{
	padding: 10px 20px;
    width: auto;
}

.banca-email-form footer .etape-button:hover,
.banca-email-form footer .etape-button:focus{
	-moz-box-shadow: 0px 0px 3px 0px #999999;
	-webkit-box-shadow: 0px 0px 3px 0px #999999;
	-o-box-shadow: 0px 0px 3px 0px #999999;
	box-shadow: 0px 0px 3px 0px #999999;
	outline: none;
}

.banca-email-form footer .etape-button:active{
	-moz-box-shadow: 0px 0px 3px 0px #555555;
	-webkit-box-shadow: 0px 0px 3px 0px #555555;
	-o-box-shadow: 0px 0px 3px 0px #555555;
	box-shadow: 0px 0px 3px 0px #555555;
}

.banca-email-form footer .etape-button-next,
.banca-email-form footer input[type='submit']{
	float: right;
}

.banca-email-form .form-wrapper[data-espace='particuliers'] footer .etape-button,
.banca-email-form .form-wrapper[data-espace='particuliers'] footer input[type='submit']{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .form-wrapper[data-espace='entreprises'] footer .etape-button,
.banca-email-form .form-wrapper[data-espace='entreprises'] footer input[type='submit']{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}

.banca-email-form footer .etape-button span.label{
}

.banca-email-form footer .etape-button-next span.label{
	padding: 10px;
	line-height: 28px;
}

.banca-email-form footer .etape-button-prev span.label{
	padding: 10px 10px 10px 50px;
	line-height: 28px;
}

.banca-email-form footer .etape-button img{
	position: absolute;
	top: 5px;
}

.banca-email-form footer .etape-button-next img{
	-webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;
	right: 13px;
}

.banca-email-form footer .etape-button-prev img{
	-webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;
	left: 13px;
}

.banca-email-form footer .etape-button-next:hover img{
    right: 10px;
}

.banca-email-form footer .etape-button-prev:hover img{
    left: 10px;
}

.banca-email-form .etape-wrapper{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.banca-email-form .etape{
	background-color: #e7f9fd;
	/*background-color: #ffffff;*/
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banca-email-form .etape header{
	margin: 5px;
	padding: 5px;
	clear: both;
    border: none;
    clear: none;
    min-height: 0px;
    overflow: visible;
}

.banca-email-form .etape header .etape-title{
	text-align: center;
}

.banca-email-form .form-wrapper[data-espace='particuliers'] .etape header .etape-title{
	color: #009be3;
}

.banca-email-form .form-wrapper[data-espace='entreprises'] .etape header .etape-title{
	color: #f9906b;
}

.banca-email-form .etape .etape-container{
	margin: 5px;
	padding: 5px;
	clear: both;
}

.banca-email-form .etape footer{
	margin: 5px;
	padding: 5px;
	clear: both;
}

.banca-email-form .etape .etape-container .radio-button{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
	width: 100%;
	height: 52px;
	cursor: pointer;
	padding: 10px;
	margin: 5px;
	border: 1px solid #aaaaaa;
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	-o-box-shadow: 0px 0px 3px 0px #cccccc;
	box-shadow: 0px 0px 3px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=NaN, Strength=3);
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    display: block;
    font-weight: 700;
    line-height: 20px;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .radio-button:hover{
	-moz-box-shadow: 0px 0px 3px 0px #333333;
	-webkit-box-shadow: 0px 0px 3px 0px #333333;
	-o-box-shadow: 0px 0px 3px 0px #333333;
	box-shadow: 0px 0px 3px 0px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=3);
}

.banca-email-form .etape .etape-container .radio-button img{
	margin-right: 10px;
}

.banca-email-form .etape .etape-container .radio-button.active{
	background: #7a7a7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a7a7a 0%, #bcbcbc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(99%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a7a7a 0%,#bcbcbc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .radio-button.etape-2-demande{
	width: 380px;
	float: left;
}

.banca-email-form .form-wrapper[data-espace='particuliers'] .etape-container .radio-button:hover{
	-moz-box-shadow: 0px 0px 3px 0px #03689b;
	-webkit-box-shadow: 0px 0px 3px 0px #03689b;
	-o-box-shadow: 0px 0px 3px 0px #03689b;
	box-shadow: 0px 0px 3px 0px #03689b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#03689b, Direction=NaN, Strength=3);
}

.banca-email-form .form-wrapper[data-espace='particuliers'] .etape-container .radio-button.etape-2-demande.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .form-wrapper[data-espace='entreprises'] .etape-container .radio-button:hover{
	-moz-box-shadow: 0px 0px 3px 0px #d15429;
	-webkit-box-shadow: 0px 0px 3px 0px #d15429;
	-o-box-shadow: 0px 0px 3px 0px #d15429;
	box-shadow: 0px 0px 3px 0px #d15429;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#d15429, Direction=NaN, Strength=3);
}

.banca-email-form .form-wrapper[data-espace='entreprises'] .etape-container .radio-button.etape-2-demande.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .radio-button.etape-1-espace{
	margin: 10px 0;
	text-align: center;
}

.banca-email-form .etape .etape-container .radio-button.etape-1-espace.particuliers.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .radio-button.etape-1-espace.entreprises.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .etape-3-bancaservice-container{
	padding-left: 30px;
	width: 100%;
}

.banca-email-form .etape .etape-container .etape-3-bancaservice-container[data-parent='0']{
	width: 500px;
	margin: 0 auto 10px auto;
}

.banca-email-form .etape .etape-container .radio-button.etape-3-bancaservice{
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}

.banca-email-form .form-wrapper[data-espace='particuliers'] .etape-container .radio-button.etape-3-bancaservice.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .form-wrapper[data-espace='entreprises'] .etape-container .radio-button.etape-3-bancaservice.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.banca-email-form .etape .etape-container .radio-button label{
	cursor: pointer;
}

/* les champs */
.banca-email-form .fields-container{
	width: 650px;
	margin: 0 auto;
	color: #7a7a7a;
}

.banca-email-form .resume .column-1{
	font-weight: 700;
}

.banca-email-form .column-1{
	min-width: 100px;
	text-align: right;
	padding: 5px 5px 5px 10px;
	float: left;
	width: 250px;
}

.banca-email-form .column-2{
	padding: 5px 5px 5px 10px;
	float: left;
	width: 400px;
}

.banca-email-form .column-2 input[type='text']{
	width: 300px;
}

.banca-email-form .column-2 textarea{
	width: 300px;
	height: 200px;
}

.banca-email-form .column-error{
	color: #FF0000;
	margin-left: 260px;
}

/* en pleine page */
.full-page .banca-email-form .etape .etape-container .radio-button.etape-2-demande{
	width: 342px;
	float: left;
}

/* en page franchise */
.franchise .banca-email-form .etape .etape-container .radio-button.etape-2-demande{
	width: 359px;
	float: left;
}

/* en colonne de gauche */
.left-column aside .banca-email-form{
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.left-column aside .banca-email-form header{
	background: none;
    padding: 0;
	height: auto;
}

.left-column aside .banca-email-form header table.etape-breadcrumb tr td{
	padding: 5px;
	text-align: left;
}

.left-column aside .banca-email-form header table.etape-breadcrumb tr td img{
	width: 10px;
	height: 10px;
}

.left-column aside .banca-email-form .etape .etape-container{
	
}

.left-column aside .banca-email-form .etape .etape-container .radio-button{
	padding: 5px;
	margin: 0 auto 5px auto;
	font-size: 12px;
}

.left-column aside .banca-email-form .etape .etape-container .radio-button.etape-2-demande{
	width: 100%;
	float: none;
	font-size: 11px;
}

.left-column aside .banca-email-form .etape .etape-container .radio-button.etape-2-demande img{
	max-width: 15px;
	max-height: 15px; 
}

.left-column aside .banca-email-form .etape .etape-container .etape-3-form-parts{
	margin-bottom: 40px; /* on prend cette précaution à cause des champs qui peuvent apparaitre après que le calcul de la hauteur du container est été calculée */
}

aside .banca-email-form .etape .etape-container .radio-button.etape-3-bancaservice{
	width: 100%;
	float: none;
}

.left-column aside .banca-email-form .fields-container{
	width: 100%;
	margin: 0 auto;
	color: #7a7a7a;
}

.left-column aside .banca-email-form .column-1{
	text-align: left;
	padding: 5px 0 2px 0;
	float: none;
	width: 100%;
}

.left-column aside .banca-email-form .column-2{
	padding: 2px 0 5px 0;
	float: none;
	width: 100%;
}

.left-column aside .banca-email-form .column-2 input[type='text']{
	width: 100%;
}

.left-column aside .banca-email-form .column-2 textarea{
	width: 100%;
	height: 200px;
}

.left-column aside .banca-email-form .column-error{
	color: #d15529;
	margin-left: 0;
}

.left-column aside .banca-email-form footer .etape-button{
	width: 65px;
}

.left-column aside .banca-email-form footer .etape-button span.label{
	display: none;
}

/* OLD */

.banca-email-form h3{
	border: medium none;
    color: #0099CC;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0;
}

.banca-email-form .left{
	float: left;
	width: 50%;
	border-right: 1px solid #CCC;
	padding: 15px;
}

.banca-email-form .right{
	float: left;
	width: 50%;
	padding: 15px;
}

.banca-email-form table{
	border: none;
}

.banca-email-form table tr{
	border: none;
}

.banca-email-form table td{
	border: none;
	padding: 3px;
}

.banca-email-form table td.column-1{
	min-width: 100px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.banca-email-form table td.column-2{
	
}

.banca-email-form table td.column-2 input[type='text']{
	width: 180px;
}

.banca-email-form table td.column-2 textarea{
	width: 210px;
	height: 130px
}

.banca-email-form table td.column-3{
	color: #d15529;
}

.form_success{
	padding: 30px;
	width: 380px;
	text-align: center;
	margin: 0 auto;
	color: #009ce6;
	font-weight: 700;
}

.form_error{
	padding: 30px;
	width: 380px;
	text-align: center;
	margin: 0 auto;
	color: #d15529;
	font-weight: 700;
}

.form_success i,
.form_error i{
	font-size: 1.5em;
	margin-right: 6px;
}

.form_error em{
	font-size: 10px;
}

.banca-email-form #message.large{
	width: 300px;
	height: 244px
}

/* affiche avec la colonne de droite plus large */
.banca-email-form.right-large .left{
	float: left;
	width: 40%;
	border-right: 1px solid #CCC;
	padding: 15px;
}
.banca-email-form.right-large .right{
	width: 60%;
}
.banca-email-form.right-large .left td.column-2 input[type='text']{
	width: 160px;
}
.banca-email-form.right-large .left table td.column-2 textarea{
	width: 160px;
}
.banca-email-form.right-large .right td.column-2 input[type='text']{
	width: 200px;
}
.banca-email-form.right-large .left table td.column-2 textarea{
	width: 220px;
	height: 130px
}

/* affichage en colonne de gauche dans le site */
.aside-content .banca-email-form table td.column-1{
	text-align: left;
	color: #009ce6;
	font-weight: bold;
}
.aside-content .banca-email-form table td.column-2 input[type='text']{
	width: 185px;
}
 .aside-content .banca-email-form table td.column-2 input[type='file']{
 	width: 185px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
 }
.aside-content .banca-email-form table td.column-2 textarea{
	width: 185px;
	height: 130px
}

.aside-content .banca-email-form table, .aside-content .banca-email-form table tr, .aside-content .banca-email-form table td{
	margin: 0;
	padding: 0;
}

.aside-content .form_success{
	width: 180px;
}

.aside-content .form_error{
	width: 180px;
}

/* boutons de formulaires */

.display-form-box-wrapper{
	margin: 20px auto 0 auto;
}

.display-form-box-button{
	position: relative;
	min-width: 200px;
	height: 65px;
	margin: 15px;
	float: left;
	cursor: pointer;
    text-decoration: none;	
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=NaN, Strength=3);
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 15px;
    display: block;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.display-form-box-button.double-line{
	line-height: 20px;
	padding-top: 10px;
}

.display-form-box-button .icon-active{
	display: none;
	position: absolute;
	bottom: -8px;
	right: 1px;
	font-size: 2.5em;
	line-height: 0.9em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    writing-mode: lr-tb;
}

.display-form-box-button:hover{
	-moz-box-shadow: 0px 2px 2px 0px #333333;
	-webkit-box-shadow: 0px 2px 2px 0px #333333;
	-o-box-shadow: 0px 2px 2px 0px #333333;
	box-shadow: 0px 2px 2px 0px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=3);
}

.display-form-box-button.active{
    background: #7a7a7a; /* Old browsers */
	background: -moz-linear-gradient(top,  #7a7a7a 0%, #bcbcbc 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(99%,#bcbcbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7a7a7a 0%,#bcbcbc 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #7a7a7a 0%,#bcbcbc 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
}

.display-form-box-button.active .icon-active{
   display: block;
}

.home .content-buttons{
    margin: 15px auto;
    width: 100%;
}

.home .content-buttons .display-form-box-button{
    padding: 10px 6px 10px 7px;
    margin: 0 2px 0 2px;
    min-width: 150px;
}

aside .display-form-box-button{
    margin: 0px 0px 15px 0px;
	width: 100%;
	height: auto;
	padding: 10px;
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

aside .display-form-box-button.active{
    background: #03689b; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.particuliers .display-form-box-button,
.particuliers.display-form-box-button{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.particuliers .display-form-box-button.active,
.particuliers.display-form-box-button.active{
    background: #03689b; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.entreprises .display-form-box-button,
.entreprises.display-form-box-button{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}

.entreprises .display-form-box-button.active,
.entreprises.display-form-box-button.active{
	background: #d15429; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.display-form-box-button a,
.display-form-box-button a:hover,
.display-form-box-button a:active,
.display-form-box-button a:visited{
    text-decoration: none;
    color: #ffffff;
}

.display-form-box-button img{
	border: 0 none;
	vertical-align: middle;
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
}

.home .display-form-box-button img{
	max-width: 35px;
	max-height: 35px;
	margin-right: 2px;
}

.display-form-box-button span{
	
}

aside .display-form-box-button img{
	float: left;
    margin: 2px 5px 0 10px;
}

aside .display-form-box-button span{
	float: left;
    margin-left: 20px;
    width: 110px;
}

aside .display-form-box-button.affiliation span,
aside .display-form-box-button.devenir-client span,
aside .display-form-box-button.formation span,
aside .display-form-box-button.presse span,
aside .display-form-box-button.devenir-client-link span{
	line-height: 40px;
}

/**
 * 13.0 - Page services
 * ----------------------------------------------------------------------------
 */
.content-services .tab-bar-service{
	width: 100%;
	margin: 15px 0;
	display: block;
	position: relative;
	clear: both;
}


.content-services .box-top{
	width: 100%;
	height: 247px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-webkit-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-o-box-shadow: 0px 3px 3px 0px #aaaaaa;
	box-shadow: 0px 3px 3px 0px #aaaaaa;
	margin: 0 0 20px 0;
}

.content-services .box-top .slide-images{
	width: 694px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	position: relative;
	border-right: 1px solid #dddddd;
}

.content-services .box-top .box-top-right{
	width: 382px;
	height: 100%;
	float: left;
}

.content-services .box-top .box-top-right .espaces{
	position: relative;
	width: 100%;
}

.content-services .box-top .box-top-right .link-espace{
	width: 191px;
	height: 165px;
	padding: 0;
	color: #333;
	overflow: hidden;
	position: relative;
	float: left;
	text-align: center;
	background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}
.content-services .box-top .box-top-right .link-espace.link-particuliers{
	border-right: 1px solid #ffffff;
}
.content-services .box-top .box-top-right .link-espace.link-particuliers.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}
.content-services .box-top .box-top-right .link-espace.link-entreprises.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.content-services .box-top .box-top-right .link-espace img{
	width: auto;
	max-height: 100px;
	margin: 35px auto 0 auto;
}

.content-services .box-top .box-top-right .link-espace h1{
	clear: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	font-weight: 0;
	border: none;
}

.content-services .box-top .box-top-right .newsletter{
	width: 382px;
	height: 75px;
	padding: 1px 5px;
	-moz-box-shadow: 0px -2px 2px 0px #cccccc;
	-webkit-box-shadow: 0px -2px 2px 0px #cccccc;
	-o-box-shadow: 0px -2px 2px 0px #cccccc;
	box-shadow: 0px -2px 2px 0px #cccccc;
}

.content-services .tab-bar-service ul.tabs-service{
	-moz-box-shadow: 0px 2px 2px 0px #cccccc;
	-webkit-box-shadow: 0px 2px 2px 0px #cccccc;
	-o-box-shadow: 0px 2px 2px 0px #cccccc;
	box-shadow: 0px 2px 2px 0px #cccccc;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.content-services .tab-bar-service ul.tabs-service li{
	width: 33.33%;
	float: left;
    list-style-type: none;
    margin: 0;
    position: relative;
    border-right: 1px solid #fff;
    display: block;
    height: 34px;
    text-align: center;
    text-decoration: none;
    background: #bcbcbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcbcbc 0%, #7a7a7a 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(99%,#7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcbcbc 0%,#7a7a7a 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcbcbc 0%,#7a7a7a 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#7a7a7a',GradientType=0 ); /* IE6-9 */
}

.content-services .tab-bar-service ul.tabs-service li:last-child{
	border: none;
}

.content-services-particuliers .tab-bar-service ul.tabs-service li.active{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #03689b 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03689b), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03689b 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03689b 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03689b 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03689b', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
}

.content-services-entreprises .tab-bar-service ul.tabs-service li.active{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #d15429 0%, #f9906b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d15429), color-stop(100%,#f9906b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d15429 0%,#f9906b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d15429 0%,#f9906b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d15429', endColorstr='#f9906b',GradientType=0 ); /* IE6-9 */
}

.content-services .tab-bar-service ul.tabs-service li h1{
	text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-size: 15px;
    line-height: 33px;
    padding: 0 16px 0 12px;
    color: #fff;
    margin: 0;
    border: none;
}

.content-services .tab-bar-service ul.tabs-service li a, 
.content-services .tab-bar-service ul.tabs-service li a:hover, 
.content-services .tab-bar-service ul.tabs-service li a:visited, 
.content-services .tab-bar-service ul.tabs-service li a:active{
    color: #fff;
    text-decoration: none;
}

.content-services .tab-bar-service .tab-service-contents{
	width: 100%;
	position: relative;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content{
	width: 100%;
	margin-top: 10px;
	/*position: absolute;
	top: 0;
	left: 0;
	height: 100%;*/
}

/* résumé */

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short{
	position: relative;
	margin: 5px 5px 10px 5px;
	float: left;
	width: 205px;
	padding: 7px;
	height: 175px;
	color: #636456;
	background-color: #e7f9fd;
	/*background: #ffffff;*/
	border-top: 1px solid #eeeeee;
	-moz-box-shadow: 0px 2px 2px 0px #bbbbbb;
	-webkit-box-shadow: 0px 2px 2px 0px #bbbbbb;
	-o-box-shadow: 0px 2px 2px 0px #bbbbbb;
	box-shadow: 0px 2px 2px 0px #bbbbbb;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short h3{
	font-weight: 700;
    font-size: 13px;
    float: left;
    width: 130px;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short a,
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short a:visited,
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short a:active{
	color: #636456;
	text-decoration: none;
	outline: none;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short a:hover{
	color: #444444;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short .entry-thumbnail{
	float: right;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short .entry-thumbnail img{
	max-width: 60px;
}

.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short .entry-excerpt{
	font-size: 12px;
}

/* complet */
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-full{
	max-width: 1055px;
	padding: 0;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-full .entry-header{
	max-width: 1055px;
	margin-bottom: 20px;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-full .entry-header .entry-thumbnail{
	float: left;
	width: 100px;
	max-height: 100px;
	min-height: 10px;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-full .entry-header .entry-title{
	float: left;
	max-width: 600px;
	clear: none;
	margin: 20px 0;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-full .entry-content{
	margin: 0 0 0 100px;
	max-width: 955px;
}

/* bancaservice-children */
.content-services .tab-bar-service .tab-service-contents .tab-service-content .bancaservice-children{
	margin: 0 0 0 100px;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short.bancaservice-child{
	min-height: 130px;
	height: 100%;
	width: 230px;
	margin: 5px 10px 10px 0px;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short.bancaservice-child h4{
	font-weight: 700;
    font-size: 12px;
    float: left;
    width: 160px;
    margin: 5px 0;
    padding: 0;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short.bancaservice-child h4 a{
    color: #FC7B03;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short.bancaservice-child p{
    margin: 0;
}
.content-services .tab-bar-service .tab-service-contents .tab-service-content article.bancaservice-short.bancaservice-child .entry-thumbnail img{
	max-width: 30px;
	max-height: 30px;
}

/* immobilier */

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box{
	float: left;
	width: 50%;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box h2{
	padding: 0 10px 0 10px;
	margin: 0;
	height: 35px;
	line-height: 35px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.content-services-particuliers .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box h2{
    background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.content-services-entreprises .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box h2{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box .form-immo{
	border: 1px solid #777777;
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-left .form-immo{
	margin-right: 15px;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-left .form-immo{
	margin-bottom: 4px;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box{
	width: 465px;
	height: 330px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	position: relative;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box #favorite-iframe{
	position: absolute;
	top: 0;
	left: 0px;
	max-width: none;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box .iframe-controlers{
	font-size: 12px;
	color: #636456;
}

.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box .iframe-controlers .iframe-controler{
	position: absolute;
	bottom: 60px;
	cursor: pointer;
}
.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box .iframe-controlers .iframe-controler-prev{
	left: 10px;
}
.content-services .tab-bar-service .tab-service-contents #tab-service-immobilier-content .tab-service-content-box-right .form-immo .iframe-box .iframe-controlers .iframe-controler-next{
	right: 10px;
}

/**
 * 14.0 - Fil d'Ariane
 * ----------------------------------------------------------------------------
 */

#breadcrumbs{
	width: 100%;
	background-color: #fff;
	min-height: 30px;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
}

#breadcrumbs ul{
    list-style:none;
    margin:0;
    padding: 3px 10px 0px 10px;
	width: 100%;
}

.home #breadcrumbs{
	display: none;
}
 
#breadcrumbs ul li{
    float:left;
    margin: 0 3px 0 3px;
    color: #028ACA;
    font-weight: 500;
}

#breadcrumbs ul li a, #breadcrumbs ul li.separator, #breadcrumbs .current{
    color: #028ACA;
}

#breadcrumbs .current{
	margin: 0 3px 0 3px;
}
 
#breadcrumbs .separator{
    color:#999;
}

/**
 * 15.0 - shortcodes
 * ----------------------------------------------------------------------------
 */
.exergue{
	padding: 15px;
	background-color: #E7F9FD;
	margin-bottom: 20px;
}

/**
 * 16.0 - page actualités
 * ----------------------------------------------------------------------------
 */
.page-actualites{
	padding-top: 15px;
}
.page-actualites h1{
	margin:  0 15px;
}

/**
 * 16.1 - page recrutement
 * ----------------------------------------------------------------------------
 */
.page-recrutements{
	padding-top: 15px;
}
.page-recrutements h1{
	margin:  0 15px;
}

/**
 * 16.2 - page revue de presse
 * ----------------------------------------------------------------------------
 */
.page-revue-de-presse {
    padding-top: 15px;
}

/**
 * 17.0 - page devenir bancassureur
 * ----------------------------------------------------------------------------
 */

aside .show-video{
	width: 223px;
    display: block;
    cursor: pointer;
}

/**
 * 18.0 - page sitemap
 * ----------------------------------------------------------------------------
 */
 
.page-sitemap .entry-content{
	max-width: 1080px;
	width: 1080px;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
} 

.page-sitemap h1{
	text-align: center;
}

.page-sitemap h2{
	font-size: 18px;
}

.page-sitemap .sitemap-box{
	width: 339px;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid #dddddd;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	float: left;
}

/**
 * 19.0 - actualités sur la page home
 * ----------------------------------------------------------------------------
 */

.actualite-home{
	padding: 10px;
	margin: 0;
	width: 100%;
    font-size: 11px;
    line-height: 17px;
    height: 220px;
}

.actualite-home .entry-header, .actualite-home .entry-content, .actualite-home .entry-summary, .actualite-home .entry-meta {
    padding: 0;
}

.actualite-home header{
    clear: both;
    color: #0099CC;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    min-height: 20px;
    overflow: hidden;
    position: relative;
}

.actualite-home header a, .actualite-home header a:hover{
    text-decoration: none;
    color: #0099CC;
}

.actualite-home header .entry-date{
	padding: 0 10px 0 0;
	font-size: 10px;
}

.actualite-home header .entry-date a, .actualite-home header .entry-date a:hover{
    text-decoration: none;
    color: #FE622C;
}

.actualite-home header .entry-title{
	border-bottom: 1px solid #0099CC;
	width: 100%;
}

.actualite-home header .entry-title h2{
	padding: 0 0 5px 0;
	margin: 0;
    font-size: 12px;
    font-weight: bold;
}

.actualite-home .entry-excerpt p{
	margin: 10px 0 10px 0;
    color: #555;
}

.actualite-home .entry-excerpt a:hover{
	text-decoration: none;
}

/* slider des actualités de la home */
.content-actualite-home{
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * 20.0 - formulaire MailChimp
 * ----------------------------------------------------------------------------
 */
 
.newsletter .mc4wp-form{
    margin: 3px 0 0 0;
}
.newsletter .mc4wp-form .mc4wp_email_input_box{
    margin: 0 0 5px 0;
}
.newsletter .mc4wp-form #title_mc4wp_email{
	width: 100%;
	color: #0099CC;
	font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.newsletter .mc4wp-form #mc4wp_email{
	width: 167px;
	float: left;
	height: 28px;
}
.newsletter .mc4wp-form #mc4wp_submit{
	margin-left: 5px;
	min-width: 43px;
}

.newsletter .mc4wp-alert{
	z-index: 10;
}

/* à droite du slider (pages home / contact / bancaservices) */
.box-top-right .newsletter .mc4wp-form #title_mc4wp_email{
	font-size: 14px;
}
.box-top-right .newsletter .mc4wp-form #mc4wp_email{
	width: 200px;
	margin-left: 62px;
}


/**
 * 21.0 - page formation
 * ----------------------------------------------------------------------------
 */

aside .goto-infob{
	width: 223px;
    display: block;
    cursor: pointer;
}


/**
 * 22.0 - google maps
 * ----------------------------------------------------------------------------
 */
 
#map-canvas {
	height: 710px;
	width: 758px;
}
#map-canvas img{
    max-width: none;
}
#map-canvas-franchise{
	height: 200px;
	width: 350px;
}
#map-canvas-franchise img{
    max-width: none;
}


/**
 * 23.0 - fancybox
 * ----------------------------------------------------------------------------
 */
#fancybox-content{
	border-width: 0 !important;
	/*padding: 15px;*/
}
.popup-franchise-box{
	padding: 30px;
	min-height: 330px;
	min-width: 600px;
}
.popup-franchise-box h1{
	margin: 0 0 33px 0;
}
.popup-franchise-box h1 a, 
.popup-franchise-box h1 a:hover, 
.popup-franchise-box h1 a:visited, 
.popup-franchise-box h1 a:active{
	color: #4C4C4C;
	text-decoration: none;
}
.popup-franchise-box table .label{
	text-align: right;
	color: #2485BE;
	font-weight: bold;
	width: 35%;
	padding-right: 10px;
}
.popup-franchise-box table .value{
}
.popup-franchise-box .left{
	float: left;
	width: 60%;
}
.popup-franchise-box .right{
	width: 40%;
	float: left;
}
.search-image{
	margin: 0 0 0 50px;
}
.btn-contact{
	margin: 10px 0 0 10px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 54px;
    position: relative;
    width: 203px;
    cursor: pointer;
    padding: 5px 0 0 0;
    background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}
.btn-contact img{
	float: left;
	margin: 2px 7px 0 10px;
}
.btn-contact div{
	float: left;
	width: 120px;
	text-align: center;
}
.btn-contact:hover, .btn-contact:visited, .btn-contact:active{
    color: #FFFFFF;
    text-decoration: none;
}
.btn-contact span{
    display: block;
    padding: 5px 0 0 75px;
}


/**
 * 24.0 - page franchises & page franchise
 * ----------------------------------------------------------------------------
 */
.page-common-franchise .entry-content{
	max-width: 1080px;
	width: 1080px;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
}
.page-common-franchise .gmaps_filters{
	margin: 5px 0 15px 0;
}
.page-common-franchise .gmaps_filters select{
	margin: 0 40px 0 0;
}
.page-common-franchise .box-left{
	float: left;
	width: 300px;
}
.page-common-franchise .box-right{
	float: left;
	width: 780px;
}
.page-common-franchise h1{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
    height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    line-height: 32px;
    padding: 0 10px;
    margin: 0;
	border-bottom: 1px solid #ffffff;
}
.page-common-franchise .box-right h1{
	border-left: 1px solid #ffffff;
}
.page-common-franchise h2{
    font-size: 16px;
	color: #2485BE;
	font-weight: bold;
	margin: 25px 0 5px 0;
}
.page-common-franchise .box-content{
	padding: 10px;
	min-height: 770px;
	height: 100%;
}
.page-common-franchise .box-left .box-content{
	margin-top: 3px;
}
.page-common-franchise .box-right .box-content{
	border-left: 1px solid #aaaaaa;
}

.page-common-franchise .box-content table .label{
	text-align: right;
	color: #2485BE;
	font-weight: bold;
	width: 150px;
	padding-right: 30px;
}
.page-common-franchise .box-content table .value{
}

/* page franchises */
.page-franchises .box-left .box-content{
	margin-top: 3px;
	background-color: #E7F9FD;
}

/* page single-franchise */
.page-franchise table{
	width: 400px;
	float: left;
}
.page-franchise map-container{
	width: 220px;
	float: left;
}
.page-franchise .box-left .box-content{
	margin-top: 3px;
	background: none;
}


/**
 * 25.0 - home page switcher
 * ----------------------------------------------------------------------------
 */
 
.homeswitcher .site-header .home-link{
	margin: -24px auto 0 auto;
}
 
.home-page-switcher{
	margin-top: 50px;
	background-image: url("images/map_homeswitcher.png");
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 1080px;
	min-height: 500px;
	width: 100%;
	height: 100%;
	position: relative;
}

.home-page-switcher .content-box{
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	border-top: 1px solid #efefef;
	background-color: rgba(255, 255, 255, 0.9);
}

.home-page-switcher .content-box h1{
	margin: 10px;
	padding: 10px;
	font-size: 19px;
	color: #E5642D;
	border-bottom: 1px solid #E5642D;
}

.home-page-switcher .content-box .content-box-content{
	padding: 10px 22px;
	font-size: 12px;
	color: #006392;
}

.home-page-switcher .content-box-left{
    width: 220px;
    min-height: 350px;
    margin-top: 40px;
    margin-left: 160px;
    float: left;
}

.home-page-switcher .content-box-right{
    width: 470px;
    min-height: 350px;
    margin-top: 40px;
    margin-left: 130px;
    float: left;
}
.home-page-switcher .content-box-bottom{
    margin-top: 60px;
}

.home-page-switcher .blogs ul{
	position: relative;
	padding: 5px 0 0 55px;
}

.home-page-switcher .blogs ul li{
	list-style-image: url("images/right_arrow_bleu_006392.png");
	color: #006392;
	margin-top: 20px;
	padding: 0 0 0 5px;
}

.home-page-switcher .blogs ul li a,
.home-page-switcher .blogs ul li a:visited,
.home-page-switcher .blogs ul li a:active{
	font-size: 19px;
	color: #006392;
	cursor: pointer;
	text-decoration: none;
}

.home-page-switcher .blogs ul li a:hover{
	text-decoration: underline;
}

.site-footer.homeswitcher .footer-top{
    min-height: 35px;
}

.site-footer.homeswitcher .footer-bottom{
    background: none repeat scroll 0 0 #FFFFFF;
    min-height: 30px;
    margin-bottom: 30px;
}

.site-footer.homeswitcher .footer-bottom .site-info{
    padding: 10px 0;
    
}


/**
 * 26.0 - meta-slider
 * ----------------------------------------------------------------------------
 */
.metaslider{}

.metaslider .flex-control-nav{
	bottom: 2px;
}


/**
 * 27.0 - short-content
 * ----------------------------------------------------------------------------
 */
.short-content{
	/*
	background-color: #E7F9FD;
	margin: 0 auto 10px auto;
	max-width: 800px;
	width: 100%;
	padding: 5px;
	border: 1px solid #E5E4E4;
	*/
	background-color: #ffffff;
	margin: 0 0 10px 20px;
	max-width: 833px;
	width: 100%;
	padding: 5px 5px 10px 5px;
	border-top: 1px solid #E5E4E4;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	border-top: 1px solid #ddd;
}

.short-content header{
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    color: #0099CC;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    min-height: 50px;
    overflow: hidden;
    position: relative;
}

.short-content header a{
    color: #0099CC;
}

.short-content header a:hover{
    text-decoration: none;
    color: #0099CC;
}

.short-content header .entry-date{
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #CCCCCC;
	color: #FE622C;
}

.short-content header .entry-date .entry-date-day{
	font-size: 20px;
}

.short-content header .entry-date .entry-date-month{
	font-size: 14px;
}

.short-content header .entry-title{
	float: left;
	padding: 0 0 0 10px;
	max-width: 740px;
}

.short-content header .entry-title h2{
	padding: 0;
	margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.short-content .entry-thumbnail-float{
	float: left;
	padding: 10px 0;
}

.short-content .entry-excerpt-float{
	float: left;
	max-width: 700px;
	margin: 0 10px;
}

.short-content .entry-excerpt p{
	margin: 5px 0 5px 0;
}

.short-content .entry-content-content{
	margin: 20px 0 10px 0;
}

.short-content .read-more-button{
	float: right;
    font-size: 12px;
    padding: 0 3px;
    color: #fff;
}
.short-content .read-more-button:hover{
    color: #fff;
	box-shadow: 0 0 3px 0 #999999;
	outline: medium none;
	text-decoration: none;
}


/**
 * 27.1 - boxed-content
 * ----------------------------------------------------------------------------
 */
.boxed-content{
	background-color: #ffffff;
	margin: 15px 0 10px 20px;
	padding: 5px 15px 15px 15px;
	border-top: 1px solid #E5E4E4;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	border-top: 1px solid #ddd;
	max-width: 833px;
	width: 100%;
}
.boxed-content header{
	border-bottom: 1px solid #CCCCCC;
    clear: both;
    color: #0099CC;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 5px auto;
    min-height: 50px;
    overflow: hidden;
    position: relative;
}

.boxed-content header .entry-date{
	float: left;
	padding: 0 10px 0 0;
	border-right: 1px solid #CCCCCC;
	color: #FE622C;
}

.boxed-content header .entry-date .entry-date-day{
	font-size: 20px;
}

.boxed-content header .entry-date .entry-date-month{
	font-size: 14px;
}

.boxed-content header .entry-title{
	float: left;
	padding: 0 0 0 10px;
	max-width: 755px;
}

.boxed-content header .entry-title h1{
	padding: 0;
	margin: 0;
    font-size: 16px;
    font-weight: bold;
    border: none;
}


/**
 * 28.0 - page glossaire
 * ----------------------------------------------------------------------------
 */

.page-glossaire{
	
}
.page-glossaire .entry-content{
	max-width: 1080px;
}
.page-glossaire .entry-header{
	max-width: 1080px;
}
.page-glossaire .entry-content #onglets .onglet{
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px -1px 0;
}
.page-glossaire .entry-content #onglets .onglet .onglet-title{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    line-height: 32px;
    padding: 0 35px 0 35px;
    text-decoration: none;
    text-transform: capitalize;
}
.page-glossaire .entry-content #onglets .onglet .onglet-title:hover, .page-glossaire .entry-content #onglets .onglet.active .onglet-title{
	background: #d15429; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}
.page-glossaire .entry-content #onglets .onglet .onglet-content{
	display: none;
}

.page-glossaire .entry-content #dynamic-content{
	width: 100%;
	padding: 10px 50px;
	min-height: 200px;
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
	border-top: 1px solid #aaa;
}

.page-glossaire .entry-content .section{
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px 20px 0;	
}
.page-glossaire .entry-content .section .section-title{
    cursor: pointer;
    border-radius: 10px;
    padding: 0 15px 2px 15px;
    color: #aaa;
    text-decoration: underline;
}
.page-glossaire .entry-content .section .section-title:hover, .page-glossaire .entry-content .section.active .section-title{
    color: #777;
    text-decoration: underline;
}
.page-glossaire .entry-content .section .section-content{
	display: none;
}

.page-glossaire .entry-content h1, .page-glossaire .entry-content h2, .page-glossaire .entry-content h3, .page-glossaire .entry-content h4{
	background: #0380ba;
	background: -moz-linear-gradient(top,  #0380ba 0%, #009be3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0380ba), color-stop(100%,#009be3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0380ba 0%,#009be3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0380ba 0%,#009be3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0380ba', endColorstr='#009be3',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 3px 20px;
}


/**
 * 29.0 - page contact
 * ----------------------------------------------------------------------------
 */
 
.page-contact .box-top{
	width: 100%;
	height: 247px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-webkit-box-shadow: 0px 3px 3px 0px #aaaaaa;
	-o-box-shadow: 0px 3px 3px 0px #aaaaaa;
	box-shadow: 0px 3px 3px 0px #aaaaaa;
	margin: 0 0 20px 0;
}

.page-contact .box-top .slide-images{
	width: 694px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	position: relative;
	border-right: 1px solid #dddddd;
}

.page-contact .box-top .box-top-right{
	width: 304px;
	height: 100%;
	float: left;
}

.page-contact .box-top .box-top-right .entry-thumbnail{
	width: 382px;
	height: 130px;
	padding: 5px;
	color: #333;
	overflow: hidden;
	position: relative;
}

.page-contact .box-top .box-top-right .entry-thumbnail img{
	width: auto;
	max-height: 130px;
	margin: 0 auto;
	padding: 0;
}

.page-contact .box-top .box-top-right .search-agence{
	width: 382px;
	height: 35px;
}

.page-contact .box-top .box-top-right .search-agence .search-agence-button{
	width: 381px;
	height: 35px;
	text-align: center;
	background: #ddd;
	cursor: pointer;
	background: #f98f6a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f98f6a 0%, #d15529 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98f6a), color-stop(100%,#d15529)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f98f6a 0%,#d15529 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f98f6a 0%,#d15529 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98f6a', endColorstr='#d15529',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 0px 3px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 3px 0px #cccccc;
	-o-box-shadow: 0px 0px 3px 0px #cccccc;
	box-shadow: 0px 0px 3px 0px #cccccc;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=NaN, Strength=3);
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.page-contact .box-top .box-top-right .search-agence .search-agence-button a, 
.page-contact .box-top .box-top-right .search-agence .search-agence-button a:hover, 
.page-contact .box-top .box-top-right .search-agence .search-agence-button a:visited,
.page-contact .box-top .box-top-right .search-agence .search-agence-button a:active{
    color: #FFFFFF;
    text-decoration: none;
}

.page-contact .box-top .box-top-right .newsletter{
	width: 382px;
	height: 75px;
	padding: 5px;
	-moz-box-shadow: 0px -2px 2px 0px #cccccc;
	-webkit-box-shadow: 0px -2px 2px 0px #cccccc;
	-o-box-shadow: 0px -2px 2px 0px #cccccc;
	box-shadow: 0px -2px 2px 0px #cccccc;
}

.page-contact .entry-content{
	max-width: 1080px;
}
 
.page-contact .contact-content{
	
}

/**
 * 30.0 - page reseau
 * ----------------------------------------------------------------------------
 */

aside .reseau{
	background-image: url("images/banca/DeviensBA.png");
	background-position: center center;
    background-repeat: no-repeat;
	width: 223px;
	height: 54px;
	color: #FFFFFF;
    display: block;
    font-weight: 700;
	padding: 5px 29px 0 49px;
    text-align: center;
    cursor: pointer;
}

aside .reseau a, 
aside .reseau a:hover, 
aside .reseau a:visited, 
aside .reseau a:active{
	color: #FFFFFF;
	text-decoration: none;
}

aside .show-video{
	width: 223px;
    display: block;
    cursor: pointer;
}

/**
 * 31.0 - les taux
 * ----------------------------------------------------------------------------
 */
 
.page-taux {
    padding-top: 15px;
}

.home-taux{
}
.home-taux a, .home-taux a:hover, .home-taux a:visited, .home-taux a:active{
	color: #0099CC;
    text-decoration: none;
    outline: none;
    font-size: 11px;
}
.home-taux hr{
}
.home-taux-title{
}
.home-taux-title a, .home-taux-title a:hover, .home-taux-title a:visited, .home-taux-title a:active{
	color: #0099CC;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    margin: 10px 0 10px 0
}
.home-taux-content{
	/* on fixe une hauteur max pour ne pas afficher la totalité du post taux */
	max-height: 150px;
	overflow: hidden;
}
.home-taux-fadeout{
	width: 100%;
	text-align: right;
	padding: 5px;
	z-index: 10;
	background: none;
}

/**
 * 32.0 - lien parent direct
 * ----------------------------------------------------------------------------
 */
 
.direct-parent, .direct-parent:hover, .direct-parent:visited, .direct-parent:active{
	color: #fff;
	text-decoration: none;
	position: relative;
	outline: none;
}
.direct-parent .direct-parent-box{
	position: relative;
	-moz-box-shadow: 0px 2px 2px 0px #777777;
	-webkit-box-shadow: 0px 2px 2px 0px #777777;
	-o-box-shadow: 0px 2px 2px 0px #777777;
	box-shadow: 0px 2px 2px 0px #777777;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=NaN, Strength=3);
    text-align: center;
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}

.direct-parent .direct-parent-box .back-arrow{
    position: absolute;
	left: 0;
    top: 0;
    width: 30px;
    min-height: 34px;
    background-image: url("images/left_arrow_blanc.png");
    background-repeat: no-repeat;
    background-position: 13px center;
}
.direct-parent .direct-parent-box:hover{
	-moz-box-shadow: 0px 2px 2px 0px #333333;
	-webkit-box-shadow: 0px 2px 2px 0px #333333;
	-o-box-shadow: 0px 2px 2px 0px #333333;
	box-shadow: 0px 2px 2px 0px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=3);
}
.direct-parent .direct-parent-box:hover .back-arrow{
	-webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;
    background-position: 10px center;
}
.direct-parent .direct-parent-box .back-text{
    width: 167px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-left: 30px;
	padding: 7px 0 7px 0;
}

.content-services .direct-parent, .content-services .direct-parent:hover, .content-services .direct-parent:visited, .content-services .direct-parent:active{
	color: #4C4C4C;
}

.content-services .direct-parent-box{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter: none;
}

.content-services .direct-parent-box .back-arrow{
	text-align: left;
	padding-left: 40px;
    background-image: url("images/left_arrow_grey_4C4C4C.png");
}

.content-services .direct-parent-box:hover{
	text-decoration: underline;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter: none;
}

/**
 * 33.0 - lien vers le depot d'annonce
 * ----------------------------------------------------------------------------
 */

.add-form-link, .add-form-link:hover, .add-form-link:visited, .add-form-link:active{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.add-form-link-box{
}
.add-form-link:hover > .add-form-link-box .add-form-link-box-content{
	-webkit-transition: all 0.2s ease-in-out;                  
    -moz-transition: all 0.2s ease-in-out;                 
    -o-transition: all 0.2s ease-in-out;   
    -ms-transition: all 0.2s ease-in-out;          
    transition: all 0.2s ease-in-out;
    background-position: 13px center;
}
#tab-particuliers-content .add-form-link-box{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
}
#tab-entreprises-content .add-form-link-box{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
}
.add-form-link-box-content{
	background-image: url("images/right_arrow_blanc.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 80px;
    height: 60px;
}
.add-form-link-box-content-1{
	padding-top: 5px;
	line-height: 25px;
}
.add-form-link-box-content-2{
	line-height: 20px;
}

/* sur la page bancaservices */
.content-services-particuliers .add-form-link-box{
	background: #009be3; /* Old browsers */
	background: -moz-linear-gradient(top,  #009be3 0%, #03689b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009be3), color-stop(100%,#03689b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009be3 0%,#03689b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009be3 0%,#03689b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009be3 0%,#03689b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009be3', endColorstr='#03689b',GradientType=0 ); /* IE6-9 */
	width: 524px;
}

.content-services-entreprises .add-form-link-box{
	background: #f9906b; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9906b 0%, #d15429 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9906b), color-stop(100%,#d15429)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9906b 0%,#d15429 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9906b 0%,#d15429 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9906b', endColorstr='#d15429',GradientType=0 ); /* IE6-9 */
	width: 524px;
}

/**
 * 34.0 - Pagination - pagenavi
 * ----------------------------------------------------------------------------
 */
.wp-pagenavi{
	margin: 20px;
	text-align: center;
}

/**
 * 35.0 - Page Recherche (résultats)
 * ----------------------------------------------------------------------------
 */
.page-search .page-header{
	margin-bottom: 20px;
}
.page-search .search-item{
	position: relative;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	margin-top: 8px;
	padding: 3px;
}
.page-search .search-item .entry-content{
	width: 100%;
	max-width: 1080px;
	padding: 0 10px;
}
.page-search .search-item .entry-content .entry-title{
	font-size: 14px;
}
.page-search .search-item .entry-summary, .page-search .search-item .entry-meta {
    max-width: 1080px;
    width: 100%;
	font-size: 11px;
}
.page-search .search-item .entry-summary p{
   margin: 0;
   padding: 0;
}

/**
 * 36.0 - WPML
 * ----------------------------------------------------------------------------
 */
#lang_sel_list{
	position: absolute;
	left: 246px;
	top: 8px;
}

/**
 * 37.0 - Page Calculatrices
 * ----------------------------------------------------------------------------
 */
 
.page-calculatrice{
	
}

.page-calculatrice .entry-header{
	margin: 0;
}

.page-calculatrice footer.entry-meta{
	margin: 0;
}
 
.page-calculatrice .box-calculator{
	max-width: 800px;
	width: 100%;
	margin: 40px auto;
}
 
.page-calculatrice .box-calculator .calculator{
	background-color: #ffffff;
	margin: 0 0 20px 0;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #E5E4E4;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	border-top: 1px solid #ddd;
}

.page-calculatrice .box-calculator .calculator header{
	border-bottom: 1px solid #E5E4E4;
	padding-bottom: 10px;
}

.page-calculatrice .box-calculator .calculator header .icon-calculator{
	float: left;
}

.page-calculatrice .box-calculator .calculator header h1{
	clear: none;
	float: left;
	width: auto;
	margin: 0 0 0 10px;
	font-size: 20px;
	color: #FE622C;
	border: none;
}

.page-calculatrice .box-calculator .calculator .calculator-content{
	min-height: 80px;
	padding: 20px;
}

.page-calculatrice .box-calculator .calculator .calculator-content input[type='text']{
	width: 100%;
	padding-right: 10px;
	text-align: right;
	font-weight: 700;
	font-size: 12px;
}

.page-calculatrice .box-calculator .calculator .calculator-content input[type='text'].error{
	color: #ff0000;
}

.page-calculatrice .box-calculator .calculator .calculator-content .left{
	width: 60%;
	float: left;
}

.page-calculatrice .box-calculator .calculator .calculator-content .right{
	width: 40%;
	float: left;
	padding-left: 10px;
	border-left: 1px solid #E5E4E4;
}

.page-calculatrice .box-calculator .calculator .calculator-content .column-1{
	text-align: right;
	padding: 5px 5px 5px 10px;
	float: left;
	width: 40%;
}

.page-calculatrice .box-calculator .calculator .calculator-content .column-2{
	padding: 5px 5px 5px 5px;
	float: left;
	width: 40%;
}

.page-calculatrice .box-calculator .calculator .calculator-content .column-3{
	text-align: left;
	padding: 5px 5px 5px 10px;
	float: left;
	width: 20%;
}

.page-calculatrice .box-calculator .calculator .calculator-content .right .column-2{
	width: 250px;
	clear: both;
	text-align: center;
	margin-left: 30px; 
}

.page-calculatrice .box-calculator .calculator .calculator-content .right .column-2 label{
	color: #0099CC;
	font-weight: 700;
}

.page-calculatrice .box-calculator .calculator .calculator-content .right .column-2 .result{
	color: #777777;
	text-align: center;
	font-weight: 700;
	width: 100%;
	height: 40px;
	line-height: 37px;
	border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px 0px #777777;
	-webkit-box-shadow: 1px 1px 2px 0px #777777;
	-o-box-shadow: 1px 1px 2px 0px #777777;
	box-shadow: 1px 1px 2px 0px #777777;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#777777, Direction=180, Strength=2);
}

.page-calculatrice .box-calculator .calculator .calculator-content .right input{
	width: 100%;
}

.page-calculatrice .box-calculator .calculator .calculator-content .right input[type='button']{
	padding: 3px;
}

.page-calculatrice .box-calculator .calculator footer{
	clear: both;
}

/**
 * 38.0 - Page Guide Pratique
 * ----------------------------------------------------------------------------
 */
 
.page-guidepratique .entry-sub-guidespratiques{
	margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
 
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box{
	max-width: 250px;
	width: 250px;
	float: left;
	margin-right: 10px;
	background-color: #ffffff;
	margin: 0 25px 20px 0;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #E5E4E4;
	-moz-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 2px 2px 0px #aaaaaa;
	-o-box-shadow: 0px 2px 2px 0px #aaaaaa;
	box-shadow: 0px 2px 2px 0px #aaaaaa;
	border-top: 1px solid #ddd;
}

.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box li{
	color: #E26E46;
    margin-bottom: 5px;
}
 
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box li a{
	border-bottom: 1px dashed #999999;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 3px;
}
 
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box li a:hover{
	color: #E26E46;
}
 
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box:nth-of-type(3),
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box:nth-of-type(6),
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box:nth-of-type(9),
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box:nth-of-type(12),
.page-guidepratique .entry-sub-guidespratiques .sub-guidepratique-box:nth-of-type(15){
	margin-right: 0px;
}

@media (max-height: 900px) {
}

@media (max-height: 650px) {
}

@media (max-height: 450px) {
	.tool-labels{
		top: 10px;
		width: 50px;
	}
	
	.tool-label{
		width: 40px;
		height: 40px;
		margin-bottom: 2px;
		padding: 7px;
	}
	
	.tool-label:hover{
		width: 50px;
	}
	
	.tool-label img{
		max-width: 25px;
		max-height: 25px;
	}
}