@charset "UTF-8";
/************************************************************
 * site : VRDeau                                   21-02-2020
 * Graphisme        Kurtzdev
 * Developpement :  KurTZdev
 * last-edit                                       26-05-2021
 *************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fa//fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fa//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fa//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fa//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fa//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fa//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "univers73";
  src: url("../fonts/univers/universltstd-blackex-webfont.eot");
  src: url("../fonts/univers/universltstd-blackex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-blackex-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-blackex-webfont.woff") format("woff"), url("../fonts/univers/universltstd-blackex-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-blackex-webfont.svg#univers_lt_stdblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers73ob";
  src: url("../fonts/univers/universltstd-blackexobl-webfont.eot");
  src: url("../fonts/univers/universltstd-blackexobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-blackexobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-blackexobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-blackexobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-blackexobl-webfont.svg#univers_lt_stdblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers75";
  src: url("../fonts/univers/universltstd-black-webfont.eot");
  src: url("../fonts/univers/universltstd-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-black-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-black-webfont.woff") format("woff"), url("../fonts/univers/universltstd-black-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-black-webfont.svg#univers_lt_stdblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers75b";
  src: url("../fonts/univers/universltstd-blackobl-webfont.eot");
  src: url("../fonts/univers/universltstd-blackobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-blackobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-blackobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-blackobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-blackobl-webfont.svg#univers_lt_stdblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers63ob";
  src: url("../fonts/univers/universltstd-boldexobl-webfont.eot");
  src: url("../fonts/univers/universltstd-boldexobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-boldexobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-boldexobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-boldexobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-boldexobl-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers65ob";
  src: url("../fonts/univers/universltstd-boldobl-webfont.eot");
  src: url("../fonts/univers/universltstd-boldobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-boldobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-boldobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-boldobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-boldobl-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers57";
  src: url("../fonts/univers/universltstd-cn-webfont.eot");
  src: url("../fonts/univers/universltstd-cn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-cn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-cn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-cn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-cn-webfont.svg#univers_lt_stdregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers57ob";
  src: url("../fonts/univers/universltstd-cnobl-webfont.eot");
  src: url("../fonts/univers/universltstd-cnobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-cnobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-cnobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-cnobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-cnobl-webfont.svg#univers_lt_stdregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers39";
  src: url("../fonts/univers/universltstd-thinultracn-webfont.eot");
  src: url("../fonts/univers/universltstd-thinultracn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-thinultracn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-thinultracn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-thinultracn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-thinultracn-webfont.svg#univers_lt_stdthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers59";
  src: url("../fonts/univers/universltstd-ultracn-webfont.eot");
  src: url("../fonts/univers/universltstd-ultracn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-ultracn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-ultracn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-ultracn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-ultracn-webfont.svg#univers_lt_stdroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers85";
  src: url("../fonts/univers/universltstd-xblack-webfont.eot");
  src: url("../fonts/univers/universltstd-xblack-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-xblack-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-xblack-webfont.woff") format("woff"), url("../fonts/univers/universltstd-xblack-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-xblack-webfont.svg#univers_lt_stdextrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers93";
  src: url("../fonts/univers/universltstd-xblackex-webfont.eot");
  src: url("../fonts/univers/universltstd-xblackex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-xblackex-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-xblackex-webfont.woff") format("woff"), url("../fonts/univers/universltstd-xblackex-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-xblackex-webfont.svg#univers_lt_stdextrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers65";
  src: url("../fonts/univers/universltstd-bold-webfont.eot");
  src: url("../fonts/univers/universltstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-bold-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-bold-webfont.woff") format("woff"), url("../fonts/univers/universltstd-bold-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-bold-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers67";
  src: url("../fonts/univers/universltstd-boldcn-webfont.eot");
  src: url("../fonts/univers/universltstd-boldcn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-boldcn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-boldcn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-boldcn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-boldcn-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers67obl";
  src: url("../fonts/univers/universltstd-boldcnobl-webfont.eot");
  src: url("../fonts/univers/universltstd-boldcnobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-boldcnobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-boldcnobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-boldcnobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-boldcnobl-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers63ob";
  src: url("../fonts/univers/universltstd-boldex-webfont.eot");
  src: url("../fonts/univers/universltstd-boldex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-boldex-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-boldex-webfont.woff") format("woff"), url("../fonts/univers/universltstd-boldex-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-boldex-webfont.svg#univers_lt_stdbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers53";
  src: url("../fonts/univers/universltstd-ex-webfont.eot");
  src: url("../fonts/univers/universltstd-ex-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-ex-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-ex-webfont.woff") format("woff"), url("../fonts/univers/universltstd-ex-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-ex-webfont.svg#univers_lt_stdroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers53ob";
  src: url("../fonts/univers/universltstd-exobl-webfont.eot");
  src: url("../fonts/univers/universltstd-exobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-exobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-exobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-exobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-exobl-webfont.svg#univers_lt_stdroman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers45";
  src: url("../fonts/univers/universltstd-light-webfont.eot");
  src: url("../fonts/univers/universltstd-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-light-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-light-webfont.woff") format("woff"), url("../fonts/univers/universltstd-light-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-light-webfont.svg#univers_lt_stdlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers47";
  src: url("../fonts/univers/universltstd-lightcn-webfont.eot");
  src: url("../fonts/univers/universltstd-lightcn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-lightcn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-lightcn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-lightcn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-lightcn-webfont.svg#univers_lt_stdlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers47ob";
  src: url("../fonts/univers/universltstd-lightcnobl-webfont.eot");
  src: url("../fonts/univers/universltstd-lightcnobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-lightcnobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-lightcnobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-lightcnobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-lightcnobl-webfont.svg#univers_lt_stdlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers45ob";
  src: url("../fonts/univers/universltstd-lightobl-webfont.eot");
  src: url("../fonts/univers/universltstd-lightobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-lightobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-lightobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-lightobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-lightobl-webfont.svg#univers_lt_stdlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers49";
  src: url("../fonts/univers/universltstd-lightultracn-webfont.eot");
  src: url("../fonts/univers/universltstd-lightultracn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-lightultracn-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-lightultracn-webfont.woff") format("woff"), url("../fonts/univers/universltstd-lightultracn-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-lightultracn-webfont.svg#univers_lt_stdlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers55ob";
  src: url("../fonts/univers/universltstd-obl-webfont.eot");
  src: url("../fonts/univers/universltstd-obl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-obl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-obl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-obl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-obl-webfont.svg#univers_lt_stdregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers93ob";
  src: url("../fonts/univers/universltstd-xblackexobl-webfont.eot");
  src: url("../fonts/univers/universltstd-xblackexobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-xblackexobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-xblackexobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-xblackexobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-xblackexobl-webfont.svg#univers_lt_stdextrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers85ob";
  src: url("../fonts/univers/universltstd-xblackobl-webfont.eot");
  src: url("../fonts/univers/universltstd-xblackobl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-xblackobl-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-xblackobl-webfont.woff") format("woff"), url("../fonts/univers/universltstd-xblackobl-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-xblackobl-webfont.svg#univers_lt_stdextrablack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univers55";
  src: url("../fonts/univers/universltstd-webfont.eot");
  src: url("../fonts/univers/universltstd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/univers/universltstd-webfont.woff2") format("woff2"), url("../fonts/univers/universltstd-webfont.woff") format("woff"), url("../fonts/univers/universltstd-webfont.ttf") format("truetype"), url("../fonts/univers/universltstd-webfont.svg#univers_lt_stdregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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("./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%);
  -ms-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;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

.debug {
  display: block;
}

html {
  background: white;
  color: black;
  padding: 0;
  margin: 0;
  font: 20px/1.5 univers47;
  width: 100vw;
  overflow: hidden;
  overflow-y: scroll;
}

.cadre {
  overflow-x: hidden;
}

body {
  font: 20px/1.5 univers47;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
body img {
  max-width: 100%;
}
body.orange {
  background: #f06400 url("../img/fond_orange.jpg") no-repeat center 0;
}
body.bleu {
  background: #007daf url("../img/fond_bleu.jpg") no-repeat center 0;
}
body.vert {
  background: #288c32 url("../img/fond_vert.jpg") no-repeat center 0;
}

pre {
  font-size: 12px;
}

a {
  text-decoration: none;
}

.btn_menu, .btn_close {
  display: none;
}
@media (max-width: 660px) {
  .btn_menu.active, .btn_close.active {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .btn_menu.active i, .btn_close.active i {
    font-size: 30px;
    color: #007daf;
  }
}

.page {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: calc(30px + (50 - 30) * (100vw - 600px) / (1000 - 600));
}
@media (max-width: 660px) {
  .page {
    padding-top: 100px;
  }
}

.zone_wrap {
  min-width: 300px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .zone_wrap {
    padding: 0 20px;
  }
}

h1 {
  font: 70px/1 univers67;
  text-transform: uppercase;
  text-align: left;
  color: white;
  margin: 30px 0;
  font-size: calc(48px + (70 - 48) * (100vw - 800px) / (1200 - 800));
}
@media (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font: 70px/1 univers67;
  text-transform: uppercase;
  text-align: left;
  color: white;
  margin: 30px 0;
  font-size: calc(48px + (70 - 48) * (100vw - 800px) / (1200 - 800));
}
@media (max-width: 800px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 70px;
  }
}

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

header {
  width: 100%;
}
header .zone_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  height: calc(150px + (200 - 150) * (100vw - 600px) / (1000 - 600));
  min-height: 70px;
  max-height: 200px;
  position: relative;
}
header .zone_wrap .logo {
  height: auto;
  width: calc(150px + (250 - 150) * (100vw - 600px) / (1000 - 600));
  margin: auto auto auto 0;
  min-width: 70px;
  max-width: 250px;
}
@media (max-width: 660px) {
  header .zone_wrap .logo {
    width: auto;
  }
}
header .zone_wrap .logo a .mobile {
  display: none;
}
@media (max-width: 660px) {
  header .zone_wrap .logo a .mobile {
    display: block;
    width: 210px;
    height: 50px;
  }
}
@media (max-width: 660px) {
  header .zone_wrap .logo a .desktop {
    display: none;
  }
}
@media (max-width: 1040px) {
  header .zone_wrap .menu {
    padding-right: 20px;
  }
}
header .zone_wrap .menu li {
  list-style: none;
  font: 36px/1.5 univers67;
  text-transform: uppercase;
  font-size: calc(28px + (36 - 28) * (100vw - 800px) / (1200 - 800));
}
@media (max-width: 800px) {
  header .zone_wrap .menu li {
    font-size: calc(22px + (28 - 22) * (100vw - 340px) / (1000 - 340));
  }
}
@media (min-width: 1200px) {
  header .zone_wrap .menu li {
    font-size: 36px;
  }
}
header .zone_wrap .menu li a {
  color: #f06400;
}
header .zone_wrap .menu li a.orange {
  color: #f06400;
}
header .zone_wrap .menu li a {
  color: #288c32;
}
header .zone_wrap .menu li a.vert {
  color: #288c32;
}
header .zone_wrap .menu li a {
  color: #007daf;
}
header .zone_wrap .menu li a.bleu {
  color: #007daf;
}
header .zone_wrap:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
}
header .zone_wrap:after {
  position: absolute;
  top: 0;
  left: -300px;
  height: 100%;
  width: 300px;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  content: "";
}
@media (max-width: 660px) {
  header .zone_wrap {
    height: 70px;
  }
  header .zone_wrap .menu {
    display: none;
  }
}
@media (max-width: 660px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 99;
  }
}

.menu_mobile {
  display: none;
}
.menu_mobile.active {
  display: block;
  background: white;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 99;
}
.menu_mobile.active ul {
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
  width: 190px;
}
.menu_mobile.active ul li {
  background: rgba(255, 255, 255, 0.8);
}
.menu_mobile.active ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 50px;
  font: 18px/1 univers67;
  text-transform: uppercase;
  padding: 0 0 0 20px;
}
.menu_mobile.active ul li a.orange {
  color: #f06400;
}
.menu_mobile.active ul li a.vert {
  color: #288c32;
}
.menu_mobile.active ul li a.bleu {
  color: #007daf;
}
.menu_mobile.active ul li.mentions a {
  color: #646464;
  font: 12px/1 univers67;
  align-items: center;
}
.menu_mobile.active ul li.reseaux {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 70px;
}
.menu_mobile.active ul li.reseaux span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #646464;
  font: 12px/1 univers67;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.menu_mobile.active ul li.reseaux span a {
  color: #646464;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 0 0 0 20px;
}
.menu_mobile.active ul li.reseaux span.pictos {
  padding: 0;
}

footer {
  padding-top: 30px;
}
footer .footer_social {
  height: 40px;
}
footer .footer_social .zone_wrap {
  margin: 0 auto;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  border-bottom: solid 2px #007daf;
}
footer .footer_social .zone_wrap .social {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
footer .footer_social .zone_wrap .social li {
  list-style: none;
}
footer .footer_social .zone_wrap .social li a {
  color: #007daf;
  text-decoration: none;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
footer .footer_social .zone_wrap .social .partage {
  font: 13px/1.5 univers67;
  text-transform: uppercase;
  color: #007daf;
}
footer .navigation .zone_wrap {
  padding: 0 !important;
  position: relative;
}
footer .navigation .zone_wrap ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 2px;
  padding: 0;
  margin: 0 0 2px;
}
@media (max-width: 960px) {
  footer .navigation .zone_wrap ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  footer .navigation .zone_wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .navigation .zone_wrap ul li {
  background: rgba(255, 255, 255, 0.8);
}
footer .navigation .zone_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 50px;
  font: 18px/1 univers67;
  text-transform: uppercase;
  padding: 0;
}
footer .navigation .zone_wrap ul li a.orange {
  color: #f06400;
}
footer .navigation .zone_wrap ul li a.vert {
  color: #288c32;
}
footer .navigation .zone_wrap ul li a.bleu {
  color: #007daf;
}
footer .navigation .zone_wrap ul li.mentions a {
  color: #646464;
  font: 12px/1 univers67;
}
footer .navigation .zone_wrap ul li.reseaux {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .navigation .zone_wrap ul li.reseaux span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #646464;
  font: 12px/1 univers67;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
footer .navigation .zone_wrap ul li.reseaux span a {
  color: #646464;
  width: 25px;
  height: 25px;
  margin: 0 6px;
}
footer .navigation .zone_wrap:before {
  position: absolute;
  top: 0;
  left: -300px;
  height: 100%;
  width: 298px;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.2;
}
footer .navigation .zone_wrap:after {
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.2;
}
footer .zone_adresse {
  min-height: 180px;
}
footer .zone_adresse .zone_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: white;
}
footer .zone_adresse .zone_wrap .logo {
  width: 150px;
  height: auto;
}
footer .zone_adresse .zone_wrap .infos_footer {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 670px) {
  footer .zone_adresse .zone_wrap .infos_footer {
    display: block;
  }
}
footer .zone_adresse .zone_wrap .infos_footer .zone_contact {
  margin: 0 40px;
}
footer .zone_adresse .zone_wrap .infos_footer .zone_contact h2 {
  font: 14px/1.5 univers67;
  color: black;
  margin: 0;
}
footer .zone_adresse .zone_wrap .infos_footer .zone_contact p {
  font: 14px/1.5 univers57;
  margin: 0;
}
footer .zone_adresse .zone_wrap .infos_footer .zone_contact a {
  color: black;
}
footer .zone_adresse .zone_wrap .infos_footer .gueret {
  margin: 15px;
}
footer .zone_adresse .zone_wrap .infos_footer .limoges {
  margin: 15px;
}
footer .mobile {
  display: none;
}
@media (max-width: 800px) {
  footer .mobile {
    display: block;
  }
}

#page-accueil .galerie, #page-accueil .galerie_accueil {
  border: solid 7px rgba(255, 255, 255, 0.5);
  margin-top: calc(30px + (100 - 30) * (100vw - 600px) / (1000 - 600));
  position: relative;
  padding: 5px 5px 0;
}
@media (min-width: 1000px) {
  #page-accueil .galerie, #page-accueil .galerie_accueil {
    margin-top: 100px;
  }
}
@media (max-width: 1000px) {
  #page-accueil .galerie, #page-accueil .galerie_accueil {
    height: auto;
    max-height: 60vw;
  }
}
#page-accueil .galerie .chk_une_diapo_accueil, #page-accueil .galerie_accueil .chk_une_diapo_accueil {
  height: 100%;
  width: 100%;
}
#page-accueil .galerie .chk_une_diapo_accueil .image, #page-accueil .galerie_accueil .chk_une_diapo_accueil .image {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#page-accueil .galerie .chk_une_diapo_accueil .image img, #page-accueil .galerie_accueil .chk_une_diapo_accueil .image img {
  height: 105%;
  width: 105%;
  object-position: center;
  object-fit: cover;
}
#page-accueil .galerie .chk_une_diapo_accueil .texte, #page-accueil .galerie_accueil .chk_une_diapo_accueil .texte {
  grid-column-start: 2;
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 250px;
  background: rgba(0, 125, 175, 0.8);
  top: 0;
  right: 0;
  font: 20px/1.5 univers47;
  text-align: left;
  padding: 20px;
  color: white;
}
#page-accueil .galerie:before, #page-accueil .galerie_accueil:before {
  position: absolute;
  top: -7px;
  right: -307px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page-accueil .galerie:before, #page-accueil .galerie_accueil:before {
    display: none;
  }
}
@media (max-width: 720px) {
  #page-accueil .galerie, #page-accueil .galerie_accueil {
    border: none !important;
    height: auto;
  }
  #page-accueil .galerie .chk_une_diapo_accueil, #page-accueil .galerie_accueil .chk_une_diapo_accueil {
    position: relative;
    background: center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  #page-accueil .galerie .chk_une_diapo_accueil .image, #page-accueil .galerie_accueil .chk_une_diapo_accueil .image {
    height: 60vw;
  }
  #page-accueil .galerie .chk_une_diapo_accueil .texte, #page-accueil .galerie_accueil .chk_une_diapo_accueil .texte {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background: white;
    font: 20px/1.5 univers47;
    text-align: center;
    padding: 20px;
    color: black;
  }
}
#page-accueil .zone_societe .societe {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.5);
}
#page-accueil .zone_societe .societe .gauche {
  flex: 0 0 25%;
  min-width: 250px;
}
#page-accueil .zone_societe .societe .gauche ul {
  padding: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
}
#page-accueil .zone_societe .societe .gauche ul li {
  font: 30px/1.5 univers47;
  text-transform: uppercase;
}
#page-accueil .zone_societe .societe .gauche ul li a {
  color: black;
}
#page-accueil .zone_societe .societe .gauche ul li i {
  margin-right: 6px;
}
#page-accueil .zone_societe .societe .droite {
  flex: 0 1 75%;
  background: white;
  padding: 20px 10px;
  font: 20px/1.5 univers47;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  #page-accueil .zone_societe .societe {
    display: block;
  }
  #page-accueil .zone_societe .societe .gauche {
    border-bottom: solid 2px #007daf;
  }
}
#page-accueil .zone_prestations .prestations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1px;
  position: relative;
}
#page-accueil .zone_prestations .prestations:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page-accueil .zone_prestations .prestations {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  #page-accueil .zone_prestations .prestations:before {
    height: 300px;
  }
}
@media (max-width: 560px) {
  #page-accueil .zone_prestations .prestations {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  #page-accueil .zone_prestations .prestations:before {
    display: none;
  }
  #page-accueil .zone_prestations .prestations .slick-prev {
    display: none;
  }
}
#page-accueil .zone_prestations .chk_une_prestation_liste {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px;
}
#page-accueil .zone_prestations .chk_une_prestation_liste img {
  width: 234px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
}
#page-accueil .zone_prestations .chk_une_prestation_liste .titre {
  font: 25px/1.5 univers65;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto 0;
}
#page-accueil .zone_prestations .chk_une_prestation_liste p {
  font: 16px/1.5 univers57;
  color: black;
  text-align: center;
  margin: 0;
}
#page-accueil .zone_ouvrages {
  width: 100%;
}
#page-accueil .zone_ouvrages .ouvrages {
  background: rgba(255, 255, 255, 0.5);
  border: solid 7px rgba(255, 255, 255, 0.5);
  position: relative;
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #page-accueil .zone_ouvrages .ouvrages {
    height: 60vw;
  }
}
#page-accueil .zone_ouvrages .ouvrages:before {
  position: absolute;
  top: -7px;
  right: -307px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page-accueil .zone_ouvrages .ouvrages:before {
    display: none;
  }
}
#page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .image {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 60vw;
  width: 100%;
}
#page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .texte {
  grid-column-start: 2;
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 250px;
  background: rgba(0, 125, 175, 0.7);
  top: 0;
  right: 0;
  font: 20px/1.5 univers47;
  text-align: left;
  padding: 30px 20px;
  color: white;
}
#page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .texte .logo {
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  #page-accueil .zone_ouvrages .ouvrages {
    border: none !important;
    height: auto;
    overflow: auto;
  }
  #page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil {
    position: relative;
    background: center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
  }
  #page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .image {
    height: 60vw;
    width: 100%;
  }
  #page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .texte {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background: #007daf;
    font: 20px/1.5 univers47;
    text-align: left;
    padding: 20px 0;
    color: white;
  }
  #page-accueil .zone_ouvrages .ouvrages .chk_une_diapo_accueil .texte .intro {
    padding: 20px;
    background: white;
    color: black;
  }
}
#page-accueil .zone_references .references {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1px;
  position: relative;
}
#page-accueil .zone_references .references:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
#page-accueil .zone_references .references .chk_une_reference_liste {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px;
}
#page-accueil .zone_references .references .chk_une_reference_liste img {
  width: 234px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
}
#page-accueil .zone_references .references .chk_une_reference_liste .titre {
  font: 25px/1.5 univers65;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 15px auto 0;
}
#page-accueil .zone_references .references .chk_une_reference_liste p {
  font: 16px/1.5 univers57;
  color: black;
  text-align: center;
  margin: 0;
}
@media (max-width: 1000px) {
  #page-accueil .zone_references .references {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  #page-accueil .zone_references .references:before {
    height: 300px;
  }
}
@media (max-width: 560px) {
  #page-accueil .zone_references .references {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  #page-accueil .zone_references .references:before {
    display: none;
  }
  #page-accueil .zone_references .references .slick-prev {
    display: none;
  }
}

#page_societe .zone_presentation {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: solid 2px #f06400;
  position: relative;
}
#page_societe .zone_presentation .colonne {
  background: rgba(255, 255, 255, 0.5);
  font: 30px/1.5 univers47;
  padding: 20px;
  border-right: solid 2px #f06400;
  text-transform: uppercase;
  min-width: 250px;
}
#page_societe .zone_presentation .colonne h2 {
  font: 30px/1 univers47;
  color: black;
}
#page_societe .zone_presentation .main {
  background: white;
  padding: 20px;
}
#page_societe .zone_presentation:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page_societe .zone_presentation:before {
    display: none;
  }
}
@media (max-width: 768px) {
  #page_societe .zone_presentation {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
#page_societe .chapitres {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: flex-start;
}
#page_societe .chapitres .colonne {
  background: white;
  font: 30px/1.5 univers47;
  padding: 0;
  border-right: solid 2px #f06400;
  min-width: 250px;
}
#page_societe .chapitres .colonne .wrap {
  flex: 0 0 50%;
  margin: 15px 0;
}
#page_societe .chapitres .colonne h2 {
  font: 30px/1 univers47;
  color: black;
  margin: 0;
  padding-left: 20px;
}
#page_societe .chapitres .colonne ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font: 20px/1.5 univers47;
}
#page_societe .chapitres .colonne ul li {
  cursor: pointer;
  padding-left: 20px;
}
#page_societe .chapitres .colonne ul li.active {
  background: #f06400;
  color: white;
}
#page_societe .chapitres .colonne.mobile {
  display: none;
}
#page_societe .chapitres .main {
  background: white;
}
#page_societe .chapitres .main .chapitre {
  display: none;
}
#page_societe .chapitres .main .chapitre[id=a1] {
  display: block;
}
#page_societe .chapitres .main h3 {
  min-height: 60px;
  color: #f06400;
  font: 30px/1 univers67;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, white, #f06400);
  margin: 0;
  padding: 10px 20px;
}
#page_societe .chapitres .main .textes {
  padding: 0 10px;
}
#page_societe .chapitres .main .textes ul {
  list-style: none;
  padding: 0 0 0 20px;
}
#page_societe .chapitres .main .textes ul ul {
  padding-left: 10px;
}
#page_societe .chapitres .main .textes ul li:before {
  content: "•";
  color: #f06400;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 768px) {
  #page_societe .chapitres {
    display: block;
  }
  #page_societe .chapitres .colonne {
    padding: 20px 0;
    display: flex;
    border-right: none;
    justify-content: flex-start;
  }
  #page_societe .chapitres .colonne div:first-child {
    margin-right: 20px;
  }
  #page_societe .chapitres .colonne.mobile {
    display: block;
  }
}

#page_prestations .prestations {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: solid 2px #f06400;
  position: relative;
}
#page_prestations .prestations .colonne {
  background: white;
  border-right: solid 2px #f06400;
  min-width: 250px;
}
#page_prestations .prestations .colonne .titre {
  font: 30px/1 univers47;
  text-transform: uppercase;
  color: black;
  margin: 30px 0 0;
  padding-left: 20px;
}
#page_prestations .prestations .colonne a {
  font: 20px/1.5 univers47;
  margin: 0;
  cursor: pointer;
  padding-left: 20px;
  display: block;
  color: black;
}
#page_prestations .prestations .colonne a.active {
  background: #f06400;
  color: white;
}
#page_prestations .prestations .colonne a:hover {
  background: rgba(240, 100, 0, 0.5);
}
#page_prestations .prestations .colonne a:last-child {
  margin-bottom: 30px;
}
#page_prestations .prestations .main {
  background: white;
}
#page_prestations .prestations .main .chapitre {
  display: none;
}
#page_prestations .prestations .main .chapitre.active {
  display: grid;
  grid-template-columns: 1fr 250px;
}
@media (max-width: 860px) {
  #page_prestations .prestations .main .chapitre.active {
    display: block;
  }
}
#page_prestations .prestations .main h2 {
  height: 60px;
  color: #f06400;
  font: 30px/1 univers67;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, white, #f06400);
  margin: 0;
  padding-left: 20px;
}
#page_prestations .prestations .main .texte {
  padding: 0 20px;
}
#page_prestations .prestations .main .texte h3 {
  font: 20px/1.5 univers67;
}
#page_prestations .prestations .main .texte ul {
  list-style: none;
}
#page_prestations .prestations .main .texte ul li::before {
  content: "•";
  color: #f06400;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#page_prestations .prestations .main .fichier_exemple {
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  border-left: solid 1px #f06400;
  border-bottom: solid 1px #f06400;
  background: rgba(240, 100, 0, 0.5) url("../img/bg_fleur.png") center -170px no-repeat;
}
@media (max-width: 860px) {
  #page_prestations .prestations .main .fichier_exemple {
    width: 100%;
    border-left: none;
    border-top: solid 1px #f06400;
  }
}
#page_prestations .prestations .main .fichier_exemple a {
  font: 24px/1 univers67;
  text-align: center;
  color: #f06400;
}
#page_prestations .prestations .main .galerie {
  background: rgba(240, 100, 0, 0.5);
  grid-column: 1/3;
}
#page_prestations .prestations .main .galerie .slide {
  max-width: 90%;
  margin: 0 auto;
}
#page_prestations .prestations .main .galerie .slide .vignette {
  width: 100%;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#page_prestations .prestations .main .galerie .slide .vignette.active {
  display: none;
}
#page_prestations .prestations .main .galerie .slide .vignette:first-child {
  display: flex;
}
#page_prestations .prestations .main .galerie .slide .vignette img {
  max-width: 100%;
  margin: 20px 0 20px;
}
#page_prestations .prestations .main .galerie .slide .vignette .legende {
  background: white;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #f06400;
}
#page_prestations .prestations .main .galerie .slide .vignette .btn_galerie_telechargement {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: linear-gradient(to right, #f06400, white, #f06400);
  border-top: solid 2px #f06400;
  border-bottom: solid 2px #f06400;
  color: #f06400;
  font: 18px/1.5 univers67;
  text-align: center;
  cursor: pointer;
}
#page_prestations .prestations .main .galerie .slider {
  max-width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #f06400;
}
#page_prestations .prestations .main .galerie .slider .vignette {
  width: 90px;
  height: 90px;
  margin: auto;
  border: #f06400 solid 1px;
  cursor: pointer;
  margin-bottom: 20px;
}
#page_prestations .prestations .main .galerie .slider .vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_prestations .prestations .main .galerie .slider .vignette .legende {
  display: none;
}
#page_prestations .prestations .main .galerie .slider .vignette .btn_galerie_telechargement {
  display: none;
}
#page_prestations .prestations:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 310px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page_prestations .prestations:before {
    display: none;
  }
}
@media (max-width: 768px) {
  #page_prestations .prestations {
    grid-template-columns: 1fr;
  }
  #page_prestations .prestations .colonne {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    border-top: solid 2px #f06400;
    border-right: none;
  }
}
@media (max-width: 580px) {
  #page_prestations .prestations .colonne {
    display: block;
  }
}

#page_ouvrages .zone_arcade {
  border: solid 7px rgba(255, 255, 255, 0.5);
  position: relative;
}
#page_ouvrages .zone_arcade .diapo_arcade {
  height: 100%;
  width: 100%;
}
#page_ouvrages .zone_arcade .diapo_arcade .image {
  position: relative;
  background: center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#page_ouvrages .zone_arcade .diapo_arcade .texte {
  grid-column-start: 2;
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 250px;
  background: rgba(0, 125, 175, 0.8);
  top: 0;
  right: 0;
  font: 20px/1.5 univers47;
  text-align: left;
  padding: 20px;
  color: white;
}
#page_ouvrages .zone_arcade:before {
  position: absolute;
  top: -7px;
  right: -307px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page_ouvrages .zone_arcade:before {
    display: none;
  }
}
@media (max-width: 720px) {
  #page_ouvrages .zone_arcade {
    border: none !important;
    height: auto;
  }
  #page_ouvrages .zone_arcade .diapo_arcade {
    position: relative;
    background: center no-repeat;
    background-size: cover;
    width: 100%;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .image {
    height: auto;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .logo {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    text-align: left;
    background: #007daf;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .logo img {
    margin: auto;
    width: 240px;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .texte {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background: white;
    font: 20px/1.5 univers47;
    text-align: left;
    padding: 0;
    color: black;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .texte .intro {
    padding: 20px;
  }
  #page_ouvrages .zone_arcade .diapo_arcade .texte .intro img {
    display: none;
    padding: 0;
  }
}
@media (max-width: 720px) and (max-width: 768px) {
  #page_ouvrages .zone_arcade .diapo_arcade .texte .intro {
    margin-bottom: 20px;
  }
}
#page_ouvrages .zone_ouvrage {
  display: grid;
  grid-template-columns: 250px 1fr;
  position: relative;
}
#page_ouvrages .zone_ouvrage .colonne {
  background: white;
  font: 30px/1.5 univers47;
  padding: 20px 0;
  border-right: solid 2px #007daf;
  text-transform: uppercase;
  min-width: 250px;
}
#page_ouvrages .zone_ouvrage .colonne h2 {
  font: 30px/1 univers47;
  color: black;
  margin: 0;
}
#page_ouvrages .zone_ouvrage .colonne ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page_ouvrages .zone_ouvrage .colonne ul .btn_chapitre {
  font: 30px/1.5 univers47;
  cursor: pointer;
  line-height: 1;
  padding: 20px;
}
#page_ouvrages .zone_ouvrage .colonne ul .btn_chapitre i {
  display: none;
}
#page_ouvrages .zone_ouvrage .colonne ul .btn_chapitre.active {
  background: #007daf;
  color: white;
}
#page_ouvrages .zone_ouvrage .main {
  background: white;
  padding: 20px;
}
#page_ouvrages .zone_ouvrage .main .chk_un_chapitre_ouvrage {
  display: none;
}
#page_ouvrages .zone_ouvrage .main #chk_un_chapitre_ouvrage_1 {
  display: block;
}
#page_ouvrages .zone_ouvrage .main h3 {
  height: 60px;
  color: #007daf;
  font: 30px/1 univers67;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, white, #007daf);
  margin: 0;
  padding-left: 20px;
}
#page_ouvrages .zone_ouvrage .main .textes {
  padding: 0 10px;
}
#page_ouvrages .zone_ouvrage .main .textes ul {
  list-style: none;
  padding-left: 20px;
}
#page_ouvrages .zone_ouvrage .main .textes ul li::before {
  content: "•";
  color: #f06400;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#page_ouvrages .zone_ouvrage .main .galerie {
  background: rgba(0, 125, 175, 0.5);
}
#page_ouvrages .zone_ouvrage .main .galerie .slide {
  max-width: 90%;
  margin: 0 auto;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette {
  width: 100%;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette.active {
  display: none;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette:first-child {
  display: flex;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette img {
  max-width: 100%;
  margin: 20px 0 20px;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette .legende {
  background: white;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #007daf;
}
#page_ouvrages .zone_ouvrage .main .galerie .slide .vignette .btn_galerie_telechargement {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: linear-gradient(to right, #007daf, white, #007daf);
  border-top: solid 2px #007daf;
  border-bottom: solid 2px #007daf;
  color: #007daf;
  font: 18px/1.5 univers67;
  text-align: center;
  cursor: pointer;
}
#page_ouvrages .zone_ouvrage .main .galerie .slider {
  max-width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: solid 1px #007daf;
}
#page_ouvrages .zone_ouvrage .main .galerie .slider .vignette {
  width: 90px;
  height: 90px;
  margin: auto;
  border: #007daf solid 1px;
  cursor: pointer;
}
#page_ouvrages .zone_ouvrage .main .galerie .slider .vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_ouvrages .zone_ouvrage .main .galerie .slider .vignette .legende {
  display: none;
}
#page_ouvrages .zone_ouvrage .main .galerie .slider .vignette .btn_galerie_telechargement {
  display: none;
}
#page_ouvrages .zone_ouvrage:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 300px;
  width: 298px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}
@media (max-width: 1000px) {
  #page_ouvrages .zone_ouvrage:before {
    display: none;
  }
}
@media (max-width: 768px) {
  #page_ouvrages .zone_ouvrage {
    grid-template-columns: 1fr;
  }
  #page_ouvrages .zone_ouvrage .colonne {
    order: 3;
    background: rgba(255, 255, 255, 0.5);
  }
  #page_ouvrages .zone_ouvrage .colonne ul .btn_chapitre {
    padding: 10px;
  }
  #page_ouvrages .zone_ouvrage .colonne ul .btn_chapitre i {
    display: inline;
    margin-right: 10px;
  }
  #page_ouvrages .zone_ouvrage .main .colonne {
    padding: 0;
  }
}

#page_references .references .chk_un_chapitre_reference {
  margin-bottom: 30px;
  position: relative;
}
#page_references .references .chk_un_chapitre_reference .titre_chapitre {
  flex: 0 0 250px;
  border: 1px solid #288c32;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 250px;
  background: transparent url("../img/bg_telecharger.png") scroll no-repeat;
}
#page_references .references .chk_un_chapitre_reference .titre_chapitre h2 {
  color: #288c32;
  font: 30px/1 univers67;
  text-align: center;
  text-transform: uppercase;
  margin: auto auto 20px;
}
#page_references .references .chk_un_chapitre_reference .liste_references {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: auto;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference {
  flex: 0 0 250px;
  border: 1px solid #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette img {
  margin: auto;
  border: solid 1px black;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette .titre {
  font: 20px/1.5 univers47;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette .btn_plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette .btn_plus i {
  font-size: 15px;
  color: #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .vignette .btn_plus:after {
  position: absolute;
  display: block;
  content: "";
  top: -230px;
  left: -230px;
  width: 250px;
  height: 250px;
  opacity: 0.3;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference .module_ouvert {
  display: none;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference.active {
  position: relative;
  z-index: 50;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference.active .vignette {
  background: white;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference.active .vignette .btn_plus {
  display: none;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference.active .vignette .btn_plus i {
  font-size: 15px;
  color: #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte {
  display: none;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active {
  background: white;
  width: 100%;
  display: block;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: solid 2px #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head .titre {
  font: 30px/1.5 univers67;
  color: black;
  text-align: left;
  max-width: 75%;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head .btn_ferme {
  cursor: pointer;
  font: 20px/1.5 univers55;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head .btn_ferme i {
  margin-left: 10px;
}
@media (max-width: 768px) {
  #page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head .btn_ferme i {
    font-size: 30px;
  }
  #page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .head .btn_ferme span {
    display: none;
  }
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-bottom: solid 2px #288c32;
}
@media (max-width: 768px) {
  #page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes {
    grid-template-columns: 1fr;
  }
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes .textes {
  font: 18px/1.5 univers47;
  color: black;
  text-align: left;
  border-right: solid 2px #288c32;
  padding: 20px;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes .textes p {
  margin: 0;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes .textes ul {
  padding-left: 20px;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .colonnes .textes strong {
  color: #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie {
  background: rgba(40, 140, 50, 0.5);
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide {
  max-width: 90%;
  margin: 0 auto;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette {
  width: 100%;
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette.active {
  display: none;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette:first-child {
  display: flex;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette img {
  max-width: 100%;
  margin: 20px 0 20px;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette .legende {
  background: white;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slide .vignette .btn_galerie_telechargement {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: linear-gradient(to right, #288c32, white, #288c32);
  border-top: solid 2px #288c32;
  border-bottom: solid 2px #288c32;
  color: #288C32;
  font: 18px/1.5 univers67;
  text-align: center;
  cursor: pointer;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slider {
  max-width: 90%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: solid 1px #288c32;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slider .vignette {
  width: 90px;
  height: 90px;
  margin: auto;
  border: #288c32 solid 1px;
  cursor: pointer;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slider .vignette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slider .vignette .legende {
  display: none;
}
#page_references .references .chk_un_chapitre_reference .liste_references .une_reference_ouverte.active .galerie .slider .vignette .btn_galerie_telechargement {
  display: none;
}
#page-contact .colonne {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  font: 30px/1 univers67;
  text-transform: uppercase;
  text-align: center;
  color: #007daf;
  border-right: solid 1px #007daf;
  background: center -170px no-repeat;
}
#page-contact .colonne p {
  margin: 20px 0 0;
}
#page-contact .contacts {
  display: grid;
  grid-template-columns: 250px 1fr;
}
@media (max-width: 1040px) {
  #page-contact .contacts {
    margin: auto;
    max-width: 750px;
  }
}
@media (max-width: 800px) {
  #page-contact .contacts {
    max-width: 500px;
    display: block;
  }
}
@media (max-width: 540px) {
  #page-contact .contacts {
    display: block;
  }
}
#page-contact .pannel_contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  position: relative;
}
@media (max-width: 540px) {
  #page-contact .pannel_contact {
    display: block;
  }
}
#page-contact .pannel_contact .un_contact {
  background: white;
  padding: 20px;
  border: solid 1px #007daf;
}
#page-contact .pannel_contact .un_contact .nom {
  font: 18px/1.5 univers67;
}
#page-contact .pannel_contact .un_contact .informations {
  font: 18px/1.5 univers47;
}
#page-contact .pannel_contact .un_contact .informations strong {
  color: #007daf;
}
#page-contact .pannel_contact .un_contact.bleu {
  background: rgba(255, 255, 255, 0.5);
}
#page-contact .pannel_contact .un_contact.fleur {
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 180px 10px 10px;
  font: 28px/1 univers67;
  text-transform: uppercase;
  text-align: center;
  color: #007daf;
  border-right: solid 1px #007daf;
  background: center -170px no-repeat;
}
#page-contact .pannel_contact:before {
  position: absolute;
  top: 0;
  right: -300px;
  height: 250px;
  width: 300px;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  content: "";
  opacity: 0.5;
}

#page-partenaires {
  position: relative;
}
#page-partenaires .partenaires {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#page-partenaires .un_partenaire {
  flex: 0 0 250px;
  height: 250px;
  border: 1px solid #288c32;
}
#page-partenaires .un_partenaire .vignette {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-partenaires .un_partenaire .vignette img {
  margin: auto;
  border: solid 1px black;
}
#page-partenaires .un_partenaire .vignette .titre {
  font: 20px/1.5 univers47;
}
#page-partenaires .un_partenaire .vignette .btn_plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  cursor: pointer;
}
#page-partenaires .un_partenaire .vignette .btn_plus i {
  font-size: 15px;
  color: #288c32;
}
#page-partenaires .un_partenaire .vignette .btn_plus:after {
  position: absolute;
  display: block;
  content: "";
  top: -230px;
  left: -230px;
  width: 250px;
  height: 250px;
  opacity: 0.3;
}
#page-partenaires .un_partenaire.active {
  position: relative;
  z-index: 50;
}
#page-partenaires .un_partenaire.active .vignette {
  background: white;
}
#page-partenaires .un_partenaire.active .vignette .btn_plus {
  display: none;
}
#page-partenaires .un_partenaire.active .vignette .btn_plus i {
  font-size: 15px;
  color: #288c32;
}
#page-partenaires .un_partenaire_ouvert {
  display: none;
}
#page-partenaires .un_partenaire_ouvert.active {
  background: white;
  width: 100%;
  display: block;
  min-width: 300px;
}
#page-partenaires .un_partenaire_ouvert.active .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
}
#page-partenaires .un_partenaire_ouvert.active .head .titre {
  font: 30px/1.5 univers67;
  color: black;
  text-align: left;
  max-width: 75%;
}
#page-partenaires .un_partenaire_ouvert.active .head .btn_ferme {
  cursor: pointer;
  font: 20px/1.5 univers55;
}
#page-partenaires .un_partenaire_ouvert.active .head .btn_ferme i {
  margin-left: 10px;
}
#page-partenaires .un_partenaire_ouvert.active .colonnes {
  display: block;
  border-bottom: solid 2px #288c32;
}
#page-partenaires .un_partenaire_ouvert.active .colonnes .textes {
  font: 18px/1.5 univers47;
  color: black;
  text-align: left;
  padding: 20px;
}
#page-partenaires .un_partenaire_ouvert.active .colonnes .textes p {
  margin: 0;
}
#page-partenaires .un_partenaire_ouvert.active .colonnes .textes strong {
  color: #288c32;
}
@media (max-width: 768px) {
  #page-partenaires .un_partenaire_ouvert.active .head .btn_ferme span {
    display: none;
  }
}
@media (max-width: 1000px) {
  #page-partenaires {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  #page-partenaires:before {
    height: 300px;
  }
}
@media (max-width: 560px) {
  #page-partenaires {
    grid-template-columns: 1fr;
    max-width: 300px;
  }
  #page-partenaires:before {
    display: none;
  }
  #page-partenaires .slick-prev {
    display: none;
  }
}

.page_standard .main {
  background: white;
  padding: 20px;
}

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