@charset "UTF-8";
/* -------------------------------
 * BASE 1
 * ------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Merriweather|Montserrat:400,600");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* -------------------------------
 * CONFIG
 * ------------------------------*/
/* ------------------------
 * COLORS
 * -----------------------*/
/* ------------------------
 * FONTS
 * -----------------------*/
/* -----------------------
 * Mediaqueries
 * ---------------------*/
/* -------------------------------
 * REM MIXIN
 * ------------------------------*/
/* -----------------------------------
 * Font Awesome
 * ----------------------------------*/
/* -----------------------------------
 * Color
 * ----------------------------------*/
/* -----------------------------------
 * Gradient
 * ----------------------------------*/
/*
	Exemple d'utilisation

	.selector-1 {
	// $default-direction: 180deg
	@include background-gradient($brand-raspberry, $brand-candy);
	}

	.selector-2 {
	@include background-gradient(to right, (color($brand-candy, .53) 10%, color($brand-candy, .96) 100%));
	}

	.selector-3 {
	@include background-gradient(48deg, (color($brand-candy, .1) 0%, color($brand-candy, .5) 50%, $brand-candy 100%));
	}
*/
/* -----------------------
 * Mediaqueries
 * ---------------------*/
/* -----------------------------
 * HEADING
 * ----------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #2a2f36;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
}

/* -----------------------------
 * GRID
 * ----------------------------*/
.container, #block-multiblock-3 .content {
  width: 90%;
  max-width: 1120px;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------
 * FORMS
 * ----------------------------*/
.page-user form input[type="text"],
.page-user form input[type="email"],
.page-user form input[type="password"], .page-node-add form input#edit-title, .page-node-add form input#edit-field-phone-und-0-value, .page-node-add form textarea, .page-node-add form .date-combo .date-no-float input, .page-node-add #edit-anonymous-publishing input, .page-node-add .node-agenda-form .location-wrapper .form-item input, input[type="text"],
input[type="email"],
textarea {
  padding: 10px;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border-radius: 2px;
  background-image: none;
  border: 1px solid #979494;
}

.page-user form input:focus[type="text"],
.page-user form input:focus[type="email"],
.page-user form input:focus[type="password"], .page-node-add form input#edit-title:focus, .page-node-add form input#edit-field-phone-und-0-value:focus, .page-node-add form textarea:focus, .page-node-add form .date-combo .date-no-float input:focus, .page-node-add #edit-anonymous-publishing input:focus, .page-node-add .node-agenda-form .location-wrapper .form-item input:focus, input:focus[type="text"],
input:focus[type="email"],
textarea:focus {
  outline: none;
  border-color: #7e7a7a;
}

.page-user form input[type="text"]::-webkit-input-placeholder,
.page-user form input[type="email"]::-webkit-input-placeholder,
.page-user form input[type="password"]::-webkit-input-placeholder, .page-node-add form input#edit-title::-webkit-input-placeholder, .page-node-add form input#edit-field-phone-und-0-value::-webkit-input-placeholder, .page-node-add form textarea::-webkit-input-placeholder, .page-node-add form .date-combo .date-no-float input::-webkit-input-placeholder, .page-node-add #edit-anonymous-publishing input::-webkit-input-placeholder, .page-node-add .node-agenda-form .location-wrapper .form-item input::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #979494;
  opacity: 1;
}

.page-user form input[type="text"]:-ms-input-placeholder,
.page-user form input[type="email"]:-ms-input-placeholder,
.page-user form input[type="password"]:-ms-input-placeholder, .page-node-add form input#edit-title:-ms-input-placeholder, .page-node-add form input#edit-field-phone-und-0-value:-ms-input-placeholder, .page-node-add form textarea:-ms-input-placeholder, .page-node-add form .date-combo .date-no-float input:-ms-input-placeholder, .page-node-add #edit-anonymous-publishing input:-ms-input-placeholder, .page-node-add .node-agenda-form .location-wrapper .form-item input:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #979494;
  opacity: 1;
}

.page-user form input[type="text"]::-ms-input-placeholder,
.page-user form input[type="email"]::-ms-input-placeholder,
.page-user form input[type="password"]::-ms-input-placeholder, .page-node-add form input#edit-title::-ms-input-placeholder, .page-node-add form input#edit-field-phone-und-0-value::-ms-input-placeholder, .page-node-add form textarea::-ms-input-placeholder, .page-node-add form .date-combo .date-no-float input::-ms-input-placeholder, .page-node-add #edit-anonymous-publishing input::-ms-input-placeholder, .page-node-add .node-agenda-form .location-wrapper .form-item input::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #979494;
  opacity: 1;
}

.page-user form input[type="text"]::placeholder,
.page-user form input[type="email"]::placeholder,
.page-user form input[type="password"]::placeholder, .page-node-add form input#edit-title::placeholder, .page-node-add form input#edit-field-phone-und-0-value::placeholder, .page-node-add form textarea::placeholder, .page-node-add form .date-combo .date-no-float input::placeholder, .page-node-add #edit-anonymous-publishing input::placeholder, .page-node-add .node-agenda-form .location-wrapper .form-item input::placeholder, input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #979494;
  opacity: 1;
}

.page-user form input:disabled[type="text"],
.page-user form input:disabled[type="email"],
.page-user form input:disabled[type="password"], .page-node-add form input#edit-title:disabled, .page-node-add form input#edit-field-phone-und-0-value:disabled, .page-node-add form textarea:disabled, .page-node-add form .date-combo .date-no-float input:disabled, .page-node-add #edit-anonymous-publishing input:disabled, .page-node-add .node-agenda-form .location-wrapper .form-item input:disabled, input:disabled[type="text"],
input:disabled[type="email"],
textarea:disabled, .page-user form input[readonly][type="text"],
.page-user form input[readonly][type="email"],
.page-user form input[readonly][type="password"], .page-node-add form input#edit-title[readonly], .page-node-add form input#edit-field-phone-und-0-value[readonly], .page-node-add form textarea[readonly], .page-node-add form .date-combo .date-no-float input[readonly], .page-node-add #edit-anonymous-publishing input[readonly], .page-node-add .node-agenda-form .location-wrapper .form-item input[readonly], input[readonly][type="text"],
input[readonly][type="email"],
textarea[readonly] {
  background-color: #e0dfe6;
  opacity: 1;
}

.page-user form input:disabled[type="text"],
.page-user form input:disabled[type="email"],
.page-user form input:disabled[type="password"], .page-node-add form input#edit-title:disabled, .page-node-add form input#edit-field-phone-und-0-value:disabled, .page-node-add form textarea:disabled, .page-node-add form .date-combo .date-no-float input:disabled, .page-node-add #edit-anonymous-publishing input:disabled, .page-node-add .node-agenda-form .location-wrapper .form-item input:disabled, input:disabled[type="text"],
input:disabled[type="email"],
textarea:disabled {
  color: #e1e0e0;
  cursor: pointer;
}

.page-user form input.error[type="text"],
.page-user form input.error[type="email"],
.page-user form input.error[type="password"], .page-node-add form input.error#edit-title, .page-node-add form input.error#edit-field-phone-und-0-value, .page-node-add form textarea.error, .page-node-add form .date-combo .date-no-float input.error, .page-node-add #edit-anonymous-publishing input.error, .page-node-add .node-agenda-form .location-wrapper .form-item input.error, input.error[type="text"],
input.error[type="email"],
textarea.error {
  border-color: #ff0000;
}

.page-user form input.error[type="text"] + .description, .page-user form input.error[type="email"] + .description, .page-user form input.error[type="password"] + .description, .page-node-add form input.error#edit-title + .description, .page-node-add form input.error#edit-field-phone-und-0-value + .description, .page-node-add form textarea.error + .description, .page-node-add form .date-combo .date-no-float input.error + .description, .page-node-add #edit-anonymous-publishing input.error + .description, .page-node-add .node-agenda-form .location-wrapper .form-item input.error + .description, input.error[type="text"] + .description, input.error[type="email"] + .description, textarea.error + .description {
  color: #ff0000;
}

/* ---------------------------
 * BUTTONS
 * --------------------------*/
.btn, .node-type-ed-classified form input[type="submit"], .page-user form .form-actions input, .page-node-add form #edit-submit, #block-views-exp-agenda-page .form-submit, .block-webform input.button-primary, #block-views-exp-reportages-page-1 .views-exposed-form #edit-submit-reportages, #block-views-exp-reportages-page-1 .views-exposed-form #edit-reset {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary, #block-views-exp-reportages-page-1 .views-exposed-form #edit-reset {
  background: #fff;
  color: #193d80;
  margin-bottom: 10px;
}

.btn-primary:hover, #block-views-exp-reportages-page-1 .views-exposed-form #edit-reset:hover, .btn-primary:focus, #block-views-exp-reportages-page-1 .views-exposed-form #edit-reset:focus {
  background: #193d80;
  color: #fff;
}

.btn-secondary, .node-type-ed-classified form input[type="submit"], .page-user form .form-actions input, .page-node-add form #edit-submit, #block-views-exp-agenda-page .form-submit, .block-webform input.button-primary, #block-views-exp-reportages-page-1 .views-exposed-form #edit-submit-reportages {
  background: #193d80;
  color: #fff;
}

.btn-secondary:hover, .node-type-ed-classified form input:hover[type="submit"], .page-user form .form-actions input:hover, .page-node-add form #edit-submit:hover, #block-views-exp-agenda-page .form-submit:hover, .block-webform input.button-primary:hover, #block-views-exp-reportages-page-1 .views-exposed-form #edit-submit-reportages:hover, .btn-secondary:focus, .node-type-ed-classified form input:focus[type="submit"], .page-user form .form-actions input:focus, .page-node-add form #edit-submit:focus, #block-views-exp-agenda-page .form-submit:focus, .block-webform input.button-primary:focus, #block-views-exp-reportages-page-1 .views-exposed-form #edit-submit-reportages:focus {
  background: #112955;
}

.btn-outline {
  border: 1px solid #fdc153;
  color: #fdc153;
}

.btn-outline:hover, .btn-outline:focus {
  background: #fdc153;
  color: #fff;
}

/* -------------------------------
 * LIBRARIES
 * ------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.icon[class^='icon-'],
.icon[class*=' icon-'] {
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.icon-facebook::before {
  content: "";
}

.icon-instagram::before {
  content: "";
}

.icon-rss::before {
  content: "";
}

.icon-search::before {
  content: "";
}

.icon-send::before {
  content: "";
}

.icon-top::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

.icon-home::before {
  content: "";
}

.icon-link::before {
  content: "";
}

.icon-mail::before {
  content: "";
}

.icon-phone::before {
  content: "";
}

.icon-play::before {
  content: "";
}

.icon-annuaire::before {
  content: "";
}

.icon-calendar::before {
  content: "";
}

.icon-mag::before {
  content: "";
}

.icon-speaker::before {
  content: "";
}

.icon-target::before {
  content: "";
}

.icon-top-button::before {
  content: "";
}

.icon-select::before {
  content: "";
}

.icon-bottom::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-pinterest::before {
  content: "";
}

.icon-fax::before {
  content: "";
}

.icon-youtube::before {
  content: "";
}

.icon-right::before {
  content: "";
}

/* -------------------------------
 * BASE 2
 * ------------------------------*/
