@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  position: relative;
  touch-action: manipulation;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  /* fix for flashing background */
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0 !important; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  display: block;
  opacity: 0; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative; }

.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  transition: transform 100ms ease;
  width: 80px;
  z-index: 1; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.owl-theme .owl-nav {
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
  text-align: center; }

.owl-theme .owl-nav [class*='owl-'] {
  background: #d6d6d6;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  -webkit-tap-highlight-color: transparent;
  text-align: center; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  background: #d6d6d6;
  border-radius: 30px;
  display: block;
  height: 10px;
  margin: 5px 7px;
  transition: opacity 200ms ease;
  width: 10px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * px to em conversion
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: em(30); }
 * @returns {number}
 */
/**
 * px to rem
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: rem(30); }
 * @returns {number}
 */
/**
 * em to px conversion
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: px(30); }
 * @returns {number}
 */
/**
 * Buttons
 * This customises your buttons with a different background color and text color.
 * If no text color is specified it will default to white.
 * @param {String} $color-background - background color
 * @param {String} $color-text (#fff) - text color
 * @example scss
 * .foobar { @include btn(#f37) { ... } }
 */
/**
 * Retina Displays
 * @param {String} $image - image url
 * @param {String} $width - image width
 * @param {String} $height - image height
 * @example scss
 * .foobar { @include image-2x('img/logo.png', 200px, 300px) { ... } }
 */
/* @mixin image-2x($image, $width, $height) {
  @media (min--moz-device-pixel-ratio: 1.3),
    (-o-min-device-pixel-ratio: 2.6/2),
    (-webkit-min-device-pixel-ratio: 1.3),
    (min-device-pixel-ratio: 1.3),
    (min-resolution: 1.3dppx) {
    // on retina, use an image that's scaled by 2
    background-image: url($image);
    background-size: $width $height;
  }
} */
/* @mixin replace-text($img, $x: 50%, $y: 50%) {
  @include hide-text;
  background: {
    position: $x $y;
    repeat: no-repeat;
    @if is-url($img) {
      image: $img;
    } @else {
      image: image-url($img);
    }
  }
} */
/* Text meant only for screen readers. */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.z-index-1 {
  z-index: 10 !important; }

.z-index-0 {
  z-index: -1; }

.sticky-footer {
  bottom: 0;
  position: absolute; }

.site-header {
  transition: all 0.3s ease;
  background: #fff;
  height: 157px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .admin-bar .site-header {
    top: 46px; }
  .scrolled .site-header {
    top: 0; }
  @media all and (min-width: 37.5em) {
    .site-header {
      height: 100px; }
      .admin-bar .site-header,
      .admin-bar.scrolled .site-header {
        top: 46px; } }
  @media all and (min-width: 56.25em) {
    .admin-bar .site-header,
    .admin-bar.scrolled .site-header {
      top: 32px; } }

.site-header-container {
  display: flex;
  flex: 1;
  margin: 0 auto;
  padding: 0 15px 10px 30px;
  position: relative;
  align-items: flex-start; }
  @media all and (min-width: 37.5em) {
    .site-header-container {
      width: 95%;
      padding: 0 15px 10px;
      justify-content: flex-start;
      align-items: center; } }
  @media all and (min-width: 56.25em) {
    .site-header-container {
      padding: 0 30px 10px; } }
  @media all and (min-width: 75em) {
    .site-header-container {
      max-width: 1680px; } }

.site-branding {
  display: flex;
  flex: 1;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .site-branding a {
    color: #444343; }
  .site-branding .sub-title {
    font-size: 1.0625rem !important;
    line-height: 1.1 !important;
    font-family: "roboto", sans-serif;
    font-weight: 300;
    display: block;
    text-align: right;
    margin-top: 5px; }
    @media screen and (min-width: 414px) {
      .site-branding .sub-title {
        font-size: 1.125rem !important;
        line-height: 1.1 !important; } }
    @media screen and (min-width: 900px) {
      .site-branding .sub-title {
        font-size: 1.25rem !important;
        line-height: 1.2 !important; } }
    @media screen and (min-width: 1200px) {
      .site-branding .sub-title {
        font-size: 1.5rem !important;
        line-height: 1.2 !important; } }
  @media all and (min-width: 37.5em) {
    .site-branding {
      justify-content: flex-start; }
      .site-branding .sub-title {
        text-align: left; } }
  @media all and (min-width: 75em) {
    .site-branding {
      flex: none; } }

.logo-main {
  margin-left: 15px; }
  .logo-main img {
    width: 105px; }
  @media all and (min-width: 75em) {
    .logo-main {
      position: absolute;
      top: 0;
      right: 0; } }

.site {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap; }

.site-main {
  transition: all 0.3s ease;
  flex: 1;
  margin-top: 157px; }
  .site-main::before, .site-main::after {
    content: '';
    display: table; }
  .site-main::after {
    clear: both; }
  @media all and (min-width: 37.5em) {
    .site-main {
      margin-top: 100px; } }
  .scrolled .site-main {
    margin-top: 100px; }
  .site-main .site-container {
    margin: 0 auto;
    display: flex;
    flex: 1;
    flex-wrap: wrap; }
    .site-main .site-container::before, .site-main .site-container::after {
      content: '';
      display: table; }
    .site-main .site-container::after {
      clear: both; }
    @media all and (min-width: 75em) {
      .site-main .site-container {
        margin: 0 auto; } }

#content {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  flex-direction: column; }
  @media all and (min-width: 37.5em) {
    #content {
      flex: 1 0 70%;
      margin-right: 2%;
      padding: 1%; } }
  #content.no-sidebar {
    flex: 1 0 100%;
    margin-right: 0;
    padding: 0; }

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1680px !important;
  width: 95% !important; }

