﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
/****************************************
                                THEME
****************************************/
/****************************************
                                POLICES
****************************************/
/****************************************
                                COULEURS
****************************************/
body #wpadminbar {
  background: rgba(35, 40, 45, 0.7) none repeat scroll 0% 0% !important; }

/*
* exemple : <span class="fadeInUp animated delay-05"></span>
* 
* --> animation : fadeInUp,
* --> état : animé (animated),
* --> delay avant changement d'état : 0,5 seconde
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

.delay-05 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }

.delay-10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

.delay-15 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }

.delay-20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s; }

.delay-25 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s; }

.delay-30 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s; }

.delay-35 {
  animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s; }

.delay-40 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s; }

.delay-45 {
  animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s; }

.delay-50 {
  animation-delay: 5s;
  -webkit-animation-delay: 5s; }

@-webkit-keyframes clickMeOn {
  0% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  25% {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  50% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  100% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); } }
@keyframes clickMeOn {
  0% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  25% {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  50% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }
  100% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); } }
@-webkit-keyframes clickMeOnPrev {
  0% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  25% {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  50% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  100% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); } }
@keyframes clickMeOnPrev {
  0% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  25% {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  50% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); }
  75% {
    -moz-transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  100% {
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0); } }
@-webkit-keyframes panierMove {
  0% {
    background-position: 55px 22px; }
  25% {
    background-position: 50px 22px; }
  50% {
    background-position: 55px 22px; }
  75% {
    background-position: 50px 22px; }
  100% {
    background-position: 55px 22px; } }
@keyframes panierMove {
  0% {
    background-position: 55px 22px; }
  25% {
    background-position: 50px 22px; }
  50% {
    background-position: 55px 22px; }
  75% {
    background-position: 50px 22px; }
  100% {
    background-position: 55px 22px; } }
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

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

audio,
canvas,
video {
  display: -moz-inline-stack;
  display: inline-block;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

*.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

*.margin-bottom-10 {
  margin-bottom: 10px; }

*.margin-bottom-20 {
  margin-bottom: 20px; }

.acf-map {
  width: 100%;
  height: 550px;
  border: none;
  margin: 0 0 50px 0; }

.no-border {
  border: none !important; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
**/
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers. 
 */
a:hover,
a:active,
a:focus {
  outline: none; }