.one-sidebar #main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .one-sidebar #main .container {
    display: block;
  }
}

.one-sidebar #main .container #maincontent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}

@media (max-width: 991px) {
  .one-sidebar #main .container #maincontent {
    max-width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
  }
}

.one-sidebar #main .container aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  margin-left: 5%;
}

@media (max-width: 991px) {
  .one-sidebar #main .container aside {
    max-width: 100%;
    margin-left: 0;
    margin-top: 5%;
    clear: both;
  }
}

.front #maincontent > h1 {
  display: none;
}

.region-content {
  position: relative;
}

*:focus,
*:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  background: #f7f7f7;
}

.node-type-reportage #block-system-main {
  clear: both;
}

#block-system-main .content {
  font-family: "Merriweather", sans-serif;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  h1 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.3;
  }
}

h1:after {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: block;
  content: "";
  background: #193d80;
  width: 60px;
  height: 1px;
}

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

h3 {
  font-size: 16px;
  font-size: 1rem;
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

h4:after {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #fdc153;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

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

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

a {
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  color: #193d80;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #fdc153;
}

.item-list .pager {
  margin: 30px auto;
  margin: 1.875rem auto;
}

.item-list .pager li.pager-current {
  color: #193d80;
}

.item-list .pager li a {
  color: #979494;
  text-decoration: none;
  text-transform: uppercase;
}

ul.list-service {
  margin: 50px 0;
  margin: 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 699px) {
  ul.list-service {
    display: block;
  }
}

ul.list-service li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.list-service li strong {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #193d80;
  text-transform: uppercase;
}

ul.list-service li.service {
  padding-left: 70px;
  padding-left: 4.375rem;
  position: relative;
}

ul.list-service li.service a {
  text-decoration: none;
  color: #2a2f36;
}

ul.list-service li.service a:hover, ul.list-service li.service a:focus {
  color: #2a2f36;
}

ul.list-service li.service a:hover strong, ul.list-service li.service a:focus strong {
  color: #fdc153;
}

ul.list-service li.service a:hover:before, ul.list-service li.service a:focus:before {
  color: #fdc153;
}

ul.list-service li.service:before {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #193d80;
}

ul.list-service li.service-agenda:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

ul.list-service li.service-reference:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

ul.list-service li.service-annuaire:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

ul.list-service li.service-reportage:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

ul.list-service li.service-magazine:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

ul.list-service li.service-annonce:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

p.intro {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

/* -------------------------------
 * COMPONENTS
 * ------------------------------*/
nav#navigation {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #eeedf1;
  border-bottom: 1px solid #fdc153;
}

@media (max-width: 991px) {
  nav#navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

nav .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  nav .region-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

nav ul.menu {
  padding: 0;
  margin: 0;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul.menu li a {
  padding: 15px;
  padding: 0.9375rem;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #2a2f36;
  font-weight: 600;
}

nav ul.menu li a.active {
  color: #193d80;
}

@media (max-width: 991px) {
  #block-system-main-menu {
    position: fixed;
    right: -300px;
    width: 300px;
    top: 0;
    bottom: 0;
    background: #193d80;
    z-index: 100;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
  }
}

.open #block-system-main-menu {
  right: 0;
}

@media (max-width: 991px) {
  #block-system-main-menu ul.menu {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  #block-system-main-menu ul.menu li a {
    color: #fff;
    border-bottom: 1px solid #1d4795;
  }
}

.mobile-menu {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  z-index: 384;
  padding: 5px;
}

@media (max-width: 991px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu span {
  position: relative;
  display: block;
  margin: 18px 8px;
}

.mobile-menu span:after, .mobile-menu span:before {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-menu span,
.mobile-menu span:after,
.mobile-menu span:before {
  height: 4px;
  width: 25px;
  text-indent: -9999px;
  background-color: #193d80;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  border-radius: 3px;
}

.mobile-menu span:before {
  top: -8px;
}

.mobile-menu span:after {
  top: 8px;
}

.open .mobile-menu {
  border: none;
}

.open .mobile-menu span:before,
.open .mobile-menu span:after {
  top: 0;
}

.open .mobile-menu span {
  background-color: rgba(0, 0, 0, 0);
}

.open .mobile-menu span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.open .mobile-menu span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.view-reportages.view-display-id-block_3 .views-row, .view-reportages.view-display-id-page_1 .views-row, .view-reportages.view-display-id-page_2 .views-row {
  width: 31%;
  float: left;
  margin-bottom: 3.5%;
}

@media (max-width: 699px) {
  .view-reportages.view-display-id-block_3 .views-row, .view-reportages.view-display-id-page_1 .views-row, .view-reportages.view-display-id-page_2 .views-row {
    width: 100%;
    float: none;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-reportages.view-display-id-block_3 .views-row, .view-reportages.view-display-id-page_1 .views-row, .view-reportages.view-display-id-page_2 .views-row {
    width: 49%;
  }
}

.view-reportages.view-display-id-block_3 .views-row:nth-child(3n+1), .view-reportages.view-display-id-page_1 .views-row:nth-child(3n+1), .view-reportages.view-display-id-page_2 .views-row:nth-child(3n+1) {
  clear: left;
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-reportages.view-display-id-block_3 .views-row:nth-child(3n+1), .view-reportages.view-display-id-page_1 .views-row:nth-child(3n+1), .view-reportages.view-display-id-page_2 .views-row:nth-child(3n+1) {
    clear: none;
  }
}

.view-reportages.view-display-id-block_3 .views-row:nth-child(3n+2), .view-reportages.view-display-id-page_1 .views-row:nth-child(3n+2), .view-reportages.view-display-id-page_2 .views-row:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

@media (max-width: 991px) {
  .view-reportages.view-display-id-block_3 .views-row:nth-child(3n+2), .view-reportages.view-display-id-page_1 .views-row:nth-child(3n+2), .view-reportages.view-display-id-page_2 .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-reportages.view-display-id-block_3 .views-row:nth-child(2n+1), .view-reportages.view-display-id-page_1 .views-row:nth-child(2n+1), .view-reportages.view-display-id-page_2 .views-row:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.view-reportages.view-display-id-block_3 .views-row .field-name-field-image, .view-reportages.view-display-id-page_1 .views-row .field-name-field-image, .view-reportages.view-display-id-page_2 .views-row .field-name-field-image {
  overflow: hidden;
}

.view-reportages.view-display-id-block_3 .views-row .field-name-field-image img, .view-reportages.view-display-id-page_1 .views-row .field-name-field-image img, .view-reportages.view-display-id-page_2 .views-row .field-name-field-image img {
  display: block;
  width: 100%;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.view-reportages.view-display-id-block_3 .views-row .field-name-field-image img:hover, .view-reportages.view-display-id-block_3 .views-row .field-name-field-image img:focus, .view-reportages.view-display-id-page_1 .views-row .field-name-field-image img:hover, .view-reportages.view-display-id-page_1 .views-row .field-name-field-image img:focus, .view-reportages.view-display-id-page_2 .views-row .field-name-field-image img:hover, .view-reportages.view-display-id-page_2 .views-row .field-name-field-image img:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.view-reportages.view-display-id-block_3 .views-row h2, .view-reportages.view-display-id-page_1 .views-row h2, .view-reportages.view-display-id-page_2 .views-row h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 5px;
  margin: 0.9375rem 0 0.3125rem;
  font-weight: 600;
  line-height: 1.4;
}

.view-reportages.view-display-id-block_3 .views-row h2 a, .view-reportages.view-display-id-page_1 .views-row h2 a, .view-reportages.view-display-id-page_2 .views-row h2 a {
  text-decoration: none;
  color: #2a2f36;
}

.view-reportages.view-display-id-block_3 .views-row h2 a:hover, .view-reportages.view-display-id-block_3 .views-row h2 a:focus, .view-reportages.view-display-id-page_1 .views-row h2 a:hover, .view-reportages.view-display-id-page_1 .views-row h2 a:focus, .view-reportages.view-display-id-page_2 .views-row h2 a:hover, .view-reportages.view-display-id-page_2 .views-row h2 a:focus {
  color: #fdc153;
}

.view-reportages.view-display-id-block_3 .views-row .username, .view-reportages.view-display-id-page_1 .views-row .username, .view-reportages.view-display-id-page_2 .views-row .username {
  color: #193d80;
  text-decoration: none;
}

.view-reportages.view-display-id-block_3 .views-row .username:after, .view-reportages.view-display-id-page_1 .views-row .username:after, .view-reportages.view-display-id-page_2 .views-row .username:after {
  display: inline-block;
  content: ",";
}

.view-reportages.view-display-id-block_3 .views-row .field-name-author,
.view-reportages.view-display-id-block_3 .views-row .field-name-post-date, .view-reportages.view-display-id-page_1 .views-row .field-name-author,
.view-reportages.view-display-id-page_1 .views-row .field-name-post-date, .view-reportages.view-display-id-page_2 .views-row .field-name-author,
.view-reportages.view-display-id-page_2 .views-row .field-name-post-date {
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  float: left;
}

.view-reportages.view-display-id-block_3 .views-row .field-name-post-date .field-item:before, .view-reportages.view-display-id-page_1 .views-row .field-name-post-date .field-item:before, .view-reportages.view-display-id-page_2 .views-row .field-name-post-date .field-item:before {
  margin-right: 2px;
  margin-right: 0.125rem;
  content: "le";
  display: inline-block;
}

.view-reportages.view-display-id-block_3 .views-row .field-name-body, .view-reportages.view-display-id-page_1 .views-row .field-name-body, .view-reportages.view-display-id-page_2 .views-row .field-name-body {
  clear: both;
  font-family: "Merriweather", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.view-reportages.view-display-id-block_3 .views-row .field-name-body strong, .view-reportages.view-display-id-page_1 .views-row .field-name-body strong, .view-reportages.view-display-id-page_2 .views-row .field-name-body strong {
  font-weight: normal;
}

.view-video .view-content .views-row {
  width: 31%;
  float: left;
  margin-bottom: 3.5%;
}

@media (max-width: 699px) {
  .view-video .view-content .views-row {
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-video .view-content .views-row {
    width: 49%;
  }
}

.view-video .view-content .views-row:nth-child(3n+1) {
  clear: left;
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-video .view-content .views-row:nth-child(3n+1) {
    clear: none;
  }
}

.view-video .view-content .views-row:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

@media (max-width: 699px) {
  .view-video .view-content .views-row:nth-child(3n+2) {
    margin: 0;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-video .view-content .views-row:nth-child(3n+2) {
    margin: 0;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .view-video .view-content .views-row:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.view-video .view-content .views-row h2 {
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.view-video .view-content .views-row .field-name-field-image {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
}

.view-video .view-content .views-row .field-name-field-image img {
  display: block;
  width: 100%;
}

.view-video .view-content .views-row .field-name-field-image:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 46px;
  font-size: 2.875rem;
  color: #fdc153;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 10px #2a2f36;
  pointer-events: none;
}

.view-video .view-content .views-row .field-name-author,
.view-video .view-content .views-row .field-name-post-date {
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  float: left;
}

.view-video .view-content .views-row .field-name-post-date .field-item:before {
  margin-right: 3px;
  margin-right: 0.1875rem;
  content: "le";
  display: inline-block;
}

.view-video .view-content .views-row .username {
  text-decoration: none;
}

.view-video .view-content .views-row .username:after {
  content: ',';
}

.page-user .view-nos-collaborateurs h2.views-label {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #979494;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.page-user .view-nos-collaborateurs h2.views-label:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-user .view-nos-collaborateurs a {
  text-decoration: none;
}

.page-user .view-nos-collaborateurs a:hover, .page-user .view-nos-collaborateurs a:focus {
  text-decoration: underline;
}

.page-user .view-nos-collaborateurs .views-field-field-email-public {
  padding: 5px 0;
  padding: 0.3125rem 0;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.page-user .view-nos-collaborateurs .views-field-field-email-public:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #979494;
  vertical-align: middle;
}

.page-user .view-nos-collaborateurs .views-field-field-url {
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.page-user .view-nos-collaborateurs .views-field-field-url:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #979494;
  vertical-align: middle;
}

.page-user .view-nos-collaborateurs .views-field-field-adresse {
  padding: 5px 0;
  padding: 0.3125rem 0;
  position: relative;
  padding-left: 30px;
}

.page-user .view-nos-collaborateurs .views-field-field-adresse:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #979494;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 9px;
}

.page-user .view-nos-collaborateurs .views-field-field-adresse p {
  margin: 0;
}

.page-user .view-nos-collaborateurs .views-field-field-tel {
  padding: 5px 0;
  padding: 0.3125rem 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.page-user .view-nos-collaborateurs .views-field-field-tel:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #979494;
  vertical-align: middle;
}

.page-user .view-nos-collaborateurs .views-field-field-facebook {
  float: left;
}

.page-user .view-nos-collaborateurs .views-field-field-facebook i {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #e1e0e0;
}

.page-user .view-nos-collaborateurs .views-field-field-facebook a {
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 0;
  color: #3b5998;
}

.page-user .view-nos-collaborateurs .views-field-field-facebook a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-user .view-nos-collaborateurs .views-field-field-twitter {
  float: left;
}

.page-user .view-nos-collaborateurs .views-field-field-twitter i {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #e1e0e0;
}

.page-user .view-nos-collaborateurs .views-field-field-twitter a {
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 0;
  color: #1ea0f3;
}

.page-user .view-nos-collaborateurs .views-field-field-twitter a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-user .view-nos-collaborateurs .views-field-field-instagram {
  float: left;
}

.page-user .view-nos-collaborateurs .views-field-field-instagram i {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #e1e0e0;
}

.page-user .view-nos-collaborateurs .views-field-field-instagram a {
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 0;
  color: #8034af;
}

.page-user .view-nos-collaborateurs .views-field-field-instagram a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-user .view-nos-collaborateurs .views-field-field-youtube i {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #e1e0e0;
}

.page-user .view-nos-collaborateurs .views-field-field-youtube a {
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 0;
  color: #ff0000;
}

.page-user .view-nos-collaborateurs .views-field-field-youtube a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 15px;
  font-size: 0.9375rem;
}

.page-user .user-profile:after {
  display: block;
  content: "";
  background: #fdc153;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  height: 1px;
  width: 80px;
  visibility: visible;
}

.page-user .user-profile .field-name-ds-user-picture {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.page-user .user-profile .field-name-ds-user-picture .field-item a {
  display: block;
  margin: auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
}

.page-user .user-profile .field-name-ds-user-picture .field-item img {
  display: block;
}

.page-user .user-profile h1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-user .user-profile h1 .field {
  padding: 0 5px;
  padding: 0 0.3125rem;
}

.page-user .user-profile h1:after {
  display: none;
}

.node-page h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #979494;
}

.node-page h2:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 1200px) {
  .page-agenda .region-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .page-agenda .region-content #block-views-exp-agenda-page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page-agenda .region-content #block-views-agenda-block-1,
.page-agenda .region-content #block-block-7,
.page-agenda .region-content #block-block-8 {
  padding: 20px;
  padding: 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

@media (min-width: 1200px) {
  .page-agenda .region-content #block-views-agenda-block-1,
  .page-agenda .region-content #block-block-7,
  .page-agenda .region-content #block-block-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin-left: 2%;
    margin-top: 0;
  }
}

.page-agenda .region-content #block-views-agenda-block-1 h4:after,
.page-agenda .region-content #block-block-7 h4:after,
.page-agenda .region-content #block-block-8 h4:after {
  display: none;
}

.page-agenda .region-content #block-views-agenda-block-1 .views-row,
.page-agenda .region-content #block-block-7 .views-row,
.page-agenda .region-content #block-block-8 .views-row {
  padding: 0;
}

.page-agenda .region-content #block-views-agenda-block-1 .btn,
.page-agenda .region-content #block-block-7 .btn,
.page-agenda .region-content #block-block-8 .btn {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: block;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.page-agenda .region-content #block-views-agenda-block-1 .btn:hover, .page-agenda .region-content #block-views-agenda-block-1 .btn:focus,
.page-agenda .region-content #block-block-7 .btn:hover,
.page-agenda .region-content #block-block-7 .btn:focus,
.page-agenda .region-content #block-block-8 .btn:hover,
.page-agenda .region-content #block-block-8 .btn:focus {
  background: #193d80;
  color: #fff;
}

.page-agenda .region-content #block-system-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.node-type-reportage h1,
.node-type-ed-classified h1,
.node-type-fiche-commercant h1,
.node-type-video h1 {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  border-bottom: 1px solid #e1e0e0;
}

.node-type-reportage #block-views-reportages-block-9,
.node-type-ed-classified #block-views-reportages-block-9,
.node-type-fiche-commercant #block-views-reportages-block-9,
.node-type-video #block-views-reportages-block-9 {
  margin: 50px 0;
  margin: 3.125rem 0;
}

.node-type-reportage #block-views-reportages-block-9 .item-list ul,
.node-type-ed-classified #block-views-reportages-block-9 .item-list ul,
.node-type-fiche-commercant #block-views-reportages-block-9 .item-list ul,
.node-type-video #block-views-reportages-block-9 .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.node-type-reportage #block-views-reportages-block-9 .item-list ul li,
.node-type-ed-classified #block-views-reportages-block-9 .item-list ul li,
.node-type-fiche-commercant #block-views-reportages-block-9 .item-list ul li,
.node-type-video #block-views-reportages-block-9 .item-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  margin-left: 0;
}

.node-type-reportage #block-views-reportages-block-9 .item-list ul li img,
.node-type-ed-classified #block-views-reportages-block-9 .item-list ul li img,
.node-type-fiche-commercant #block-views-reportages-block-9 .item-list ul li img,
.node-type-video #block-views-reportages-block-9 .item-list ul li img {
  display: block;
}

.node-type-reportage .field-name-field-image,
.node-type-ed-classified .field-name-field-image,
.node-type-fiche-commercant .field-name-field-image,
.node-type-video .field-name-field-image {
  margin: 50px 0;
  margin: 3.125rem 0;
}

.node-type-reportage .field-name-field-image .field-items,
.node-type-ed-classified .field-name-field-image .field-items,
.node-type-fiche-commercant .field-name-field-image .field-items,
.node-type-video .field-name-field-image .field-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.node-type-reportage .field-name-field-image .field-items .field-item,
.node-type-ed-classified .field-name-field-image .field-items .field-item,
.node-type-fiche-commercant .field-name-field-image .field-items .field-item,
.node-type-video .field-name-field-image .field-items .field-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
}