.site-footer {
  flex-flow: column wrap;
  margin-top: 50px;
  padding: 0;
  text-align: center;
  background-color: #6e6464; }
  .site-footer .site-footer-container {
    font-size: 1rem !important;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 0 30px;
    color: #fff; }
    .site-footer .site-footer-container a {
      color: #fff; }
      .site-footer .site-footer-container a:hover, .site-footer .site-footer-container a:active, .site-footer .site-footer-container a:focus {
        color: #444343; }
    @media all and (min-width: 75em) {
      .site-footer .site-footer-container {
        width: 90%;
        max-width: 1680px; } }
  .site-footer .site-infos {
    font-size: 0.75rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-weight: 300;
    padding: 0 0;
    color: #e6e6e6;
    background-color: #444343; }
    .site-footer .site-infos a {
      color: #fff; }
      .site-footer .site-infos a:hover, .site-footer .site-infos a:active, .site-footer .site-infos a:focus {
        color: #444343; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap; }
  body::before, body::after {
    content: '';
    display: table; }
  body::after {
    clear: both; }

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

section.elementor-section {
  display: block; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

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

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

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

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

.alignnone {
  float: none;
  margin: 0 auto; }

.titre-rouge {
  color: #9e1c1e; }

.titre-bleu {
  color: #1290b8; }

.titre-vert {
  color: #499c0a; }

.fond-gris {
  background-color: #f0f0f0; }

.encadrement {
  position: relative;
  padding: 20px 30px; }
  .encadrement::before, .encadrement::after {
    content: '';
    position: absolute;
    width: 207px;
    height: 207px; }
  .encadrement::before {
    top: 0;
    left: 0;
    background: url(../img/coin-rouge.png) top left no-repeat; }
  .encadrement::after {
    bottom: 0;
    right: 0;
    background: url(../img/coin-vert.png) bottom right no-repeat; }
  @media all and (min-width: 37.5em) {
    .encadrement {
      padding: 20px 40px; } }

.citation {
  position: relative;
  background: #1f87a8;
  padding: 20px 20px 20px 75px;
  color: #fff;
  font-weight: 300;
  font-style: italic; }
  .citation::before {
    content: '';
    background: url(../img/picto-citation.png) center center no-repeat;
    width: 31px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 20px; }

.projet-terminé {
  background: url(../img/marker-icon-projet-termine.png) center center no-repeat;
  width: 43px;
  height: 43px;
  display: inline-block; }

.projet-en-cours {
  background: url(../img/marker-icon-projet-en-cours.png) center center no-repeat;
  width: 43px;
  height: 43px;
  display: inline-block; }

.marker-projet-en-cours {
  background: url(../img/marker-projet-en-cours.png) center center no-repeat;
  width: 42px;
  height: 61px;
  display: inline-block; }

.marker-projet-en-cours-certifie {
  background: url(../img/marker-projet-en-cours-certifie.png) center center no-repeat;
  width: 42px;
  height: 61px;
  display: inline-block; }

.marker-projet-acheve {
  background: url(../img/marker-projet-acheve.png) center center no-repeat;
  width: 42px;
  height: 61px;
  display: inline-block; }

.marker-projet-acheve-certifie {
  background: url(../img/marker-projet-acheve-certifie.png) center center no-repeat;
  width: 42px;
  height: 61px;
  display: inline-block; }

@font-face {
  font-family: 'roboto';
  src: url(../fonts/Roboto-Bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url(../fonts/Roboto-Light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url(../fonts/Roboto-LightItalic-webfont.woff) format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'roboto';
  src: url(../fonts/Roboto-Regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url(../fonts/RobotoCondensed-Bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab';
  src: url(../fonts/RobotoSlab-Bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'port_harcourt';
  src: url(../fonts/portharcourtfree-webfont.woff2) format("woff2"), url(../fonts/portharcourtfree-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
body {
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.8);
  font-family: "roboto", sans-serif;
  font-weight: 400; }
  @media screen and (min-width: 600px) {
    body {
      font-size: 1rem !important;
      line-height: 1.4 !important; } }

p {
  margin-bottom: 1em;
  margin-top: 10px; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #fff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #444343;
  cursor: help; }

mark,
ins {
  background: #fff;
  text-decoration: none; }

big {
  font-size: 125%; }

/***** Headings ******/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "roboto_condensed", sans-serif;
  font-weight: 700; }
  h1.titre-rouge,
  .titre-rouge h1,
  h2.titre-rouge,
  .titre-rouge
  h2,
  h3.titre-rouge,
  .titre-rouge
  h3,
  h4.titre-rouge,
  .titre-rouge
  h4,
  h5.titre-rouge,
  .titre-rouge
  h5,
  h6.titre-rouge,
  .titre-rouge
  h6 {
    color: #9e1c1e; }
  h1.titre-bleu,
  .titre-bleu h1,
  h2.titre-bleu,
  .titre-bleu
  h2,
  h3.titre-bleu,
  .titre-bleu
  h3,
  h4.titre-bleu,
  .titre-bleu
  h4,
  h5.titre-bleu,
  .titre-bleu
  h5,
  h6.titre-bleu,
  .titre-bleu
  h6 {
    color: #1290b8; }
  h1.titre-vert,
  .titre-vert h1,
  h2.titre-vert,
  .titre-vert
  h2,
  h3.titre-vert,
  .titre-vert
  h3,
  h4.titre-vert,
  .titre-vert
  h4,
  h5.titre-vert,
  .titre-vert
  h5,
  h6.titre-vert,
  .titre-vert
  h6 {
    color: #499c0a; }

h1,
.h1 {
  font-size: 1.6875rem !important;
  line-height: 1.1 !important;
  color: #1f87a8; }
  @media screen and (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 1.875rem !important;
      line-height: 1 !important; } }
  h1.site-title,
  .h1.site-title {
    text-align: right;
    margin-top: 0;
    margin-bottom: 0; }
    @media all and (min-width: 37.5em) {
      h1.site-title,
      .h1.site-title {
        text-align: left; } }
    @media all and (min-width: 75em) {
      h1.site-title,
      .h1.site-title {
        margin-top: 10px; } }
  h1 strong,
  .h1 strong {
    color: #9e1c1e; }
  h1.entry-title,
  .h1.entry-title {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0; }
    h1.entry-title::after,
    .h1.entry-title::after {
      clear: both;
      content: ' ';
      display: block; }

h2,
.h2,
.observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a,
.observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title {
  font-size: 1.125rem !important;
  line-height: 1 !important;
  color: #444343;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    h2,
    .h2,
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a,
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title {
      font-size: 1.3125rem !important;
      line-height: 1.3 !important; } }
  @media screen and (min-width: 900px) {
    h2,
    .h2,
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a,
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title {
      font-size: 1.5rem !important;
      line-height: 1.3 !important; } }
  .widget-area h2, .widget-area .h2, .widget-area .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title .widget-area a, .widget-area .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .widget-area .elementor-tab-title {
    text-align: left;
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff; }
    @media all and (min-width: 56.25em) {
      .widget-area h2, .widget-area .h2, .widget-area .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title .widget-area a, .widget-area .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .widget-area .elementor-tab-title {
        margin-top: 40px; } }
  #sidebar2 h2, #sidebar2 .h2, #sidebar2 .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title #sidebar2 a, #sidebar2 .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper #sidebar2 .elementor-tab-title {
    color: #ffd85f;
    margin-bottom: 5px; }
  @media all and (min-width: 56.25em) {
    #sidebar3 h2, #sidebar3 .h2, #sidebar3 .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title #sidebar3 a, #sidebar3 .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper #sidebar3 .elementor-tab-title {
      text-align: right; } }

h3,
.h3 {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  color: #444343; }
  @media screen and (min-width: 414px) {
    h3,
    .h3 {
      font-size: 1.25rem !important; } }
  @media screen and (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.375rem !important;
      line-height: 1.5 !important; } }
  h3.elementor-tab-title,
  .h3.elementor-tab-title {
    font-size: 1.0625rem !important;
    line-height: 1.3 !important; }
    @media screen and (min-width: 1200px) {
      h3.elementor-tab-title,
      .h3.elementor-tab-title {
        font-size: 1.25rem !important;
        line-height: 1.5 !important; } }
    @media screen and (min-width: 1480px) {
      h3.elementor-tab-title,
      .h3.elementor-tab-title {
        font-size: 1.375rem !important;
        line-height: 1.5 !important; } }

h4,
.h4 {
  font-size: 1rem !important;
  color: #444343; }
  @media screen and (min-width: 1025px) {
    h4,
    .h4 {
      font-size: 1.333rem !important;
      line-height: 1 !important; } }

h5,
.h5 {
  font-size: 0.75rem !important;
  color: #444343; }
  @media screen and (min-width: 414px) {
    h5,
    .h5 {
      font-size: 1.375rem !important; } }
  @media screen and (min-width: 600px) {
    h5,
    .h5 {
      font-size: 1.125rem !important;
      line-height: 1 !important; } }

/* Text meant only for screen readers. */
.screen-reader-text, .home h1.entry-title, .home .h1.entry-title, .home .entry-header {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }
  .screen-reader-text:focus, .home h1.entry-title:focus, .home .h1.entry-title:focus, .home .entry-header:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #444343;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.pourquoi-construire-en-bois-local .elementor-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .pourquoi-construire-en-bois-local .elementor-container::after {
    clear: both;
    content: ' ';
    display: block; }
  @media all and (min-width: 56.25em) {
    .pourquoi-construire-en-bois-local .elementor-container {
      max-width: 90%; } }

.pourquoi-construire-en-bois-local .section-pictos .elementor-container {
  margin-top: 0; }

@media all and (max-width: 37.4375em) {
  .pourquoi-construire-en-bois-local .section-pictos .elementor-widget-image .elementor-image img {
    width: 150px; } }

.pourquoi-construire-en-bois-local .section-accordeons .elementor-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .pourquoi-construire-en-bois-local .section-accordeons .elementor-container::after {
    clear: both;
    content: ' ';
    display: block; }

.pourquoi-construire-en-bois-local .section-accordeons .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 15px; }

.pourquoi-construire-en-bois-local .elementor-accordion .elementor-accordion-item {
  background: #e5e5e5;
  background: linear-gradient(to bottom, #e5e5e5 50%, #fff 100%);
  position: relative;
  margin-bottom: 10px;
  border: none; }

.pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title {
  transition: all 2s ease;
  background: #e5e5e5 url(../img/bg-accordeon.png) top center no-repeat;
  background-size: cover;
  padding: 14px 10px;
  position: relative;
  z-index: 10; }
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
    transition: all 1s ease;
    font-size: 1.375rem !important;
    line-height: 30px !important;
    background: transparent;
    position: absolute;
    top: 10px;
    width: 35px;
    text-transform: uppercase;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 1; }
    @media screen and (min-width: 600px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
        font-size: 1.0625rem !important;
        line-height: 30px !important; } }
    @media screen and (min-width: 1200px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
        font-size: 1.25rem !important;
        line-height: 30px !important; } }
    @media screen and (min-width: 1480px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
        font-size: 1.375rem !important;
        line-height: 45px !important; } }
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before {
    content: 'vrai';
    right: 80px;
    opacity: 0; }
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
    content: '+';
    right: 0; }
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title.elementor-active {
    background: transparent; }
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title.elementor-active::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title.elementor-active::after {
      opacity: 0; }
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title a {
    display: inline-block;
    width: 95%; }
  @media all and (max-width: 37.4375em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title.elementor-active::after {
      content: '-';
      opacity: 1; } }
  @media all and (min-width: 37.5em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
      background: #ffcd34;
      width: 65px;
      opacity: 1; }
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
      content: 'faux';
      right: 10px; } }
  @media all and (min-width: 56.25em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title a {
      width: 72%; } }
  @media all and (min-width: 75em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
      top: 15px; } }
  @media all and (min-width: 92.5em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title {
      padding: 20px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
        width: 85px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::before {
        right: 115px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-title::after {
        right: 15px; } }

.pourquoi-construire-en-bois-local .elementor-accordion .elementor-tab-content {
  padding: 0;
  border: none;
  background: #fff; }

.pourquoi-construire-en-bois-local .elementor-accordion .reponse {
  background-image: url(../img/bg-reponse.png);
  background-position: top center;
  background-repeat: no-repeat;
  border: none;
  position: relative;
  margin-top: -50px;
  padding: 55px 30px 5px 35px;
  z-index: 0; }
  .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
    font-size: 1.375rem !important;
    line-height: 30px !important;
    position: absolute;
    top: 10px;
    width: 65px;
    text-transform: uppercase;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    opacity: 0; }
    @media screen and (min-width: 600px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        font-size: 1.0625rem !important;
        line-height: 30px !important; } }
    @media screen and (min-width: 1200px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        font-size: 1.25rem !important;
        line-height: 30px !important; } }
    @media screen and (min-width: 1480px) {
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        font-size: 1.375rem !important;
        line-height: 45px !important; } }
  .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before {
    right: 80px; }
  .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
    content: '';
    background: url(../img/fleche-accordeon.png) center center no-repeat;
    background-size: 70%;
    right: 10px;
    height: 30px; }
  @media all and (min-width: 75em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .reponse {
      margin-top: -57px;
      padding-top: 65px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        top: 15px; } }
  @media all and (min-width: 92.5em) {
    .pourquoi-construire-en-bois-local .elementor-accordion .reponse {
      margin-top: -72px;
      padding-top: 75px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        width: 85px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::before {
        content: 'vrai';
        right: 115px; }
      .pourquoi-construire-en-bois-local .elementor-accordion .reponse::after {
        height: 45px;
        right: 15px; } }

.pourquoi-construire-en-bois-local .elementor-accordion .faux {
  background-image: url(../img/bg-faux.png), url(../img/bg-reponse.png);
  background-position: bottom left, top center;
  background-repeat: no-repeat;
  background-size: auto, cover; }
  .pourquoi-construire-en-bois-local .elementor-accordion .faux::before {
    content: 'FAUX';
    background: #9e1c20;
    color: #fff; }

.pourquoi-construire-en-bois-local .elementor-accordion .vrai {
  background-image: url(../img/bg-vrai.png), url(../img/bg-reponse.png);
  background-position: bottom left, top center;
  background-repeat: no-repeat;
  background-size: auto, cover; }
  .pourquoi-construire-en-bois-local .elementor-accordion .vrai::before {
    content: 'VRAI';
    background: #74b344;
    color: #fff; }

@media all and (min-width: 37.5em) {
  .pourquoi-construire-en-bois-local .elementor-accordion .elementor-active .reponse::before, .pourquoi-construire-en-bois-local .elementor-accordion .elementor-active .reponse::after {
    opacity: 1; } }

.comment-construire-en-bois-local .elementor-container,
.pacte-construction-bois-occitanie .elementor-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }
  .comment-construire-en-bois-local .elementor-container::after,
  .pacte-construction-bois-occitanie .elementor-container::after {
    clear: both;
    content: ' ';
    display: block; }

.comment-construire-en-bois-local .elementor-accordion-item,
.pacte-construction-bois-occitanie .elementor-accordion-item {
  background: #f0f0f0;
  margin-bottom: 10px;
  border-color: #e6e6e6 !important; }
  @media all and (min-width: 37.5em) {
    .comment-construire-en-bois-local .elementor-accordion-item:nth-of-type(2) .elementor-tab-title:before,
    .pacte-construction-bois-occitanie .elementor-accordion-item:nth-of-type(2) .elementor-tab-title:before {
      background-image: url(../img/picto-step2.png); }
    .comment-construire-en-bois-local .elementor-accordion-item:nth-of-type(3) .elementor-tab-title:before,
    .pacte-construction-bois-occitanie .elementor-accordion-item:nth-of-type(3) .elementor-tab-title:before {
      background-image: url(../img/picto-step3.png); }
    .comment-construire-en-bois-local .elementor-accordion-item:nth-of-type(4) .elementor-tab-title:before,
    .pacte-construction-bois-occitanie .elementor-accordion-item:nth-of-type(4) .elementor-tab-title:before {
      background-image: url(../img/picto-step4.png); }
    .comment-construire-en-bois-local .elementor-accordion-item:nth-of-type(5) .elementor-tab-title:before,
    .pacte-construction-bois-occitanie .elementor-accordion-item:nth-of-type(5) .elementor-tab-title:before {
      background-image: url(../img/picto-step5.png); }
    .comment-construire-en-bois-local .elementor-accordion-item:nth-of-type(6) .elementor-tab-title:before,
    .pacte-construction-bois-occitanie .elementor-accordion-item:nth-of-type(6) .elementor-tab-title:before {
      background-image: url(../img/picto-step6.png); } }

.comment-construire-en-bois-local .elementor-tab-title,
.pacte-construction-bois-occitanie .elementor-tab-title {
  color: #1290b8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
  .comment-construire-en-bois-local .elementor-tab-title span,
  .pacte-construction-bois-occitanie .elementor-tab-title span {
    display: block;
    font-size: 1.125rem;
    color: #444343; }
  .comment-construire-en-bois-local .elementor-tab-title a,
  .pacte-construction-bois-occitanie .elementor-tab-title a {
    display: flex;
    flex-flow: column;
    flex: 0 0 90%; }
  .comment-construire-en-bois-local .elementor-tab-title::after,
  .pacte-construction-bois-occitanie .elementor-tab-title::after {
    font-size: 1.875rem !important;
    line-height: 28px !important;
    content: '+';
    font-family: "roboto", sans-serif;
    font-weight: 300;
    color: #444343;
    text-align: center;
    border: 1px solid black;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px; }
    @media screen and (min-width: 600px) {
      .comment-construire-en-bois-local .elementor-tab-title::after,
      .pacte-construction-bois-occitanie .elementor-tab-title::after {
        font-size: 2.5rem !important;
        line-height: 38px !important; } }
  .comment-construire-en-bois-local .elementor-tab-title.elementor-active::after,
  .pacte-construction-bois-occitanie .elementor-tab-title.elementor-active::after {
    content: '_';
    line-height: 10px !important; }
  @media all and (min-width: 37.5em) {
    .comment-construire-en-bois-local .elementor-tab-title,
    .pacte-construction-bois-occitanie .elementor-tab-title {
      padding-left: 80px !important;
      min-height: 75px; }
      .comment-construire-en-bois-local .elementor-tab-title:before,
      .pacte-construction-bois-occitanie .elementor-tab-title:before {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        content: '';
        background: url(../img/picto-step1.png) center center no-repeat;
        background-size: contain;
        width: 45px;
        height: 83px;
        position: absolute;
        left: 10px; }
      .comment-construire-en-bois-local .elementor-tab-title::after,
      .pacte-construction-bois-occitanie .elementor-tab-title::after {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        right: 20px; } }
  @media all and (min-width: 92.5em) {
    .comment-construire-en-bois-local .elementor-tab-title,
    .pacte-construction-bois-occitanie .elementor-tab-title {
      padding-left: 100px !important;
      min-height: 90px; }
      .comment-construire-en-bois-local .elementor-tab-title::before,
      .pacte-construction-bois-occitanie .elementor-tab-title::before {
        width: 59px; }
      .comment-construire-en-bois-local .elementor-tab-title a,
      .pacte-construction-bois-occitanie .elementor-tab-title a {
        flex: 1; } }

.comment-construire-en-bois-local .elementor-tab-content,
.pacte-construction-bois-occitanie .elementor-tab-content {
  border-top: none !important; }
  .comment-construire-en-bois-local .elementor-tab-content ul,
  .pacte-construction-bois-occitanie .elementor-tab-content ul {
    padding-left: 15px; }
    .comment-construire-en-bois-local .elementor-tab-content ul li,
    .pacte-construction-bois-occitanie .elementor-tab-content ul li {
      margin-bottom: 10px; }

/*
* Animations styles
*/
.headroom {
  transition: transform 200ms linear; }

.slideDown {
  transform: translateY(0%); }

.slideUp {
  transform: translateY(-150%); }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

#sidebar,
#sidebarFooter {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1.25em; }
  @media all and (min-width: 37.5em) {
    #sidebar,
    #sidebarFooter {
      flex: 1;
      margin-top: 0;
      padding: 0; } }

@media all and (min-width: 56.25em) {
  #sidebarFooter {
    flex-flow: row wrap; } }

/*
* Partial for the Breadcrumb
*/
.breadcrumb {
  font-size: 0.75rem !important;
  background: transparent; }
  @media screen and (min-width: 600px) {
    .breadcrumb {
      font-size: 0.875rem !important; } }
  .breadcrumb span {
    padding-left: 5px; }
  .breadcrumb a {
    color: #444343;
    display: inline-block;
    font-weight: 400;
    padding-right: 10px;
    text-decoration: none; }

/*
* Mobile Nav Trigger
*/
.nav-trigger {
  font-size: 0.875rem !important;
  line-height: 1 !important;
  background: #fff;
  color: #9e1c1e;
  height: 40px;
  font-family: "roboto_condensed", sans-serif;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  right: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 35px;
  border: none;
  border-radius: 0;
  z-index: 10;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (min-width: 600px) {
    .nav-trigger {
      font-size: 0.75rem !important;
      line-height: 1 !important; } }
  @media all and (min-width: 25.875em) {
    .nav-trigger {
      bottom: 9px; } }
  @media all and (min-width: 37.5em) {
    .nav-trigger {
      position: relative;
      bottom: inherit;
      right: inherit; } }
  @media all and (min-width: 75em) {
    .nav-trigger {
      margin-right: 150px; } }
  .nav-trigger span {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px; }
    .nav-trigger span::before, .nav-trigger span::after {
      content: '';
      left: 0;
      top: 0;
      transition: transform 0.3s ease;
      background: #9e1c1e; }
    .nav-trigger span::before {
      transform: translateY(-8px); }
    .nav-trigger span::after {
      transform: translateY(8px); }
  .nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
    background: #9e1c1e;
    height: 3px;
    position: absolute;
    width: 30px; }
  .nav-trigger:focus {
    outline: none; }
    .nav-trigger:focus span,
    .nav-trigger:focus span::before,
    .nav-trigger:focus span::after {
      background: #9e1c1e; }
  .nav-open .nav-trigger {
    background: transparent; }
    .nav-open .nav-trigger span {
      background: transparent; }
      .nav-open .nav-trigger span::before, .nav-open .nav-trigger span::after {
        background: #9e1c1e; }
      .nav-open .nav-trigger span::before {
        transform: rotate(-45deg); }
      .nav-open .nav-trigger span::after {
        transform: rotate(45deg); }
    @media all and (min-width: 37.5em) {
      .nav-open .nav-trigger span::before, .nav-open .nav-trigger span::after {
        background: #9e1c1e; } }

.btn-telechargement {
  background-color: #5bc0de;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  display: inline-block; }

.section-carousel .elementor-column-wrap {
  padding: 0 !important; }

.section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn {
  background: #ffcd34;
  color: #444343;
  text-transform: uppercase;
  border-color: #ffcd34;
  border-radius: 0;
  font-weight: 700; }
  .section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon {
    background: #ffcd34;
    border: 1px solid #444343;
    border-radius: 100%; }
    .section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn .bdt-slide-btn-icon svg * {
      stroke: #444343; }
  .section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn:hover, .section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn:active, .section-carousel .bdt-prime-slider-skin-general .bdt-slide-btn:focus {
    background: #ffcd34; }

.section-carousel .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,
.section-carousel .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover {
  background: #ffcd34;
  border-color: #ffcd34; }

.section-carousel .bdt-prime-slider-skin-general .bdt-slideshow-item {
  max-height: 450px; }

.section-carousel .bdt-prime-slider ul {
  min-height: 450px !important; }
  .section-carousel .bdt-prime-slider ul .bdt-sub-title,
  .section-carousel .bdt-prime-slider ul .bdt-main-title {
    background: #131313;
    background: rgba(19, 19, 19, 0.36);
    padding-left: 20px; }
  .section-carousel .bdt-prime-slider ul .bdt-sub-title {
    padding-top: 20px; }
  .section-carousel .bdt-prime-slider ul .bdt-main-title {
    padding-bottom: 20px; }

@media all and (max-width: 37.4375em) {
  .section-carousel .bdt-position-large {
    max-width: 90%;
    width: 100%;
    margin: 0; }
  .section-carousel .bdt-prime-slider-skin-general .bdt-prime-slider-desc .bdt-main-title {
    width: 100%; } }

@media all and (min-width: 37.5em) {
  .section-carousel .bdt-prime-slider-skin-general .bdt-slideshow-item {
    max-height: 394px; }
  .section-carousel .bdt-prime-slider ul {
    min-height: 395px !important; } }

.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table; }

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

#comments {
  flex-wrap: wrap;
  flex-direction: column; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='password'],
textarea {
  border: 1px solid #444343;
  border-radius: 0;
  color: #444343;
  height: 35px;
  padding: 3px;
  width: 100%; }
  input[type='text'].placeholder,
  input[type='email'].placeholder,
  input[type='url'].placeholder,
  input[type='tel'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #444343; }
  input[type='text']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #444343; }
  input[type='text']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #444343; }
  input[type='text']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #444343; }
  input[type='text']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #444343; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='tel']:focus,
  input[type='password']:focus,
  textarea:focus {
    outline: none; }

label {
  display: inline-block;
  font-style: italic;
  width: 20%; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.ias-trigger-next,
.ias-spinner,
.ias-noneleft {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  width: 100%; }

@media all and (min-width: 75em) {
  .ias-trigger-next {
    bottom: 30px; } }

.ias-trigger-next a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline; }

.ias-noneleft {
  color: #444343; }
  @media all and (min-width: 75em) {
    .ias-noneleft {
      bottom: 30px; } }

a {
  transition: all 0.3s ease;
  color: #444343;
  text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.main-navigation {
  background: #fff;
  display: flex;
  flex: 1;
  height: auto;
  margin: 0;
  max-height: 100vh;
  opacity: 1;
  overflow: auto;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 157px;
  transform: translateZ(0) translateX(110%);
  transition: transform 0.3s cubic-bezier(0.07, 0.23, 0.34, 1);
  width: 100%;
  flex-wrap: wrap;
  z-index: 9; }
  .main-navigation a {
    color: #444343;
    display: block;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    transform: translateZ(0); }
  @media all and (min-width: 37.5em) {
    .main-navigation {
      transition: all 0.3s ease;
      top: 100px;
      left: 0;
      transform: none;
      width: 340px;
      max-height: 0; } }
  .nav-open .main-navigation {
    transform: translateZ(0) translateX(0%);
    box-shadow: 0 10px 16px -14px rgba(0, 0, 0, 0.2); }
    .nav-open .main-navigation li a {
      -webkit-animation: slide-in 0.3s 0.3s backwards;
              animation: slide-in 0.3s 0.3s backwards; }
    .nav-open .main-navigation li:nth-of-type(2) a {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .nav-open .main-navigation li:nth-of-type(3) a {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .nav-open .main-navigation li:nth-of-type(4) a {
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .nav-open .main-navigation li:nth-of-type(5) a {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
    .nav-open .main-navigation li:nth-of-type(6) a {
      -webkit-animation-delay: 0.8s;
              animation-delay: 0.8s; }
    .nav-open .main-navigation li:nth-of-type(7) a {
      -webkit-animation-delay: 0.9s;
              animation-delay: 0.9s; }
    .nav-open .main-navigation li:nth-of-type(8) a {
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .nav-open .main-navigation li:nth-of-type(9) a {
      -webkit-animation-delay: 0.11s;
              animation-delay: 0.11s; }
    .nav-open .main-navigation li:nth-of-type(10) a {
      -webkit-animation-delay: 0.12s;
              animation-delay: 0.12s; }
    @media all and (min-width: 37.5em) {
      .nav-open .main-navigation {
        max-height: 500px; }
        .nav-open .main-navigation li a {
          -webkit-animation: none;
                  animation: none; } }
  .main-navigation .menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    overflow: hidden; }
    .main-navigation .menu::before, .main-navigation .menu::after {
      content: '';
      display: table; }
    .main-navigation .menu::after {
      clear: both; }
    .main-navigation .menu li {
      display: flex;
      flex: 0 0 45px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
      position: relative;
      width: 100%; }
      .main-navigation .menu li > a {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        display: block;
        flex: 1;
        text-align: left;
        background: #fff;
        width: 100%;
        height: 66px;
        padding: 8px 25px 13px;
        border-bottom: 1px solid #444343;
        text-transform: uppercase;
        font-family: "roboto_condensed", sans-serif;
        font-weight: 700; }
        .main-navigation .menu li > a:hover, .main-navigation .menu li > a:focus, .main-navigation .menu li > a[aria-expanded='true'] {
          background: #f3f3f3;
          color: #9e1c1e; }
        .main-navigation .menu li > a span {
          font-size: 0.875rem !important;
          line-height: 1 !important;
          display: block;
          font-family: "roboto", sans-serif;
          font-weight: 700; }
      .main-navigation .menu li:last-child a {
        border: none; }
      .main-navigation .menu li.current-menu-item a {
        background-color: #f3f3f3;
        color: #9e1c1e; }
    @media all and (min-width: 37.5em) {
      .main-navigation .menu {
        margin-top: 0; } }
  .main-navigation .sub-menu {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    background: #fff; }
    .main-navigation .sub-menu.submenu-expanded {
      max-height: 500px; }
    .main-navigation .sub-menu li {
      display: flex;
      flex: 1;
      width: 100%; }
      .main-navigation .sub-menu li a {
        font-size: 0.9375rem !important;
        flex: 1;
        padding: 10px 0;
        text-transform: none; }
        @media screen and (min-width: 600px) {
          .main-navigation .sub-menu li a {
            font-size: 1.375rem !important; } }
        @media screen and (min-width: 1025px) {
          .main-navigation .sub-menu li a {
            font-size: 0.9375rem !important; } }
    @media all and (min-width: 64.0625em) {
      .main-navigation .sub-menu {
        flex: 1;
        position: absolute;
        top: 92px;
        left: 0;
        max-height: 0;
        margin-bottom: 0;
        overflow: hidden; } }

/*
* content navigations
*/
.single .comment-navigation, .single
.posts-navigation, .single
.post-navigation, .single
.custom-post-navigation {
  background: #444343;
  display: block !important;
  margin-bottom: 0;
  margin-top: 7.9646%; }
  .single .comment-navigation:nth-of-type(2), .single
  .posts-navigation:nth-of-type(2), .single
  .post-navigation:nth-of-type(2), .single
  .custom-post-navigation:nth-of-type(2) {
    margin-top: 0; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation, .site-main
.custom-post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.custom-post-navigation .nav-previous,
.custom-post-navigation .nav-next {
  padding: 15px; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.custom-post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.custom-post-navigation .nav-next {
  float: right;
  position: relative;
  text-align: right;
  width: 50%; }
  .comment-navigation .nav-next::before,
  .posts-navigation .nav-next::before,
  .post-navigation .nav-next::before,
  .custom-post-navigation .nav-next::before {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px; }

.post-navigation a {
  font-weight: 700; }

.custom-post-navigation .nav-previous,
.custom-post-navigation .nav-next {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px; }
  .custom-post-navigation .nav-previous a,
  .custom-post-navigation .nav-next a {
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase; }
    .custom-post-navigation .nav-previous a:hover, .custom-post-navigation .nav-previous a:active, .custom-post-navigation .nav-previous a:focus,
    .custom-post-navigation .nav-next a:hover,
    .custom-post-navigation .nav-next a:active,
    .custom-post-navigation .nav-next a:focus {
      color: rgba(0, 0, 0, 0.6); }
  .custom-post-navigation .nav-previous .fa-lg,
  .custom-post-navigation .nav-next .fa-lg {
    vertical-align: -5%; }

.custom-post-navigation .nav-previous .fa-lg {
  margin-right: 5px; }

.custom-post-navigation .nav-next .fa-lg {
  margin-left: 5px; }

.btn-group {
  margin-bottom: 10px; }
  .btn-group .btn {
    margin: 5px 5px 0;
    padding: 5px;
    background-color: #fff;
    color: #7e7475;
    border: none;
    text-transform: uppercase;
    font-size: smaller; }
    .btn-group .btn.active {
      background-color: #7e7475;
      color: #fff; }

.elementor-tab-content {
  background-color: #eff0f1; }

/*
* Tabs content
*/
.observatoire-des-constructions-publiques-en-bois .elementor-column-wrap {
  padding: 0 !important; }

.observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper {
  display: flex;
  max-width: 100%;
  margin: 0 auto; }
  @media all and (min-width: 56.25em) {
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper {
      max-width: 90%; } }
  .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title {
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid #444343;
    border-bottom: 1px solid #f0f0f0 !important;
    margin: 0 20px;
    max-height: 50px; }
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title::before, .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title::after {
      border: none !important; }
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      background: #f0f0f0;
      border: none; }
    .observatoire-des-constructions-publiques-en-bois .elementor-tabs-wrapper .elementor-tab-title a {
      text-transform: uppercase;
      color: #1f87a8;
      font-family: "roboto_condensed", sans-serif; }

.observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper {
  border: none !important;
  background: #f0f0f0; }
  .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title {
    text-transform: uppercase;
    color: #1f87a8;
    font-family: "roboto_condensed", sans-serif;
    height: 55px;
    display: flex;
    align-items: center; }
    @media all and (min-width: 37.5em) {
      .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-title {
        display: none; } }
  .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .elementor-tab-content {
    border: none !important; }
  .observatoire-des-constructions-publiques-en-bois .elementor-tabs-content-wrapper .btn-group .btn {
    padding-left: 15px;
    padding-right: 15px; }

/*
  O N G L E T   C A R T E
  -----------------------
*/
.onglet-carte {
  width: 100%;
  height: 500px !important; }

#carte-ocb {
  width: 100% !important;
  height: 550px !important;
  /* Anciens boutons */
  /* /Anciens boutons */
  /*********/
  /* POPUPS */
  /*********/
  /*********/
  /* POPUP 1 */
  /*********/
  /****************/
  /* POPUP DETAIL */
  /****************/
  /**************/
  /* CLUSTERING */
  /**************/
  /* IE 6-8 @llback colors */ }
  @media all and (min-width: 37.5em) {
    #carte-ocb {
      height: 550px; } }
  #carte-ocb .filtres {
    padding: 5px;
    background: white;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 220px; }
    #carte-ocb .filtres h2 {
      font-size: 1rem !important;
      line-height: 1.0 !important; }
    #carte-ocb .filtres li {
      display: inline-block;
      list-style-type: none;
      padding: 0;
      margin: 3px 0; }
      #carte-ocb .filtres li.encours label {
        padding-left: 20px;
        background: transparent url(../img/marker-icon-projet-en-cours.png) 0 0 no-repeat;
        background-size: contain; }
      #carte-ocb .filtres li.livres label {
        padding-left: 20px;
        background: transparent url(../img/marker-icon-projet-termine.png) 0 0 no-repeat;
        background-size: contain; }
    #carte-ocb .filtres label {
      padding-left: 3px;
      display: inline-block;
      width: 180px; }
  #carte-ocb .leaflet-touch .leaflet-control-layers,
  #carte-ocb .leaflet-touch .leaflet-bar {
    border: none; }
  #carte-ocb .leaflet-touch .leaflet-bar:first-of-type {
    margin-top: 30px;
    margin-bottom: 30px; }
  #carte-ocb .leaflet-touch .leaflet-bar button {
    transition: all 0.3s ease;
    width: 135px;
    height: 50px;
    line-height: 46px;
    padding: 3px;
    border-radius: 22px;
    position: relative; }
    #carte-ocb .leaflet-touch .leaflet-bar button.show-encours-active {
      background: #fff url(../img/marker-icon-projet-en-cours.png) 4px 3px no-repeat;
      background-size: auto; }
      #carte-ocb .leaflet-touch .leaflet-bar button.show-encours-active::after {
        content: 'Projets en cours'; }
    #carte-ocb .leaflet-touch .leaflet-bar button.hide-encours-active {
      background: #fff url(../img/marker-icon-projets-en-cours-off.png) 4px 3px no-repeat;
      background-size: auto; }
      #carte-ocb .leaflet-touch .leaflet-bar button.hide-encours-active::after {
        content: 'Projets en cours'; }
    #carte-ocb .leaflet-touch .leaflet-bar button.show-livres-active {
      background: #fff url(../img/marker-icon-projet-termine.png) 4px 3px no-repeat;
      background-size: auto; }
      #carte-ocb .leaflet-touch .leaflet-bar button.show-livres-active::after {
        content: 'Projets achevés'; }
    #carte-ocb .leaflet-touch .leaflet-bar button.hide-livres-active {
      background: #fff url(../img/marker-icon-projets-termine-off.png) 4px 3px no-repeat;
      background-size: auto; }
      #carte-ocb .leaflet-touch .leaflet-bar button.hide-livres-active::after {
        content: 'Projets achevés'; }
    #carte-ocb .leaflet-touch .leaflet-bar button::after {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      content: '';
      position: absolute;
      left: 60px;
      width: 60px;
      height: auto;
      line-height: 1.2;
      text-align: left;
      font-size: 0.875rem; }
    #carte-ocb .leaflet-touch .leaflet-bar button span img {
      display: none; }
  #carte-ocb .leaflet-control-window,
  #carte-ocb .leaflet-popup-content-wrapper {
    min-width: 320px;
    font-family: "roboto", sans-serif !important; }
    #carte-ocb .leaflet-control-window .libelle,
    #carte-ocb .leaflet-popup-content-wrapper .libelle {
      color: #1290b8;
      text-transform: uppercase;
      display: block; }
    #carte-ocb .leaflet-control-window .valeur,
    #carte-ocb .leaflet-popup-content-wrapper .valeur {
      display: block;
      font-weight: bold; }
    #carte-ocb .leaflet-control-window .photo,
    #carte-ocb .leaflet-popup-content-wrapper .photo {
      min-width: 128px;
      width: 40%;
      float: left; }
    #carte-ocb .leaflet-control-window .description,
    #carte-ocb .leaflet-popup-content-wrapper .description {
      min-width: 192px;
      width: 60%;
      float: left;
      padding: 10px 20px; }
      #carte-ocb .leaflet-control-window .description h3,
      #carte-ocb .leaflet-popup-content-wrapper .description h3 {
        margin: 0;
        line-height: 1.05 !important; }
      #carte-ocb .leaflet-control-window .description .valeur,
      #carte-ocb .leaflet-popup-content-wrapper .description .valeur {
        padding-left: 15px; }
      #carte-ocb .leaflet-control-window .description .pacte,
      #carte-ocb .leaflet-popup-content-wrapper .description .pacte {
        padding-left: 15px;
        color: #7e7475;
        font-style: italic; }
  #carte-ocb .leaflet-popup-content-wrapper {
    border-radius: 5px; }
    #carte-ocb .leaflet-popup-content-wrapper .infobulle {
      font-size: 0.875rem; }
    #carte-ocb .leaflet-popup-content-wrapper .commune {
      background-color: #1290b8;
      color: #fff;
      margin-top: 0;
      padding: 2px 20px; }
    #carte-ocb .leaflet-popup-content-wrapper .openpopup {
      font-size: 1.3em;
      display: inline-block;
      text-align: center;
      width: 200px;
      margin: auto;
      padding: 5px;
      color: #fff;
      background-color: #1290b8;
      border-color: #1290b8 !important;
      border-radius: 5px; }
      #carte-ocb .leaflet-popup-content-wrapper .openpopup:hover, #carte-ocb .leaflet-popup-content-wrapper .openpopup:active {
        /*color: $titre-bleu !important;
        background-color: $white;*/
        opacity: .5; }
    #carte-ocb .leaflet-popup-content-wrapper .certifie .valeur {
      background: url(../img/picto-certifie.png) center center no-repeat;
      width: 18px;
      height: 17px;
      display: inline-block;
      position: relative;
      left: 5px;
      top: 3px; }
  #carte-ocb .leaflet-control-window .titlebar .title {
    background-color: #1290b8;
    color: #fff !important;
    margin-top: 0;
    padding: 2px 20px; }
  #carte-ocb .leaflet-control-window .titlebar .close {
    top: 12px; }
  #carte-ocb .leaflet-control-window .details {
    clear: both; }
    #carte-ocb .leaflet-control-window .details .libelle {
      display: inline-block;
      vertical-align: top;
      padding-left: 0x;
      width: 240px; }
    #carte-ocb .leaflet-control-window .details .valeur {
      display: inline-block;
      min-width: 120px;
      padding-left: 0; }
  #carte-ocb .marker-cluster-small {
    background-color: rgba(156, 144, 144, 0.53);
    color: white; }
  #carte-ocb .marker-cluster-small div {
    background-color: #9c9090;
    color: white; }
  #carte-ocb .marker-cluster-medium {
    background-color: rgba(128, 116, 116, 0.53);
    color: white; }
  #carte-ocb .marker-cluster-medium div {
    background-color: #807474;
    color: white; }
  #carte-ocb .marker-cluster-large {
    background-color: rgba(253, 156, 115, 0.6); }
  #carte-ocb .marker-cluster-large div {
    background-color: rgba(241, 128, 23, 0.6); }
  #carte-ocb .leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c; }
  #carte-ocb .leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39; }
  #carte-ocb .leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357; }
  #carte-ocb .leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c; }
  #carte-ocb .leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73; }
  #carte-ocb .leaflet-oldie .marker-cluster-large div {
    background-color: #f18017; }
  #carte-ocb .marker-cluster {
    background-clip: padding-box;
    border-radius: 20px; }
  #carte-ocb .marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px 'Helvetica Neue', Arial, Helvetica, sans-serif; }
  #carte-ocb .marker-cluster span {
    line-height: 30px; }
  #carte-ocb .leaflet-bar button,
  #carte-ocb .leaflet-bar button:hover {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black; }
  #carte-ocb .leaflet-bar button {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block; }
  #carte-ocb .leaflet-bar button:hover {
    background-color: #f4f4f4; }
  #carte-ocb .leaflet-bar button.show-livres-active,
  #carte-ocb .leaflet-bar button.show-encours-active {
    background-color: #eee; }
  #carte-ocb .leaflet-bar button:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  #carte-ocb .leaflet-bar button:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none; }
  #carte-ocb .leaflet-bar.disabled,
  #carte-ocb .leaflet-bar button.disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.4; }
  #carte-ocb .easy-button-button .button-state {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  #carte-ocb .leaflet-touch .leaflet-bar button {
    width: 30px;
    height: 30px;
    line-height: 30px; }