a {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none !important;
  color: #000000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important; }
  .bg-noir a {
    color: #ffffff; }
  a:hover, a:active, a:focus {
    color: #000000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .site-2 a:hover, .site-2 a:active, .site-2 a:focus {
      color: #d50303; }
    .site-3 a:hover, .site-3 a:active, .site-3 a:focus {
      color: #005326; }
    .site-6 a:hover, .site-6 a:active, .site-6 a:focus {
      color: #0052B2; }
    a:hover::after, a:active::after, a:focus::after {
      width: 100%;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }

.bouton,
.btn,
.wpcf7-form-control.wpcf7-submit {
  color: #000000;
  border: 1px solid #000000 !important;
  background: transparent;
  padding: 8px 22px;
  font-weight: 200;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200 !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .site-2 .bouton, .site-2
  .btn, .site-2
  .wpcf7-form-control.wpcf7-submit {
    color: #d50303;
    border-color: #d50303 !important; }
  .site-3 .bouton, .site-3
  .btn, .site-3
  .wpcf7-form-control.wpcf7-submit {
    color: #005326;
    border-color: #005326 !important; }
  .site-6 .bouton, .site-6
  .btn, .site-6
  .wpcf7-form-control.wpcf7-submit {
    color: #0052B2;
    border-color: #0052B2 !important; }
  .bouton:hover, .bouton:focus, .bouton:active,
  .btn:hover,
  .btn:focus,
  .btn:active,
  .wpcf7-form-control.wpcf7-submit:hover,
  .wpcf7-form-control.wpcf7-submit:focus,
  .wpcf7-form-control.wpcf7-submit:active {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    color: #ffffff !important; }
    .site-2 .bouton:hover, .site-2 .bouton:focus, .site-2 .bouton:active, .site-2
    .btn:hover, .site-2
    .btn:focus, .site-2
    .btn:active, .site-2
    .wpcf7-form-control.wpcf7-submit:hover, .site-2
    .wpcf7-form-control.wpcf7-submit:focus, .site-2
    .wpcf7-form-control.wpcf7-submit:active {
      background: #d50303; }
    .site-3 .bouton:hover, .site-3 .bouton:focus, .site-3 .bouton:active, .site-3
    .btn:hover, .site-3
    .btn:focus, .site-3
    .btn:active, .site-3
    .wpcf7-form-control.wpcf7-submit:hover, .site-3
    .wpcf7-form-control.wpcf7-submit:focus, .site-3
    .wpcf7-form-control.wpcf7-submit:active {
      background: #005326; }
    .site-6 .bouton:hover, .site-6 .bouton:focus, .site-6 .bouton:active, .site-6
    .btn:hover, .site-6
    .btn:focus, .site-6
    .btn:active, .site-6
    .wpcf7-form-control.wpcf7-submit:hover, .site-6
    .wpcf7-form-control.wpcf7-submit:focus, .site-6
    .wpcf7-form-control.wpcf7-submit:active {
      background: #0052B2; }

/* ==========================================================================
   Liste
   ========================================================================== */
ul, ol {
  padding-left: 22px;
  margin-bottom: 16px; }
  ul li, ol li {
    margin: 10px 0;
    font-weight: normal; }

ul li {
  list-style-type: square; }

ul.no-list-style li {
  list-style: none !important; }

ul.page-numbers {
  display: block;
  width: auto;
  position: relative;
  margin: 0 auto; }

ul.page-numbers li {
  display: inline-block;
  float: left;
  width: auto;
  padding: 0 5px;
  list-style: none; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 2em 0 1em;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.3em;
  font-weight: normal !important;
  text-transform: uppercase; }

h1, h2.h1 {
  font-size: 30px;
  font-size: 3rem; }
  h1 span, h2.h1 span {
    font-family: "Open Sans", Arial, sans-serif !important; }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 25px;
  font-size: 2.5rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 14px;
  font-size: 1.4rem; }

/* Paragraphe */
p {
  margin: 0 0 20px;
  font-weight: normal; }
  p:last-child {
    margin-bottom: 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: blod;
  font-family: "Open Sans", Arial, sans-serif; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img, iframe {
  border: 0;
  height: auto;
  max-width: 100%;
  width: auto; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid;
  margin: 0 0 3em;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-right: 10px;
  float: left;
  text-align: left;
  width: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

label {
  display: block; }

label.inline[for="rememberme"] {
  display: block;
  clear: both; }
label.inline input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: auto;
  margin-top: 2px; }

input, textarea {
  padding: 3px 5px;
  max-width: 100%; }

textarea {
  height: 140px;
  resize: none; }

form .titre {
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  display: block;
  margin-top: -30px;
  line-height: 1; }
  form .titre .fa {
    font-size: 70px;
    position: relative;
    top: 10px;
    margin-left: 15px;
    line-height: 1; }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.table > div {
  display: table-cell; }

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

.alignright {
  float: right; }

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

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px; }

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

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%; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/* Formular
----------------------------------------------------------------------------------------------------*/
form {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*input, textarea{
      @include box-sizing;
      display: block;
      width: 100%;
      color: $gris;
  }*/ }
  form .label-obligatoire {
    position: absolute;
    bottom: 6px;
    right: 6px;
    color: red; }
  form .label-obligatoire.textarea {
    bottom: 40%; }
  form .consignes {
    width: 50%;
    display: inline-block;
    float: left;
    color: #CACACA;
    text-align: left !important; }
    form .consignes .obligatoire {
      color: crimson; }
  form .submit-field {
    width: 50%;
    display: inline-block;
    float: right; }
    form .submit-field .wpcf7-submit {
      border: 1px solid #CACACA;
      color: #CACACA;
      font-family: "Open Sans", Arial, sans-serif;
      text-transform: uppercase;
      background: #ffffff url("../images/icone-bouton-small.png") no-repeat left top;
      padding: 0px 10px 0px 30px;
      margin: 0px;
      display: inline-block;
      height: 18px;
      overflow: hidden;
      font-size: 0.75em;
      line-height: 16px;
      width: auto;
      float: right;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      form .submit-field .wpcf7-submit:hover, form .submit-field .wpcf7-submit:focus, form .submit-field .wpcf7-submit:active {
        background-color: #CACACA;
        color: #ffffff; }
  form fieldset {
    margin-bottom: 0;
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    border: none;
    padding: 0; }
    form fieldset.form-submit {
      margin-top: 15px; }
    form fieldset label {
      position: relative;
      font-weight: normal; }
      form fieldset label .fa {
        position: absolute;
        display: inline-block;
        width: 24px;
        text-align: center;
        top: 0;
        left: 0;
        background: #CACACA;
        border: 1px solid #CACACA;
        color: #ffffff;
        padding: 4px;
        z-index: 5; }
      form fieldset label input,
      form fieldset label textarea {
        padding-left: 28px; }
    form fieldset .input-group-lg .form-control {
      height: 46px; }
    form fieldset .input-group-addon {
      color: #ffffff;
      border: none;
      -moz-border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important; }
      .site-2 form fieldset .input-group-addon {
        background-color: #d50303; }
      .site-3 form fieldset .input-group-addon {
        background-color: #005326; }
      .site-6 form fieldset .input-group-addon {
        background-color: #0052B2; }
    form fieldset .form-control {
      color: #CACACA;
      -moz-border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      border-radius: 0 !important;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
      .site-2 form fieldset .form-control {
        border: 2px solid #d50303; }
      .site-3 form fieldset .form-control {
        border: 2px solid #005326; }
      .site-6 form fieldset .form-control {
        border: 2px solid #0052B2; }
    form fieldset br {
      display: none; }
    form fieldset div {
      position: relative;
      margin: 0px 0px 8px; }
      form fieldset div.input-group {
        width: 100%; }
    form fieldset span.label {
      position: relative;
      width: 20%;
      display: inline-block;
      text-align: right;
      padding-right: 5px;
      vertical-align: top;
      margin-top: 5px; }
    form fieldset span.wpcf7-form-control-wrap {
      position: relative;
      width: 100%;
      display: block; }
    form fieldset .titre-select {
      color: #ffffff;
      padding-left: 30px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0; }
  form .wpcf7-not-valid-tip {
    display: none; }
  form .wpcf7-not-valid {
    border-color: crimson !important; }
  form .wpcf7-validation-errors {
    border-color: crimson !important; }
  form .wpcf7-response-output {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding-left: 24px;
    top: 15px;
    position: relative; }
    .site-2 form .wpcf7-response-output {
      color: #d50303; }
    .site-3 form .wpcf7-response-output {
      color: #005326; }
    .site-6 form .wpcf7-response-output {
      color: #0052B2; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
input:-moz-placeholder {
  color: #000000;
  font-weight: normal; }

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  padding: 0;
  margin: 0; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 300;
  font-family: "Open Sans", Arial, sans-serif;
  background: #ffffff;
  color: #000000;
  margin-top: 0;
  overflow-x: hidden;
  letter-spacing: 1px; }

.wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background: transparent; }

.inner-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 30px; }

.bg-page {
  background-color: #ffffff; }
  .site-2 .bg-page {
    background: #ffffff url("../images/bg-page.jpg") no-repeat left top;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; }

.absolute {
  position: absolute;
  left: 0;
  top: 0;
  display: block; }

.absolute-anchor {
  position: relative; }

.content_block {
  border-top: 1px solid #000000;
  display: block;
  clear: both;
  width: 100%; }
  .home .content_block {
    border: none !important; }

p.copyright {
  width: 100%;
  margin: 30px 0px 50px;
  font-size: 1.5rem;
  text-align: center;
  clear: both;
  display: block;
  position: relative; }
  p.copyright a {
    background: transparent;
    font-size: 11px;
    font-size: 1.5rem; }
    p.copyright a span {
      color: #000000; }

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/
#header {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0 !important;
  background: #ffffff; }
  #header .inner-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  #header .inside {
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 50; }
  #header #homeBanner {
    z-index: 5; }

#logo {
  display: inline-block;
  margin: 0;
  float: left;
  padding: 0; }
  #logo h1 {
    margin: 0 !important;
    line-height: 1em !important;
    padding: 0 !important;
    font-size: 1.5em;
    font-weight: bold;
    color: #555555; }

#header h1 {
  font-size: 1.5em;
  color: #555555;
  margin: 0; }
  #header h1 a, #header h1 a:hover {
    color: #555555 !important; }

/* Top level navigation */
#mainNav {
  /*right: 0;
  position: absolute; 
  top: 50%; 
  height: 20px; 
  margin-top: -10px;
  display: inline-block;*/
  position: absolute;
  top: 20px;
  right: 30px;
  display: inline-block;
  height: auto;
  margin: 0px; }

#mainNav li {
  margin: 0 0 0 1.5em;
  display: inline-block;
  padding: 0; }

#mainNav ul a {
  line-height: 1;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: uppercase; }
  .site-2 #mainNav ul a {
    color: #d50303; }
  .site-3 #mainNav ul a {
    color: #005326; }
  .site-6 #mainNav ul a {
    color: #0052B2; }

#mainNav > ul > li > a {
  padding: 20px 0px 30px; }

#mainNav ul ul a {
  line-height: 15px;
  font-weight: 200;
  border-top: none; }

#mainNav ul li.current a,
#mainNav ul li.current-cat a,
#mainNav ul li.current_page_item a,
#mainNav ul li.current-menu-item a,
#mainNav ul li.current-post-ancestor a,
#mainNav ul li.current-page-ancestor a,
.single-post #mainNav ul li.current_page_parent a,
#mainNav ul li.current-category-parent a,
#mainNav ul li.current-category-ancestor a,
#mainNav ul li.current-portfolio-ancestor a,
#mainNav ul li.current-projects-ancestor a {
  text-decoration: none;
  color: #000000 !important; }

#mainNav ul li.sfHover a,
#mainNav ul li a:hover,
#mainNav ul li:hover {
  text-decoration: none;
  color: #000000; }

/* Second level+ dropdowns */
#mainNav ul ul {
  /*padding: 20px 0px 0 0px !important;
  margin-top: -10px;
  background: #fff;
  border: 1px solid $noir;
  -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.1);
  box-shadow: 0 0px 6px rgba(0,0,0,0.1);*/
  position: absolute;
  padding: 0px;
  background: #ffffff;
  margin-left: 0px;
  z-index: 50;
  margin-top: -20px;
  max-height: 0px;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  #mainNav ul ul ul {
    display: none; }

#mainNav > ul > li:hover ul {
  max-height: 1000px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

#mainNav ul ul li {
  /*float: none;
  background: none;
  margin: 0 5px 10px 15px !important;*/
  display: block;
  width: 100%;
  clear: both; }

#mainNav ul ul li a {
  padding: 0px 0 10px 0;
  font-weight: 200;
  border: none !important; }

.article-header {
  display: block;
  background: #000000;
  color: #ffffff; }
  .site-3 .article-header {
    background: #476B31; }
  .article-header .inner-wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .article-header h1 {
    margin: 3px 0px;
    font-weight: 200 !important;
    font-size: 40px;
    font-size: 4rem; }
    .site-2 .article-header h1 {
      color: #FFB800; }
    .site-3 .article-header h1 {
      color: #9DC037; }
    .site-6 .article-header h1 {
      color: #01A8F3; }

/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/
#content {
  margin: 0 0 20px 2.5%;
  padding: 0 0 0 0 !important;
  width: 62.5%;
  float: left; }

#content .videoContainer {
  margin-top: -20px; }

#content.full {
  margin: 0 0 20px 2.5%;
  padding: 0 0 0 0 !important;
  width: 95%; }

#content.full.grid {
  margin: 0 0 20px 0%; }

.home #content.full, .page-template-page-home-php #content.full {
  width: 100%; }

#content.fullProjects {
  width: 100%; }

#content .post {
  margin: 0 0 30px 0px;
  position: relative;
  background: transparent url(images/dotted_line.gif) bottom repeat-x;
  padding-bottom: 10px;
  min-height: 250px;
  width: 98%; }

#content .post h1 {
  font-size: 1.2em; }

.search #content .post {
  min-height: 50px; }

.page #content .post {
  margin: 0 0 0px 0px;
  border: none; }

.post .meta, .attachment .meta {
  margin: -5px 0 25px 0;
  padding: 0 0 0px 0;
  font-size: .75em;
  line-height: 1.5em; }

#content .post.lastPost {
  background: none; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000000; }

/*#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{
    color: #a7a7a3 ;
}*/
#content .postThumb {
  margin: 0 0 20px 0 !important; }

#pageHead {
  padding: 20px 0 20px 0;
  margin: 0 2.5% 30px 2.5%;
  border-top: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde; }

#pageHead h1 {
  font-size: 1.4em;
  line-height: .7em;
  padding: 0;
  margin-bottom: 0;
  display: block;
  color: #555555;
  font-family: "Droid Serif", "Georgia", serif; }

#pageHead p {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  color: #b2b2b2;
  line-height: 1em; }

/*Home ------------------*/
#homeBanner {
  display: block;
  margin: 0px auto 0;
  width: 100%;
  position: relative;
  padding-top: 1px;
  overflow: hidden;
  background-color: #dddddd; }

#bannerText {
  position: absolute;
  top: 250px;
  text-align: center;
  width: 100%;
  z-index: 50; }

#homeBanner h2 {
  text-align: left;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin: 0 auto 0px;
  padding: 0 0px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 200 !important; }
  .site-2 #homeBanner h2, .site-6 #homeBanner h2 {
    color: #000000; }
  .site-3 #homeBanner h2 {
    color: #005326; }