.node-type-reportage .field-name-field-image .field-items .field-item img,
.node-type-ed-classified .field-name-field-image .field-items .field-item img,
.node-type-fiche-commercant .field-name-field-image .field-items .field-item img,
.node-type-video .field-name-field-image .field-items .field-item img {
  display: block;
}

.node-type-reportage [class*="field-name-field-rubriques"],
.node-type-ed-classified [class*="field-name-field-rubriques"],
.node-type-fiche-commercant [class*="field-name-field-rubriques"],
.node-type-video [class*="field-name-field-rubriques"] {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.node-type-reportage [class*="field-name-field-rubriques"] a,
.node-type-ed-classified [class*="field-name-field-rubriques"] a,
.node-type-fiche-commercant [class*="field-name-field-rubriques"] a,
.node-type-video [class*="field-name-field-rubriques"] a {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: inline-block;
  background: #e1e0e0;
  text-transform: uppercase;
  text-decoration: none;
}

.page-taxonomy-term .view-taxonomy-term .views-row {
  width: 31%;
  float: left;
  margin-bottom: 3.5%;
}

@media (max-width: 699px) {
  .page-taxonomy-term .view-taxonomy-term .views-row {
    width: 100%;
    float: none;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .page-taxonomy-term .view-taxonomy-term .views-row {
    width: 49%;
  }
}

.page-taxonomy-term .view-taxonomy-term .views-row:nth-child(3n+1) {
  clear: left;
}

@media (min-width: 700px) and (max-width: 991px) {
  .page-taxonomy-term .view-taxonomy-term .views-row:nth-child(3n+1) {
    clear: none;
  }
}

.page-taxonomy-term .view-taxonomy-term .views-row:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

@media (max-width: 991px) {
  .page-taxonomy-term .view-taxonomy-term .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .page-taxonomy-term .view-taxonomy-term .views-row:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-field-image {
  overflow: hidden;
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-field-image img {
  display: block;
  width: 100%;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-field-image img:hover, .page-taxonomy-term .view-taxonomy-term .views-row .field-name-field-image img:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-taxonomy-term .view-taxonomy-term .views-row h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0 5px;
  margin: 0.9375rem 0 0.3125rem;
  font-weight: 600;
  line-height: 1.4;
}

.page-taxonomy-term .view-taxonomy-term .views-row h2 a {
  text-decoration: none;
  color: #2a2f36;
}

.page-taxonomy-term .view-taxonomy-term .views-row h2 a:hover, .page-taxonomy-term .view-taxonomy-term .views-row h2 a:focus {
  color: #fdc153;
}

.page-taxonomy-term .view-taxonomy-term .views-row .username {
  color: #193d80;
  text-decoration: none;
}

.page-taxonomy-term .view-taxonomy-term .views-row .username:after {
  display: inline-block;
  content: ",";
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-author,
.page-taxonomy-term .view-taxonomy-term .views-row .field-name-post-date {
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  float: left;
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-post-date .field-item:before {
  margin-right: 2px;
  margin-right: 0.125rem;
  content: "le";
  display: inline-block;
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-body {
  clear: both;
  font-family: "Merriweather", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-taxonomy-term .view-taxonomy-term .views-row .field-name-body strong {
  font-weight: normal;
}

.views-exposed-widgets .views-exposed-widget label {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.views-exposed-widgets .views-exposed-widget label:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

.views-exposed-widgets .views-widget-filter-title input {
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.views-exposed-widgets .views-widget-filter-title .form-type-textfield {
  padding: 10px 0 30px;
  padding: 0.625rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.views-exposed-widgets .views-widget-filter-title .form-type-textfield:before {
  padding: 10px;
  padding: 0.625rem;
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-right: none;
}

.page-annonces .view-header .view-rubriques .view-content {
  overflow: hidden;
}

.page-annonces .view-header .view-rubriques .view-content .views-row {
  padding: 0;
  border-bottom: none;
  width: 32%;
  float: left;
  text-align: center;
  margin-bottom: 2%;
}

@media (max-width: 699px) {
  .page-annonces .view-header .view-rubriques .view-content .views-row {
    width: 49%;
  }
}

.page-annonces .view-header .view-rubriques .view-content .views-row:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

@media (max-width: 699px) {
  .page-annonces .view-header .view-rubriques .view-content .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 699px) {
  .page-annonces .view-header .view-rubriques .view-content .views-row:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.page-annonces .view-header .view-rubriques .view-content .views-row a {
  padding: 10px;
  padding: 0.625rem;
  font-family: "Montserrat", sans-serif;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeedf1;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e1e0e0;
}

.page-annonces .view-header .view-rubriques .view-content .views-row a:hover, .page-annonces .view-header .view-rubriques .view-content .views-row a:focus {
  background: #fdc153;
  color: #193d80;
}

.page-annonces .view-header .view-rubriques .view-content .views-row a.active {
  background: #193d80;
  color: #fff;
}

.page-annonces .view-header .view-rubriques .view-content .views-row a:before {
  display: none;
}

.page-taxonomy [class*="view-display-id-block"] .view-content .views-row,
.page-annonces [class*="view-display-id-block"] .view-content .views-row {
  padding: 0;
  border: 0;
}

.page-taxonomy .views-exposed-widgets .views-exposed-widget,
.page-annonces .views-exposed-widgets .views-exposed-widget {
  width: 100%;
  float: none;
}

.page-taxonomy .views-exposed-widgets .views-exposed-widget .form-submit,
.page-annonces .views-exposed-widgets .views-exposed-widget .form-submit {
  display: none;
}

.page-taxonomy .view-content .views-row,
.page-annonces .view-content .views-row {
  padding: 20px;
  padding: 1.25rem;
  border-bottom: 1px solid #e1e0e0;
}

.page-taxonomy .views-field-title h2,
.page-annonces .views-field-title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.page-taxonomy .views-field-title h2 a,
.page-annonces .views-field-title h2 a {
  text-decoration: none;
}

.page-taxonomy .views-field-created,
.page-annonces .views-field-created {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.page-taxonomy .view-content .views-row {
  padding: 0;
  border-bottom: 0;
}

.node-type-ed-classified .field-name-body {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  font-family: "Merriweather", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.node-type-ed-classified .field-name-field-phone {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.node-type-ed-classified .field-name-field-phone .field-item {
  font-size: 14px;
  font-size: 0.875rem;
}

.node-type-ed-classified .field-name-field-phone .field-item:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}

.node-type-ed-classified .block-webform h4 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 500;
}

.node-type-ed-classified .block-webform h4:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}

.node-type-ed-classified .block-webform h4:after {
  display: none;
}

.node-type-ed-classified form input,
.node-type-ed-classified form textarea {
  background: #eeedf1;
  border-radius: 0;
  border-color: #e1e0e0;
}

.node-type-ed-classified form input[type="submit"] {
  float: right;
}

.node-type-ed-classified form .webform-component--nom {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.node-type-ed-classified form .webform-component-email {
  width: 49%;
  float: left;
}

.node-type-ed-classified form .webform-component--sujet {
  clear: both;
}

.page-user form input[type="text"],
.page-user form input[type="email"],
.page-user form input[type="password"] {
  border-color: #e1e0e0;
  background: #eeedf1;
  border-radius: 1px;
}

.page-user form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 699px) {
  .page-user form > div {
    display: block;
  }
}

.page-user form > div .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.page-user form .form-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-user form .form-actions input {
  border: none;
  width: auto;
  float: right;
}

.page-node-add form #edit-submit {
  border: none;
  float: right;
}

.page-node-add form input#edit-title, .page-node-add form input#edit-field-phone-und-0-value {
  border-color: #e1e0e0;
  background: #eeedf1;
  border-radius: 1px;
}

.page-node-add form textarea {
  border-color: #e1e0e0;
  background: #eeedf1;
  border-radius: 1px;
}

.page-node-add form label,
.page-node-add form legend {
  text-transform: uppercase;
  font-weight: 400;
}

.page-node-add form .field-name-body {
  font-family: "Merriweather", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-node-add form .field-name-body .filter-wrapper {
  display: none;
}

.page-node-add form .field-name-body .field-edit-link {
  display: none;
}

.page-node-add form #edit-field-rubriques-annonces .form-type-checkboxes > label {
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
}

.page-node-add form #edit-field-rubriques-annonces .form-type-checkboxes > label:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 5px;
  vertical-align: middle;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes {
  padding: 0 10px;
  padding: 0 0.625rem;
  overflow: hidden;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes .form-item {
  float: left;
  width: 31%;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes .form-item input {
  display: none;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes .form-item input:checked + label:before {
  background: #fdc153;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes .form-item label {
  padding-left: 25px;
  padding-left: 1.5625rem;
  display: block;
  position: relative;
}

.page-node-add form #edit-field-rubriques-annonces .form-checkboxes .form-item label:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e0e0;
}

.page-node-add form #edit-field-rubriques-annonces > .form-item {
  margin: 0;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-node-add form .field-name-field-image,
.page-node-add form .field-name-field-expire {
  margin: 20px 0;
  margin: 1.25rem 0;
}

.page-node-add form .field-name-field-image fieldset,
.page-node-add form .field-name-field-expire fieldset {
  border: 0;
  padding: 0;
}

.page-node-add form .field-type-image label {
  text-transform: none;
}

.page-node-add form .date-combo {
  margin: 0;
}

.page-node-add form .date-combo .date-no-float {
  margin: 0;
  width: 100%;
}

.page-node-add form .date-combo .date-no-float > .form-item {
  width: 100%;
}

.page-node-add form .date-combo .date-no-float label {
  text-transform: none;
}

.page-node-add form .date-combo .date-no-float .date-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-node-add form .date-combo .date-no-float .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}

.page-node-add form .date-combo .date-no-float .date-padding {
  padding: 0;
  float: none;
}

.page-node-add form .date-combo .date-no-float input {
  border-color: #e1e0e0;
  background: #eeedf1;
  border-radius: 1px;
}

.page-node-add form .date-combo .form-type-select.form-item-field-expire-und-0-value-month {
  margin: 0 10px;
  margin: 0 0.625rem;
}

.page-node-add form .date-combo .form-type-select > div {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 991px) {
  .page-node-add form .date-combo .form-type-select > div {
    border: 1px solid #e1e0e0;
  }
}

.page-node-add form .date-combo .form-type-select > div:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.page-node-add form .date-combo .form-type-select > div:first-child {
  margin-right: 2%;
}

.page-node-add form .date-combo .form-type-select select {
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 5px 8px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.page-node-add form .date-combo .form-type-select select:focus {
  outline: none;
}

.page-node-add form .date-combo input {
  width: 100%;
}

.page-node-add form .grippie {
  display: none;
}

.page-node-add #edit-anonymous-publishing {
  margin-top: 30px;
  margin-top: 1.875rem;
  border: none;
  padding: 0;
}

.page-node-add #edit-anonymous-publishing input {
  border-radius: 0;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
}

.page-node-add #edit-anonymous-publishing .form-item label {
  text-transform: none;
}

.page-node-add .node-agenda-form .form-type-managed-file label {
  text-transform: uppercase;
}

.page-node-add .node-agenda-form .field-name-field-date {
  margin: 30px 0 40px;
  margin: 1.875rem 0 2.5rem;
}

.page-node-add .node-agenda-form .field-name-field-date fieldset {
  border: none;
  padding: 0;
}

.page-node-add .node-agenda-form .field-name-field-date .date-combo .date-no-float .form-item-field-date-und-0-value-month,
.page-node-add .node-agenda-form .field-name-field-date .date-combo .date-no-float .form-item-field-date-und-0-value2-month {
  margin: 0 10px;
  margin: 0 0.625rem;
}

.page-node-add .node-agenda-form .field-name-field-date .date-float {
  width: 100%;
}

.page-node-add .node-agenda-form .field-name-field-date .date-float .form-item label {
  padding-left: 25px;
  padding-left: 1.5625rem;
  display: block;
  position: relative;
  text-transform: none;
}

.page-node-add .node-agenda-form .field-name-field-date .date-float .form-item label:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e0e0;
}

.page-node-add .node-agenda-form .field-name-field-date .date-float .form-item input {
  display: none;
}

.page-node-add .node-agenda-form .field-name-field-date .date-float .form-item input:checked + label:before {
  background: #fdc153;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference {
  background: #eeedf1;
  border: 1px solid #e1e0e0;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-item {
  margin: 0;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference label {
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference label:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 5px;
  vertical-align: middle;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios {
  padding: 0 10px 10px;
  padding: 0 0.625rem 0.625rem;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios input {
  display: none;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios input:checked + label:before {
  background: #fdc153;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios label {
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  display: block;
  position: relative;
  text-transform: none;
  cursor: pointer;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios label::after {
  display: none;
}

.page-node-add .node-agenda-form .field-type-taxonomy-term-reference .form-radios label:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e1e0e0;
  border-radius: 50%;
}

.page-node-add .node-agenda-form .field-name-field-contact {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.page-node-add .node-agenda-form .field-name-field-contact .filter-wrapper {
  display: none;
}

.page-node-add .node-agenda-form .location-wrapper fieldset {
  border: none;
  padding: 0;
}

.page-node-add .node-agenda-form .location-wrapper .form-item label {
  float: none;
  width: 100%;
  text-transform: none;
}

.page-node-add .node-agenda-form .location-wrapper .form-item input {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-radius: 0;
}

.page-node-add .node-agenda-form .location-wrapper .form-item-locations-0-city {
  width: 60%;
  float: left;
  margin-right: 2%;
}

.page-node-add .node-agenda-form .location-wrapper .form-item-locations-0-postal-code {
  float: left;
  width: 38%;
  clear: none;
}

.page-node-add .node-agenda-form .location-wrapper .form-type-select {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 991px) {
  .page-node-add .node-agenda-form .location-wrapper .form-type-select {
    border: 1px solid #e1e0e0;
  }
}

.page-node-add .node-agenda-form .location-wrapper .form-type-select:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.page-node-add .node-agenda-form .location-wrapper .form-type-select label {
  display: none;
}

.page-node-add .node-agenda-form .location-wrapper .form-type-select select {
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 5px 8px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.page-node-add .node-agenda-form .location-wrapper .form-type-select select:focus {
  outline: none;
}

html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding: 0;
}

html.js fieldset.collapsible .fieldset-legend a {
  text-decoration: none;
  color: #2a2f36;
}

.field-name-field-video-embed {
  text-align: center;
}

.field-name-field-video-embed .player {
  position: relative;
}

.field-name-field-video-embed .player:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.field-name-field-video-embed .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: 100%;
}

aside .block {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 25px;
  padding: 1.5625rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
}

form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.page-user form,
.page-node-add form {
  font-family: "Montserrat", sans-serif;
}

.page-user form .form-item-current-pass,
.page-node-add form .form-item-current-pass {
  background: rgba(5, 117, 159, 0.1);
  border: 1px solid rgba(5, 117, 159, 0.2);
  padding: 20px;
  margin-bottom: 50px;
}

.page-user form .form-item-current-pass input,
.page-node-add form .form-item-current-pass input {
  background: #fff;
}

.page-user form .form-item-pass,
.page-node-add form .form-item-pass {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-user form .form-item-pass div.password-strength,
.page-user form .form-item-pass div.password-confirm,
.page-node-add form .form-item-pass div.password-strength,
.page-node-add form .form-item-pass div.password-confirm {
  float: none;
  margin: 0;
  margin-bottom: 10px;
  width: auto;
}

.page-user form .form-item-pass div.password-confirm,
.page-node-add form .form-item-pass div.password-confirm {
  line-height: 27px;
}

.page-user form .form-item-pass div.password-suggestions,
.page-node-add form .form-item-pass div.password-suggestions {
  background: #f6fff8;
  border: 1px solid #ddffe4;
  width: 100%;
  padding: 20px;
}

.page-user form .form-item-pass .form-item,
.page-node-add form .form-item-pass .form-item {
  width: 49%;
  margin: 0;
}

.page-user form .form-item-pass .password-parent,
.page-node-add form .form-item-pass .password-parent {
  margin-right: 2%;
}

.page-user form .field-name-field-url,
.page-node-add form .field-name-field-url {
  width: 70%;
  float: none;
}

.page-user form .field-name-field-photos,
.page-node-add form .field-name-field-photos {
  width: 100%;
}

.page-user form fieldset,
.page-node-add form fieldset {
  width: 100%;
  margin: 30px 0;
}

.page-user form fieldset legend,
.page-node-add form fieldset legend {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #979494;
  line-height: 1;
  width: 100%;
  margin-bottom: 15px;
}

.page-user form fieldset legend:after,
.page-node-add form fieldset legend:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-user form #edit-timezone .fieldset-legend a,
.page-user form #edit-contact .fieldset-legend a,
.page-node-add form #edit-timezone .fieldset-legend a,
.page-node-add form #edit-contact .fieldset-legend a {
  color: #979494;
}

.page-user form #edit-picture .fieldset-wrapper,
.page-node-add form #edit-picture .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-user form .custom-select,
.page-node-add form .custom-select {
  border-radius: 2px;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}

.page-user form .custom-select + .description,
.page-node-add form .custom-select + .description {
  clear: both;
}

@media (max-width: 991px) {
  .page-user form .custom-select,
  .page-node-add form .custom-select {
    width: 100%;
    margin: 0;
  }
}

.page-user form .custom-select:after,
.page-node-add form .custom-select:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

.page-user form .custom-select select,
.page-node-add form .custom-select select {
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 10px 18px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.page-user form .custom-select select:focus,
.page-node-add form .custom-select select:focus {
  outline: none;
}

.page-user form .field-name-field-prenom,
.page-user form .field-name-field-nom,
.page-node-add form .field-name-field-prenom,
.page-node-add form .field-name-field-nom {
  float: left;
  width: 49%;
  margin-bottom: 20px;
}

.page-user form .field-name-field-prenom,
.page-node-add form .field-name-field-prenom {
  margin-right: 2%;
}

.page-user form .user-picture,
.page-node-add form .user-picture {
  max-width: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.page-user form .user-picture img,
.page-node-add form .user-picture img {
  display: block;
}

.page-user form .field-type-text-long,
.page-node-add form .field-type-text-long {
  width: 100%;
  margin-bottom: 20px;
}

.page-user form .field-type-text-long .ckeditor_links,
.page-user form .field-type-text-long .filter-wrapper,
.page-node-add form .field-type-text-long .ckeditor_links,
.page-node-add form .field-type-text-long .filter-wrapper {
  display: none;
}

.page-user form .location .form-item label,
.page-node-add form .location .form-item label {
  float: none;
  width: 100%;
}

.block-social-media-links {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.block-social-media-links img {
  display: none;
}

aside .block-social-media-links .social-media-links {
  display: block;
  text-align: center;
}

.block-social-media-links .social-media-links li.facebook a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.block-social-media-links .social-media-links li.facebook a:hover, .block-social-media-links .social-media-links li.facebook a:focus {
  color: #3b5998;
}

.block-social-media-links .social-media-links li.twitter a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.block-social-media-links .social-media-links li.twitter a:hover, .block-social-media-links .social-media-links li.twitter a:focus {
  color: #1ea0f3;
}

.block-social-media-links .social-media-links li.instagram a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.block-social-media-links .social-media-links li.instagram a:hover, .block-social-media-links .social-media-links li.instagram a:focus {
  color: #8034af;
}

.block-social-media-links .social-media-links li.youtube_channel a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.block-social-media-links .social-media-links li.youtube_channel a:hover, .block-social-media-links .social-media-links li.youtube_channel a:focus {
  color: #ff0000;
}

.block-social-media-links .social-media-links li.rss a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.block-social-media-links .social-media-links li.rss a:hover, .block-social-media-links .social-media-links li.rss a:focus {
  color: #f48529;
}

.block-social-media-links .social-media-links li a {
  padding: 0 10px;
  padding: 0 0.625rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

.region-sidebar-second .block-social-media-links .social-media-links li a {
  color: #2a2f36;
}

.block-social-media-links .social-media-links li a:before {
  font-size: 16px;
  font-size: 1rem;
}

#block-multiblock-3 {
  background: #2a2f36;
  margin: 0;
}

#block-multiblock-3 .social-media-links {
  padding: 10px 0 5px;
  padding: 0.625rem 0 0.3125rem;
  margin: 0;
  display: block;
  text-align: right;
}

#block-multiblock-3 .social-media-links li {
  padding: 0 5px;
  padding: 0 0.3125rem;
}

#block-multiblock-3 .social-media-links a:before {
  font-size: 12px;
  font-size: 0.75rem;
}

.block-tagclouds .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-tagclouds .tagclouds-term {
  margin-right: 3px;
  margin-right: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  display: inline-block;
  background: #fff;
}

.block-tagclouds .tagclouds-term .tagclouds {
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  text-decoration: none;
  color: #2a2f36;
  text-transform: uppercase;
}

.block-tagclouds .tagclouds-term .tagclouds.level1, .block-tagclouds .tagclouds-term .tagclouds.level2, .block-tagclouds .tagclouds-term .tagclouds.level3, .block-tagclouds .tagclouds-term .tagclouds.level4, .block-tagclouds .tagclouds-term .tagclouds.level5, .block-tagclouds .tagclouds-term .tagclouds.level6, .block-tagclouds .tagclouds-term .tagclouds.level7, .block-tagclouds .tagclouds-term .tagclouds.level8, .block-tagclouds .tagclouds-term .tagclouds.level9 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.block-tagclouds .tagclouds-term .tagclouds:hover, .block-tagclouds .tagclouds-term .tagclouds:focus {
  background: #193d80;
  color: #fff;
}

.block-tagclouds .more-link {
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#block-search-form .container-inline,
#block-multiblock-1 .container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e1e0e0;
}

#block-search-form .container-inline:after,
#block-multiblock-1 .container-inline:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #979494;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 33px;
  display: block;
  width: 40px;
  pointer-events: none;
}

#block-search-form .form-item,
#block-multiblock-1 .form-item {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#block-search-form .form-item input,
#block-multiblock-1 .form-item input {
  border: none;
}

#block-search-form .form-submit,
#block-multiblock-1 .form-submit {
  border: none;
  height: 33px;
  line-height: 33px;
  opacity: 0;
}

#block-search-form .form-submit:hover, #block-search-form .form-submit:focus,
#block-multiblock-1 .form-submit:hover,
#block-multiblock-1 .form-submit:focus {
  cursor: pointer;
}

#block-views-reportages-block .views-row {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-reportages-block .views-field-field-image {
  margin-right: 20px;
  margin-right: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  width: 68px;
}

#block-views-reportages-block a {
  text-decoration: none;
}

#block-views-reportages-block h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.3;
}

#block-views-reportages-block h5 a {
  color: #2a2f36;
}

#block-views-reportages-block h5 a:hover, #block-views-reportages-block h5 a:focus {
  color: #fdc153;
}

#block-block-2 .content a {
  display: block;
  text-indent: -9999px;
  height: 84px;
  background: #fdc153 url("../images/ardenne_mag.png") center center no-repeat;
  background-size: cover;
}

#block-views-exp-agenda-page {
  padding: 20px 20px 30px;
  padding: 1.25rem 1.25rem 1.875rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
}

#block-views-exp-agenda-page .form-submit {
  border: none;
}

