@charset "UTF-8";
/*
 * Le carre des lombes
 * Feuille de style principal
 */
/* line 5, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 14, ../compass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 18, ../compass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 24, ../compass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 25, ../compass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 26, ../compass/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 27, ../compass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 30, ../compass/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 31, ../compass/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 32, ../compass/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 37, ../compass/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 42, ../compass/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

/* line 48, ../compass/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 49, ../compass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 50, ../compass/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 52, ../compass/_flexslider.scss */
.flexslider .slides,
.flexslider .flex-direction-nav {
  list-style: none;
  margin: 0;
}

/* line 59, ../compass/_flexslider.scss */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 63, ../compass/_flexslider.scss */
.flex-direction-nav {
  *height: 0;
}

/* line 64, ../compass/_flexslider.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

/* line 65, ../compass/_flexslider.scss */
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/* line 66, ../compass/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -36px;
}

/* line 67, ../compass/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

/* line 68, ../compass/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

/* line 69, ../compass/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 70, ../compass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
/* line 73, ../compass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 74, ../compass/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 75, ../compass/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 76, ../compass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* line 77, ../compass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* line 79, ../compass/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 80, ../compass/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 81, ../compass/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 82, ../compass/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 83, ../compass/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  /* line 86, ../compass/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 87, ../compass/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* line 23, ../compass/screen.scss */
body.home h2.entry-title {
  display: none;
}

/* line 29, ../compass/screen.scss */
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #56466b;
  background-color: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(30%, #ffffff));
  background: -moz-linear-gradient(#eeeeee, #ffffff 30%);
  background: -webkit-linear-gradient(#eeeeee, #ffffff 30%);
  background: linear-gradient(#eeeeee, #ffffff 30%);
}

/* line 37, ../compass/screen.scss */
a {
  color: #b93f70;
  text-decoration: underline;
}
/* line 41, ../compass/screen.scss */
a:hover {
  color: #56466b;
}

/* line 46, ../compass/screen.scss */
strong {
  font-weight: bold;
}

/* line 50, ../compass/screen.scss */
h2, h3, p {
  margin-bottom: 20px;
}

/* line 57, ../compass/screen.scss */
#header {
  padding: 2%;
  background-color: #fff;
  -moz-box-shadow: #ccc 0 5px 10px;
  -webkit-box-shadow: #ccc 0 5px 10px;
  box-shadow: #ccc 0 5px 10px;
}
/* line 62, ../compass/screen.scss */
#header a {
  text-decoration: none;
}
/* line 66, ../compass/screen.scss */
#header img.logo {
  display: block;
  margin: 2% auto;
}

/* line 74, ../compass/screen.scss */
#content {
  clear: both;
  padding: 0 3% 3%;
}
/* line 78, ../compass/screen.scss */
#content img.attachment-slideshow.unique {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
/* line 85, ../compass/screen.scss */
#content .type-post {
  position: relative;
}
/* line 88, ../compass/screen.scss */
#content .thumbnail-clip img {
  width: 100%;
  height: auto;
}
/* line 93, ../compass/screen.scss */
#content div.post-categories {
  display: block;
  margin-top: 5px;
}

/* line 99, ../compass/screen.scss */
#post-container,
body.single .hentry,
.sidebar,
.entry-content {
  margin-top: 20px;
}

/* line 106, ../compass/screen.scss */
.hentry {
  margin-bottom: 40px;
}

/* line 110, ../compass/screen.scss */
#footer {
  padding: 2%;
  background-color: #fff;
  -moz-box-shadow: #ccc 0 -5px 10px;
  -webkit-box-shadow: #ccc 0 -5px 10px;
  box-shadow: #ccc 0 -5px 10px;
  text-align: center;
  clear: both;
}

/* line 120, ../compass/screen.scss */
#nav .menu-item {
  border: 1px solid #b93f70;
}
/* line 123, ../compass/screen.scss */
#nav .menu-item a {
  display: block;
  padding: 3%;
  color: #b93f70;
}
/* line 129, ../compass/screen.scss */
#nav .menu-item.current-menu-item {
  display: list-item !important;
}
/* line 132, ../compass/screen.scss */
#nav .menu-item.current-menu-item a:after {
  content: "▼";
  float: right;
}

/* line 141, ../compass/screen.scss */
.flex-container {
  margin: 3% 0 35px;
}
/* line 144, ../compass/screen.scss */
.flex-container img {
  height: auto;
}
/* line 148, ../compass/screen.scss */
.flex-container .attachment-title {
  color: #FDD7C4;
  font-size: 2em;
  margin-bottom: 8px;
  font-weight: normal;
  border: none;
}
/* line 156, ../compass/screen.scss */
.flex-container .attachment-caption {
  font-size: 1.5em;
  margin-bottom: 5px;
  color: #fff;
}
/* line 162, ../compass/screen.scss */
.flex-container .flex-caption {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url("images/white_carbonfiber_2.png") left top repeat;
  padding: 2%;
}
/* line 168, ../compass/screen.scss */
.flex-container .flex-caption a {
  color: white;
}

/* line 177, ../compass/screen.scss */
h2.entry-title,
.entry-content h2 {
  color: #b93f70;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #b93f70;
  line-height: 1.4em;
}
/* line 185, ../compass/screen.scss */
h2.entry-title a,
.entry-content h2 a {
  text-decoration: none;
}