#homeBanner p {
  text-align: left;
  color: #ffffff;
  display: block;
  position: relative;
  margin: 1px auto 1px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 200 !important; }
  .site-2 #homeBanner p {
    color: #d50303; }
  .site-3 #homeBanner p {
    color: #005326; }

.homeSection {
  margin-bottom: 20px !important;
  width: 100%; }

.homeSection h3 {
  font-size: 1em;
  margin: 0 auto 30px;
  clear: both;
  background: transparent url(images/line.gif) 0 center repeat-x;
  color: #555555;
  text-align: center;
  font-family: "Droid Serif", "Georgia", serif;
  width: 95%;
  text-transform: uppercase; }

.homeSection h3 span {
  background: #fff;
  padding: 10px; }

#content .page.small {
  width: 300px;
  min-height: 280px;
  display: block;
  margin: 0 0 25px 25px;
  padding-bottom: 0px;
  float: left;
  background: #fff;
  text-align: center; }

#content .moreLink {
  display: block;
  font-family: "Droid Serif", "Georgia", serif; }

#content .page.small .thumb {
  margin-bottom: 15px; }

#content .page.small h2 {
  font-size: 1em;
  line-height: 1.3em;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

#content .page.small p {
  margin: 0 20px 0px 20px; }

.contact-form h1, .contact-form h2, .contact-form h3, .contact-form h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 0px 40px; }