#block-views-exp-agenda-page h4:after {
  display: none;
}

#block-views-reportages-block-1,
#block-views-reportages-block-2 {
  margin-top: 50px;
  margin-top: 3.125rem;
}

#block-views-reportages-block-1 h4,
#block-views-reportages-block-2 h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  text-transform: uppercase;
  color: #979494;
  display: inline-block;
  background: #f7f7f7;
}

#block-views-reportages-block-1 h4:after,
#block-views-reportages-block-2 h4:after {
  background: #e1e0e0;
  height: 1px;
  width: 100%;
  position: absolute;
  margin: -10px 0 0;
  z-index: -1;
}

#block-views-nos-collaborateurs-block {
  margin-top: 50px;
  margin-top: 3.125rem;
}

#block-views-nos-collaborateurs-block h4 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #979494;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

#block-views-nos-collaborateurs-block h4:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

#block-views-nos-collaborateurs-block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#block-views-nos-collaborateurs-block .views-row {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}

@media (max-width: 699px) {
  #block-views-nos-collaborateurs-block .views-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

#block-views-nos-collaborateurs-block .views-row .views-field {
  padding: 0 10px;
  padding: 0 0.625rem;
}

#block-views-nos-collaborateurs-block .views-row:after {
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
  content: "";
  display: block;
  background: #fdc153;
  height: 1px;
  width: 80px;
}