/* line 192, ../compass/screen.scss */
.entry-content p {
  text-align: justify;
  line-height: normal;
}
/* line 198, ../compass/screen.scss */
.entry-content p .aligncenter {
  display: block;
  margin: 0 auto;
}
/* line 203, ../compass/screen.scss */
.entry-content p .alignleft {
  float: left;
}
/* line 207, ../compass/screen.scss */
.entry-content p .alginright {
  float: right;
}
/* line 211, ../compass/screen.scss */
.entry-content p img {
  max-width: 100%;
  height: auto;
}
/* line 216, ../compass/screen.scss */
.entry-content blockquote {
  font-style: italic;
  font-size: 1.2em;
  color: #474747;
  padding: 0 20px;
  font-family: Times New Roman, serif;
}
/* line 223, ../compass/screen.scss */
.entry-content ul {
  list-style: square outside none;
  margin: 0 0 20px 20px;
}
/* line 227, ../compass/screen.scss */
.entry-content li {
  margin-bottom: 5px;
}

/* line 235, ../compass/screen.scss */
div.puce-ronde {
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 239, ../compass/screen.scss */
div.puce-ronde ul {
  display: block;
}
/* line 242, ../compass/screen.scss */
div.puce-ronde li {
  display: block;
  background: transparent url("images/liste-puce-ronde.png") left 10px no-repeat;
  padding: 10px 10px 10px 19px;
  text-transform: uppercase;
  color: #b93f70;
  font-weight: bold;
}

/* line 252, ../compass/screen.scss */
div.liste-container {
  clear: both;
  overflow: hidden;
}
/* line 256, ../compass/screen.scss */
div.liste-container ul {
  margin-left: 90px;
}

/* line 261, ../compass/screen.scss */
div.shortcode.accolade {
  height: 145px;
  width: 90px;
  float: left;
  background: transparent url("images/liste-accolade.jpg") left top no-repeat;
}
/* line 267, ../compass/screen.scss */
div.shortcode.accolade.mentaux {
  height: 120px;
  background-position: left -145px;
}
/* line 272, ../compass/screen.scss */
div.shortcode.accolade.psychique {
  height: 120px;
  background-position: left bottom;
}

/* line 278, ../compass/screen.scss */
.rouge {
  color: #b93f70;
}

/* line 282, ../compass/screen.scss */
.fond-rouge {
  color: #fff;
  background-color: #b93f70;
  padding: 2%;
}
/* line 287, ../compass/screen.scss */
.fond-rouge p:last-child {
  margin-bottom: 0;
}

/* line 292, ../compass/screen.scss */
.cnsx-gmap-shortcode {
  max-width: 100%;
  margin: 0 auto 20px;
}

/* line 298, ../compass/screen.scss */
.sidebar {
  margin-bottom: 20px;
}

/* line 302, ../compass/screen.scss */
.widget {
  border: 5px solid #fcd3bf;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 309, ../compass/screen.scss */
.widget:last-child {
  margin-bottom: 0;
}
/* line 313, ../compass/screen.scss */
.widget .widget-header {
  background-color: #fcd3bf;
  padding-bottom: 10px;
}
/* line 317, ../compass/screen.scss */
.widget .widget-header img {
  display: block;
  margin: 0 auto;
}
/* line 323, ../compass/screen.scss */
.widget h2.widgettitle {
  color: #b93f70;
  font-size: 1.3em;
  line-height: 1.2em;
  padding: 2%;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 332, ../compass/screen.scss */
.widget div.widget-holder {
  padding: 2%;
  background-color: #fff;
}
/* line 337, ../compass/screen.scss */
.widget h3.sub-title {
  color: #b93f70;
  font-size: 1.2em;
}
/* line 342, ../compass/screen.scss */
.widget li {
  margin-bottom: 5px;
}

/* line 348, ../compass/screen.scss */
table.planning {
  margin: 20px auto;
  border: 2px solid #38294c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-collapse: separate;
}
/* line 354, ../compass/screen.scss */
table.planning tr.vide {
  height: 30px;
}
/* line 358, ../compass/screen.scss */
table.planning td, table.planning th {
  border-left: 2px solid #38294c;
  padding: 5px 0;
  text-align: center;
  width: 17%;
}
/* line 364, ../compass/screen.scss */
table.planning td:first-child, table.planning th:first-child {
  border-left: 0;
}
/* line 368, ../compass/screen.scss */
table.planning td .colore, table.planning th .colore {
  padding: 5%;
  background-color: #fad2bf;
}
/* line 374, ../compass/screen.scss */
table.planning th {
  border-bottom: 6px solid #38294c;
  font-size: 1.2em;
  font-style: italic;
}

/* line 382, ../compass/screen.scss */
div.tarif {
  margin: 5% 2%;
  padding: 2%;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #999 0 0 10px 4px;
  -webkit-box-shadow: #999 0 0 10px 4px;
  box-shadow: #999 0 0 10px 4px;
  line-height: 1.3em;
}
/* line 390, ../compass/screen.scss */
div.tarif ul {
  margin: 0;
  display: initial;
}
/* line 395, ../compass/screen.scss */
div.tarif li {
  color: #56466b;
  font-weight: normal;
  text-transform: none;
}
/* line 401, ../compass/screen.scss */
div.tarif p {
  margin: 0;
}