/*Column Shortcodes------------------*/
.one_half {
  width: 48%; }

.one_third {
  width: 30%; }

.two_third {
  width: 65.33%; }

.one_half,
.one_third,
.two_third {
  position: relative;
  margin-right: 3%;
  float: left; }

.last {
  margin-right: 0 !important;
  clear: right; }

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%; }

/*Buttons------------------*/
a.button, #footer a.button, #searchsubmit {
  /*, input[type="submit"]*/
  background: #757575;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 15px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 5px 0 0;
  line-height: normal !important; }

a.button, #footer a.button {
  padding: 6px 15px 5px; }

#searchsubmit {
  padding: 5px 15px 6px; }

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
  background-color: #595959;
  color: #fff; }

.bouton {
  position: relative;
  outline: medium none;
  display: inline-block;
  width: auto;
  margin: 5px 0px;
  padding: 8px 20px;
  background: transparent none repeat scroll 0% 0%;
  border: 2px solid #CACACA;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: inherit;
  color: inherit;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -o-border-radius: none;
  -ms-border-radius: none;
  border-radius: none; }

.bouton:after {
  content: '';
  position: absolute;
  z-index: -1;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

/*Projects------------------*/
#projects {
  margin: 0 0 0 0;
  width: 100%;
  padding: 0;
  float: left;
  display: block;
  position: relative; }

#projects .thumbs {
  margin: 0 auto;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden; }

#content #projects li {
  padding: 0;
  background: none; }

#content .project.small {
  width: 30%;
  height: auto;
  margin: 0 0 25px 25px;
  padding-bottom: 0px;
  cursor: pointer;
  background-color: #dfdfdf; }

#content .project.small .inside {
  background-color: #dc4e00; }

#content .project.small a {
  position: relative;
  display: block; }

.project.small .inside a img {
  width: 100%;
  height: auto; }

.project.small .inside a img,
.project.small .inside a:hover span,
.project.small .inside a.touch-hover span {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.project.small .inside a:hover img,
.project.small .inside a.touch-hover img,
.project.small .inside a span {
  opacity: 0.1; }

#content .project.small .title {
  font-size: .75em;
  color: #7d7d7b;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  width: 100%; }

#content .project.small .title span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

.projectNav {
  margin: -16px 0 0 0;
  padding-top: 0;
  float: right; }

.projectNav a {
  display: inline-block !important;
  font-size: .75em;
  color: #7d7d7b; }

.projectNav a:hover {
  color: #484848; }

.projectNav div {
  float: left;
  margin-right: 20px; }

#content .skillList {
  padding: 0 !important;
  margin: 0 0 20px 0 !important; }

.skillList li {
  background: none;
  margin: 0 5px 5px 0 !important;
  display: inline-block; }

.skillList li span a {
  font-size: 1em;
  background: #f0f0f0;
  display: inline-block;
  color: #7d7d7b !important;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 7px 8px 7px !important;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

.skillList li span a:hover {
  background: #6a6a6a;
  color: #fff !important; }

/*Project Filter Navigation------------------*/
#content .filterWrap {
  text-align: center; }

#content #filterNav {
  padding: 0 !important;
  margin: 0 auto 20px auto !important;
  width: 95%; }

#content #filterNav li {
  padding: 0px 0 0 0;
  background: none;
  margin: 0 8px 8px 0;
  display: inline-block; }

#filterNav li a {
  font-size: 1em;
  background: #f0f0f0;
  display: inline-block;
  color: #7d7d7b !important;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 7px 8px 7px !important;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

#filterNav li a:hover {
  background: #6a6a6a;
  color: #fff !important; }

#filterNav .selected, #filterNav a.selected:hover {
  background: #6a6a6a;
  color: #fff !important; }

/*Images------------------*/
#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px !important;
  margin-top: 4px; }

#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px; }

/*Gallery------------------*/
.gallery {
  padding-top: 15px;
  margin-bottom: 25px !important; }

.gallery-item {
  margin-top: 0px !important;
  margin-bottom: 25px !important; }

.gallery img {
  border: none !important; }

/*Lists------------------*/
#content ul {
  margin: 0 0 25px 20px;
  list-style-type: disc; }

#content ul li {
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: .75em; }

#content ol li {
  margin: 0 0 10px 0;
  line-height: 1.4em; }

#content ol {
  margin: 0 0 20px 20px; }

#content ul ul, #content ol ul, #content ul ol, #content ol ol {
  padding-top: 10px; }

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li {
  font-size: 1em !important; }

/* FANCYBOX */
body .fancybox-nav span {
  visibility: visible !important; }