#block-views-nos-collaborateurs-block .field-name-ds-user-picture {
  max-width: 70%;
  margin: auto;
}

#block-views-nos-collaborateurs-block .field-name-ds-user-picture .field-item {
  border-radius: 50%;
  overflow: hidden;
}

#block-views-nos-collaborateurs-block .field-name-ds-user-picture img {
  display: block;
}

#block-views-nos-collaborateurs-block .group-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

#block-views-nos-collaborateurs-block .group-user .field {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 2px 0;
  padding: 1.25rem 0.125rem 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#block-views-nos-collaborateurs-block .field-name-name h3 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#block-views-nos-collaborateurs-block .field-name-name h3 a {
  text-decoration: none;
  color: #2a2f36;
}

.block-webform h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #979494;
}

.block-webform h4:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
}

.block-webform .form-actions {
  text-align: right;
}

.block-webform input {
  padding: 10px;
  padding: 0.625rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-radius: 0;
}

.block-webform input.button-primary {
  border: none;
}

.block-webform textarea {
  padding: 10px;
  padding: 0.625rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-radius: 0;
}

.block-webform .form-item {
  margin: 15px 0;
  margin: 0.9375rem 0;
  width: calc(50% - 7px);
  float: left;
}

.block-webform .form-item input {
  min-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.block-webform .form-item.webform-component--nom {
  margin-right: 14px;
}

.block-webform .form-item.webform-component--sujet {
  margin-top: 0;
}

.block-webform .form-item.webform-component-textarea {
  width: 100%;
  clear: both;
  float: none;
}

.container-inline-date .description {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.container-inline-date .date-date.form-text {
  display: none;
}

.ui-datepicker {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 0;
  position: relative;
}

@media (max-width: 991px) {
  .ui-datepicker {
    padding-top: 40px;
  }
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-header select {
  pointer-events: all;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  bottom: -30px;
  top: auto;
  pointer-events: all;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-focus, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-focus,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus {
  border: none;
  background: none;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-focus .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover .ui-icon:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-focus .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus .ui-icon:before {
  color: #fdc153;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  background: none;
  left: auto;
  top: auto;
  margin: 0;
  position: relative;
  display: block;
  font-size: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  font-size: 14px;
  color: #2a2f36;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
  width: auto;
  height: auto;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:before {
  content: "<<";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
  width: auto;
  height: auto;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:before {
  content: ">>";
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin-left: 20px;
  margin-left: 1.25rem;
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% - 20px);
  background: none;
  border: none;
}

@media (max-width: 991px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    width: 100%;
    position: relative;
    margin-left: 0;
    left: auto;
  }
}

.ui-datepicker thead th {
  color: #193d80;
  text-transform: uppercase;
}

.ui-datepicker tbody {
  border-top: 0;
}

.ui-state-default {
  background: none;
  border: none;
  text-align: center;
  color: #252525;
}

.ui-state-default:hover, .ui-state-default:focus {
  color: #193d80;
  text-decoration: underline;
}

.ui-widget-header .ui-state-default,
.ui-widget-content .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  color: #252525;
  font-weight: normal;
}

.ui-state-highlight {
  font-weight: normal;
}

.ui-widget-header .ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: rgba(29, 71, 149, 0.2);
}

.ui-state-active {
  color: #193d80;
  font-weight: bold;
}

.ui-widget-header .ui-state-active,
.ui-widget-content .ui-state-active {
  color: #1d4795;
  font-weight: bold;
}

.views-exposed-form .views-exposed-widget {
  width: 50%;
  padding: 0;
}

@media (max-width: 991px) {
  .views-exposed-form .views-exposed-widget {
    width: 100%;
  }
}

.views-exposed-form .views-exposed-widget.views-widget-filter-date_filter {
  padding: 0;
}

@media (max-width: 991px) {
  .views-exposed-form .views-exposed-widget.views-widget-filter-date_filter {
    width: 100%;
  }
}

.views-exposed-form .views-exposed-widget.views-widget-filter-date_filter label {
  display: none;
}

.views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper {
  margin: 54px 0 15px 20px;
  margin: 3.375rem 0 0.9375rem 1.25rem;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper {
    margin: 15px 0;
    margin: 0.9375rem 0;
    width: 100%;
  }
}

.views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper label {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper .views-widget {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper .views-widget input,
.views-exposed-form .views-exposed-widget#edit-term-node-tid-depth-wrapper .views-widget .form-item {
  width: 100%;
}

.views-exposed-form .views-exposed-widget#edit-city-wrapper {
  margin-left: 20px;
  margin-left: 1.25rem;
  width: calc(50% - 20px);
}

@media (max-width: 991px) {
  .views-exposed-form .views-exposed-widget#edit-city-wrapper {
    margin: 0 0 15px;
    margin: 0 0 0.9375rem;
    width: 100%;
  }
}

.views-exposed-form .views-exposed-widget#edit-city-wrapper input {
  border: none;
}

.views-exposed-form .views-exposed-widget .form-item,
.views-exposed-form .views-exposed-widget .date-padding,
.views-exposed-form .views-exposed-widget .ui-datepicker {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.views-exposed-form .views-submit-button {
  text-align: right;
}

.views-exposed-form select {
  padding: 10px;
  padding: 0.625rem;
  border-radius: 0;
  border: 1px solid #e1e0e0;
  font-family: "Montserrat", sans-serif;
}

.ui-datepicker {
  font-family: "Montserrat", sans-serif;
  background: #fff;
}

.ui-datepicker .custom-select {
  width: 49%;
  float: left;
  border-radius: 2px;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #2a2f36;
}

@media (max-width: 991px) {
  .ui-datepicker .custom-select {
    border: 1px solid #e1e0e0;
  }
}

.ui-datepicker .custom-select:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

.ui-datepicker .custom-select:first-child {
  margin-right: 2%;
}

.ui-datepicker .custom-select select.ui-datepicker-month,
.ui-datepicker .custom-select select.ui-datepicker-year {
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 10px 18px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.ui-datepicker .custom-select select.ui-datepicker-month:focus,
.ui-datepicker .custom-select select.ui-datepicker-year:focus {
  outline: none;
}

#edit-term-node-tid-depth-wrapper .form-type-select {
  width: 49%;
  float: left;
  border-radius: 2px;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 991px) {
  #edit-term-node-tid-depth-wrapper .form-type-select {
    width: 100%;
    margin: 0;
  }
}

#edit-term-node-tid-depth-wrapper .form-type-select:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

#edit-term-node-tid-depth-wrapper .form-type-select select {
  font-size: 12px;
  font-size: 0.75rem;
  float: none;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 10px 18px;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

#edit-term-node-tid-depth-wrapper .form-type-select select:focus {
  outline: none;
}

