@charset "UTF-8";
/*
Theme Name:CCS Finance
Theme URI:http://www.ccs-finance.fr/
Author:Agence Horizon
Author URI:http://www.agencehorizon.com
Description:
Version:1.0
License:
License URI:
Tags:
Text Domain:
*/
/* Tools */
/* Meyer reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table { border-collapse: collapse; border-spacing: 0; }

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

h1, h2, h3, h4, h5, h6 { clear: both; }

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

a:focus { outline: thin dotted; }

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

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

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

del { color: #333; }

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

hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

small { font-size: smaller; }

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

/* Clearing floats */
.clear:after, .wrap:after, .format-status .entry-header:after { clear: both; }

.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after { display: table; content: ""; }

/* Vars */
/** VARIABLES */
/* fonts */
/* Colors */
/* Main css */
/* =Basic structure
-------------------------------------------------------------- */
* { /*largeur de la boîte tjrs connue => le width. Même av padding, bordures, ...*/ box-sizing: border-box; }

/* Body, links, basics */
html { font-size: 87.5%; }

body { background: #fff; color: #403c3a; font-size: 14px; font-family: Arial, sans-serif; text-rendering: optimizeLegibility; }

a { outline: none; color: #d30229; text-decoration: underline; }

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

h3 { font-weight: 600; }

strong { font-weight: 600; }

.wrap { margin: 0 auto; max-width: 1080px; width: 95%; }

.wrap.fullwidth { background-color: #fff; border-radius: 5px; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08); }

.wrap#content { margin-top: 60px; padding: 30px 30px 40px; }

.wrap.wrap-10 { max-width: 1060px; }

#main { margin-top: 60px; overflow: hidden; clear: both; }

#primary { width: 100%; padding: 0 10px; }

#primary #content { background-color: #fff; border-radius: 5px; padding: 30px 30px 40px; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08); }

h1, h2, h3, h4, h5, h6, p, a, button, input, textarea, div, span { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

/* Form fields, general styles first */
button, input, textarea { border: 1px solid #ccc; border-radius: 5px; font-family: inherit; padding: 6px; }

button, input { line-height: normal; }

textarea { font-size: 100%; overflow: auto; vertical-align: top; }

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

/* Buttons */
input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span, #prendre-rdv, .savoirplus { border-radius: 5px; box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); color: #fff; font-size: 11px; font-weight: normal; line-height: 1.428571429; padding: 6px 10px; }

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

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

/* Responsive images */
.entry-content img, comment-content img, widget img { max-width: 100%; }

/* Fluid images for posts, comments, and widgets */
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly */
img.size-full, img.size-large, img.header-image, img.wp-post-image { max-width: 100%; height: auto; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly */
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video { max-width: 100%; }

.entry-content .twitter-tweet-rendered { max-width: 100% !important; }

footer.entry-meta { color: #757575; font-size: 13px; line-height: 1.846153846; margin-top: 24px; }

/* Override the Twitter embed fixed width */
/* Images */
.alignleft { float: left; }

.alignright { float: right; }

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

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { border-radius: 5px; margin-bottom: 25px; }

/* Gradients */
.main-navigation li.btn-rdv, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], #prendre-rdv, .savoirplus { background-color: #B61F36; background-image: -webkit-linear-gradient(bottom, rgba(222, 63, 93, 0), #DC4C63); background-image: linear-gradient(to top, rgba(222, 63, 93, 0), #DC4C63); -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; border: none; }

.main-navigation li.btn-rdv:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover, #prendre-rdv:hover, .savoirplus:hover { background-color: #a2001d; }

.overflow { overflow: auto; }

/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
.wp-caption { max-width: 100%; /* Keep wide captions from overflowing their container. */ padding: 4px; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { color: #757575; font-style: italic; font-size: 12px; line-height: 2; }

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

.entry-content dl.gallery-item { margin: 0; }

.gallery-item a, .gallery-caption { width: 90%; }

.gallery-item a { display: block; }

.gallery-caption a { display: inline; }

.gallery-columns-1 .gallery-item a { max-width: 100%; width: auto; }

.gallery .gallery-icon img { height: auto; max-width: 90%; padding: 5%; }

.gallery-columns-1 .gallery-icon img { padding: 3%; }

/* Navigation */
.site-content nav { clear: both; line-height: 2; overflow: hidden; }

#nav-above { padding: 24px 0; }

#nav-above { display: none; }

.paged #nav-above { display: block; }

.nav-previous, .previous-image { float: left; width: 50%; }

.nav-next, .next-image { float: right; text-align: right; width: 50%; }

.nav-single + .comments-area, #comment-nav-above { margin: 48px 0; }

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

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

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

@media screen and (max-width: 768px) { .wrap { margin: 0 auto; max-width: 1080px; width: 95%; } }

@media screen and (max-width: 550px) { #primary #content { padding: 30px 15px 30px; } }

/** Main content and comment content */
.entry-meta { clear: both; }

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

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

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

.entry-header .entry-title { font-family: "Raleway", "sans-serif"; font-size: 22px !important; font-weight: 200; line-height: 1; }

.entry-header .entry-title a { text-decoration: none; }

.entry-header .entry-format { margin-top: 24px; font-weight: normal; }

.entry-header .comments-link { margin-top: 24px; font-size: 13px; line-height: 1.85; color: #757575; }

.entry-header img.wp-post-image { margin-bottom: 24px; }

.tableau-left, .tableau-right { width: 50%; }

.tableau-left { float: left; padding-right: 20px; }

.tableau-right { float: right; padding-left: 20px; }

.entry-content, .comment-content { line-height: 1.7; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { font-family: "Raleway", "sans-serif"; font-size: 18px; font-weight: 200; margin: 30px 0 25px; line-height: 1.85; }

.entry-content h4, .comment-content h4 { font-size: 14px; }

.entry-content h5, .comment-content h5 { font-size: 13px; }

.entry-content h6, .comment-content h6 { font-size: 12px; }

.entry-content p, .comment-content p { margin: 0 0 20px; line-height: 1.4; }

.entry-content ol, .entry-content ul, .comment-content ol, .comment-content ul { margin: 0 0 24px; line-height: 1.7; list-style: decimal outside; }

.entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul, .comment-content ol ol, .comment-content ol ul, .comment-content ul ol, .comment-content ul ul { margin-bottom: 0; }

.entry-content ul, .comment-content ul { list-style: url("images/puce-liste.png") inside; }

.entry-content blockquote, .comment-content blockquote { font-style: italic; margin-bottom: 24px; padding: 24px; }

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child { margin-bottom: 0; }

.entry-content code, .comment-content code { font-family: "Consolas", "Monaco", "Lucida Console", "monospace"; font-size: 12px; line-height: 2; }

.entry-content pre, .comment-content pre { border: 1px solid #ededed; color: #666; font-family: "Consolas", "Monaco", "Lucida Console", "monospace"; font-size: 12px; line-height: 1.7; margin: 24px 0; overflow: auto; padding: 24px; }

.entry-content pre code, .comment-content pre code { display: block; }

.entry-content abbr, .entry-content dfn, .entry-content acronym, .comment-content abbr, .comment-content dfn, .comment-content acronym { border-bottom: 1px dotted #666; cursor: help; }

.entry-content address, .comment-content address { display: block; line-height: 1.7; margin: 0 0 24px; }

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video, .comment-content embed, .comment-content iframe, .comment-content object, .comment-content video { margin-bottom: 24px; }

.entry-content dl, .comment-content dl { margin: 0 24px; }

.entry-content dt, .comment-content dt { font-weight: bold; line-height: 1.7; }

.entry-content dd, .comment-content dd { line-height: 1.7; margin-bottom: 24px; }

.entry-content table, .comment-content table { border-bottom: 1px solid #ededed; color: #757575; font-size: 12px; line-height: 2; margin: 0 0 24px; width: 100%; }

.entry-content table caption, .comment-content table caption { font-size: 16px; margin: 24px 0; }

.entry-content th, .comment-content th { border-top: 1px solid #ededed; }

.entry-content td, .comment-content td { border-top: 1px solid #ededed; padding: 6px 10px; }

.entry-summary { line-height: 1.7; }

.entry-summary p { margin: 0 0 20px; line-height: 1.4; }

.titre-blog { font-family: "Raleway", "sans-serif"; font-size: 18px; font-weight: 200; margin: 30px 0 25px; }

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

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

img.aligncenter { margin-top: 12px; margin-bottom: 12px; }

.page-links { clear: both; line-height: 1.7; }

.credits { font-size: 12px; color: #757575; text-decoration: none; }

.credits a { font-size: 12px; color: #757575; text-decoration: none; }

.tab-content h1 { font-family: "Raleway", "sans-serif"; font-size: 22px !important; font-weight: 200; line-height: 1; }

.comments-link a { color: #757575; }

.comments-link a:hover { color: #21759b; }

article.sticky .featured-post { border-top: 4px double #ededed; border-bottom: 4px double #ededed; color: #757575; font-size: 13px; line-height: 3.692307692; margin-bottom: 24px; text-align: center; }

#actu-rss ul, .popover-content ul, .liste-calto { list-style: url("images/puce-liste.png") inside; }

/* =Archives
-------------------------------------------------------------- */
.archive-header, .page-header { border-bottom: 1px solid #ededed; margin-bottom: 48px; padding-bottom: 22px; }

.archive-meta { color: #757575; font-size: 12px; line-height: 2; margin-top: 22px; }

/* =Perso
-------------------------------------------------------------- */
.displayib { display: inline-block; vertical-align: top; }

.savoirplus { display: inline-block; margin-top: 5px; text-decoration: none; }

#prendre-rdv { display: block; font-size: 13px; margin: 30px auto 0; text-align: center; text-decoration: none; width: 150px; }

/* Popup Modal */
.ui-widget-overlay { background: #aaa; height: 100%; left: 0; opacity: .3; position: fixed; top: 0; width: 100%; filter: Alpha(Opacity=30); }

.ui-dialog { background: #fff; padding: 20px 10px 10px; }

.ui-dialog .ui-dialog-titlebar-close { background: url(images/btn-close.png) no-repeat left top; border: none; height: 23px; position: absolute; right: 10px; top: 10px; width: 61px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { background-position: left bottom; }

.modal { width: 800px; max-width: 95%; height: auto; max-height: 90%; margin-left: 0; top: 5% !important; margin-top: 0; -webkit-transform: translate3d(-50%, 0%, 0); transform: translate3d(-50%, 0%, 0); }

.modal img { max-height: 100%; width: auto; height: auto; }

/*-- Actualités --*/
.content-blog { overflow: hidden; }

.content-blog .titre-blog { margin-top: 0; }

.content-blog a { color: #403c3a; text-decoration: none; }

.content-blog a:hover { color: #d30229; text-decoration: underline; }

#actu-blog { width: 60%; float: left; }

#actu-blog .actu { clear: both; overflow: hidden; }

#actu-blog .actu a.thumb-blog { display: block; width: 40%; float: left; }

#actu-blog .actu a.thumb-blog img { margin: 0; max-width: 100%; height: auto; }

#actu-blog .actu > div { width: 60%; float: left; padding-left: 20px; line-height: 20px; }

#actu-blog .actu h3 { line-height: 1; margin-bottom: 10px; }

#actu-rss { float: right; border-left: 1px solid #c9d7dc; padding-left: 10px; width: 38%; }

#actu-rss ul { padding-bottom: 15px; }

#actu-rss li { padding-bottom: 5px; }

#actu-blog li, #actu-rss h2 { border-top: 1px solid #c9d7dc; margin-top: 10px; padding-top: 10px; }

#actu-blog li:first-child, #actu-rss h2:first-child { border-top: none; margin-top: 0; padding-top: 0; }

.read-more { display: block; margin-top: 5px; }

.wp-pagenavi { margin-top: 20px; }

/*-- Single Blog --*/
.single .entry-header img { margin-bottom: 0; vertical-align: middle; width: 35%; max-width: 220px; }

.entry-title.title-center { vertical-align: middle; margin-left: 3%; width: 60%; }

.title-center span { display: inline-block; line-height: 1; vertical-align: middle; }

/*-- Témoignages = CAS PRATIQUES --*/
.temoignages article { clear: both; overflow: hidden; border-top: 1px solid #c9d7dc; margin-top: 20px; padding-top: 15px; }

.temoignages article:first-child { border-top: none; margin-top: 0; padding-top: 0; }

.temoignages .attachment-post-thumbnail, .temoignages .contenu-tem { vertical-align: top .temoignages .attachment-post-thumbnail, .temoignages .contenu-tem; vertical-align-width: 100%; }

.temoignages .contenu-tem { width: 100%; }

.temoignages .entry-content .attachment-thumbnail { float: left; margin: 0 30px 0 0; }

@media screen and (max-width: 1000px) { .demi-tableau { display: block; width: 100%; } }

@media screen and (max-width: 768px) { #actu-blog { width: 100%; float: none; }
  #actu-rss { width: 100%; float: none; margin-top: 30px; border: none; } }

@media screen and (max-width: 600px) { .tableau-left, .tableau-right { width: 100%; float: none; padding: 0; } }

@media screen and (max-width: 550px) { .single .entry-header img { margin-bottom: 0; width: 100%; max-width: 220px; display: block; margin: auto; }
  .entry-title.title-center { width: 60%; width: 100%; text-align: center; margin: 10px 0 0; }
  .entry-content blockquote, .comment-content blockquote { padding: 0 15px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 { line-height: 1.3; } }

@media screen and (max-width: 480px) { #actu-blog .actu a.thumb-blog { width: 80%; margin: 15px auto; float: none; }
  #actu-blog .actu > div { float: none; width: 100%; padding: 0; }
  img.alignright { float: none; margin: 0 auto 15px; display: block; }
  .wp-pagenavi span, .wp-pagenavi a { margin: 0 8px; } }

@media screen and (max-width: 460px) { .demi-tableau .td1 { display: block; width: 100%; } }

/* Header */
.site-header { overflow: hidden; }

.site-header hgroup { margin-top: 43px; background: url(images/fond-logo.png) repeat; padding: 12px 10px; overflow: hidden; }

.site-header h1, .site-header h2 { text-align: left; vertical-align: middle; }

.site-header h1 { width: 30%; display: table-cell; }

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

.site-title span { display: none; text-indent: -999em; }

.site-header h2 { clear: none; font-family: "Raleway", "sans-serif"; font-size: 32px; font-weight: 200; padding-left: 35px; display: table-cell; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; }

.site-header h2 span { max-width: 600px; display: block; margin-left: auto; margin-right: auto; }

/* Navigation Menu */
.main-navigation { background: #676462; background: -webkit-linear-gradient(top, #676462 0%, #33302e 100%); background: linear-gradient(to bottom, #676462 0%, #33302e 100%); height: 43px; width: 100%; z-index: 99; position: fixed; }

.main-navigation .nav-menu > li:first-of-type a { padding: 14px 10px 13px; }

.main-navigation ul { margin: 0; text-indent: 0; }

.main-navigation ul.nav-menu.toggled-on { display: inline-block; }

.main-navigation li { display: inline-block; float: left; font-size: 12px; line-height: 1.43; margin: 0; position: relative; }

.main-navigation li a { display: inline-block; text-decoration: none; border-bottom: 0; color: #fff; font-family: "Raleway", "sans-serif"; font-size: 13px; font-weight: 200; line-height: 1; padding: 15px 9px; text-transform: uppercase; white-space: nowrap; }

.main-navigation li a:hover { color: #fff; }

.main-navigation li ul { display: none; margin: 0; padding: 0; position: absolute; top: 100%; z-index: 1; }

.main-navigation li ul li a { background: #33302e; border-bottom: 1px solid #ededed; display: block; font-size: 11px; line-height: 2.2; padding: 8px 10px; width: 180px; white-space: normal; }

.main-navigation li ul li a:hover { background-color: #B61F36; background-image: -webkit-linear-gradient(bottom, rgba(222, 63, 93, 0), #DC4C63); background-image: linear-gradient(to top, rgba(222, 63, 93, 0), #DC4C63); }

.main-navigation li ul ul { top: 0; left: 100%; }

.main-navigation li.btn-rdv { border-radius: 0 0 5px 5px; box-shadow: 0 2px 3px #d7d6d6; float: right; }

.main-navigation li.btn-rdv a { background: url(images/rdv.png) no-repeat 14px center !important; font-size: 16px; font-weight: 700; padding: 20px 20px 20px 45px; }

.main-navigation li#menu-item-56 a { padding: 12px 9px 15px; }

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: inline-block; position: relative; text-align: left; width: 100%; padding: 0 10px; }

.main-navigation .menu-toggle.open, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation li a:hover { background-color: #B61F36; background-image: -webkit-linear-gradient(bottom, rgba(222, 63, 93, 0), #DC4C63); background-image: linear-gradient(to top, rgba(222, 63, 93, 0), #DC4C63); }

.main-navigation ul li:hover > ul { border-left: 0; display: block; }

.menu-toggle { display: none; height: 43px; line-height: 43px; color: #fff; font-family: "Raleway", "sans-serif"; text-transform: uppercase; padding: 0 10px; margin-left: 10px; }

.menu-toggle:before { content: ""; display: inline-block; background: url("images/menu.png"); background: -webkit-linear-gradient(transparent, transparent), url("images/menu.svg"); background: linear-gradient(transparent, transparent), url("images/menu.svg"); background-repeat: no-repeat; background-position: center center; width: 17px; height: 12px; margin-right: 10px; }

@media screen and (max-width: 1000px) { .site-header h2 { font-size: 30px; } }

@media screen and (max-width: 860px) { .site-header h2 { font-size: 28px; padding-left: 20px; } }

@media screen and (max-width: 767px) { .main-navigation li.btn-rdv a { padding: 20px 15px 20px 40px; font-size: 14px; }
  .main-navigation li a { font-size: 12px; font-weight: 400; padding: 15px 8px; }
  .site-header h2 { font-size: 24px; } }

@media screen and (max-width: 680px) { .main-navigation li.btn-rdv a { font-weight: 400; padding: 20px 10px 20px 35px; background-position: 10px center; background-size: 18px; } }

@media screen and (max-width: 650px) { .site-header { overflow: inherit; }
  .site-header hgroup { margin-top: 0; }
  .site-header h2 { font-size: 20px; }
  .main-navigation { position: relative; }
  .main-navigation .menu-header-container { max-width: 200px; }
  .main-navigation li { float: none; display: block; background: #524F4D; width: 100%; }
  .main-navigation li a { width: 100%; }
  .main-navigation li .sub-menu { position: relative; }
  .main-navigation li.btn-rdv { display: block; float: none; }
  .main-navigation li ul li a { width: 100%; }
  .main-navigation .nav-menu > li:first-of-type a:after { content: "Accueil"; margin-left: 10px; }
  .menu-toggle { display: inline-block; }
  .main-navigation .menu-header-container, .main-navigation .menu-item-has-children ul { max-height: 0px; overflow: hidden; -webkit-transition: max-height 0.2s ease-in-out 0.1s; transition: max-height 0.2s ease-in-out 0.1s; }
  .main-navigation .menu-header-container.open, .main-navigation .menu-item-has-children.open ul { max-height: 1000px; }
  .main-navigation ul li.open > ul { border-left: 0; display: block; } }

@media screen and (max-width: 550px) { .site-header h1 { width: 40%; }
  .site-header h2 { width: 60%; font-size: 19px; } }

@media screen and (max-width: 480px) { .site-header h1, .site-header h2 { display: block; width: 100%; text-align: center; }
  .site-header h1 { margin-bottom: 20px; }
  .site-header h1 img { width: 100%; max-width: 220px; } }

/** Footer */
footer[role="contentinfo"] { clear: both; font-size: 12px; line-height: 2; margin: 30px 0 0; }

footer[role="contentinfo"] a { color: #838181; font-size: 13px; text-decoration: none; }

footer[role="contentinfo"] a:hover { color: #21759b; }

footer[role="contentinfo"] ul { background: #fff; margin: 0; padding: 10px 0px; text-align: center; }

footer[role="contentinfo"] li { display: inline-block; margin-right: 20px; }

footer[role="contentinfo"] li:last-of-type { margin-right: 0; }

/** SIDEBARS & WIDGETS */
.sidebars { overflow: hidden; }

.sidebars > li { padding: 10px; }

.sidebars aside { background-color: #fff; border-radius: 5px; padding: 15px; overflow: hidden; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08); }

.sidebars aside ul li { margin-left: 0; list-style-position: inside; }

.sidebars .widget-title { font-family: "Raleway", "sans-serif"; font-size: 18px; line-height: 26px; color: #403c3a; font-weight: 300; text-transform: none; }

.sidebars .widget-title a { text-decoration: none; color: #403c3a; }

.sidebars .widget-title:after { content: ""; display: block; width: 145px; height: 1px; background-color: #c9d7dc; margin-top: 5px; margin-bottom: 10px; }

.sidebars a { text-decoration: none; }

#primary.sbg { width: 75%; float: right; }

.sidebar-gauche { width: 25%; float: left; }

.sidebar-gauche > li { padding: 10px; }

.sidebar-gauche > li:first-of-type { padding-top: 0; }

.sidebar-bas { clear: both; margin-top: 35px; }

.sidebar-bas > li { width: 25%; float: left; }

.sidebar-bas aside { height: 155px; }

.widget .textwidget { color: #D2072B; font-family: "Raleway", "sans-serif"; font-size: 16px; font-weight: 500; line-height: 1.4; }

.widget .textwidget ul li.bullet:before { content: "•"; font-size: 14px; }

.widget.cat-post-widget li:before { content: "•"; font-size: 14px; }

.widget.cat-post-widget li a { color: #403c3a; }

#taux-credit { width: 100%; color: #636363; font-size: 14px; }

#taux-credit th, #taux-credit td { border-bottom: 1px solid #c9d7dc; border-right: 1px solid #c9d7dc; text-align: center; vertical-align: middle; }

#taux-credit th.last, #taux-credit td.last { border-right: none; }

#taux-credit th.last-bottom, #taux-credit td.last-bottom { border-bottom: none; }

#taux-credit th { font-weight: bold; }

#taux-credit td { padding: 2px; }

#taux-credit td.first { padding: 1px; }

.tx-marche { background: #D2072B; color: #fff; }

#txt-tx-credit { color: #636363; display: block; font-size: 12px; font-weight: normal; margin-top: 10px; }

/* carousel */
.wpic_navigation { display: none; }

.wpic_container { margin: 0 auto; width: 97px; }

.wpic_container li { height: 100px !important; line-height: 100px !important; text-align: center; }

.wpic_container img { border-radius: 0; margin: 0; vertical-align: middle; }

/*-- Widget Sommaire --*/
.toc_widget_list { background: #f2f5f6; background: -webkit-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%); background: linear-gradient(to bottom, #f2f5f6 0%, #c8d7dc 100%); border-radius: 5px; padding: 20px 15px; }

.toc_widget_list li { border-top: 1px solid #b6c2c6; margin-top: 20px; padding-top: 15px; }

.toc_widget_list li:first-child { border: none; margin: 0; padding: 0; }

.toc_widget_list li a { color: #403c3a !important; display: block; font-family: "arial", "sans-serif"; font-size: 15px; text-decoration: none; }

.toc_widget_list li a:hover { text-decoration: underline; }

@media screen and (max-width: 980px) { #taux-credit { font-size: 12px; } }

@media screen and (max-width: 850px) { .sidebar-gauche { margin-top: 50px; width: 100%; }
  .sidebar-gauche > li aside { min-height: 155px; }
  .sidebar-bas { margin-top: 0px; }
  .no-sidebar + .sidebar-bas { margin-top: 50px; }
  .sidebar-bas > li aside { min-height: 110px; }
  .sidebar-gauche, .sidebar-bas { float: none; clear: none; }
  .sidebar-gauche > li, .sidebar-bas > li { width: 50%; float: left; padding-top: 0; }
  .sidebar-gauche > li aside, .sidebar-bas > li aside { overflow: hidden; height: auto; }
  .sidebar-gauche > li .wpic_container, .sidebar-bas > li .wpic_container { margin-top: 15px; }
  .sidebar-gauche .toc_widget, .sidebar-bas .toc_widget { display: none; }
  .widget .textwidget { font-size: 14px; }
  #primary.sbg { width: 100%; float: none; }
  #taux-credit th { line-height: 1; }
  #taux-credit #txt-tx-credit { margin-top: 5px; } }

@media screen and (max-width: 600px) { .sidebars .widget-title { font-size: 16px; }
  .sidebars .widget-title:after { width: 60%; }
  .sidebar-gauche > li aside, .sidebar-bas > li aside { min-height: 130px; }
  .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image { margin-bottom: 0px; } }

@media screen and (max-width: 540px) { .sidebar-gauche > li aside { min-height: 215px; }
  #taux-credit { max-width: 185px; margin: auto; font-size: 11.5px; }
  .sidebar-gauche > li .wpic_container { margin-top: 40px; } }

@media screen and (max-width: 450px) { .sidebar-bas > li aside { min-height: 145px; } }

@media screen and (max-width: 420px) { .sidebar-gauche > li, .sidebar-bas > li { width: 100%; }
  .sidebar-gauche > li aside, .sidebar-bas > li aside { min-height: inherit; }
  .sidebar-gauche > li .wpic_container { margin-top: 0px; } }

/** Front page template */
.template-front-page #primary { padding: 0; }

.template-front-page .site-content { background: none; float: none; margin: 0 0; overflow: hidden; padding: 0; width: 100%; }

.template-front-page .fiches { text-align: center; margin-top: 20px; overflow: hidden; }

.template-front-page .fiche { float: left; padding: 10px; overflow: hidden; width: 25%; text-align: left; opacity: .99; }

.template-front-page .fiche:nth-of-type(5), .template-front-page .fiche:nth-of-type(6) { width: 33.3333%; float: none; display: inline-block; margin-top: 10px; }

.template-front-page .fiche:nth-of-type(5) { clear: both; margin-right: 70px; }

.template-front-page .fiche article { width: 100%; background: #ffffff; position: relative; overflow: hidden; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1); border-radius: 5px; }

.template-front-page .fiche article header { margin: 0 0 10px; position: relative; height: 140px; }

.template-front-page .fiche article h2 { font-family: "Raleway", "sans-serif"; font-size: 20px; color: #d30229; font-weight: 500; text-transform: uppercase; line-height: 22px; position: absolute; bottom: 0; left: 0; z-index: 2; padding-left: 10px; padding-right: 5px; }

.template-front-page .fiche article .texte { margin: 0 10px 5px; min-height: 90px; position: relative; overflow: hidden; }

.template-front-page .fiche article .texte p { font-family: "arial", "sans-serif"; font-size: 14px; color: #403c3a; line-height: 18px; }

.template-front-page .fiche article .image { width: 100%; height: 130px; position: absolute; top: 0; left: 0; right: 0; z-index: 0; overflow: hidden; }

.template-front-page .fiche article .image:after { content: ""; display: block; background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.99) 85%, #fff 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.99) 85%, #fff 100%); height: 60px; position: absolute; left: 0; bottom: 0; right: 0; width: 100%; z-index: 1; }

.template-front-page .fiche article .image img { width: 100%; }

.template-front-page .fiche article .see-more { background-color: #9C9795; background-image: -webkit-linear-gradient(bottom, rgba(181, 177, 174, 0) 0%, #B5B1AE 100%); background-image: linear-gradient(to top, rgba(181, 177, 174, 0) 0%, #B5B1AE 100%); border-radius: 5px; box-shadow: 0px 3px 1px rgba(0, 1, 0, 0.12); width: 140px; height: 30px; line-height: 30px; margin: auto; display: block; margin-bottom: 20px; color: #fff; text-transform: uppercase; text-align: center; font-family: "Raleway", "sans-serif"; font-size: 12px; letter-spacing: .5px; font-weight: 500; text-decoration: none; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; }

.template-front-page .fiche article .see-more:hover { background-color: #837e7d; }

.template-front-page .bandeau { clear: both; background: url(images/fond-logo.png) repeat; padding: 40px 0; overflow: hidden; margin: 100px 0; box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08); }

.template-front-page .bandeau .text { width: 75%; float: left; padding: 0 10px; text-align: center; font-family: "Raleway", "sans-serif"; font-size: 18px; color: #403c3a; font-weight: 400; line-height: 1.3em; }

.template-front-page .bandeau .text strong { display: block; margin-top: 10px; font-size: 22px; font-weight: 500; }

.template-front-page .bandeau .btn { float: left; height: 58px; width: 23%; margin-left: 2%; padding: 0 20px; background-color: #B61F36; background-image: -webkit-linear-gradient(bottom, rgba(222, 63, 93, 0), #DC4C63); background-image: linear-gradient(to top, rgba(222, 63, 93, 0), #DC4C63); border: none; box-shadow: 0px 3px 1px rgba(0, 1, 0, 0.12); font-family: "Raleway", "sans-serif"; font-size: 15px; font-weight: 400; text-transform: uppercase; text-decoration: none; text-shadow: none; text-align: left; color: #ffffff; line-height: 60px; -webkit-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out; }

.template-front-page .bandeau .btn:after { content: url("images/white_arrow.svg"); float: right; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; }

.template-front-page .bandeau .btn:hover { background-color: #a2001d; }

.template-front-page .bandeau .btn:hover:after { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }

@media screen and (max-width: 950px) { .template-front-page .fiche { width: 33.3333%; }
  .template-front-page .fiche:nth-of-type(5), .template-front-page .fiche:nth-of-type(6) { width: 33.3333%; float: left; margin-top: 0; }
  .template-front-page .fiche:nth-of-type(5) { clear: none; margin-right: 0px; }
  .template-front-page .bandeau .text, .template-front-page .bandeau .btn { width: 100%; float: none; margin: auto; }
  .template-front-page .bandeau .btn { max-width: 200px; display: block; margin-top: 30px; } }

@media screen and (max-width: 768px) and (min-width: 651px) { .template-front-page .fiche article h2 { font-size: 18px; }
  .template-front-page .fiche article .texte { min-height: 110px; } }

@media screen and (max-width: 650px) { .template-front-page .fiche { width: 50%; }
  .template-front-page .fiche:nth-of-type(5), .template-front-page .fiche:nth-of-type(6) { width: 50%; } }

@media screen and (max-width: 530px) { .template-front-page .fiche article .texte { min-height: 120px; } }

@media screen and (max-width: 410px) { .template-front-page .fiche { max-width: 300px; width: 100%; float: none; margin: auto; }
  .template-front-page .fiche:nth-of-type(5), .template-front-page .fiche:nth-of-type(6) { width: 100%; float: none; }
  .template-front-page .fiche article .texte { min-height: inherit; } }

/** Contact & Devis */
/* Contact */
.contact-image { float: left; width: 33%; max-width: 239px; margin-right: 2%; }

.contact-map { float: left; width: 70%; }

.wpcf7 p { margin-bottom: 10px; }

.wpcf7 label, .wpcf7 span.wpcf7-form-control-wrap { display: inline-block; vertical-align: top; }

.wpcf7 label { width: 100px; }

.wpcf7 span.wpcf7-form-control-wrap { max-width: 450px; width: 100%; }

.wpcf7 input { margin: 0; width: 100%; }

.wpcf7 textarea { height: 100px; resize: none; width: 100%; }

.wpcf7 .wpcf7-submit { width: 100px; }

/* Devis */
.entry-content .nav-tabs { list-style: none; }

.nav-tabs a { text-decoration: none; }

.tab-pane h1 { margin: 0 0 25px; }

.gform_heading h3.gform_title { font-family: "Raleway", "sans-serif"; font-size: 18px !important; font-weight: normal !important; }

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] { font-size: 12px !important; padding: 3px 2px !important; }

@media screen and (max-width: 1000px) { .contact-image { width: 33%; }
  .contact-map { width: 65%; } }

@media screen and (max-width: 768px) { .contact-image { display: none; }
  .contact-map { width: 100%; } }

@media screen and (max-width: 550px) { .tab-content .gform_wrapper .left_label .gfield_label { width: 100%; float: none; }
  .tab-content .gform_wrapper .left_label ul.gfield_checkbox, .tab-content .gform_wrapper .left_label ul.gfield_radio, .tab-content .gform_wrapper .right_label ul.gfield_checkbox, .tab-content .gform_wrapper .right_label ul.gfield_radio { margin-left: 0 !important; } }

@media screen and (max-width: 470px) { .entry-content .nav-tabs > li { width: 50%; text-align: center; } }

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

/** IE */
/**--** ATTENTION => Lien en dur **--**/
#ie7 * { behavior: url(http://www.ccs-finance.fr/wp-content/themes/ccs/js/boxsizing.htc); }

#ie9 .main-navigation { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3NjQ2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMwMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

#ie9 .main-navigation .current-menu-item > a, #ie9 .main-navigation .current-menu-ancestor > a, #ie9 .main-navigation .current_page_item > a, #ie9 .main-navigation .current_page_ancestor > a, #ie9 .main-navigation li a:hover, #ie9 .main-navigation li.btn-rdv, #ie9 input[type="submit"], #ie9 input[type="button"], #ie9 input[type="reset"], #ie9 article.post-password-required input[type="submit"], #ie9 li.bypostauthor cite span, #ie9 #prendre-rdv, #ie9 .savoirplus { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkNWQ2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNjI2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

#ie9 .main-navigation li.btn-rdv:hover, #ie9 input[type="submit"]:hover, #ie9 input[type="button"]:hover, #ie9 input[type="reset"]:hover, #ie9 article.post-password-required input[type="submit"]:hover, #ie9 li.bypostauthor cite span:hover, #ie9 #prendre-rdv:hover, #ie9 .savoirplus:hover { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2MjYzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZDVkNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

#ie9 .toc_widget_list { background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version :3.2.7
Site	:www.buildinternet.com/project/supersized
Author	:Sam Dunn
Company :One Mighty Roar (www.onemightyroar.com)
License :MIT License / GPL License
*/
#supersized-loader { position: absolute; top: 50%; left: 50%; z-index: 0; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url("images/progress.gif") no-repeat center center; }

#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; z-index: -999; height: 100%; width: 100%; }

#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; max-width: none !important; }

#supersized li { display: block; list-style: none; z-index: -30; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: #111; }

#supersized li.prevslide { z-index: -20; }

#supersized li.prevslide img { display: inline; }

#supersized li.activeslide { z-index: -10; }

#supersized li.activeslide img { display: inline; }

#supersized li.image-loading { background: #111 url("images/progress.gif") no-repeat center center; width: 100%; height: 100%; }

#supersized li.image-loading img { visibility: hidden; }

#supersized a { width: 100%; height: 100%; display: block; }

#supersized.quality img { image-rendering: optimizeQuality; }

/*# sourceMappingURL=style.css.map */

/*form rdv*/
.mpa-shortcode.appointment-form-shortcode .mpa-input-wrapper {
  margin-bottom: 1.725em;
}
label {
  display: inline-block;
  margin-bottom: 8px;
}
select {
  height: 55px;
  padding-right: 35px;
  background-image: url(images/icon-angle-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) center;
  appearance: none;
}
option {
  font-weight: normal;
  display: block;
  padding-block-start: 0px;
  padding-block-end: 1px;
  min-block-size: 1.2em;
  padding-inline: 2px;
  white-space: nowrap;
}
button {
  position: relative;
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  background-color: #DC4C63;
  border: none;
  letter-spacing: .5px;
  transition: 0.3s;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-weight: 500;
  color: #1F1F1F;
  background-color: #fff;
  border: 1px solid #515151;
  border-radius: 0;
  height:auto;
}
input {
  line-height: 1.675;
}

.mpa-shortcode.appointment-form-shortcode .mpa-button-next {
  margin-right: 15px;
}
.mpa-shortcode.appointment-form-shortcode .mpa-actions .button {
  width: calc(50% - 15px);
  padding: 1em;
}
.mpa-shortcode.appointment-form-shortcode .mpa-actions .button:hover {
  background: #1F1F1F;
  border-color: #1F1F1F;
  color: #fff;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period {
  padding: 8px 4px;
  font-size: 14px;
  border: 1px solid #888585;
  background: transparent;
  color: #1F1F1F;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period {
  padding: 8px 4px;
  font-size: 14px;
  border: 1px solid #888585;
  background: transparent;
  color: #1F1F1F;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period.mpa-time-period-selected, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period:hover {
  background-color: #DC4C63;
  border-color: #DC4C63;
  color: #F3F0EF;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
  background: transparent;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 36px;
  height: 36px;
  color: #F3F0EF;
  content: '';
  background: #DC4C63;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected::before, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover::before {
  opacity: 1;
}
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover {
color: #FFF;
}
.flatpickr-day.selected, .flatpickr-day:hover {
border-color: transparent !important;
}
.mpa-cart-total, .mpa-order-details {
display: none;
}

.mpa-booking-step .mpa-shortcode-title, .mpa-booking-step .mpa-message {
  font-weight: bold;
}
.mpa-booking-step .mpa-message {
  color: #d30229;
}
.mpa-booking-step .cell-price, .mpa-booking-step .reservation-calendar-links, .mpa-booking-step-booking button.button-primary {
  display: none !important;
}

.mpa-booking-step-payment .mpa-checkout-form::before {
  content: "Merci de valider votre demande de rendez-vous.";
  color: #d30229;
  font-weight: bold;
}