body .fancybox-next span {
  right: -10px;
  background: #ffffff !important; }

body .fancybox-prev span {
  left: -10px;
  background: #ffffff !important; }

body .fancybox-next span,
body .fancybox-prev span {
  width: 36px;
  height: 36px;
  text-align: center; }

body .fancybox-next span .fa,
body .fancybox-prev span .fa {
  font-size: 34px;
  font-weight: normal;
  position: relative;
  color: #000000 !important; }

body .fancybox-next span .fa {
  color: #000000;
  padding-right: 1px; }

body .fancybox-prev span .fa {
  color: #000000;
  padding-left: 1px; }

body .fancybox-close {
  width: 36px;
  height: 36px;
  background: #ffffff !important;
  text-align: center;
  top: -14px;
  right: -14px; }

body .fancybox-close .fa {
  color: #000000;
  font-weight: normal;
  position: relative;
  top: 5px;
  padding-left: 1px; }

/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

.wpcf7-response-output.wpcf7-display-none {
    display: none;
}
#footer {
  background: #CACACA;
  color: #ffffff; }
  .site-3 #footer {
    background: #9DC037; }
  #footer p {
    margin: 0px 0px 15px; }
  #footer .border-right {
    border-right: 1px solid #ffffff; }
  #footer .row > .col-md-6.padding-right {
    padding-right: 50px; }
  #footer .row > .col-md-6.padding-left {
    padding-left: 50px; }
  #footer .widget_nav_menu ul {
    display: inline-block;
    width: auto;
    float: right;
    text-align: right; }
    #footer .widget_nav_menu ul li {
      display: inline-block;
      width: auto; }
      #footer .widget_nav_menu ul li a {
        color: #ffffff;
        padding: 0 10px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        #footer .widget_nav_menu ul li a:hover, #footer .widget_nav_menu ul li a:active, #footer .widget_nav_menu ul li a:focus {
          background: transparent !important;
          text-decoration: underline;
          -moz-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -ms-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      #footer .widget_nav_menu ul li:last-child {
        border-right: none; }
        #footer .widget_nav_menu ul li:last-child a {
          padding-right: 0; }
  #footer .main .widget_nav_menu .menu,
  #footer .secondary .widget_nav_menu .menu {
    margin-left: -35px; }
    #footer .main .widget_nav_menu .menu > li,
    #footer .secondary .widget_nav_menu .menu > li {
      position: relative; }
      #footer .main .widget_nav_menu .menu > li > a,
      #footer .secondary .widget_nav_menu .menu > li > a {
        font-weight: bold;
        text-transform: uppercase; }
      #footer .main .widget_nav_menu .menu > li > *,
      #footer .secondary .widget_nav_menu .menu > li > * {
        display: block;
        clear: both; }
  #footer .main .widget_nav_menu ul,
  #footer .secondary .widget_nav_menu ul {
    display: inline-block;
    width: auto;
    float: left;
    text-align: left; }
    #footer .main .widget_nav_menu ul li,
    #footer .secondary .widget_nav_menu ul li {
      display: inline-block;
      width: auto; }
      #footer .main .widget_nav_menu ul li a,
      #footer .secondary .widget_nav_menu ul li a {
        color: #000000;
        padding: 0 10px;
        min-height: 12px;
        -moz-transition: all 3s;
        -webkit-transition: all 3s;
        -o-transition: all 3s;
        -ms-transition: all 3s;
        transition: all 3s; }
        #footer .main .widget_nav_menu ul li a:hover, #footer .main .widget_nav_menu ul li a:active, #footer .main .widget_nav_menu ul li a:focus,
        #footer .secondary .widget_nav_menu ul li a:hover,
        #footer .secondary .widget_nav_menu ul li a:active,
        #footer .secondary .widget_nav_menu ul li a:focus {
          background: transparent !important;
          text-decoration: underline !important;
          -moz-transition: all 3s;
          -webkit-transition: all 3s;
          -o-transition: all 3s;
          -ms-transition: all 3s;
          transition: all 3s; }
      #footer .main .widget_nav_menu ul li:last-child,
      #footer .secondary .widget_nav_menu ul li:last-child {
        border-right: none; }
        #footer .main .widget_nav_menu ul li:last-child a,
        #footer .secondary .widget_nav_menu ul li:last-child a {
          padding-right: 0; }
    #footer .main .widget_nav_menu ul ul,
    #footer .secondary .widget_nav_menu ul ul {
      margin-top: 10px; }
      #footer .main .widget_nav_menu ul ul li,
      #footer .secondary .widget_nav_menu ul ul li {
        display: block;
        clear: both; }
  #footer .main .widget_nav_menu > ul > li > a,
  #footer .secondary .widget_nav_menu > ul > li > a {
    font-weight: 600; }
    .site-6 #footer .main .widget_nav_menu > ul > li > a, .site-6
    #footer .secondary .widget_nav_menu > ul > li > a {
      color: #0052B2; }
  #footer .mentions-legales {
    display: inline-block;
    width: auto;
    font-size: 10px;
    position: absolute;
    right: 50px;
    bottom: -7px;
    margin: 0;
    padding: 0; }
    #footer .mentions-legales p {
      margin: 0;
      padding: 0; }
    #footer .mentions-legales a {
      color: #000000 !important;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      #footer .mentions-legales a:hover {
        text-decoration: underline !important;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
  #footer .tw-recent-posts {
    display: block;
    background: #bbbbbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 2px 20px; }
    #footer .tw-recent-posts .hidden {
      font-family: "Open Sans", Arial, sans-serif;
      line-height: 1.3em;
      font-weight: normal !important;
      text-transform: uppercase;
      display: block !important;
      clear: both;
      font-size: 22px;
      font-size: 2.2rem;
      margin: 10px 0 5px;
      color: #000000; }
    #footer .tw-recent-posts .featured-post .front-actu-title {
      font-family: "Open Sans", Arial, sans-serif;
      line-height: 1.3em;
      font-weight: normal !important;
      text-transform: uppercase;
      float: left;
      display: inline-block;
      width: 48%; }
      #footer .tw-recent-posts .featured-post .front-actu-title a {
        line-height: 1.4em;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: initial;
        color: #000000;
        display: block;
        margin-bottom: 10px; }
    #footer .tw-recent-posts .featured-post > a {
      float: right;
      display: inline-block;
      width: 48%; }
      #footer .tw-recent-posts .featured-post > a img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    #footer .tw-recent-posts .featured-post .excerpt {
      float: left;
      display: inline-block;
      width: 48%;
      color: black;
      font-size: 14px; }
      #footer .tw-recent-posts .featured-post .excerpt a {
        color: #000000; }
  #footer .widget-groupe {
    padding-bottom: 65px; }
    #footer .widget-groupe .textwidget a {
      position: absolute;
      bottom: 0px;
      left: 50px;
      display: block;
      background: #ffffff;
      width: 2000px; }
      .site-2 #footer .widget-groupe .textwidget a {
        background: #FFCD33; }
      .site-3 #footer .widget-groupe .textwidget a {
        background: #FFCD33;
        left: inherit;
        right: 100%;
        margin-right: -355px; }
        .site-3 #footer .widget-groupe .textwidget a img {
          float: right; }
      #footer .widget-groupe .textwidget a img {
        height: auto;
        width: auto;
        max-width: inherit; }