#block-social-share-social-share {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  float: right;
}

#block-social-share-social-share ul {
  margin: 0;
  padding: 0;
}

#block-social-share-social-share ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#block-social-share-social-share ul li a {
  font-size: 0;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}

#block-social-share-social-share ul li a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: middle;
  color: #fff;
}

#block-social-share-social-share ul li a.social-share-facebook {
  background: #3b5998;
}

#block-social-share-social-share ul li a.social-share-facebook:before {
  content: '\EA01';
}

#block-social-share-social-share ul li a.social-share-linkedin {
  background: #0077b5;
}

#block-social-share-social-share ul li a.social-share-linkedin:before {
  content: '\EA21';
}

#block-social-share-social-share ul li a.social-share-pinterest {
  background: #e60223;
}

#block-social-share-social-share ul li a.social-share-pinterest:before {
  content: '\EA22';
}

#block-social-share-social-share ul li a.social-share-twitter {
  background: #1ea0f3;
}

#block-social-share-social-share ul li a.social-share-twitter:before {
  content: '\EA07';
}

#block-views-annonces-block-1 {
  float: left;
  text-transform: uppercase;
  color: #979494;
  line-height: 25px;
}

#block-views-annonces-block-1 a {
  text-decoration: none;
}

#block-views-annonces-block-1 a:hover, #block-views-annonces-block-1 a:focus {
  text-decoration: underline;
}

#block-views-annonces-block-1 .view-annonces .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 699px) {
  #block-views-annonces-block-1 .view-annonces .views-row {
    display: block;
  }
}

#block-views-annonces-block-1 .views-field-created:before {
  margin: 0 20px;
  margin: 0 1.25rem;
  display: inline-block;
  content: '';
  height: 15px;
  width: 1px;
  background: #979494;
  vertical-align: middle;
}

@media (max-width: 699px) {
  #block-views-annonces-block-1 .views-field-created:before {
    display: none;
  }
}

#block-views-reportages-block-5 {
  float: left;
  text-transform: uppercase;
  color: #979494;
  line-height: 25px;
}

#block-views-reportages-block-5 a {
  text-decoration: none;
}

#block-views-reportages-block-5 a:hover, #block-views-reportages-block-5 a:focus {
  text-decoration: underline;
}

#block-views-reportages-block-5 .view-reportages .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-reportages-block-5 .views-field-created:before {
  margin: 0 20px;
  margin: 0 1.25rem;
  display: inline-block;
  content: '';
  height: 15px;
  width: 1px;
  background: #979494;
  vertical-align: middle;
}

#block-views-reportages-block-4,
#block-views-annonces-block-2 {
  padding-top: 20px;
  padding-top: 1.25rem;
  clear: both;
  border-top: 1px solid #e1e0e0;
}

#block-views-exp-reportages-page-1 .views-exposed-form #edit-submit-reportages {
  border: none;
  cursor: pointer;
}

#block-views-exp-reportages-page-1 .views-exposed-form #edit-reset {
  margin-right: 10px;
  margin-right: 0.625rem;
  border: none;
  cursor: pointer;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-exposed-widget {
  float: none;
  width: 100%;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-exposed-widget label {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-exposed-widget label:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-reset-button,
#block-views-exp-reportages-page-1 .views-exposed-form .views-submit-button {
  float: right;
  width: auto;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-widget-filter-body_value input {
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-widget-filter-body_value .form-type-textfield {
  padding: 10px 0 30px;
  padding: 0.625rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-exp-reportages-page-1 .views-exposed-form .views-widget-filter-body_value .form-type-textfield:before {
  padding: 10px;
  padding: 0.625rem;
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-right: none;
}

#block-views-nos-collaborateurs-block-2 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

#block-views-nos-collaborateurs-block-2 h4 {
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-nos-collaborateurs-block-2 h4:after {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#block-views-nos-collaborateurs-block-2 .form-item-jump {
  position: relative;
  border: 1px solid #e1e0e0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #eeedf1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#block-views-nos-collaborateurs-block-2 .form-item-jump:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

#block-views-nos-collaborateurs-block-2 .form-item-jump select {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

#block-views-nos-collaborateurs-block-2 .form-item-jump select:focus {
  outline: none;
}

#edit-secondary-wrapper fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

html.js #edit-secondary-wrapper fieldset.collapsible .fieldset-legend, html.js #edit-secondary-wrapper fieldset.collapsed .fieldset-legend {
  padding: 0;
  background: none;
}

#edit-secondary-wrapper fieldset legend {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#edit-secondary-wrapper fieldset legend a {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  text-transform: uppercase;
  color: #979494;
  font-weight: 600;
  text-decoration: none;
}

#edit-secondary-wrapper fieldset legend a:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-left: 10px;
  margin-left: 0.625rem;
  vertical-align: middle;
  font-size: 5px;
}

#edit-secondary-wrapper fieldset legend:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#edit-secondary-wrapper fieldset.collapsed legend a:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 9px;
}