/*
  O N G L E T   S Y N T H E S E
  -----------------------------
*/
.isotope {
  width: 100%;
  margin-top: 20px; }
  .isotope .thead {
    font-size: 0.875rem !important;
    line-height: 1.1 !important; }
    @media screen and (min-width: 600px) {
      .isotope .thead {
        font-size: 1rem !important;
        line-height: 1.1 !important; } }
  .isotope .thead,
  .isotope .item {
    height: 75px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
    display: flex;
    align-items: center; }
    .isotope .thead > div,
    .isotope .item > div {
      flex: 1;
      padding: 5px; }
    .isotope .thead .surface,
    .isotope .item .surface {
      text-align: right; }
    .isotope .thead .dept,
    .isotope .item .dept {
      text-align: left; }
      .isotope .thead .dept q,
      .isotope .item .dept q {
        font-size: 1.375rem !important;
        line-height: 48px !important;
        font-family: "port_harcourt", serif;
        color: #fff;
        border-radius: 26px;
        width: 42px;
        height: 42px;
        display: inline-block;
        text-align: center; }
        @media screen and (min-width: 600px) {
          .isotope .thead .dept q,
          .isotope .item .dept q {
            font-size: 1.9375rem !important;
            line-height: 62px !important; } }
      .isotope .thead .dept sup,
      .isotope .item .dept sup {
        font-size: 0.875rem !important;
        line-height: 1 !important;
        font-family: "roboto_slab", serif;
        top: -25px; }
        @media screen and (min-width: 600px) {
          .isotope .thead .dept sup,
          .isotope .item .dept sup {
            font-size: 0.75rem !important;
            line-height: 1 !important; } }
        @media screen and (min-width: 900px) {
          .isotope .thead .dept sup,
          .isotope .item .dept sup {
            font-size: 1rem !important;
            line-height: 1 !important; } }
        @media screen and (min-width: 1200px) {
          .isotope .thead .dept sup,
          .isotope .item .dept sup {
            font-size: 1.125rem !important;
            line-height: 1 !important; } }
      @media all and (max-width: 37.4375em) {
        .isotope .thead .dept,
        .isotope .item .dept {
          display: flex;
          flex-flow: column wrap; }
          .isotope .thead .dept sup,
          .isotope .item .dept sup {
            top: 3px; } }
      @media all and (min-width: 37.5em) {
        .isotope .thead .dept,
        .isotope .item .dept {
          padding-left: 20px; }
          .isotope .thead .dept q,
          .isotope .item .dept q {
            width: 52px;
            height: 52px; } }
      @media all and (min-width: 75em) {
        .isotope .thead .dept,
        .isotope .item .dept {
          padding-left: 50px; } }
    .isotope .thead[data-dept='09'] .dept q,
    .isotope .item[data-dept='09'] .dept q {
      background-color: #1f87a8; }
    .isotope .thead[data-dept='09'] .dept sup,
    .isotope .item[data-dept='09'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='11'] .dept q,
    .isotope .item[data-dept='11'] .dept q {
      background-color: #9e1c20; }
    .isotope .thead[data-dept='11'] .dept sup,
    .isotope .item[data-dept='11'] .dept sup {
      color: #9e1c20; }
    .isotope .thead[data-dept='12'] .dept q,
    .isotope .item[data-dept='12'] .dept q {
      background-color: #499c0a; }
    .isotope .thead[data-dept='12'] .dept sup,
    .isotope .item[data-dept='12'] .dept sup {
      color: #499c0a; }
    .isotope .thead[data-dept='30'] .dept q,
    .isotope .item[data-dept='30'] .dept q {
      background-color: #ffcd44; }
    .isotope .thead[data-dept='30'] .dept sup,
    .isotope .item[data-dept='30'] .dept sup {
      color: #d69d00; }
    .isotope .thead[data-dept='31'] .dept q,
    .isotope .item[data-dept='31'] .dept q {
      background-color: #1f87a8; }
    .isotope .thead[data-dept='31'] .dept sup,
    .isotope .item[data-dept='31'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='32'] .dept q,
    .isotope .item[data-dept='32'] .dept q {
      background-color: #8ccbe1; }
    .isotope .thead[data-dept='32'] .dept sup,
    .isotope .item[data-dept='32'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='34'] .dept q,
    .isotope .item[data-dept='34'] .dept q {
      background-color: #9e1c20; }
    .isotope .thead[data-dept='34'] .dept sup,
    .isotope .item[data-dept='34'] .dept sup {
      color: #9e1c20; }
    .isotope .thead[data-dept='46'] .dept q,
    .isotope .item[data-dept='46'] .dept q {
      background-color: #499c0a; }
    .isotope .thead[data-dept='46'] .dept sup,
    .isotope .item[data-dept='46'] .dept sup {
      color: #499c0a; }
    .isotope .thead[data-dept='48'] .dept q,
    .isotope .item[data-dept='48'] .dept q {
      background-color: #1f87a8; }
    .isotope .thead[data-dept='48'] .dept sup,
    .isotope .item[data-dept='48'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='65'] .dept q,
    .isotope .item[data-dept='65'] .dept q {
      background-color: #9e1c20; }
    .isotope .thead[data-dept='65'] .dept sup,
    .isotope .item[data-dept='65'] .dept sup {
      color: #9e1c20; }
    .isotope .thead[data-dept='66'] .dept q,
    .isotope .item[data-dept='66'] .dept q {
      background-color: #ffcd44; }
    .isotope .thead[data-dept='66'] .dept sup,
    .isotope .item[data-dept='66'] .dept sup {
      color: #d69d00; }
    .isotope .thead[data-dept='81'] .dept q,
    .isotope .item[data-dept='81'] .dept q {
      background-color: #1f87a8; }
    .isotope .thead[data-dept='81'] .dept sup,
    .isotope .item[data-dept='81'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='82'] .dept q,
    .isotope .item[data-dept='82'] .dept q {
      background-color: #8ccbe1; }
    .isotope .thead[data-dept='82'] .dept sup,
    .isotope .item[data-dept='82'] .dept sup {
      color: #1f87a8; }
    .isotope .thead[data-dept='99'] .dept,
    .isotope .item[data-dept='99'] .dept {
      font-size: 70%; }
    .isotope .thead[data-dept='99'] .surface,
    .isotope .thead[data-dept='99'] .livres,
    .isotope .thead[data-dept='99'] .encours,
    .isotope .item[data-dept='99'] .surface,
    .isotope .item[data-dept='99'] .livres,
    .isotope .item[data-dept='99'] .encours {
      color: #1f87a8; }
    .isotope .thead .usage,
    .isotope .item .usage {
      display: none; }
  .isotope .item {
    font-size: 1.0625rem !important;
    line-height: 1 !important;
    font-family: "roboto_slab", serif;
    color: #535252; }
    @media screen and (min-width: 600px) {
      .isotope .item {
        font-size: 1.625rem !important;
        line-height: 1 !important; } }
    @media screen and (min-width: 1200px) {
      .isotope .item {
        font-size: 2.25rem !important;
        line-height: 1 !important; } }

article.post, article.page {
  flex-wrap: wrap;
  flex-direction: column; }

article .entry-header,
article .entry-content,
article .entry-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.entry-header {
  height: 120px;
  justify-content: center; }
  .pourquoi-construire-en-bois-local .entry-header {
    background: transparent url(../img/banner-bois-pourquoi.jpg) center top no-repeat;
    background-size: cover; }
  .comment-construire-en-bois-local .entry-header {
    background: transparent url(../img/banner-bois-comment.jpg) center top no-repeat;
    background-size: cover; }
  .pacte-construction-bois-occitanie .entry-header {
    background: transparent url(../img/banner-bois-comment.jpg) center top no-repeat;
    background-size: cover; }
  .observatoire-des-constructions-publiques-en-bois .entry-header {
    background: transparent url(../img/banner-bois-observatoire.jpg) center top no-repeat;
    background-size: cover; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

fieldset {
  margin: 0 auto;
  width: 50%; }
  fieldset legend {
    text-align: center; }
  fieldset label {
    width: 80%; }

.single iframe {
  width: 100%; }

.single .all-posts-link {
  background: #444343;
  margin-top: 10px;
  padding: 5px 15px;
  text-align: center; }
  .single .all-posts-link a {
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase; }
    .single .all-posts-link a:hover, .single .all-posts-link a:active, .single .all-posts-link a:focus {
      color: #444343; }

/*
  Styles ofr the Search Form in the header
*/
.searchbox {
  transition: all 0.3s ease;
  background: #fff;
  height: 35px;
  min-width: 35px;
  overflow: hidden;
  transition: width 0.3s ease;
  width: 0;
  position: absolute;
  bottom: 5px;
  right: 15px; }
  @media all and (min-width: 25.875em) {
    .searchbox {
      bottom: 0; } }
  @media all and (min-width: 37.5em) {
    .searchbox {
      position: relative;
      bottom: inherit;
      right: inherit;
      margin: 20px 20px 0; } }
  @media all and (min-width: 75em) {
    .searchbox {
      min-width: 150px; } }

.search-input {
  -webkit-appearance: none;
  background: transparent url(../img/picto-loupe.png) left center no-repeat;
  border: 0;
  border-radius: 0;
  color: #444343;
  font-family: inherit;
  font-size: inherit;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%; }
  .search-input:focus {
    background: transparent; }
  .search-input.placeholder {
    color: transparent;
    text-transform: none; }
  .search-input:-moz-placeholder {
    color: transparent;
    text-transform: none; }
  .search-input::-moz-placeholder {
    color: transparent;
    text-transform: none; }
  .search-input:-ms-input-placeholder {
    color: transparent;
    text-transform: none; }
  .search-input::-webkit-input-placeholder {
    color: transparent;
    text-transform: none; }

.icon-search,
.search-submit {
  color: #444343;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px; }

.search-submit {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  border: 0;
  color: transparent;
  outline: none; }

.icon-search {
  display: none !important;
  transition: all 0.3s ease;
  background-size: auto;
  opacity: 1;
  right: 5px;
  width: 35px;
  height: 35px;
  z-index: 1; }
  .icon-search:hover, .icon-search:active, .icon-search:focus {
    opacity: 1; }
  @media all and (min-width: 75em) {
    .icon-search {
      right: auto;
      left: 0; } }

.searchbox-open,
.no-js .searchbox {
  border-bottom-color: #444343;
  width: 54%; }
  @media all and (min-width: 25.875em) {
    .searchbox-open,
    .no-js .searchbox {
      width: 25%; } }
  @media all and (min-width: 64.0625em) {
    .searchbox-open,
    .no-js .searchbox {
      width: 15%; } }
  .searchbox-open .search-input,
  .no-js .searchbox .search-input {
    color: #444343; }
    .searchbox-open .search-input.placeholder,
    .no-js .searchbox .search-input.placeholder {
      color: #444343;
      font-weight: 400;
      padding-top: 5px; }
    .searchbox-open .search-input:-moz-placeholder,
    .no-js .searchbox .search-input:-moz-placeholder {
      color: #444343;
      font-weight: 400;
      padding-top: 5px; }
    .searchbox-open .search-input::-moz-placeholder,
    .no-js .searchbox .search-input::-moz-placeholder {
      color: #444343;
      font-weight: 400;
      padding-top: 5px; }
    .searchbox-open .search-input:-ms-input-placeholder,
    .no-js .searchbox .search-input:-ms-input-placeholder {
      color: #444343;
      font-weight: 400;
      padding-top: 5px; }
    .searchbox-open .search-input::-webkit-input-placeholder,
    .no-js .searchbox .search-input::-webkit-input-placeholder {
      color: #444343;
      font-weight: 400;
      padding-top: 5px; }

/*
    slider styles
*/
.unslider {
  margin: 0;
  overflow: visible;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  overflow: visible !important;
  position: relative; }

.unslider-fade .unslider-wrap li {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 1; }

.unslider li,
.unslider ol,
.unslider ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.unslider-arrow {
  cursor: pointer;
  left: 20px;
  position: absolute;
  z-index: 2; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  margin: 0 4px;
  overflow: hidden;
  text-indent: -999em;
  width: 6px; }

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.widget-area {
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: center; }
  @media all and (min-width: 56.25em) {
    .widget-area {
      justify-content: flex-start; } }
  @media all and (min-width: 56.25em) {
    .widget-area#sidebar1 {
      flex: 0 0 auto; } }
  .widget-area#sidebar2 {
    font-size: 1rem !important;
    line-height: 1.5 !important; }
    @media screen and (min-width: 600px) {
      .widget-area#sidebar2 {
        font-size: 1.125rem !important;
        line-height: 1.5 !important; } }
    .widget-area#sidebar2 .tel {
      font-size: 1.25rem !important;
      line-height: 1.5 !important;
      font-family: "roboto_condensed", sans-serif;
      font-weight: 700; }
      @media screen and (min-width: 600px) {
        .widget-area#sidebar2 .tel {
          font-size: 1.5rem !important;
          line-height: 1.5 !important; } }
    .widget-area#sidebar2 .website {
      font-weight: 700; }
    .widget-area#sidebar2 .widget:nth-of-type(2) {
      font-size: 0.875rem !important;
      line-height: 1.3 !important; }
    @media all and (min-width: 56.25em) {
      .widget-area#sidebar2 {
        padding-left: 50px;
        flex: 1; } }
    @media all and (min-width: 81.25em) {
      .widget-area#sidebar2 {
        flex: 2; } }
  .widget-area#sidebar3 a {
    font-weight: 700; }
  @media all and (min-width: 37.5em) {
    .widget-area#sidebar3 {
      flex-flow: row wrap;
      justify-content: flex-end; }
      .widget-area#sidebar3 .widget {
        margin-left: 15px;
        margin-bottom: 10px; }
        .widget-area#sidebar3 .widget:nth-of-type(1) {
          flex: 1 0 100%; } }
  @media all and (min-width: 56.25em) {
    .widget-area#sidebar3 {
      align-items: flex-end; }
      .widget-area#sidebar3 .widget {
        text-align: right;
        align-items: flex-end; } }
  @media all and (min-width: 81.25em) {
    .widget-area#sidebar3 {
      margin-bottom: 30px; } }
  .widget-area#sidebar4 {
    margin-top: 50px; }
    @media all and (min-width: 56.25em) {
      .widget-area#sidebar4 {
        flex: 1 1 100%;
        align-items: center; } }
    @media all and (min-width: 81.25em) {
      .widget-area#sidebar4 {
        flex: 1;
        margin-top: 0;
        padding-left: 50px;
        align-items: flex-start;
        justify-content: flex-end; } }
  .widget-area .widget {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    text-align: left; }
    .widget-area .widget#media_image-2 {
      margin-top: -50px; }
      @media all and (min-width: 56.25em) {
        .widget-area .widget#media_image-2 {
          margin-top: -25px; } }
  .widget-area a:hover, .widget-area a:active, .widget-area a:focus {
    color: #ffd85f !important; }

.home .bloc-accueil .elementor-widget-wrap {
  background-color: #e6e6e6; }
  .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-wrapper {
    position: relative; }
  .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-img {
    width: 100% !important;
    margin: 0 !important;
    position: relative; }
    .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-img img {
      width: 100%; }
    @media all and (min-width: 37.5em) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-img {
        height: 145px;
        overflow: hidden; } }
    @media all and (min-width: 64.0625em) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-img {
        height: 175px; } }
    @media all and (min-width: 81.25em) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-img {
        height: 145px; } }
  .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title {
    font-size: 1.25rem !important;
    line-height: 50px !important;
    margin: 0;
    z-index: 0; }
    @media screen and (min-width: 600px) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title {
        font-size: 1.25rem !important;
        line-height: 1.2 !important; } }
    @media screen and (min-width: 1480px) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title {
        font-size: 1.5rem !important;
        line-height: 1.2 !important; } }
    @media screen and (min-width: 1800px) {
      .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title {
        font-size: 1.5rem !important;
        line-height: 60px !important; } }
    .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:after {
      background: #fff;
      background: rgba(255, 255, 255, 0.47);
      transition: all 0.3s ease;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 97%;
      z-index: 1; }
    .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title a {
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      position: absolute;
      width: 80%;
      top: 43px;
      background-color: #ffcd34;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      z-index: 2; }
      @media all and (min-width: 37.5em) and (max-width: 112.4375em) {
        .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title a {
          top: 53px;
          padding: 10px 5px;
          width: 90%; } }
    .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:hover:after, .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:active:after, .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:focus:after {
      opacity: 0; }
    .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:hover a, .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:active a, .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-title:focus a {
      background-color: #6e6464;
      color: #ffd85f; }
  .home .bloc-accueil .elementor-widget-wrap .elementor-image-box-description {
    padding: 25px;
    text-align: left;
    margin-top: -6px;
    background-color: #e6e6e6;
    position: relative;
    z-index: 3; }

.bloc-chiffres .elementor-widget-wrap {
  border: 1px solid #444343; }

.bloc-chiffres .elementor-text-editor {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  padding: 10px; }
  @media all and (min-width: 37.5em) {
    .bloc-chiffres .elementor-text-editor {
      padding: 10px 0 20px; } }
  .bloc-chiffres .elementor-text-editor strong {
    font-size: 1.75rem !important;
    line-height: 1 !important;
    font-family: "roboto_slab", serif;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .bloc-chiffres .elementor-text-editor strong {
        font-size: 3.125rem !important;
        line-height: 1 !important; } }
    @media screen and (min-width: 1025px) {
      .bloc-chiffres .elementor-text-editor strong {
        font-size: 2.1875rem !important;
        line-height: 1 !important; } }
    @media screen and (min-width: 1480px) {
      .bloc-chiffres .elementor-text-editor strong {
        font-size: 2.8125rem !important;
        line-height: 1 !important; } }
    @media screen and (min-width: 1800px) {
      .bloc-chiffres .elementor-text-editor strong {
        font-size: 3.75rem !important;
        line-height: 1 !important; } }
  .bloc-chiffres .elementor-text-editor h2 {
    flex: 1 1 100%;
    padding-left: 20px;
    margin-top: 0; }
  .bloc-chiffres .elementor-text-editor .chiffres {
    font-size: 0.875rem !important;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    text-align: center;
    flex: 1 0 50%;
    padding: 0 10px; }
    .bloc-chiffres .elementor-text-editor .chiffres:first-of-type {
      padding-bottom: 15px; }
      .bloc-chiffres .elementor-text-editor .chiffres:first-of-type strong {
        color: #9e1c20; }
    .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(2) {
      padding-bottom: 15px; }
      .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(2) strong {
        color: #5ba224; }
    .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(3) strong {
      color: #1f87a8; }
    .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(4) strong {
      color: #7f7373; }
    .bloc-chiffres .elementor-text-editor .chiffres:last-of-type strong {
      color: #7f7373; }
    .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(3), .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(4), .bloc-chiffres .elementor-text-editor .chiffres:last-of-type {
      flex: 0 0 31.5%; }
    @media all and (min-width: 37.5em) {
      .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(3), .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(4), .bloc-chiffres .elementor-text-editor .chiffres:last-of-type {
        flex: 1 1 33.333333%;
        margin-bottom: 0; } }
    @media all and (min-width: 64.0625em) {
      .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(2) {
        flex: 0 0 64%; }
      .bloc-chiffres .elementor-text-editor .chiffres:first-of-type, .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(3), .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(4), .bloc-chiffres .elementor-text-editor .chiffres:last-of-type {
        flex: 0 0 31%;
        margin-bottom: 0; } }
    @media all and (min-width: 92.5em) {
      .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(2) {
        flex: 0 0 67%; }
      .bloc-chiffres .elementor-text-editor .chiffres:first-of-type, .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(3), .bloc-chiffres .elementor-text-editor .chiffres:nth-of-type(4), .bloc-chiffres .elementor-text-editor .chiffres:last-of-type {
        flex: 0 0 33%;
        margin-bottom: 0; } }

@media all and (min-width: 75em) {
  .bloc-chiffres .elementor-element-populated {
    padding-right: 0 !important; } }

.section-chiffres .elementor-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #444343; }
  .section-chiffres .elementor-container::after {
    clear: both;
    content: ' ';
    display: block; }

.section-chiffres .elementor-column-wrap {
  padding: 0 !important; }

.section-chiffres .elementor-text-editor {
  padding: 0;
  justify-content: center; }
  .section-chiffres .elementor-text-editor .chiffres {
    font-size: 1rem !important;
    margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .section-chiffres .elementor-text-editor .chiffres {
        font-size: 1.125rem !important; } }
    .section-chiffres .elementor-text-editor .chiffres:nth-of-type(3), .section-chiffres .elementor-text-editor .chiffres:last-of-type {
      flex: 1; }
  @media all and (min-width: 56.25em) {
    .section-chiffres .elementor-text-editor h2 {
      text-align: center; }
    .section-chiffres .elementor-text-editor p {
      flex: 1 !important; } }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }


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