#footer .inside {
  margin: 0 auto 0;
  padding: 0px 0 0; }

#footer.light {
  background: #f3f3f3;
  color: #a2a2a2;
  border-top: 5px solid #eeeeee; }

#footer .widgetBox h3 {
  color: #6f6f6e; }

#footer.light .widgetBox h3 {
  color: #a2a2a2; }

#footer .meta {
  color: #919191; }

#footer.light .meta {
  color: #cccccc; }

#footer .main {
  padding: 20px 0 10px 0;
  margin: 0 0 0 0; }
  #footer .main .border-left {
    border-left: 1px solid #ffffff; }
  #footer .main .widget_black_studio_tinymce p,
  #footer .main .widget_black_studio_tinymce a {
    color: #ffffff;
    font-weight: 200; }
    #footer .main .widget_black_studio_tinymce p strong,
    #footer .main .widget_black_studio_tinymce a strong {
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem; }

.footerBox {
  margin: 0 0 40px 20px;
  float: left;
  position: relative; }

.footerBox p {
  padding: 0; }

#footer a {
  color: #fff; }

#footer.light a {
  color: #939393; }

#footer a:hover {
  color: #fff; }

#footer.light a:hover {
  color: #6d6d6d; }

#footer .secondary {
  margin: 0 25px 0;
  padding: 20px 0 0; }
  #footer .secondary .widget_black_studio_tinymce p,
  #footer .secondary .widget_black_studio_tinymce a {
    font-size: 12px;
    color: #000000; }

#footer.light .secondary {
  border-top: 1px solid #dfdfdf; }

#footer .secondary .left {
  float: left; }

#footer .secondary .right {
  float: right; }

.site-2 #footer .main,
.site-3 #footer .main,
.site-6 #footer .main {
  padding: 20px 0px 50px;
  border-bottom: 1px solid #ffffff; }

/*////////////////////////////////////////////////////////////////////
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/
#sidebar {
  margin-right: 2.5%; }

.sidebarBox {
  position: relative;
  margin: 0 0 30px 0; }

#sidebar p {
  margin-bottom: 12px; }

#sidebar li {
  font-size: .75em; }

#sidebar .avatar {
  float: left;
  margin: 0 20px 15px 0 !important;
  padding-top: 3px; }

/*/////////////////////////////////////////////////////////////////////
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/
#footer .widgetBox a, #sidebar .widgetBox a {
  line-height: 1.5em; }

#footer .widgetBox {
  float: left;
  margin-left: 25px;
  margin-bottom: 30px; }

#sidebar .widgetBox {
  margin-bottom: 30px !important; }

#sidebar .widgetBox h3,
#footer .widgetBox h3 {
  font-size: .75em;
  font-weight: bold;
  color: #606060;
  font-family: "Droid Serif", Georgia, Times, "Times New Roman", serif; }

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {
  font-style: italic; }

#sidebar ul, #footer ul {
  margin: 0 0 0 0;
  padding: 0px 0 0 0;
  line-height: 1em;
  background: none;
  position: relative; }

#sidebar ul li, #footer ul li {
  padding: 0px 0 0px 0;
  margin: 0 0 10px 0;
  line-height: 1em;
  background: none;
  font-size: .75em; }

#sidebar ul li p, #footer ul li p {
  line-height: 1.3em;
  margin: 0; }

#sidebar ul li h2, #footer ul li h2 {
  font-size: 13px;
  margin: 0 0 0px 0;
  padding: 0 !important;
  line-height: 1em;
  font-weight: normal; }

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
  background: none;
  margin: 0;
  padding: 0;
  border: none; }

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  border: none; }

/*Search------------------*/
.widget_search {
  display: block;
  padding: 0 !important; }

.widget_search h3 {
  display: none; }

.widget_search:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .widget_search {
  display: block; }

* html .widget_search {
  height: 1%; }

#s {
  margin: 0 0px 0 0;
  padding: 7px .7em 7px .7em !important;
  line-height: normal !important;
  width: 85%;
  color: #9a9a9a; }

#searchsubmit {
  font-size: 11px !important;
  margin: 0 !important;
  border-left: none;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  float: right;
  border: none;
  height: 30px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-position: 0 -1px; }

/*Recent Posts Widget------------------*/
#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
  margin: 0 0 0 0 !important;
  display: block;
  padding: 3px 0 0 0;
  color: #444443; }

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
  font-size: 13px !important;
  margin-bottom: 2px; }

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
  line-height: 1.1em; }

.ttrust_recent_posts .firstPost p {
  margin-bottom: 10px; }

.secondaryPost {
  padding: 10px 0 0px 0; }

.ttrust_recent_posts .thumb {
  float: left;
  margin: 0 12px 0 0;
  padding: 3px;
  background: #f0f0f0;
  border: 1px solid #e1e1e1; }

.ttrust_recent_posts li {
  margin-bottom: 20px !important;
  border: none;
  display: block; }

/*Calendar Widget--------------------*/
table#wp-calendar {
  width: 216px; }

table#wp-calendar td, table#wp-calendar th {
  text-align: left; }

table#wp-calendar td {
  color: #b0b0ad;
  padding-top: 10px; }

table#wp-calendar td a {
  font-weight: bold; }

#wp-calendar caption {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdad8;
  font-size: 14px;
  font-weight: bold; }

/*Tag Widget--------------------*/
.widget_tag_cloud a {
  font-size: 11px !important;
  padding: 5px 7px 5px 7px;
  display: block;
  float: left;
  margin: 0 5px 5px 0; }

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f3f3f3; }

.widget_tag_cloud:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.widget_tag_cloud {
  display: inline-block; }