#edit-secondary-wrapper #edit-date-filter-value-wrapper .form-type-select {
  padding: 10px 0 30px;
  padding: 0.625rem 0 1.875rem;
}

#edit-secondary-wrapper #edit-date-filter-value-wrapper .date-year {
  position: relative;
  border: 1px solid #e1e0e0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #eeedf1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#edit-secondary-wrapper #edit-date-filter-value-wrapper .date-year:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

#edit-secondary-wrapper #edit-date-filter-value-wrapper .date-year select {
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

#edit-secondary-wrapper #edit-date-filter-value-wrapper .date-year select:focus {
  outline: none;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-checkboxes {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes {
  padding-left: 40px;
  padding-left: 2.5rem;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item.form-item-edit-field-region-tid-2 input:checked + label:before {
  background: #193d80;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item.form-item-edit-field-region-tid-3 input:checked + label:before {
  background: #fdc153;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item.form-item-edit-field-region-tid-4 input:checked + label:before {
  background: #27ae61;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item.form-item-edit-field-region-tid-5 input:checked + label:before {
  background: #f24738;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item.form-item-edit-field-region-tid-6 input:checked + label:before {
  background: #979494;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item input {
  display: none;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item input:checked + label {
  font-weight: 600;
  color: #2a2f36;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-checkboxes .form-item label:before {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #e1e0e0;
  vertical-align: middle;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links {
  padding: 40px 0;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item {
  margin-left: 30px;
  margin-left: 1.875rem;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item a {
  padding: 5px 0;
  padding: 0.3125rem 0;
  color: #2a2f36;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item a:before {
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #e1e0e0;
  vertical-align: middle;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item a.active {
  font-weight: 600;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-all a.active:before {
  background: #fff;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-2 a:before {
  background: #193d80;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-3 a:before {
  background: #fdc153;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-4 a:before {
  background: #27ae61;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-5 a:before {
  background: #f24738;
}

#edit-secondary-wrapper .form-item-field-region-tid .bef-select-as-links .form-item.form-item-edit-field-region-tid-6 a:before {
  background: #979494;
}

#edit-secondary-wrapper .form-item-field-region-tid svg {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-a {
  fill: #193d80;
  stroke: #FFF;
  stroke-width: 1px;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-a:hover {
  fill: #2151ab;
  cursor: pointer;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-b {
  fill: #fdc153;
  stroke: #FFF;
  stroke-width: 1px;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-b:hover {
  fill: #fed385;
  cursor: pointer;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-c {
  fill: #27ae61;
  stroke: #FFF;
  stroke-width: 1px;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-c:hover {
  fill: #36d279;
  cursor: pointer;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-d {
  fill: #f24738;
  stroke: #FFF;
  stroke-width: 1px;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-d:hover {
  fill: #f57368;
  cursor: pointer;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-e path {
  fill: #979494;
  stroke: #FFF;
  stroke-width: 1px;
}

#edit-secondary-wrapper .form-item-field-region-tid #region-e:hover path {
  fill: #b0aeae;
  cursor: pointer;
}

#edit-secondary-wrapper .form-item-field-region-tid #villes {
  pointer-events: none;
}

#edit-secondary-wrapper .form-item-field-region-tid #villes path,
#edit-secondary-wrapper .form-item-field-region-tid #villes circle {
  fill: #fff;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes > .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes input[type="checkbox"] {
  display: none;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes input[type="checkbox"]:checked + label:before {
  background: #fdc153;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes label {
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin: 5px 0;
  margin: 0.3125rem 0;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  color: #2a2f36;
  position: relative;
  display: block;
  font-weight: normal;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes label:after {
  display: none;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-checkboxes label:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #e1e0e0;
  position: absolute;
  left: 0;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-select-as-links > .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .bef-select-as-links > .form-item > .form-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .form-type-bef-link {
  margin: 5px 0;
  margin: 0.3125rem 0;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .form-type-bef-link a {
  padding-left: 25px;
  padding-left: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #2a2f36;
  position: relative;
  display: block;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .form-type-bef-link a:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #e1e0e0;
  position: absolute;
  left: 0;
}

#edit-secondary-wrapper .form-item-field-rubriques-tid .form-type-bef-link a.active:before {
  background: #fdc153;
}

#block-views-reportages-block-6 {
  margin: 30px 0;
  margin: 1.875rem 0;
}

#block-views-reportages-block-6 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#block-views-reportages-block-6 .field-content a {
  padding: 0 10px;
  padding: 0 0.625rem;
  display: inline-block;
  background: #e1e0e0;
  text-transform: uppercase;
  text-decoration: none;
}

#block-views-reportages-block-7 h4 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #979494;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#block-views-reportages-block-7 h4:after {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  background: #e1e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#block-views-reportages-block-7 .views-row {
  width: 31%;
  float: left;
  margin-bottom: 3.5%;
}

@media (max-width: 699px) {
  #block-views-reportages-block-7 .views-row {
    width: 100%;
    float: none;
  }
}

#block-views-reportages-block-7 .views-row:nth-child(3n+1) {
  clear: left;
}

#block-views-reportages-block-7 .views-row:nth-child(3n+2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}

@media (max-width: 699px) {
  #block-views-reportages-block-7 .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

#block-views-reportages-block-7 .views-row h2 {
  margin: 15px 0 5px;
  margin: 0.9375rem 0 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#block-views-reportages-block-7 .views-row h2 a {
  text-decoration: none;
  color: #2a2f36;
}

#block-views-reportages-block-7 .views-row .username {
  color: #193d80;
  text-transform: uppercase;
  text-decoration: none;
}

#block-views-reportages-block-7 .views-row .username:after {
  display: inline-block;
  content: ",";
}

#block-views-reportages-block-7 .views-row .field-name-author,
#block-views-reportages-block-7 .views-row .field-name-post-date {
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  float: left;
}

#block-views-reportages-block-7 .views-row .field-name-post-date .field-item:before {
  margin-right: 2px;
  margin-right: 0.125rem;
  content: "le";
  display: inline-block;
}

#block-views-nos-collaborateurs-block-3,
#block-block-4 {
  font-size: 10px;
  font-size: 0.625rem;
  margin: 5px 0;
  margin: 0.3125rem 0;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #979494;
}

#block-views-nos-collaborateurs-block-3 .views-row,
#block-block-4 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-nos-collaborateurs-block-3 .views-field-name:after,
#block-block-4 .views-field-name:after {
  margin: 0 10px 0 7px;
  margin: 0 0.625rem 0 0.4375rem;
  content: "/";
  display: inline-block;
}

#block-views-nos-collaborateurs-block-3 p,
#block-block-4 p {
  margin: 0;
}

#block-views-nos-collaborateurs-block-4,
#block-views-reportages-block-8 {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

#block-views-nos-collaborateurs-block-4 h4,
#block-views-reportages-block-8 h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-nos-collaborateurs-block-4 h4:after,
#block-views-reportages-block-8 h4:after {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  display: block;
  background: #e1e0e0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#block-views-nos-collaborateurs-block-4 .views-field:before,
#block-views-reportages-block-8 .views-field:before {
  width: 25px;
  text-align: center;
  color: #979494;
}

#block-views-nos-collaborateurs-block-4 .views-field-mail:before,
#block-views-nos-collaborateurs-block-4 .views-field-field-email:before,
#block-views-reportages-block-8 .views-field-mail:before,
#block-views-reportages-block-8 .views-field-field-email:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 9px;
  font-size: 0.5625rem;
  vertical-align: middle;
}

#block-views-nos-collaborateurs-block-4 .views-field-field-url:before,
#block-views-reportages-block-8 .views-field-field-url:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

#block-views-nos-collaborateurs-block-4 .views-field-field-adresse:before,
#block-views-reportages-block-8 .views-field-field-adresse:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

#block-views-nos-collaborateurs-block-4 .views-field-field-tel:before,
#block-views-reportages-block-8 .views-field-field-tel:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

#block-views-nos-collaborateurs-block-4 .views-field-field-fax:before,
#block-views-reportages-block-8 .views-field-field-fax:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: middle;
}

#block-views-nos-collaborateurs-block-4 .social-links,
#block-views-reportages-block-8 .social-links {
  margin: 20px 0;
  margin: 1.25rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-nos-collaborateurs-block-4 .social-links li,
#block-views-reportages-block-8 .social-links li {
  list-style: none;
}

#block-views-nos-collaborateurs-block-4 .social-links a,
#block-views-reportages-block-8 .social-links a {
  text-decoration: none;
  color: #979494;
  width: 25px;
  text-align: center;
}

#block-views-pub-block {
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}

#block-views-pub-block .views-row {
  padding: 25px;
  padding: 1.5625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
}

.view-taxonomy .view-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-taxonomy .views-row {
  width: 32%;
  float: left;
  text-align: center;
  margin-bottom: 2%;
}

@media (max-width: 699px) {
  .view-taxonomy .views-row {
    width: 49%;
  }
}

.view-taxonomy .views-row:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

@media (max-width: 699px) {
  .view-taxonomy .views-row:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 699px) {
  .view-taxonomy .views-row:nth-child(2n+1) {
    margin-right: 2%;
  }
}

.view-taxonomy .views-row a {
  padding: 10px;
  padding: 0.625rem;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eeedf1;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e1e0e0;
}

.view-taxonomy .views-row a:hover, .view-taxonomy .views-row a:focus {
  background: #fdc153;
  color: #193d80;
}

.view-taxonomy .views-row a.active {
  background: #193d80;
  color: #fff;
}

#block-views-exp-annuaire-page .views-exposed-widget {
  width: 100%;
}

#block-views-exp-annuaire-page label {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-exp-annuaire-page label:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#block-views-exp-annuaire-page .views-widget-filter-body_value input {
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#block-views-exp-annuaire-page .views-widget-filter-body_value .form-type-textfield {
  padding: 10px 0 30px;
  padding: 0.625rem 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-views-exp-annuaire-page .views-widget-filter-body_value .form-type-textfield:before {
  padding: 10px;
  padding: 0.625rem;
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  border-right: none;
}

#block-views-taxonomy-block h4 {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-taxonomy-block h4:after {
  margin: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#block-views-nos-collaborateurs-block-5 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

#block-views-nos-collaborateurs-block-5 .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #979494;
}

#block-views-nos-collaborateurs-block-5 .views-field-picture {
  margin-right: 20px;
  margin-right: 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

#block-views-nos-collaborateurs-block-5 .views-field-picture img {
  display: block;
}

#block-views-nos-collaborateurs-block-5 .nom {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

#block-views-nos-collaborateurs-block-5 .social-links {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-views-nos-collaborateurs-block-5 .social-links li {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  list-style: none;
  padding: 0;
}

#block-views-nos-collaborateurs-block-5 .social-links li a {
  font-size: 0;
}

#block-views-nos-collaborateurs-block-5 .social-links li a:before {
  font-size: 14px;
  font-size: 0.875rem;
}