html[xmlns] .widget_tag_cloud {
  display: block; }

* html .widget_tag_cloud {
  height: 1%; }

/*Twitter Widget--------------------*/
#twitterBox {
  margin: 0 0 10px 0; }

ul#twitter_update_list li {
  line-height: 1.4em !important;
  margin-bottom: 15px; }

.twitterLink a {
  font-style: italic; }

/*Flickr Widget--------------------*/
#flickrBox .flickrImage {
  float: left;
  margin: 0 12px 12px 0;
  padding: 3px;
  background: #3a3a3a;
  border: 1px solid #464646; }

#sidebar #flickrBox .flickrImage {
  background: #dbdbdb;
  border: 1px solid #cfcfcf; }

#flickrBox .flickrImage img {
  width: 50px;
  height: 50px;
  float: left; }

/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
.pagination {
  width: 98%;
  padding: 0 0 20px;
  clear: both;
  margin: 0 0 15px 0; }

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
  display: inline-block;
  float: left;
  width: auto !important;
  height: 24px;
  line-height: 24px;
  margin: 0 5px 0 0;
  padding: 0 8px;
  text-align: center;
  text-decoration: none; }

.pagination-prev a,
.pagination-next a {
  float: none;
  margin: 0px; }

.pagination-prev,
.pagination-next {
  float: left;
  width: auto;
  margin: 0px; }

.pagination-prev {
  float: right; }

.wp-pagenavi .pages {
  float: right;
  margin: 0px; }

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }
  .gallery .gallery-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important; }
    .col-md-12 .gallery .gallery-item {
      width: 33%;
      min-height: 285px; }
      @media screen and (max-width: 767px) {
        .col-md-12 .gallery .gallery-item {
          width: 100%;
          min-height: 285px; } }
    .gallery .gallery-item a {
      width: 100%;
      display: block;
      overflow: hidden;
      padding: 0 15px 30px; }
      .gallery .gallery-item a img {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0; }

.gallery-item a, .gallery-caption {
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #000; }

/*////////////////////////////////////////////////////////////////////
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/
.slideshow {
  margin: 0 3% 0 3%;
  position: relative; }
  .slideshow .slides {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .slideshow .slides li {
      margin: 0; }

.home.blog .slideshow {
  margin-bottom: 30px; }

#content .flexslider {
  margin: 0 !important; }

.slideshow li, #content .flexslider li, #content .flexslider ol {
  list-style: none !important;
  list-style-type: none !important; }

#content .flexslider ol {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

#content .flexslider .slides {
  margin: 0; }

/* FlexSlider Theme------------------*/
.flexslider {
  min-height: 100px;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  zoom: 1; }

.flexslider .slides li {
  margin-bottom: 0 !important; }

.flexslider .slides li p {
  margin: 0 !important; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

.flexslider .slides img {
  height: auto; }

.flex-direction-nav, .flex-control-nav, .flex-caption {
  margin-bottom: 0 !important; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  display: inline-block;
  width: auto;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: .9em !important;
  line-height: 1.3em; }

.flex-caption p {
  font-size: .9em !important;
  margin-bottom: 0; }

/* Direction Nav */
.flex-direction-nav {
  position: absolute;
  width: 100%;
  margin: 0 !important;
  left: 0;
  top: 50%; }

.flex-direction-nav li a {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease; }

.flex-direction-nav li a {
  z-index: 100;
  width: 30px !important;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(images/flexslider/direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px; }

.flex-direction-nav li a.flex-next {
  background-position: -30px 0;
  right: 20px !important; }

.single-product .flex-direction-nav li a.flex-next {
  right: -5px !important; }

.flex-direction-nav li a.flex-next:hover {
  background-position: -30px -30px; }

.flex-direction-nav li a.flex-prev {
  background-position: 0 0;
  left: 20px !important; }

.flex-direction-nav li a.flex-prev:hover {
  background-position: 0 -30px; }

.flex-direction-nav li a.disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  position: absolute !important;
  bottom: 20px !important;
  right: 3% !important;
  width: auto !important; }

.flex-control-nav li {
  margin: 0 0 0 5px !important;
  display: inline-block !important;
  zoom: 1;
  *display: inline !important; }

.flex-control-nav li:first-child {
  margin: 0 !important; }

.flex-control-nav li a {
  width: 13px !important;
  height: 13px !important;
  display: block !important;
  background: rgba(255, 255, 255, 0.3) !important;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3) !important; }

.flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.7) !important; }

.flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7) !important;
  cursor: default !important; }

.damier-container {
  position: relative;
  display: block;
  margin-bottom: 40px; }
  .damier-container .damier-titre-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center; }
  .damier-container .damier-titre {
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
    font-weight: 200; }
    .damier-container .damier-titre .titre {
      font-weight: 200; }
    .damier-container .damier-titre .line {
      position: absolute;
      top: 18px;
      height: 1px;
      background: #000000;
      width: 550px; }
      .damier-container .damier-titre .line.left {
        left: -570px; }
      .damier-container .damier-titre .line.right {
        right: -570px; }
  .damier-container .damier-item {
    position: relative;
    display: bloc; }
    .damier-container .damier-item .titre {
      text-transform: uppercase;
      margin: 10px 0 0;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 200;
      min-height: 32px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .damier-container .damier-item .figure {
      display: block;
      overflow: hidden; }
      .damier-container .damier-item .figure a {
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        display: block; }
    .site-3 .damier-container .damier-item.damier-contact, .site-6 .damier-container .damier-item.damier-contact {
      clear: both;
      position: relative;
      display: block; }
    .damier-container .damier-item.damier-contact h2 {
      text-transform: uppercase;
      text-align: center;
      margin: 70px 0px 30px;
      font-size: 24px;
      font-size: 2.4rem; }
    .damier-container .damier-item.damier-contact p {
      text-align: center; }
    .damier-container .damier-item .hover {
      position: relative;
      display: block; }
    .damier-container .damier-item:hover {
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .site-2 .damier-container .damier-item:hover .titre a {
        color: #d50303; }
      .site-3 .damier-container .damier-item:hover .titre a {
        color: #005326; }
      .site-6 .damier-container .damier-item:hover .titre a {
        color: #0052B2; }
      .damier-container .damier-item:hover .figure a {
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -moz-transform: scale(1.15, 1.15);
        -webkit-transform: scale(1.15, 1.15);
        -o-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15); }

#damier_2 .damier-item .titre {
  text-align: center;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200 !important; }
#damier_2 .damier-item .figure {
  text-align: center; }
  #damier_2 .damier-item .figure .img-responsive {
    width: auto;
    display: inline-block; }

.page-template-template-gbh-entreprise #logo {
  display: block;
  text-align: center;
  width: 100%; }
  .page-template-template-gbh-entreprise #logo .logo {
    display: inline-block;
    text-align: center;
    width: auto; }
  .page-template-template-gbh-entreprise #logo .slogan {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px; }