#block-views-nos-collaborateurs-block-5 .social-links li.icon-fb a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#block-views-nos-collaborateurs-block-5 .social-links li.icon-tw a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#block-views-nos-collaborateurs-block-5 .social-links li.icon-insta a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#block-views-nos-collaborateurs-block-5 .social-links li.icon-y2 a:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

#block-block-6 {
  clear: both;
}

#block-block-6 h4 {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-block-6 h4:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 0;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

#block-block-6 .content a {
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 15px;
  padding: 0.9375rem;
  padding-left: 40%;
  display: block;
  background: #eeedf1 url("../images/bg-mag.png") left -40px no-repeat;
  background-size: 35% auto;
  border: 1px solid #e1e0e0;
  color: #2a2f36;
  text-decoration: none;
  font-style: italic;
  font-family: "Merriweather", sans-serif;
}

#block-views-exp-reportages-page-1 .views-widget-filter-secondary .form-type-select > label {
  padding: 10px;
  padding: 0.625rem;
  border-radius: 2px;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  text-transform: none;
  color: #2a2f36;
  font-weight: normal;
  display: block;
  position: relative;
  line-height: 1;
}

#block-views-exp-reportages-page-1 .views-widget-filter-secondary .form-type-select > label:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  background: none;
  height: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

#block-views-exp-reportages-page-2 .views-widget-filter-secondary,
#block-views-exp-reportages-page-2 label,
#block-multiblock-6 .views-widget-filter-secondary,
#block-multiblock-6 label {
  display: none;
}

#block-views-exp-reportages-page-2 .views-exposed-widgets,
#block-multiblock-6 .views-exposed-widgets {
  margin-bottom: 0;
  position: relative;
}

#block-views-exp-reportages-page-2 .views-exposed-widget,
#block-multiblock-6 .views-exposed-widget {
  width: 100%;
  float: none;
}

#block-views-exp-reportages-page-2 .views-exposed-widget input[type="text"],
#block-multiblock-6 .views-exposed-widget input[type="text"] {
  border-color: #e1e0e0;
}

#block-views-exp-reportages-page-2 .views-exposed-widget .form-type-textfield,
#block-multiblock-6 .views-exposed-widget .form-type-textfield {
  position: relative;
}

#block-views-exp-reportages-page-2 .views-exposed-widget .form-type-textfield:after,
#block-multiblock-6 .views-exposed-widget .form-type-textfield:after {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  color: #979494;
  width: 40px;
  text-align: center;
  line-height: 33px;
  position: absolute;
  top: 0;
  right: 0;
}

#block-views-exp-reportages-page-2 .views-submit-button,
#block-multiblock-6 .views-submit-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

#block-views-exp-reportages-page-2 .views-submit-button input.form-submit,
#block-multiblock-6 .views-submit-button input.form-submit {
  border: none;
  height: 33px;
  line-height: 33px;
  opacity: 0;
  margin-top: 0;
  max-width: 100%;
}

#block-views-exp-reportages-page-2 .views-submit-button input.form-submit:hover,
#block-multiblock-6 .views-submit-button input.form-submit:hover {
  cursor: pointer;
}

#block-views-nos-collaborateurs-block-6 {
  margin: 50px 0;
  margin: 3.125rem 0;
}

#block-views-nos-collaborateurs-block-6 > h4 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #979494;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

#block-views-nos-collaborateurs-block-6 > h4:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: block;
  content: "";
  background: #e1e0e0;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  width: auto;
}

#block-views-nos-collaborateurs-block-6 .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

#block-views-nos-collaborateurs-block-6 .item-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  margin-right: 1.6%;
  margin-bottom: 1.6%;
  margin-left: 0;
}

#block-views-nos-collaborateurs-block-6 .item-list ul li img {
  display: block;
}

.view-agenda .view-content > h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
  margin-bottom: 0;
  color: #979494;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  background-color: #f7f7f7;
  margin-top: -1px;
  clear: both;
}

.view-agenda .view-content > h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #e1e0e0;
  margin-left: 20px;
}

.view-agenda .view-content .views-row {
  padding: 30px 0;
  padding: 1.875rem 0;
  border-bottom: 1px solid #eeedf1;
}

.view-agenda .view-content .views-field-field-type {
  text-transform: uppercase;
  color: #2a2f36;
  font-weight: 600;
}

.view-agenda .view-content .views-field-field-type a {
  color: #2a2f36;
  font-weight: 600;
  text-decoration: none;
}

.view-agenda .view-content .views-field-field-type:after {
  margin: 10px 0;
  margin: 0.625rem 0;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fdc153;
}

.view-agenda .view-content .views-field-title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.view-agenda .view-content .views-field-field-date,
.view-agenda .view-content .views-field-name,
.view-agenda .view-content .views-field-field-contact {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-agenda .view-content .views-field-field-date .views-label,
.view-agenda .view-content .views-field-name .views-label,
.view-agenda .view-content .views-field-field-contact .views-label {
  width: 80px;
  text-transform: uppercase;
}

.view-agenda .view-content .views-field-field-date p,
.view-agenda .view-content .views-field-name p,
.view-agenda .view-content .views-field-field-contact p {
  margin: 0;
}

.view-agenda .view-content .views-field-field-affiche {
  width: 35%;
  float: left;
}

@media (max-width: 699px) {
  .view-agenda .view-content .views-field-field-affiche {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .view-agenda .view-content .views-field-field-affiche img {
    width: 100%;
    display: block;
  }
}

.view-agenda .view-content .views-field-field-type,
.view-agenda .view-content .views-field-title,
.view-agenda .view-content .views-field-field-date,
.view-agenda .view-content .views-field-name,
.view-agenda .view-content .views-field-body,
.view-agenda .view-content .views-field-field-contact {
  margin-left: calc(35% + 20px);
}

@media (max-width: 699px) {
  .view-agenda .view-content .views-field-field-type,
  .view-agenda .view-content .views-field-title,
  .view-agenda .view-content .views-field-field-date,
  .view-agenda .view-content .views-field-name,
  .view-agenda .view-content .views-field-body,
  .view-agenda .view-content .views-field-field-contact {
    margin-left: 0;
  }
}

.view-reportages.view-display-id-block_1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-reportages.view-display-id-block_1 .view-content .views-row {
  width: 31%;
}

.view-reportages.view-display-id-block_1 .view-content .views-row:nth-child(2) {
  margin: 0 3.5%;
}

.view-reportages.view-display-id-block_1 .view-content .views-field-title a {
  text-decoration: none;
}

.view-reportages.view-display-id-block_1 .view-content .views-field-title h5 {
  margin-bottom: 0;
}

.view-reportages.view-display-id-block_2 .item-list {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.view-reportages.view-display-id-block_2 .item-list h3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.view-reportages.view-display-id-block_2 .item-list ul li a {
  text-decoration: none;
}

.view-reportages.view-display-id-page_2 > .view-header h4 {
  margin: 10px 0 15px;
  margin: 0.625rem 0 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #979494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-reportages.view-display-id-page_2 > .view-header h4:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 0;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #e1e0e0;
}

.view-faq .field-name-title {
  padding: 20px 40px 12px;
  padding: 1.25rem 2.5rem 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background: #eeedf1;
  border: 1px solid #e1e0e0;
  position: relative;
}

.view-faq .field-name-title:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 4px;
  position: absolute;
  left: 23px;
  top: 27px;
}

.view-faq .field-name-title:hover, .view-faq .field-name-title:focus {
  cursor: pointer;
}

.view-faq .field-name-title h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.view-faq .field-name-title h2:after {
  margin-top: 10px;
  margin-top: 0.625rem;
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #fdc153;
}

.view-faq .field-name-field-qr {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-left: 42px;
  padding-left: 2.625rem;
}

.view-faq .field-name-field-qr h3 {
  padding: 10px 0 10px 20px;
  padding: 0.625rem 0 0.625rem 1.25rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: left;
  position: relative;
}

.view-faq .field-name-field-qr h3:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  font-size: 5px;
  vertical-align: middle;
  left: 0;
  top: 15px;
}

.view-faq .field-name-field-qr h3 a {
  color: #193d80;
}

.view-faq .field-name-field-qr .ui-accordion-header-icon {
  display: none;
}

.view-faq .field-name-field-qr .ui-accordion-icons .ui-accordion-header a {
  color: #193d80;
}

.view-faq .field-name-field-qr .ui-accordion-icons .ui-state-default {
  text-align: left;
}

.view-faq .field-name-field-qr .ui-accordion-icons .ui-corner-top,
.view-faq .field-name-field-qr .ui-accordion-icons .ui-corner-bottom {
  border-radius: 0;
}

.view-faq .field-name-field-qr .ui-accordion-icons .ui-widget-content,
.view-faq .field-name-field-qr .ui-accordion-icons .ui-state-active {
  border: none;
  background: none;
}

.view-faq .field-name-field-qr .ui-accordion .ui-accordion-content {
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
  background: none;
  border: none;
  border-radius: 0;
}

.view-annonces.view-display-id-page > .view-header a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.view-annonces.view-display-id-page > .view-header a:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  content: ">";
}

.header__name-and-slogan {
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
  text-align: center;
}

.section-header {
  position: relative;
}

footer {
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #2a2f36;
  color: #fff;
  overflow: hidden;
}

footer p {
  margin: 0;
}

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

footer a:hover, footer a:focus, footer a.active {
  color: #fdc153;
}

footer > .container {
  padding: 20px 0;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 699px) {
  footer > .container {
    display: block;
  }
}

footer h4 {
  color: #fff;
}

footer .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

footer .col:last-child {
  margin-left: 50px;
  margin-left: 3.125rem;
}

@media (max-width: 699px) {
  footer .col:last-child {
    margin-left: 0;
  }
}

@media (max-width: 699px) {
  footer .col {
    margin-bottom: 5%;
  }
}

footer #block-block-1 {
  max-width: 220px;
}

footer #block-menu-menu-liens-utiles .menu {
  padding: 0;
  margin: 0;
}

footer #block-menu-menu-liens-utiles .menu li {
  list-style: none;
  padding: 0;
}

footer #block-menu-menu-liens-utiles .menu li:before {
  margin-right: 5px;
  margin-right: 0.3125rem;
  display: inline-block;
  content: '>';
}

footer #block-user-online {
  margin-top: 50px;
  margin-top: 3.125rem;
}

footer #block-user-online .item-list {
  display: none;
}

footer #block-user-online .number {
  color: #fdc153;
}

.copyright {
  padding: 10px 0;
  padding: 0.625rem 0;
  background: #242323;
  clear: both;
}

.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright a {
  color: #fff;
}

.copyright a:hover, .copyright a:focus {
  color: #fdc153;
}

.copyright .top-button {
  color: #fdc153;
  text-transform: uppercase;
  text-decoration: none;
}

.copyright .top-button:before {
  content: "";
  display: inline-block;
  font-family: 'icofont';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  font-size: 8px;
  font-size: 0.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* -------------------------------
 * THEME
 * ------------------------------*/

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