.page-template-template-gbh-entreprise #content.full {
  margin: 0 0 20px 0;
  width: 100%; }
  .page-template-template-gbh-entreprise #content.full .row {
    margin: 0 !important; }
    .page-template-template-gbh-entreprise #content.full .row.row-1 > div {
      position: relative;
      padding: 0 !important; }
    .page-template-template-gbh-entreprise #content.full .row.row-2 .col-left > * {
      max-width: 400px;
      float: right !important;
      width: 100%; }
    .page-template-template-gbh-entreprise #content.full .row.row-2 .col-middle > * {
      max-width: 400px;
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
    .page-template-template-gbh-entreprise #content.full .row.row-2 .col-right > * {
      max-width: 400px;
      float: left !important;
      width: 100%; }
  .page-template-template-gbh-entreprise #content.full h2 {
    font-size: 24px;
    margin: 70px 0 30px;
    text-transform: uppercase; }
  .page-template-template-gbh-entreprise #content.full img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .page-template-template-gbh-entreprise #content.full a {
    position: absolute;
    left: 0;
    top: 40px;
    display: block;
    width: 100%;
    background: #ffffff;
    text-align: center; }
    .page-template-template-gbh-entreprise #content.full a.bouton {
      position: relative;
      left: inherit;
      top: inherit;
      display: inline-block;
      width: auto;
      margin: 25px auto 50px; }
      .page-template-template-gbh-entreprise #content.full a.bouton.bouton-bc {
        border-color: #FFB800 !important;
        color: #FFB800 !important; }
        .page-template-template-gbh-entreprise #content.full a.bouton.bouton-bc:hover {
          background: #FFB800 !important;
          color: #ffffff !important; }
      .page-template-template-gbh-entreprise #content.full a.bouton.bouton-br {
        border-color: #005326 !important;
        color: #005326 !important; }
        .page-template-template-gbh-entreprise #content.full a.bouton.bouton-br:hover {
          background: #005326 !important;
          color: #ffffff !important; }
      .page-template-template-gbh-entreprise #content.full a.bouton.bouton-trb {
        border-color: #0052B2 !important;
        color: #0052B2 !important; }
        .page-template-template-gbh-entreprise #content.full a.bouton.bouton-trb:hover {
          background: #0052B2 !important;
          color: #ffffff !important; }
    .page-template-template-gbh-entreprise #content.full a img {
      display: inline-block;
      width: auto;
      margin: 0 auto; }
.page-template-template-gbh-entreprise #footer {
  background: #CACACA;
  color: #ffffff; }
  .page-template-template-gbh-entreprise #footer .secondary {
    border-top: 1px solid #ffffff; }

.widget-service p {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  html.supports {
    margin-top: 0 !important; }
    html.supports body #wpadminbar {
      display: none; } }
@media screen and (max-width: 767px) {
  body.page-template-template-gbh-entreprise #content.full .row h2 {
    display: none; }
  body.page-template-template-gbh-entreprise #content.full .row p {
    text-align: center; }
  body.page-template-template-gbh-entreprise #content.full .row .bouton {
    font-size: 14px;
    padding: 5px 12px; } }
#mainTrigger {
  display: none; }

@media screen and (max-width: 767px) {
  #mainTrigger {
    position: fixed;
    z-index: 9999;
    left: 15px;
    top: 15px;
    display: inline-block;
    float: left;
    width: auto; }
    #mainTrigger span {
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }

  #logo {
    display: inline-block;
    float: right;
    max-width: 180px; }

  #mainNav {
    position: fixed;
    top: 0;
    left: -280px;
    background: #ffffff;
    display: block;
    width: 280px;
    height: 100%;
    z-index: 9990;
    margin: 0;
    padding: 50px 18px 0;
    overflow-y: auto;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    #mainNav.active {
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      left: 0; }
    #mainNav ul {
      display: block;
      padding: 0 0 50px; }
      #mainNav ul li {
        display: block;
        text-align: left;
        padding: 0; }
        #mainNav ul li a {
          padding: 5px 0;
          margin: 0 0 5px; }
      #mainNav ul ul {
        position: relative;
        margin: 0;
        max-height: 100%;
        padding: 0 0 0 16px;
        margin: 0 0 12px; } }
@media screen and (max-width: 767px) {
  body #homeBanner h2 {
    font-size: 20px;
    font-size: 2rem; }
  body #footer .widget-groupe {
    padding: 0; }
    body #footer .widget-groupe .textwidget a {
      position: relative;
      left: inherit;
      bottom: inherit;
      width: 100%; }
      body #footer .widget-groupe .textwidget a img {
        display: block;
        width: 100%; }
  body #footer .widget_nav_menu {
    display: none !important; }
  body #footer .row > .col-md-6.padding-right,
  body #footer .row > .col-md-6.padding-left {
    padding: 0 15px; }
  body #footer .main .border-left {
    border: none; }
  body .article-content .col-left {
    margin-bottom: 30px; } }
p.copyright {
  width: 100%;
  margin: 90px 0 70px;
  text-align: center;
  clear: both;
  display: block;
  position: relative; }
  p.copyright a {
    background: transparent;
    color: #ffffff;
    font-size: 11px;
    font-size: 1.5rem; }
@media screen and (max-width: 767px) {
.site-3 #footer .widget-groupe .textwidget a {
    background: #FFCD33;
    left: inherit;
    right: 0;
    /* margin-right: 10px; */
}
}